*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.contenedor p {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
    /* -webkit-text-stroke: 0.5px #fff;	 */
}

.barra-menu{
    background: #fff;
    width: 100%;
    height: 80px;
    position: relative;
}
.contenedor-menu{
    display: flex;
    flex-wrap: wrap;
}

.imagen-logo{
    width: 200px;
    height: 80px;
}
.imagen-logo img{
    width: 100%;
    height: auto;
}
.contenedor-busqueda{
    width: 250px;
    height: 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    align-content: center;
}
input{
    height: 20px;
    padding: 10px;
    margin-right: 5px;
    border-radius: 20px;
}
.lupa{
    width: 30px;
    height: 30px;
}
.lupa img{
    width: 100%;
    height: auto;
}
/*body */

.contenedor{
    display: flex;
    justify-content: center;
    height: auto;
    position: relative;
    background: rgb(0, 183, 255);
    background: -webkit-linear-gradient(to right, #11269bc2, #fafafa49, #03e6a286(155, 136, 136, 0.89));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #11269bc2, #e9e9e952, #03e6a286); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}
.contenedor-izq{
    width: 50%;
     /* height: 750px; */
   background: rgb(0, 183, 255);
	background-image: url(../imagenes/fondo-cc.jpeg); 
    background: -webkit-linear-gradient(to right, #395f6b50, #21a5cec2, #1024616c(155, 136, 136, 0.89)); 
    background: -ms-linear-gradient(to right, #395f6b50, #21a5cec2, #1024616c(155, 136, 136, 0.89)); 
    background: -o-linear-gradient(to right, #395f6b50, #21a5cec2, #1024616c(155, 136, 136, 0.89)); 
    background: linear-gradient(to right, #10246162, #21a5cec2, #10246175),url(../imagenes/fondo-cc.jpeg); 
    background-size: cover;
    padding: 2em;
    display: block;
    flex-wrap: wrap;
}
.contenedor-der{
    width: 50%;
     /* height: 750px; */
    background: rgb(0, 183, 255);
    background: -webkit-linear-gradient(to right, #03e6a286, #21a6ce49, #03e6a286(155, 136, 136, 0.89));  /* Chrome 10-25, Safari 5.1-6 */
	background-image:url(../imagenes/fondo-index-cc.jpg) ; 
    background: linear-gradient(to right, #03e6a286, #21a6ce52, #03e6a286),url(../imagenes/fondo-index-cc.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    padding: 2em;
    display: block;
    flex-wrap: wrap;
    
}
.contenedor-izq a{
    text-decoration: none;
    /* width: 600px; 
     height: 480px;*/
    
}
.contenedor-der a{
    text-decoration: none;
    /* width: 600px; */
     /* height: 480px; */
    
}
.contenedor-izq:hover{
    z-index:1;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.90;
}
.contenedor-der:hover{
    z-index:1;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.90;
    
}
.titulo{
    width: 100%;
    /* height: 130px; */
    margin: auto;
    display: block;
    text-align: center;
    
    
}
h1{
    font-size: 32px;
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
    -ms-text-stroke: 1.5px rgb(0, 0, 0);
    ms-text-stroke: 1.5px rgb(0, 0, 0);
    color: #ffffff;
    font-weight: 600;
}
.imagen-contenedor{
    width: 70%;
    display: block;
    position: relative;
    margin: auto;
    transition: .5s;
}
.imagen-contenedor img{
    width: 90%;
    height: auto;
}

.imagen-contenedor:hover{
    transform: scale(1.3);
    transition: .5s;
    
}
.vertical{
    margin-right: -20px;
    width: 4%;
	background: linear-gradient(to bottom,#21a5ce, #03e6a2);
	
    /* background: -webkit-linear-gradient(to right, #395f6b50, #21a5cec2, #1024616c(155, 136, 136, 0.89)),url(../imagenes/fondo-cc.jpeg);  /* Chrome 10-25, Safari 5.1-6 */ 
    /* background: linear-gradient(to right, #10246162, #21a5cec2, #10246175); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
	/* background-image:url(../imagenes/fondo-cc.jpeg); */
    /* background-size: cover; */
    /* clip-path: polygon(0 0, 100% 0, 100% 40%, 0 60%); */
}
.vertical-2{
    margin-left: -20px;
    width: 5%;
    clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0 100%);
    background: -webkit-linear-gradient(to right, #03e6a2, #03e6a2, #03e6a286(155, 136, 136, 0.89)),url(../imagenes/fondo-cc.jpeg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #03e6a2, #6ad4b460, #03e6a286); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-image:url(../imagenes/fondo-cc.jpeg);
    background-size: cover;
    background-position: left;
}


.boton{
    text-align: center;
	margin-top: 1em;
}
.boton a{
    border: 2px solid #000;
    width: 150px;
    padding: .3em;
    border-radius: 20px;
    display: block;
    margin: auto;
    background: #FFF;
    color: #000;
    text-decoration: none;
    margin-bottom: 2em;
	font-size: 1.3em;
}
.boton a:hover{
    background: #21a5ce;
    color: #FFF;
	border: 2px solid #fff;
}
/* footer */
footer{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    background: #BCBCBC;
    text-align: center;
    justify-content: center;
    padding-bottom: 1em;
}   
footer p{
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.contenedor-footer{
    width: 100%;
    display: block;
    margin: auto;
    
}
.contenedor-footer a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
}
.redes-sociales{
    width: 100%;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    padding: 2em 0;
}
.icono{
    width: 80px;
    align-self: center;
    padding: 0 1em;
}
.icono img{
    width: 100%;
    height: auto;
}
.telefonos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tel{
    padding: 0 .5em;
}
.correos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.corr{
    padding: 0 .5em;
}

.animated-index {
    font: 700 2.2em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .5em 0 0;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
  /* Clip Background Image */
  
    background: url(../imagenes/animated_text_index.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
  
  /* Animate Background Image */
  
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
  
  /* Activate hardware acceleration for smoother animations */
  
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
  
  }
  
  /* Animate Background Image */
  
  @-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
  }
@media(max-width:870px){
    
    .contenedor-menu{
        justify-content: center;
        width: 100%;
        display: block;
    }
    .imagen-logo{
        display: block;
        margin: auto;
    }
    .contenedor-busqueda{
        visibility: hidden;
    }
    .contenedor{
        flex-direction: column;
    }
    .contenedor-izq{
        width: 100%;
    }
    .contenedor-der{
        width: 100%;
    }
}
@media(max-width:768px){
    .corr a, .tel p{
        font-size: 1.5em;
    }
}




