@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

* {
font-family: 'Poppins', sans-serif !important;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}


.body-container-wrapper {
    margin-top: 0
}

.hbspt-form {
    width: 100%
}

body {
    margin: 0 auto;
    padding: 0 auto
}

main {
    margin-top: 2em
}

picture {
    display: inherit;
    height: auto;
    width: 100%
}

picture img {
    height: auto;
    width: 100%
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.desktop {
    display: block
}

.mobile {
    display: none
}

@media all and (max-width:768px) {
    .desktop {
        display: none
    }

    .mobile {
        display: inherit
    }
}

.banner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em;
    width: 100%
}

.banner .medio1 {
    align-items: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -webkit-box-align: start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 40%
}

.banner .medio1 img {
    width: 100%
}

.banner .medio2 {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 60%
}

.banner .medio2 article {
    width: 100%
}

.banner .medio2 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 0 5%;
    text-transform: uppercase;
    width: 90% !important
}

.banner .medio2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.7em;
    margin: 0;
    padding: 0 5%;
    width: 90% !important
}

.banner .medio2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25em;
    padding: 0 5%;
    width: 90% !important
}

.banner .medio2 p.aliado {
    text-align: right
}

@media only screen and (max-width:700px) {
    .banner {
        padding-bottom: 1em
    }

    .banner .medio1,
    .banner .medio2 {
        width: 100%
    }
}

.banner-light h2 {
    font-weight: 300
}

.contenedor {
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin: 1em auto;
    max-width: 900px;
    width: 95%
}

.medio {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 46%
}

.medio article {
    width: 100%
}

.tarjeta .medio {
    width: 50%
}

.tercio {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    gene display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 30%
}

.tercio article {
    width: 100%
}

.dostercio {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 60%
}

.dostercio article {
    width: 100%
}

.cuarto {
    margin: 0 auto;
    width: 23%
}

@media all and (max-width:768px) {

    .medio,
    .tercio,
    .dostercio,
    .tarjeta .medio {
        width: 100% !important
    }

    .cuarto {
        width: 46%
    }
}

@media all and (max-width:768px) {
    .orden-1 {
        order: 1
    }

    .orden-2 {
        order: 2
    }

    .orden-3 {
        order: 3
    }

    .orden-4 {
        order: 4
    }
}

.back-morado {
    background-color: #782b90;
    float: none
}

.back-morado-2 {
    background-color: #7158AC;
    float: none
}

.back-gris {
    background-color: #a1a1a1;
    float: none
}

.back-azul {
    background-color: #194ea9;
    float: none
}

.back-rosado {
    background-color: #eb0f70;
    float: none
}

.back-gris-claro {
    background-color: #efefef;
    float: none
}

.back-negro {
    background-color: #404040;
    float: none
}

.back-blanco {
    background-color: #FFFFFF;
    float: none
}

a {
    color: #EB0F70
}

a:hover {
    text-decoration: underline
}

h1 {
    font-size: 2em;
    font-weight: 800;
    line-height: 125%;
    margin: 0.25em 0 0.25em 0;
    width: 100%
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 125%;
    margin: 0.25em 0 0.25em 0;
    width: 100%
}

h3 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 125%;
    margin: 0.25em 0 0.25em 0;
    width: 100%
}

img {
    display: inline-block;
    height: auto;
    width: 100%
}

img.metricool {
    width: 1px !important
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 125%;
    margin: 0 0 0.75em 0;
    width: 100%
}

hr {
    color: #782b90;
    width: 80%
}

.legal {
    font-size: 0.7em;
    text-align: justify;
    margin: 0 auto 1em;
    width: 95%
}

.legal li {
    font-size: 0.7em
}

.legal li li {
    font-size: 1em
}

.legal li li li {
    font-size: 1em
}

.txt-cen {
    text-align: center
}

.txt-izq {
    text-align: left
}

.txt-der {
    text-align: right
}

.txt-jus {
    text-align: justify
}

.azul {
    color: #194EA9
}

.gris {
    color: #A1A1A1
}

.morado {
    color: #782B90
}

.morado-2 {
    color: #7158AC
}

.negro {
    color: #404040
}

.rosado {
    color: #EB0F70
}

.blanco {
    color: #ffffff
}

