/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  font-family: 'GilroyRegular';
}
html {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   FUENTES::::
   ========================================================================== */
@font-face {
  font-family: 'ShantellSansRegular';
  src: url('fonts/ShantellSansRegular.eot');
  src: url('fonts/ShantellSansRegular.eot') format('embedded-opentype'), url('fonts/ShantellSansRegular.woff2') format('woff2'), url('fonts/ShantellSansRegular.woff') format('woff'), url('fonts/ShantellSansRegular.ttf') format('truetype'), url('fonts/ShantellSansRegular.svg#ShantellSansRegular') format('svg');
}
@font-face {
  font-family: 'GilroyRegular';
  src: url('fonts/GilroyRegular.eot');
  src: url('fonts/GilroyRegular.eot') format('embedded-opentype'), url('fonts/GilroyRegular.woff2') format('woff2'), url('fonts/GilroyRegular.woff') format('woff'), url('fonts/GilroyRegular.ttf') format('truetype'), url('fonts/GilroyRegular.svg#GilroyRegular') format('svg');
}
@font-face {
  font-family: 'GilroyMedium';
  src: url('fonts/GilroyMedium.eot');
  src: url('fonts/GilroyMedium.eot') format('embedded-opentype'), url('fonts/GilroyMedium.woff2') format('woff2'), url('fonts/GilroyMedium.woff') format('woff'), url('fonts/GilroyMedium.ttf') format('truetype'), url('fonts/GilroyMedium.svg#GilroyMedium') format('svg');
}
@font-face {
  font-family: 'GilroyRegularItalic';
  src: url('fonts/GilroyRegularItalic.eot');
  src: url('fonts/GilroyRegularItalic.eot') format('embedded-opentype'), url('fonts/GilroyRegularItalic.woff2') format('woff2'), url('fonts/GilroyRegularItalic.woff') format('woff'), url('fonts/GilroyRegularItalic.ttf') format('truetype'), url('fonts/GilroyRegularItalic.svg#GilroyRegularItalic') format('svg');
}
.gilroy_m {
  font-family: 'GilroyMedium';
}
.gilroy_ri {
  font-family: 'GilroyRegularItalic';
}
.gilroy_r {
  font-family: 'GilroyRegular';
}
.shantell {
  font-family: 'ShantellSansRegular';
}
/* ==========================================================================
   SCRIPT SUBIR
   ========================================================================== */
.fix-top {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  z-index: 999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.fix-top i {
  font-size: 30px;
  color: #ee3834;
}
@keyframes shimmy {
  0% {
    left: 45%;
  }
  50% {
    left: 55%;
  }
  100% {
    left: 45%;
  }
}
.soloenmoviles,
.enelmovil {
  display: none;
}
/* ==========================================================================
   COLORES
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button,
.inps-sb,
header,
img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
.lf {
  float: left;
}
.rg {
  float: right;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
section {
  width: 100%;
  padding: 10px 0px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'ShantellSansRegular';
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
}
.oculto {
  display: none !important;
}
@keyframes border-loading {
  0% {
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #00A89B;
    /* Cambia a color negro para resaltar el inicio */
  }
  25% {
    border-top-color: #00A89B;
    /* Cambia a color negro para resaltar la parte superior */
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
  }
  50% {
    border-top-color: #ccc;
    border-right-color: #00A89B;
    /* Cambia a color negro para resaltar el lado derecho */
    border-bottom-color: #ccc;
    border-left-color: #ccc;
  }
  75% {
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #00A89B;
    /* Cambia a color negro para resaltar la parte inferior */
    border-left-color: #ccc;
  }
  100% {
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #00A89B;
    /* Cambia a color negro para resaltar el lado izquierdo */
  }
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}
.loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 40px;
  border: 2px solid #ccc;
  animation: border-loading 1s infinite;
}
.loader span img {
  max-width: 100%;
}
.center {
  max-width: 1189px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
/* Botones */
.btn {
  padding: 10px 20px;
  background-color: transparent;
  color: #474747;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.btn-coral {
  background-color: #C994B7;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
  padding: 17px 51px 15px 51px;
}
.btn-coral:hover {
  background-color: #00A89B;
}
.btn-verde {
  background-color: #00A89B;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
  padding: 17px 51px 15px 51px;
}
.btn-verde:hover {
  background-color: #DBA1C9;
}
/* GENERAL ALL  */
.imgObject {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.solomobile {
  display: none;
}
/********************/
main {
  overflow: hidden;
}
main .bg1 {
  padding: 80px 0px 100px;
  height: 829px;
  background-image: url(../images/portada.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
main .bg1 .center .logo {
  margin-bottom: 50px;
}
main .bg1 .center h1 {
  max-width: 597px;
  width: 100%;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 27px;
}
main .bg1 .center p.par {
  max-width: 431px;
  text-align: left;
}
main .bg2 {
  padding: 55px 0px 52px;
  background-color: #00A89B;
}
main .bg2 .center {
  position: relative;
  text-align: center;
}
main .bg2 .center .imagen {
  position: absolute;
  left: -117px;
  top: -325px;
}
main .bg2 .center h2 {
  color: #fff;
  margin-bottom: 7px;
}
main .bg2 .center p {
  color: #fff;
  font-size: 20px;
}
main .bg3 {
  padding: 100px 0px 109px;
  background-color: #fff;
}
main .bg3 .center {
  max-width: 1250px;
}
main .bg3 .center .cl2 {
  width: 44%;
  padding: 32px 0px 0px 12px;
}
main .bg3 .center .cl2 h3 {
  margin-bottom: 24px;
}
main .bg3 .center .cl2 p {
  padding: 0px 29px 0px 0px;
  margin-bottom: 25px;
}
main .bg3 .center .cl1 {
  width: 54%;
  background: rgba(217, 217, 217, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 29px;
  position: relative;
}
main .bg3 .center .cl1 a.enlace {
  display: block;
  position: relative;
}
main .bg3 .center .cl1 a.enlace span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main .bg4 {
  background-color: #fff;
  background-image: url(../images/Infografia.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 1469px;
}
main .bg4 .infografia {
  display: none;
}
main .bg5 {
  background-color: #fff;
  padding: 115px 0px 40px;
  width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .bg5 .col {
  height: 553px;
  background-position: center;
  background-size: cover;
}
main .bg5 .col a.enlace {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
main .bg5 .col a.enlace img {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
main .bg5 .col a.enlace:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
main .bg5 .col a.enlace:hover img {
  top: 50%;
  opacity: 1;
}
main .bg5 .col .subCaja {
  height: 272px;
  margin-bottom: 10px;
  background-color: #DBA1C9;
}
main .bg5 .col .contenido {
  max-width: 534px;
  width: 100%;
}
main .bg5 .col .contenido h3 {
  margin-bottom: 5px;
}
main .bg5 .col .contenido p {
  padding-right: 50px;
  margin-bottom: 33px;
}
main .bg5 .cl1 {
  width: 321px;
  margin-right: 20px;
}
main .bg5 .cl2 {
  width: 599px;
  margin-right: 20px;
  position: relative;
  padding: 143px 0px 0px 34px;
}
main .bg5 .cl3 {
  width: 427px;
  margin-right: 10px;
}
main .bg5 .cl4 {
  width: 523px;
  margin-right: 0;
}
main .bg5 .carruselMovile {
  display: none;
}
main .bg6 {
  padding-top: 37px;
}
main .bg6 .col .contenido {
  max-width: 490px;
}
main .bg6 .col .contenido h3 {
  margin-bottom: 35px;
  padding-right: 100px;
}
main .bg6 .col .contenido p {
  margin-bottom: 26px;
  padding: 0;
}
main .bg6 .col .contenido a.btn {
  padding: 17px 73px 15px;
}
main .bg6 .cl1 {
  margin-right: 0px;
}
main .bg6 .cl2 {
  margin-right: 20px;
  padding: 69px 0px 0px 65px;
}
main .bg6 .cl3 {
  margin-right: 20px;
}
main .bg6 .cl4 {
  margin-right: 10px;
}
main .bg7 {
  padding: 69px 0px 0px;
  background-color: #fff;
}
main .bg7 .center {
  border-top: 1px solid #DBA1C9;
  padding-top: 82px;
}
main .bg7 .center h3 {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
main .bg7 .center h3 span {
  font-family: inherit;
}
main .bg7 .center p {
  text-align: center;
  position: relative;
  z-index: 2;
}
main .bg7 .center p.par {
  font-size: 20px;
  line-height: 25px;
}
main .bg7 .center .col {
  width: 50%;
}
main .bg7 .center .col .imagen-caja {
  margin: -90px 0px 0px -27px;
}
main .bg7 .center .col .cuadro {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-auto-rows: 152px;
  margin-bottom: 20px;
  align-items: center;
}
main .bg7 .center .col .cuadro .cl h4 {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}
main .bg7 .center .col .cuadro .cl p {
  color: #fff;
}
main .bg7 .center .col .cuadro .cl p.precio {
  background-color: #ffF;
  color: #080707;
  padding: 3px 10px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 24px;
}
main .bg7 .center .col .cuadro .cl p.precio2 {
  font-size: 42px;
  margin-bottom: 14px;
}
main .bg7 .center .col .cuadro .cll2 {
  padding: 0px 60px 0px 14px;
}
main .bg7 .center .col .cuadro-rosa {
  background-color: #DBA1C9;
}
main .bg7 .center .col .cuadro-verde {
  background-color: #00A89B;
}
main .bg7 .center .cl2 {
  padding: 146px 0px 0px 16px;
}
main .bg8 {
  padding: 105px 0px 125px;
  background-color: #F7F7F7;
}
main .bg8 .center .col h3 {
  margin-bottom: 28px;
}
main .bg8 .center .col p {
  padding: 0px 59px 0px 0px;
  margin-bottom: 25px;
}
main .bg8 .center .cl1 {
  width: 47%;
  padding: 57px 0px 0px 0px;
}
main .bg8 .center .cl2 {
  width: 51.5%;
  background: rgba(217, 217, 217, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 29px;
  text-align: center;
}
main .bg8 .center .cl2 img {
  margin-bottom: 20px;
}
main .bg9 {
  padding: 84px 0px 0px;
  background-color: #fff;
}
main .bg9 .center {
  max-width: 1131px;
}
main .bg9 .center h3 {
  text-align: center;
  margin-bottom: 32px;
}
main .bg9 .center h4 {
  font-size: 35px;
  line-height: 35px;
  color: #00A89B;
  margin-bottom: 27px;
}
main .bg9 .center p {
  text-align: center;
}
main .bg9 .center p.par {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 65px;
}
main .bg9 .center .col form {
  width: 100%;
}
main .bg9 .center .col form .inps {
  height: 57px;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.5);
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  padding-left: 31px;
}
main .bg9 .center .col form .btn {
  border: 0;
  width: 100%;
}
main .bg9 .center .cl1 {
  width: 40%;
}
main .bg9 .center .cl2 {
  width: 57%;
  padding: 19px 0px 0px 5px;
}
main .bg10 {
  padding: 50px 0px;
}
main .bg10 .center {
  max-width: 800px;
}
main .bg10 .center h5 {
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 20px;
}
main .bg10 .center p {
  text-align: justify;
  font-size: 20px;
  margin-bottom: 10px;
}
main .bg10 .center p.boton {
  padding: 50px 0px 0px;
  text-align: center;
}
footer {
  background-color: #000;
  padding: 14px 0px;
}
footer .center {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
}
footer .center div a {
  color: #ffF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 208.333% */
}
footer .center div a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .center div a.redesSociales {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 0px 1px;
  background-image: url(../images/redesSociales.svg);
  background-repeat: no-repeat;
}
footer .center div a.linkface {
  background-position: left top;
}
footer .center div a.linkIg {
  background-position: right top;
}
footer .center .text-center {
  text-align: center;
}
footer .center .cl3 {
  text-align: right;
}
@media all and (max-width: 1490px) {
  main .bg5 .cl1 a.enlace:hover img {
    opacity: 0;
  }
  main .bg5 .cl4 .subCaja a.enlace:hover img {
    left: 30%;
  }
  main .bg6 .cl4 .subCaja a.enlace:hover img {
    left: 70%;
  }
}
@media all and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 38px;
    line-height: 45px;
  }
  .solomobile {
    display: block;
  }
  main .bg1 {
    padding: 40px 0px;
    height: 690px;
    background-size: cover;
  }
  main .bg1 .center .logo {
    margin-bottom: 30px;
  }
  main .bg1 .center .logo img {
    max-width: 140px;
  }
  main .bg1 .center h1 {
    max-width: 499px;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 17px;
  }
  main .bg3 {
    padding-bottom: 10px;
  }
  main .bg4 {
    background-image: none;
    height: auto;
  }
  main .bg4 .infografia {
    display: block;
  }
  main .bg4 .infografia img {
    width: 100%;
  }
  main .bg5 {
    width: 100%;
    position: static;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    padding: 60px 0px 0px;
  }
  main .bg5 .carruselMovile {
    display: block;
  }
  main .bg5 .col {
    max-width: 428px;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0;
    height: auto;
  }
  main .bg5 .col .contenido {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0px 0px 60px;
  }
  main .bg5 .col .contenido h3 {
    padding: 0;
  }
  main .bg5 .cl1,
  main .bg5 .cl3,
  main .bg5 .cl4 {
    display: none;
  }
  main .bg5 .carruselMovile {
    width: 100%;
  }
  main .bg5 .carruselMovile .galerias .item,
  main .bg5 .carruselMovile .galerias2 .item {
    width: 292px;
    height: 391px;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 auto;
  }
  main .bg5 .carruselMovile .galerias .item span,
  main .bg5 .carruselMovile .galerias2 .item span {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    background-image: url(../images/ver-mas.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
  }
  main .bg6 .col {
    max-width: 380px;
  }
  main .bg7 .center p.par {
    margin-bottom: 20px;
  }
  main .bg7 .center .col {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    padding: 0px 20px;
  }
  main .bg7 .center .cl1 {
    display: none;
  }
  main .bg8 {
    padding: 40px 0px 20px;
  }
}
@media all and (max-width: 1023px) {
  .center {
    max-width: 390px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 35px;
  }
  main .bg1 {
    background-image: url(../images/portada_movil.jpg);
    height: auto;
  }
  main .bg1 .center .logo {
    margin-bottom: 290px;
    text-align: center;
  }
  main .bg1 .center h1 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 27px;
  }
  main .bg1 .center p.par {
    text-align: center;
    max-width: 431px;
  }
  main .bg2 .center .imagen {
    display: none;
  }
  main .bg2 .center p.par {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
  main .bg3 {
    padding: 40px 0px;
  }
  main .bg3 .center .col {
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  main .bg3 .center .col p {
    padding: 0;
  }
  main .bg3 .center .cl1 {
    padding: 10px;
  }
  main .bg5 .col .contenido p {
    padding: 0;
  }
  main .bg6 .col .contenido h3 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  main .bg7 .center {
    padding-top: 50px;
  }
  main .bg7 .center h3 span {
    display: block;
  }
  main .bg7 .center .col .cuadro {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 0px;
  }
  main .bg7 .center .col .cuadro .cl {
    padding: 0px 20px 10px;
  }
  main .bg7 .center .col .cuadro .cl h4 {
    font-size: 30px;
    line-height: 45px;
    padding: 10px 0px 0px;
  }
  main .bg7 .center .col .cuadro .cl h4 br {
    display: none;
  }
  main .bg8 .center .col {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  main .bg8 .center .col h3 span {
    display: block;
  }
  main .bg8 .center .col p.par {
    padding: 0;
  }
  main .bg8 .center .cl2 {
    padding: 10px 10px 0px;
  }
  main .bg9 {
    padding: 40px 0px 0px;
  }
  main .bg9 .center p.par {
    margin-bottom: 20px;
  }
  main .bg9 .center .col {
    width: 100%;
    text-align: center;
  }
  main .bg9 .center .col h4 {
    font-size: 25px;
  }
  main .bg9 .center .cl1 {
    padding: 20px 100px 0px;
  }
}
