*{ margin: 0;
    box-sizing: border-box;
}
body{ 
    font-family: sans-serif;
}
 .bienvenidos__img{
    max-width: 85%;
}
.logo{
    margin: auto;
}
.contenedor{
    margin: 100%;
    margin: auto;
}
/*-----------------Estilos Header---------------------------*/
.header{
    background: #fff;
}
.header .contenedor{
    display: flex;
    justify-content: space-between;
}
.logo{
    margin: 5px;
    color: skyblue;
    cursor: pointer;
}
.icon-menu{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin: 5px;
    color: skyblue;
    cursor: pointer;
}
.nav{ 
    position: absolute;
    top: 60px;
    left: -100%;
    transition: all 0.5s;
    width: 100%;
}
.menu{
    list-style: none;
    padding: 15;
    margin: 0;  
}
.menu__link{
    cursor: pointer; 
    display: block;
    padding: 15px;
    background: #fff;
    color: skyblue ;
    height: 60px;
    border-bottom: 1px solid skyblue ;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}
.menu__link:hover{
    background: skyblue  ;
    color: #fff;
}
.muestrate{
    left: 0;
}
/*-----------------Estilos Slider---------------------------*/
.banner img{
    width: 100%;
}
.banner{
    position: relative;
    text-align: center;
} 
#btn-prev,#btn-next{
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(98, 199, 231, 0.5);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
    display: none;  
}
#btn-prev:hover,#btn-next:hover{
    background: rgba(98, 199, 231, 0.9);
}
#btn-prev{
    left: 10px;
}
#btn-next{
   right: 10px;
}
.banner__descripcion{
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.banner__descripcion h1{
    font-size:30px;
}
.banner__descripcion p{
    font-size: 10px;
    display: none;
}
.slider__txt2{
  background: rgba(98, 199, 231, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  color:black;
  text-align: justify;
  display: none;
}
/*-----------------Estilos Bienvenidos--------------*/
.bienvenidos__titulo{
    font-size: 30px;
    text-align: center;   
}
.bienvenidos__txt{
    font-size: 20px;
    text-align: justify;
    padding: 15px;
}
.bienvenidos__img{
    width: 100%;
    border-radius: 50%;
    margin: 24px;
}
.bienvenidos__columna{
    position: relative;
}
.bienvenidos__columna h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    color: #fff;
    font-size: 25px;
    font-weight:900;
}
.bienvenidos .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bienvenidos__columna:hover .bienvenidos__img{
    box-shadow: 0 0 0 8px #fff, 0 15px 200px;
    transform: scale(1.1);
}
/*-----------------Estilos Empresa--------------*/
.empresa{
    background: #43CBE8 ;
    text-align: center; 
    color: #fff;
}
.programas__titulo{
    font-size: 30px;
    padding: 25px;
}
.empresa__img{
   width: 100%;  
}
.informacion{
    margin-top: -6px;
    background: #fff;
    color: #000;
    height: 350px;
}
.empresa__titulo{
    font-size: 25px;
    padding: 5px;
}
.empresa__txt{
    padding: 25px;
    text-align: justify;
}
.button{
    padding: 15px;
    margin: 15px;
    font-size: 20px;
    background: #21aedb;
    border: 0;
    cursor: pointer;
    color: white;
    font-weight: bold;
}
.button:hover{
    box-shadow: 0 0px 15px 3px rgba(98, 199, 231, 0.9);  
}
.empresa__columna1,.empresa__columna2,.empresa__columna3{
    margin: 15px; 
}
.empresa .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*-----------------Estilos Servicios--------------*/
.servicios__titulo{
    padding: 25px;
    text-align: center;
    font-size: 30px; 
}
.servicios__img{
    width: 100%;
    filter: brightness(60%);
}
.servicios__columna{
    position: relative;
}
.servicios__columna h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    color:#fff;
    font-size: 30px;
}
.servicios__columna:hover .servicios__img{
    filter: brightness(100%);
}
.servicios .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*-----------------Estilos Fondo--------------*/
.fondo__img{
    width: 100%; 
}
.info__fondo{
    position: relative;
}
.fondo__titulo{
    color: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 25px;
    text-align: center;
}
.fondo__txt{
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 15px;
    text-align: center;
}
/*----------Estilos Footer----------------------*/
footer{
	clear: both;
	margin-top: 5px;
	background: #000;
	color: #85c34a;
	text-align: center;
	padding: 5px;
}
.pie{
    font-size: 15px;
}
.copy{
    font-size: 15px;
}
/*----------Estilos Formulario----------------------*/
.contacto{
    background: #43CBE8 ;
    text-align: center; 
    color: #fff;
}
.contacto__titulo{
    font-size: 30px;
    padding: 25px;
}
.contacto__txt{
    font-size: 20px;
    text-align: justify;
    padding: 15px;
}
.contacto .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.dos-columnas{
	margin-top: 50px;
	width: 100%;
}
.formulario{
	float: left;
	width: 100%;
	margin: auto;
}
.caja-1{
	width: 70%;
	height: 40px;
	margin: 20px 20px;
	padding: 10px;
	font-size: 14px;
}
.caja-2{
	width: 70%;
	height: 100px;
	margin: 20px 20px;
	padding: 10px;
	font-size: 14px;
}
.correr{
	margin: 20px 20px;
	padding: 10px;
}
.formulario-titulo{
	font-size: 15px;
	padding: 5px;
}
.datos{
    width: 90%;
}
.datos-contacto{
	list-style: none;
}
.datos-contacto li{
	padding-bottom: 5px;
}
.datos-contacto li i{
	color:teal;
	font-size: 45px;
}
.limpia{
	clear: both;
}
.boton-contratar{
	margin-bottom: 25px;
}
.contratar-a{
	background:teal;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 70px; 
	letter-spacing: 1px;
	width: 250px;
}
.contratar-a:hover{
	background: #777;
}
/*----------Estilos QR----------------------*/
.QR{
    width: 50px;
    position: fixed;
    top: 10px;
    left: 5px;
    visibility: hidden;
}
/*---------------Estilos Responsive------------------*/
@media(min-width:480px)
{
    .banner__descripcion{
        top: 32%;    
        width: 80%;
        padding: 8px; 
    }
    .banner__descripcion p{
        display: block;
        font-size: 17px;
    }
    .slider__txt2{
        display: block;
        bottom: 3px;
        font-size: 17px;
    }
    .bienvenidos__img{
        width: 400px;
    }
    .empresa__columna1,.empresa__columna2,.empresa__columna3{
        width: 90%;
    }
    .servicios__columna h4{
        font-size: 30px;
    }
    .fondo__titulo{
        font-size: 40px;
    }
    .fondo__txt{
        font-size: 30px;
    }
}
@media(min-width:768px)
{
    #btn-prev,#btn-next{
        display: block;
    }
    .banner__descripcion{
        top: 50%;
    }
    .banner__descripcion h1{    
        font-size: 42px;
    }
    .banner__descripcion p{
        font-size: 18px;
    }
    .slider__txt2{
        font-size: 25px;
        padding: 20px;
    }
    .bienvenidos__columna{
        width: 45%;
    }
    .empresa__columna1,.empresa__columna2{
        width: 43%;
    } 
    .servicios__columna{
       width: 49.6%;
       margin-left: 3px; 
    }
    .fondo__img{
        padding:0px 0px 0px 5px;
    }
    .fondo__titulo{
        font-size: 40px;
    }
    .fondo__txt{
        font-size: 30px;
    }
    footer .contenedor{
        justify-content: space-between;
    }
    .copy{
        padding: 30px;
    }
    .formulario{
        width: 50%;
    }
    .datos{
        float: left;
        width: 50%;
        margin: auto;
    }
    .caja-1{
        width: 250px;
    }
    .caja-2{
        width: 250px;
    }
    .contratar-a{
        width: 90%;
    }
}
@media(min-width:1024px)
{
    .contenedor{
        width: 1000px;
    }
    .nav{
        position: static;
        width: auto;
    }
    .menu{
        display: flex;
    }
    .icon-menu{
        display: none;
    }
	.menu__link{
		border: none;
 	} 
    .banner__descripcion .contenedor{
       width: 90%;
    }
    #btn-prev,#btn-next{
        width: 60px;
        height: 60px;
        transform: translateY(-50%);
        line-height: 50px;
        font-size: 60px;
    }
    .banner__descripcion h1{  
        font-size: 68px; 
    }
    .banner__descripcion p{  
        font-size: 40px; 
    }
    .slider__txt2{
        font-size: 32px;
        padding: 25px;  
    }
    .bienvenidos__columna{
        width: 25%; 
    }
    .empresa__columna1,.empresa__columna2,.empresa__columna3{
        width: 30%;
    } 
    .servicios__columna{
        width: 32%; 
    }
    .fondo__img{
        padding:0px 20px 0px 20px;   
    }
    .fondo__titulo{
        font-size: 40px;
    }
    .fondo__txt{
        font-size: 30px;
    }
    .formulario{
        width: 50%;
    }
    .formulario-titulo{
        font-size: 20px;
        padding: 10px;
    }
    .datos{
        float: left;
        width: 50%;
        margin: auto;
    }
    .caja-1{
        width: 250px;
    }
    .caja-2{
        width: 545px;
    }
    .contratar-a{
        width: 90%;
    }
    .QR{
        visibility: visible;
        text-align: center;
    }
}
@media(min-width:1280px)
{
    .banner__descripcion{
        padding: 50px;
        width: 1200px;
    }
    .contenedor{
        width: 1100px;
    }
    .fondo__titulo{
        font-size: 50px;
    }
    .fondo__txt{
        font-size: 40px;
    }
    .formulario{
        width: 50%;
    }
    .formulario-titulo{
        font-size: 20px;
        padding: 10px;
    }
    .datos{
        float: left;
        width: 50%;
        margin: auto;
    }
    .caja-1{
        width: 250px;
    }
    .caja-2{
        width: 545px;
    }
    .contratar-a{
        width: 90%;
    }
    .QR{
        visibility: visible;
        text-align: center;
    }
}