.btn {
    border-radius: 3em;
    margin: 2em 0;
    padding: 0.2em 1em;
    text-decoration: none
}

.btn:hover {
    text-decoration: none !important
}

.btn-1 {
    background-color: #EB0F70;
    border: 1px solid #EB0F70;
    color: #FFFFFF
}

.btn-2 {
    background-color: #FFFFFF;
    border: 1px solid #EB0F70;
    color: #EB0F70
}

.btn-3 {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #EB0F70
}

.btn-4 {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF
}

.btn-5 {
    background-color: #194ea9;
    border: 1px solid #194ea9;
    color: #FFFFFF
}

.btn-6 {
    background-color: #FFFFFF;
    border: 1px solid #782b90;
    color: #782b90;
    border-radius: 10px;
    font-weight: 800
}

.btn-7 {
    background-color: #782b90;
    border: 1px solid #782b90;
    color: #ffffff
}

.mar-0 {
    margin: 0.5em 0
}

.mar-1 {
    margin: 1em 0
}

.mar-2 {
    margin: 2em 0
}

.pad-0 {
    padding: 0.5em 0
}

.pad-1 {
    padding: 1em 0
}

.pad-2 {
    padding: 2em 0
}

.banco {
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    padding: 1em 0;
    width: 100%
}

.banco .cuarenta {
    background: url(https://4515051.fs1.hubspotusercontent-na1.net/hubfs/4515051/2019/08-agosto/190806-aguabendita-lp-06.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin: 0 auto;
    text-align: right;
    width: 40%
}

.banco .cuarenta img {
    max-width: 250px;
    width: 100%
}

.banco .sesenta {
    margin: 0 20% 0 0;
    width: 40%
}

.banco .sesenta p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25em;
    margin: 0;
    color: #777777;
    padding: 1em 2em;
    width: calc(100% - 4em)
}

@media only screen and (max-width:950px) {
    .banco .cuarenta {
        width: 40%
    }

    .banco .sesenta {
        width: 50%;
        margin: 0 10% 0 0
    }
}

@media only screen and (max-width:700px) {
    .banco .cuarenta {
        text-align: center;
        width: 90%
    }

    .banco .sesenta {
        margin: 0 auto;
        text-align: center;
        width: 90%
    }
}

.producto {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 2em;
    max-width: 280px;
    padding-bottom: 1em;
    white-space: normal;
    width: 90%
}

.producto .nombre {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-left: 2%;
    margin-right: 2%
}

.producto .nombre span {
    font-size: 0.8em
}

.producto .referencia {
    font-size: 1em;
    margin-left: 2%;
    margin-right: 2%
}

.producto .valor_puntos {
    color: #782b90;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0 !important
}

.producto .valor_puntos span {
    font-size: 0.75em;
    font-weight: normal
}

.producto .valor_dinero {
    color: #782b90;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0 !important
}

.producto .valor_dinero span {
    font-size: 0.75em;
    font-weight: normal
}

.producto hr {
    width: 80%
}

.redondeado {
    border-radius: 1em
}

.redondeado img {
    border-radius: 1em 1em 0 0
}

.sombra {
    box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 1);
    -moz-box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 1);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 1)
}

.prd-des {}

.prd-des .orden-1 {
    width: 50%
}

.prd-des .orden-2 {
    width: 46%;
    padding: 0 2%
}

.prd-des img {
    display: inherit
}

.prd-des.redondeado img {
    border-radius: 0 1em 1em 0
}

@media all and (max-width:768px) {
    .ref2 {
        border-top: 1px solid #ffffff;
        margin-top: 1em;
        padding-top: 1em
    }

    .producto hr {
        display: none
    }

    .prd-des .orden-1 {
        width: 100%
    }

    .prd-des .orden-2 {
        width: 90%;
        padding: 0
    }

    .prd-des.redondeado img {
        border-radius: 1em 1em 0 0
    }
}

.vuelos-lista {}

.vuelos-lista .vuelo {
    border-bottom: 1px solid #777;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
    width: 100%
}

.vuelos-lista .vuelo article {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto
}

.vuelos-lista .vuelo .aerolinea {
    margin: 0 auto;
    max-width: 100px;
    width: 100%
}

.vuelos-lista .vuelo .destino {
    max-width: 100%
}

