/* elemenst gral */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fuentes */
@font-face{
  font-family: "AndesCondensedLight";
  src: url('../fonts/AndesCondensedLight.otf');
}

@font-face{
  font-family: "AndesCondensedMedium";
  src: url('../fonts/AndesCondensedMedium.otf');
}

@font-face{
  font-family: "AndesCondensedBold";
  src: url('../fonts/AndesCondensedBold.otf');
}

:root {
  /*  colors  */
  --primary-color: #a80d3e;
  --secondary-color: #ff127b;
  --tertiary-color: #5caefd;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  font-family: "AndesCondensedLight";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
}

.logoFlotante{
  position: fixed;
  top: 24px;
  width: 156px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: var(--static-shadow);
  transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
  padding: 12px 12px 6px 12px;
  overflow: hidden;
  background-color: #fff; 
  z-index: 99999999;
}

.logoFlotante img{
  width: 100%;
  height: auto;
  max-height: 24px;
}

@media (max-width: 768px) {
  .logoFlotante{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 8px;
    box-shadow: var(--static-shadow);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  }
}

.contenedor{
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.refe{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: auto;
  z-index: -9999999;
}

h1{
  font-family: "AndesCondensedBold";
  margin: 0;
}

p{
  font-family: "AndesCondensedLight";
  font-size: 18px;
  line-height: 1;
  color: #727175;
}

span{
  font-family: "AndesCondensedBold";
}

.flexBox{
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .flexBox{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.hero{
  /* margin-bottom: 20px; */
}

@media (max-width: 768px) {
  /* .hero {
    margin-top: 45px;
    margin-bottom: 50px;
  } */
}

.img-hero{
  position: relative;
}

img.inhouseLogo {
  position: absolute;
  top: 50px;
  left: 0;
  width: 250px;
}

.textHeader{
  position: absolute;
  color: #041e42;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  font-family: "ProximaNova-Extrabold";
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .8);
  margin: 0;
  bottom: -95px;
  padding: 30px;
  width: 880px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .textHeader {
    font-size: 14px;
    padding: 10px;
    width: 90%;
    bottom: -40px;
    margin-left: 5%;
  }

  /* img.inhouseLogo{
    position: relative;
    top: -50px;
    width: 125px;
    left: 20px;
    margin: auto;
  } */

  img.inhouseLogo{
    top: 5px;
    width: 125px;
    left: -10px;
  }
}

.txtDestacado{
  text-transform: uppercase;
  color: #8e1b82;
  text-align: center;
  font-size: 26px;
  padding: 20px 135px;
  line-height: 1.1;
}

.fondoLila{
  position: relative;
  background-color: #eeecf6;
  padding: 20px 0;
  z-index: -1;
}

.bg-1{
  position: absolute;
  bottom: 0;
  left: 0;
}

p.capital-letter:first-letter {
  font-family: "AndesCondensedLight";
  float: left;
  color: #727175;
  background: transparent;
  font-size: 80px;
  line-height: 40px;
  margin-right: 4px;
  margin-top: 20px;
}

.parrafo {
  margin-left: 135px;
  margin-right: 20px;
}

.parrafo span,
.parrafo2 span,
.fondoLilaFooter span{
  font-family: "AndesCondensedBold";
  /* font-family: "AndesCondensedLight";
  background-color: #f0d170; */
}

.imagenes{
  margin-top: 25px;
}

.imagenesMobile{
  display: none;
}

.transparencia{
  width: 790px;
  height: 260px;
  margin: 0 auto;
  background-color: rgba(239, 250, 234, .7);
  margin-top: -50px;
  margin-bottom: -25px;
}

.parrafoTransparencia{
  text-transform: uppercase;
  text-align: center;
  color: #8e1b82;
  font-size: 24px;
  padding: 50px 25px;
}

.fondoCeleste{
  background-color: #e4f2fa;
  padding: 45px 0;
  z-index: -1;
}

.parrafo2 {
  margin: -12px 145px 0 28px;
}

.bg-2{
  position: absolute;
  top: 0;
  right: 0;
}

.fondoLilaFooter{
  position: relative;
  background-color: #eeecf6;
  padding: 40px 135px;
  z-index: -5;
}

.TransparenciaAmarillo{
  width: 790px;
  height: 195px;
  margin: 0 auto;
  background-color: rgba(239, 250, 234, .7);
  margin-top: -50px;
  margin-bottom: -25px;
}

.parrafoTransparenciaAmarillo{
  text-transform: uppercase;
  text-align: center;
  color: #8e1b82;
  font-size: 26px;
  padding: 50px 25px;
}

.fondoCelesteFooter{
  position: relative;
  background-color: #e4f2fa;
  padding: 70px 95px 20px;
  z-index: -1;
}

.bg-3{
  position: absolute;
  top: 0;
  left: 0;
}

.bg-4{
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 9999999;
}

.contenedorBlanco {
  padding: 5px 40px 1px;
  background-color: #fff;
  z-index: -1;
}

.tituloInfo{
  font-family: "AndesCondensedMedium";
  color: #c860a4;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 15px;
}

.fila{
  display: flex;
  align-items: center;
  height: 170px;
}

.fila img{
  width: 140px;
  height: auto;
}

.parrafoFila{
  font-family: "AndesCondensedLight";
  margin-left: 15px;
}

span.capital{
  font-family: "AndesCondensedLight";
  font-size: 34px;
  color: #c860a4;
}

.nota{
  font-family: "AndesCondensedLight";
  font-style: italic;
  text-align: right;
  margin-right: -25px;
}

.nota p{
  font-size: 14px;
}

@media (max-width: 768px) {
  .nota{
    margin-right: 0px;
  }

  .nota p{
    font-size: 12px;
  }
}

.cierre{
  padding: 20px 40px 0;
}

.logoMarca{
  width: 170px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.logoMarca img{
  width: 100%;
  height: auto;
}

/* footer-bottom */
.footer-bottom {
  width: 100%;
  padding: 12px 0;
}

.footer-bottom .footer-copyright {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .txtDestacado{
    font-size: 14px;
    padding: 20px;
  }

  .fondoCeleste{
    padding-bottom: 20px;
  }

  .parrafo,
  .parrafo2 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  } 

  .fondoLilaFooter{
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .bg-1{
    z-index: -1;
  }

  .imgDesk{
    display: none;
  }

  .imagenesMobile{
    margin-top: 25px;
    display: block;
    width: 95%;
    margin-left: 5%;
    z-index: 9999999999999999;
  }

  .imagenesMobile img,
  .imagenes img{
    width: 100%;
    height: auto;
  }

  .transparencia,
  .TransparenciaAmarillo {
    width: 90%;
    height: auto;
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .parrafoTransparencia,
  .parrafoTransparenciaAmarillo{
    font-size: 14px;
  }

  .fondoCelesteFooter,
  .contenedorBlanco{
    padding: 20px;
  }

  .contenedorBlanco{
    margin-top: 20px;
  }

  .tituloInfo{
    font-size: 16px;
    text-align: center;
  }

  .fila{
    flex-flow: column;
    height: auto;
  }

  .bg-3,
  .bg-4 {
    z-index: -1;
  }

}

