*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand',sans-serif;
}

/* Header */

.headery {
    width: 100%;
    height: 700px;
    
    /* fallback for old browsers */
    background: url(/IMAGENES/img_presentacion/imagen1.jpeg);
    /* Chrome 10-25, Safari 5.1-6 */
    background:  url(/IMAGENES/img_presentacion/imagen1.jpeg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}



.headery .textos-headery{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-headery h1{
    font-size: 50px;
    color:#fff;
    font-weight: bold;
      text-shadow: 2px 4px 6px grey;

}

/*RESPONSIVE PARA LA LETRA DENTRO DE LA IMAGEN*/
@media screen and (max-width:800px){
  
    .textos-headery h1{
      font-size: 30px;
      
    }

    
  }
.textos-headery h2{
    font-size: 30px;
    font-weight: 300;
    color:#fff;
    
}


.textos-headery h2{
    font-weight: 500;
    text-shadow: 2px 4px 6px grey;
}

/*RESPONSIVE PARA LA LETRA DENTRO DE LA IMAGEN*/
@media screen and (max-width:800px){
  
    .textos-headery h2{
      font-size: 18px;
      
    }

    
  }

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contx{
    background-color: green;
    font-size: 30px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

@media screen and (max-width:900px){
    .headery{
        background-position: center;
    }

}


.nuestro_equipo_ {
    display: inline-block;
    justify-self: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 15px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331); 
   font-size: 20px;
    font-weight: 500;

}

.afterr{
    font-size: 18px;
}