.vuelos-lista .vuelo .precio {
    margin: 0 auto;
    max-width: 15em;
    text-align: right;
    width: 100%
}

.vuelos-lista .vuelo .precio h2 {
    line-height: 1;
    margin-bottom: 0 !important
}

.vuelos-lista .vuelo .precio span {
    font-weight: normal;
    font-size: 0.75em
}

.vuelos-lista .vuelo .precio .antes {
    font-size: 0.75em;
    margin-bottom: 0 !important;
    text-decoration: line-through
}

@media all and (max-width:768px) {
    .vuelos-lista .vuelo .precio {
        max-width: 100%;
        text-align: center
    }
}

.vuelos-caja {
    display: flex;
    flex-wrap: wrap
}

.vuelos-caja .vuelo {
    margin: 0 auto 1em;
    max-width: 280px;
    width: 100%
}

.vuelos-caja .vuelo .destino {}

.vuelos-caja .vuelo .aerolinea {
    margin: 0 auto;
    max-width: 100px;
    width: 100%
}

.vuelos-caja .vuelo .destino {}

.vuelos-caja .vuelo .precio {}

.vuelos-caja .vuelo .precio h2 {
    line-height: 1;
    margin-bottom: 0 !important
}

.vuelos-caja .vuelo .precio .antes {
    font-size: 0.75em;
    margin-bottom: 0 !important;
    text-decoration: line-through
}

.vuelos-caja .vuelo .precio span {
    font-weight: normal;
    font-size: 0.75em
}

.producto.promo {
    background-color: #ffffff;
    padding-bottom: 0
}

.producto.promo .estado1 {
    width: 50%;
    border-top: 1px solid #777;
    border-radius: 0 0 0 1em
}

.producto.promo .estado2 {
    width: 50%;
    border-top: 1px solid #777;
    border-radius: 0 0 1em 0
}

.aliado-int {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
    max-width: 1100px;
    width: 95%
}

.aliado-int .izquierdo {
    border-right: 1px solid #a1a1a1;
    padding-right: 2.5%;
    width: calc(70% - 1px)
}

.aliado-int .derecho {
    padding-left: 2.5%;
    width: 25%
}

.aliado-int .descripcion {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.aliado-int .logo {
    margin: 0 auto;
    width: 200px
}

.aliado-int .descripcion .texto {
    margin-left: 50px;
    width: calc(100% - 250px)
}

.aliado-int .acordeon {
    width: 100%
}

.aliado-int .acordeon button.accordion {
    background-color: transparent;
    border: none;
    border-top: 1px solid #a1a1a1;
    color: #404040 !important;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em !important;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin: 0 0 1em 0;
    outline: none;
    padding: 0.5em 0 0 0;
    position: relative;
    text-align: left;
    transition: 0.4s;
    width: 100%
}

.aliado-int button.accordion .icon {
    color: #782b90;
    position: absolute;
    right: 0.5em
}

.aliado-int button.accordion .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.aliado-int button.accordion .plus::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: 900
}

.aliado-int button.accordion.active .plus::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.aliado-int .acordeon article.panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    width: 100%
}

.aliado-int .acordeon article.panel.show {
    opacity: 1;
    max-height: 590px
}

.contenedor-calculadora {
    margin: 1em auto;
    max-width: 40em;
    width: 95%
}

.calculadora {
    margin: 1em auto;
    text-align: center;
    width: 90%
}

.calculadora div {
    background-color: #fff;
    border-radius: 1em;
    padding: 1em 0
}

.calculadora input {
    border: none;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
    text-align: center;
    width: 100%
}

.calculadora select {
    border: none;
    background: #ffffff;
    line-height: 125%;
    margin: 0 0 1em 0;
    width: 100%;
    padding: 0.5em;
    border-radius: 1em
}

.calculadora p,
.calculadora h2 {
    margin: 0
}

.especial-diseno {
    width: 100% !important;
    margin-top: -1px;
    margin-bottom: -6px
}

.especial-diseno img {
    width: 100% !important
}

.iframe-pco {
    height: 0;
    margin: 20px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0
}

.iframe-pco iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media all and (max-width:768px) {
    .iframe-pco {
        padding-bottom: 200%
    }
}

.video-youtube {
    height: 0;
    margin: 20px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}