:root{
  color:black;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18;
  margin: 0;
}

/*general*/

.titulos{
  color: #055EFF;
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.titulos2{
  color: #055EFF;
  font-size: 40px;
  padding-top: 2px;
  padding-bottom: 2px;

}
.logo{

  width: 211px;
  height: 133px;
}

.menu{
  font-size: 20px;
}

.contMenu{
  padding-top: 34px;
  padding-left: 77px;
  
}

.contRRSS{
  display: inline;
  padding-right: 120px;

}

.imgCont{
  padding-top: 15px;
}

.imgFoot{
  height: 120px;
  width: 160px;
  border-radius: 15px;
  padding-top: 15px;
}

/*index*/

.banner{
  padding-top: 23px;
  width:100%;
  max-height: 650px;
}
.footer{
  color: #055EFF;
  font-size: 14px;
  }

  /*Nosotros*/

  #cover1 #cover2 #cover3{background-size:cover;}

  .imgbanner{
    width: 100%;
    height: 100%;}

  .banner2{
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  
  }
  
  .contNos{    
    padding-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    }

  .contTextNos{ 
    padding-left: 40px;
    padding-bottom: 40px;
    max-width: 1840px;  
    background-color: #055EFF;
    color: white;
    font-size: 18px;
    border-radius: 50px;

  }

  .contTextNos  .contTextSs2 h3{
    padding-top:  25px;
    padding-left: 10px;
  }

  .contTextNos  .contTextSs2 span {
    padding: 0 20 0 20;
  }

  .textNuestrocola{
    padding-left: 40px;
    padding-top: 45px;
    color: black;
  }

  /* Servicios */

  .imgServ{
    padding-top: 25px;
    width: 100%;
    height: 100%;
  }

  .esp{
    margin-top: 55px;
  }

  .imgServ2{
    padding-top: 25px;
    width: 100%;
    height: 100%
  }
  .contTextSs2{  /*serviico y nosotros*/
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: 1840px;  
    background-color: White;
    border-color: #055EFF;
    border-style:inset ;
    color: #055EFF;
    font-size: 18px;
    border-radius: 50px;
  }

  .contTextNos2{  /*serviico y nosotros*/
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: 1840px;  
    background-color: #E2F0D9;
    border-color: #E2F0D9;
    border-style:inset ;
    color: #055EFF;
    font-size: 18px;
    border-radius: 50px;
  }
  
  /*contacto*/

  .contCont{    
    padding-top: 40px;
    padding-left: 20px;
    margin-right: 40px;
    }

  .contTextCont{ 
    padding-left: 20px;
    padding-bottom: 40px;
    max-width: 1840px;  
    background-color: #055EFF;
    color: white;
    font-size: 18px;
    border-radius: 50px;

  }

  .contDirect{
    
    padding-top: 15px;
    margin-top: 30px;
    background-color: white;
    color: #055EFF;
    border-radius: 15px;
  }
  .map{
   
    margin-top: 30px;
  }

  .imgCarta{
    width: 60%;
    height: 60%;
  }

  /*head*/

  .contHead{   
    max-height: 250px;  
    background-color: white;
    color: #055EFF;
    font-size: 18px;
    border-radius: 50px;
  }

  imgLogo{
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  .textHead{
    padding-top: 5vh;
    color:white
  }

  .textHead a{
    text-decoration: none;
    color:#055EFF;
  }

  .imgHead{
    max-height:700px;
    width:auto;
  }

  .textFooter{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #055EFF;
    font-size: 14px;
  }

  ul{
    list-style: none;
  }