.float{
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.fa-whatsapp{
    font-size: 60px;

}

.float:hover{
    background-color: #28e76e;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

p{
    color: #261E35;
}

.contenedor{
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin:auto;
    overflow: hidden;
}

.titulo{
    color: #261E35;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*header*/

header{
    width: 100%;
    height: 700px;
    background: #261E35;  
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #261E35, rgba(197, 114, 238, 0.591), hsla(191, 86%, 49%, 0.61)), url(../img/port.png);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #261E35, hsla(280, 78%, 69%, 0.591), hsla(191, 86%, 49%, 0.61)), url(../img/port.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
   

}

.menu{
    position: fixed;
    background-color: #261E35;
    width: 100%;
    padding: 10px;
    margin-bottom: 100px;
    text-align:right;
    
  
}

menu nav{
    padding: 30px 50px 0 0;
}

nav > a{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 10px;
}

nav > a:hover{
    text-decoration: underline;
   
}

header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 50px;
    color: #fff;
}

.textos-header h2{
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}

h4{
    color: #fff;  
    font-weight: 500;
    font-size: 20px;
}


.logocentral{
    width: 50%;
    height: 50%;
    margin-top: 50px;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*Servicios*/




.tarjetas-servicios{
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}

.servicio{
    width: 200px;
    overflow: hidden;
    margin: 20px;
    text-align: center;
}

.servicio img{
    width: 50%;
    height: auto;
    

}


.serviciocontenido{
padding: 16px;

}

.serviciocontenido h3{
    font-size: 15px;
    margin-bottom: 1px;
    color: #261E35;
}


.serviciocontenido p{
    font-size: 13px;
    text-align: center;
    color: #261E35;
  
}


/*Nosotros*/


.Nosotros{
    background-color: #F4F4F4;
}

.Nosotros img{
  
   width: 100%;
   

}


.contenedor-servicios{

    padding: 16px;
}


.contenedor--sobre-nosotros{
    background-color: #E2E2E2;
}


.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
    

}

.imagen-about-us{
    width: 48%;

}

.contenedor-sobre-nosotros .contenido-textos{
    width: 48%;

}

.contenido-textos h3{
    margin-bottom: 15px;

}


.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

.contacto{
    background-color: #261E35;
    text-align: center;
    color: #fff;
}

.contacto h4{
    color: #fff;
}

.contacto h2{
    color: #fff;
}

.final{
    text-align: center;
}
.contacto h5{
    font-weight: 700;
}

.contacto h6{
    font-weight: 300;
    font-size: 15px;
}


.contacto > a{
    color: #fff;
    text-decoration: none;
   
}

.final{
    padding: 10px;
}

.final p{
    color: gray;
    font-size: 10px;

    
}

.hr{
    width: 10%;
    height: 10%;
    margin-top: 10px;
}


@media screen and (max-width: 437px){
    header{
    width: 100%;
    height: 700px;
    background: #261E35;  
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #261E35, rgba(197, 114, 238, 0.591), hsla(191, 86%, 49%, 0.61)), url(../img/port2.png);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #261E35, hsla(280, 78%, 69%, 0.591), hsla(191, 86%, 49%, 0.61)), url(../img/port2.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    
    
}



