

/* Colores Corporativos */

.fondoBeige {
  background-color: #f0edeb;
}
.rojoQuemado {
  background-color: brown;
  color: white;
}
.rojoQuemado:hover {
  background-color: rgb(75, 15, 15);
}
.colorTextoStandar {
  color: rgb(59, 59, 59);
}
.marron {
  color: #955222;
}
.cajeta {
  color: #d59051;
}
.fondoCajeta {
  background-color: #d59051;
}

.boton { 
  width: fit-content;
  padding: 8px 25px;
  font-size: 0.8rem;
  border-radius: 5px;
  display: block;
  margin: auto;
  transition: 0.5s ease-in-out;
}

.contienePrivacidad {
  width: 80%;
  margin: auto;
  padding: 120px 0px;
}
.contienePrivacidad h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.contienePrivacidad h2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}
.contienePrivacidad p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: justify;
}



/***======================================================
=================== C  A  R  R  U  S  E  L================
=======================================================**/
.landingSeccionCarrusel {
  width: 100%;
  padding: 90px 0;
  text-align: center;
}
.landingSeccionCarrusel .textoCarruselArriba {
  padding-bottom: 40px;
}
.landingSeccionCarrusel .textoCarruselArriba img {
  width: 30%;
  margin-bottom: 40px;
  min-width: 300px;
  display: block;
  margin: auto;
}
.landingSeccionCarrusel .textoCarruselArriba p {
  width: 80%;
  margin: auto;
  line-height: 1.8rem;
  letter-spacing: 1px;
}
.carruselWrap {
  width: 100%;
  padding: 20px 9%;
}

.seccionBanner {
  width: 100%;
  padding: 5% 0;
}
.seccionBanner .contieneBanner {
  width: 100%;
}
.tituloSobreSeccionBanner {
  padding: 30px 0;
  margin-left: 5%;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
} 


.mapa {
  width: 80%;
  margin: auto;
  display: block;
  border: 3px solid white;
}

.seccionMitades {
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.seccionMitades .cajaMitades {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.seccionMitades .cajaMitades .itemMitades {
  width: 50%;
  height: fit-content;
}
.seccionMitades .cajaMitades .contieneImagen img {
  width: 70%;
  margin: auto;
  display: block;
}
.seccionMitades .cajaMitades .contieneTexto {
  width: 70%;
  margin: auto;
  text-align: center;
}
.seccionMitades .cajaMitades .contieneTexto h2 {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2rem;
  margin-bottom: 9px;
}
.seccionMitades .cajaMitades .contieneTexto p {
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.6rem;
}

.seccionMitades .cajaMitades .itemMitades .textoRRSS {
  width: 65%;
  margin: auto;
  padding: 20% 0;
  border-radius: 15px;
  text-align: center;
}
.seccionMitades .cajaMitades .itemMitades .textoRRSS h4 {
  color: #606060;
  font-weight: 600;
  padding-bottom: 10px;
}
.seccionMitades .cajaMitades .itemMitades .textoRRSS ul {
  width: 80%;
  max-width: 250px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.seccionMitades .cajaMitades .itemMitades .textoRRSS ul li {
  width: 20%;
}
.seccionMitades .cajaMitades .contieneImagenRRSS a {
  width: 80%;
  max-width: 400px;
  display: block;
  margin: auto;
}
.seccionMitades .cajaMitades .contieneImagenRRSS a img {
  width: 100%;
  padding: 1%;
  transition: 0.5s ease-in-out;
}
.seccionMitades .cajaMitades .contieneImagenRRSS a img:hover {
  padding: 0;
}
.seccionMitades .cajaMitades .contieneImagenNewsletter img {
  width: 100%;
}
.seccionMitades .cajaMitades .textoBanner {
  width: 80%;
  max-width: 500px;
  margin: auto;
}
.seccionMitades .cajaMitades .textoBanner h6 {
  font-weight: 600;
}
.seccionMitades .cajaMitades .textoBanner h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  padding: 5px 0;
  font-weight: 600;
  letter-spacing: 0;
}
.seccionMitades .cajaMitades .textoBanner p {
  font-weight: 600;
}

.contieneColofon {
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
}
.contieneColofon .logoColofon {
  width: 60%;
  max-width: 200px;
  margin: auto;
  padding-bottom: 10px;
}
.contieneColofon .correoColofon {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding-bottom: 10px;
  transition: 0.5s ease-in-out;
}
.contieneColofon .correoColofon:hover {
  color: #d05701;
}
.contieneColofon .contieneTextoColofon {
  width: 80%;
  max-width: 400px;
  margin: auto;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2rem;
}





@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {


    .carruselWrap {
      padding: 0;
    }

    .seccionMitades .cajaMitades .itemMitades .textoRRSS {
      width: 80%;
      margin-bottom: 60px;
    }

    .seccionMitades .cajaMitades {
      display: block;
    }
    .seccionMitades .cajaMitades .itemMitades {
      width: 100%;
    }
    .seccionMitades .cajaMitades .contieneTexto {
      padding: 60px 0;
    }



  }
