/* fonts */

@import url('https://fonts.googleapis.com/css?family=Poppins:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
.nav-item a {
    color: #023248;
    font-weight: bold;
}

body {
    color: #023248;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


/* textos */

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 70px;
        line-height: 84px;
        letter-spacing: -4px;
    }
}

h2.with-line:before {
    content: '';
    width: 50px;
    height: 8px;
    background-color: #25bee9;
    margin-bottom: 15px;
    display: block;
}

h2.with-line-white:before {
    content: '';
    width: 50px;
    height: 8px;
    margin-bottom: 35px;
    background-color: #fff;
    display: block;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
    position: relative;
}

@media (min-width: 768px) {
    h3 {
        font-size: 32px;
    }
}

h3:after {
    content: '';
    width: 68px;
    height: 2px;
    background-color: #25bee9;
    display: block;
    margin: 20px auto;
    /*position: absolute;

    right: 0;

    left: 0;

    margin: 0 auto;

    top: 140%;*/
}

h4 {
    font-size: 20px;
}

@media (min-width: 768px) {
    h4 {
        font-size: 24px;
    }
}

h4:after {
    content: '';
    background-color: #25bee9;
    height: 2px;
    width: 40px;
    display: block;
    margin-top: 15px;
}

.display-3 {
    font-size: 2.7rem;
}

.bajada {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

@media (min-width: 768px) {
    .bajada {
        font-size: 20px;
        line-height: 34px;
        margin-top: 40px;
    }
}

.title {
    font-size: 20px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .subtitle {
        font-size: 24px;
        line-height: 34px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    #espacios .subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .display-3 {
        font-size: 4.7rem;
    }
}

.guion-lg {
    background-color: #fff;
    width: 48px;
    height: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #615d59;
}


/* botones */

.btn {
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
}

.btn-primary {
    background-color: #00a2d8;
    border: none;
}

.btn-primary:hover {
    background-color: #0078a0;
}

.btn-outline-primary {
    border-color: #fff;
    border-width: 2px;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
    background-color: #00b5d5;
    border-color: #00b5d5;
}

.btn-outline-secondary {
    border-color: #25bee9;
    border-width: 2px;
    color: #25bee9;
}


/* destacado principal */

.jumbotron {
    background-image: url(../img/landings/header-arg-hitcel.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    margin-bottom: 0;
}

.jumbotron-arg-fly {
    background-image: url(../img/landings/header-arg-fly.webp);
}

@media (max-width: 576px) {
    .jumbotron-cl-fly {
        background-position: 45%;
    }
}

.jumbotron-cl-fly {
    background-image: url(../img/landings/header-cl-fly-v3.webp);
    padding: 10% 0px;
}

.jumbotron-cl-fly-op2 {
    background-image: url(../img/landings/header-cl-fly-op2.webp);
    padding: 10% 0px;
}

.jumbotron-cl-fly-op3 {
    background-image: url(../img/landings/header-cl-fly-op3.webp);
    padding: 10% 0px;
}

.jumbotron-peru {
    background-image: url(../img/landings/header-navarrete-1.webp);
    padding: 10% 0px;
}

.jumbotron-brasil {
    background-image: url(../img/landings/header-brasil-1.webp);
    height: 100vh;
    padding: 10% 0px;
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
    ...
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    ...
}

@media (min-width: 992px) {
    .jumbotron {
        min-height: 680px;
    }
    .jumbotron .text-block {
        margin-top: 80px;
    }
}


/* beneficios */

.beneficios-icon {
    margin: 30px;
}

#beneficios {
    background: #f5f6fa;
}

#beneficios.BgWhite {
    background: #fff !important;
}

.BgGrey {
    background: #f5f6fa !important;
}

section {
    padding: 3rem 0;
}

@media (min-width: 768px) {
    .beneficios-item {
        padding: 0 0;
    }
}


/* servicios */

.service {
    padding: 2rem 0;
}

.service .col {
    display: flex;
}

.service-content {
    padding: 30px 0;
}

.service-content .with-line {
    font-size: 30px;
    line-height: 64px;
    letter-spacing: -2px;
}

@media (min-width: 768px) {
    .service-content {
        width: 90%;
        align-self: center;
    }
    .service-content.align-items-start {
        align-self: start;
    }
    .service-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.service-item {
    padding: 2rem 0;
}

@media (max-width: 768px) {
    .service-item .pl-5 {
        padding-left: 0rem !important;
    }
}


/* nosotros */

#nosotros {
    background-color: #25bee9;
    color: #fff;
    padding: 100px 0;
    background-image: transparent;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

@media (min-width: 768px) {
    #nosotros {
        background-image: url(https://twhitco.hitco.work/img/landings/nosotros-miscelaneas.png);
    }
    #nosotros p {
        letter-spacing: -0.3px;
    }
}

#nosotros p,
#nosotros title {
    color: #fff;
}

#nosotros h2 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #nosotros h2 {
        margin-bottom: 60px;
    }
}

.cruz {
    margin: 20px 0;
}


/* clientes */

#clientes {
    background-color: #f5f6fa;
}

@media (min-width: 768px) {
    #clientes {
        padding: 80px 0;
    }
    #clientes img {
        padding: 80px;
        margin: 0 auto;
    }
}


/* espacios */

.espacios-carousel-destacado .carousel-cell {
    width: 100%;
    /* full width */
    height: 600px;
    /* height of carousel */
    margin-right: 10px;
}

.espacios-carousel {
    padding-top: 60px;
}

.informacion-carousel {}

.informacion-carousel .carousel-cell {}


/*.informacion-carousel .carousel-cell img{width: 100%;}*/

.espacios-carousel .carousel-cell {
    margin-right: 4px;
}

.carousel-image {
    /*position: absolute;

	top: 0; bottom: 0;

	left: 0;

	z-index: 1;*/
}

@media (max-width: 768px) {
    .informacion-carousel .carousel-cell {
        width: 100%;
        /* full width */
        height: 480px;
        /* height of carousel */
        margin-right: 10px;
    }
    .informacion-carousel .carousel-cell img {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .informacion-carousel .carousel-cell {
        height: 380px;
        /* height of carousel */
    }
}

@media (max-width: 580px) {
    .informacion-carousel .carousel-cell {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .informacion-carousel .carousel-cell {
        height: 260px;
    }
}

@media (max-width: 390px) {
    .informacion-carousel .carousel-cell {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .espacios-carousel-destacado .carousel-image {
        width: 100%;
    }
    .espacios-carousel .carousel-cell {
        margin-right: 4px;
        width: 275px;
    }
    .carousel-image {
        width: 100%;
        height: auto;
    }
}

.espacios-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-flow: column;
    /* align-content: center; */
    align-items: center;
}

.HitValpoChile .espacios-item {
    background: #000;
}

.HitValpoChile .espacios-item .carousel-image {
    opacity: 0.7;
}

.espacios-item {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
    align-items: center;
}

.espacios-titulo,
.espacios-titulo-th,
.espacios-ubicacion {
    font-size: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.espacios-titulo-th {
    font-size: 24px;
}

.espacios-ubicacion {
    font-size: 12px;
    font-weight: 700;
}


/* cta prospects */

.cta-prospects {
    /* background-color: #f05671; rojo */
    background-color: #f5f6fa;
    padding: 60px 0;
    margin: 60px 0;
}

.cta-prospects h3 {
    font-size: 20px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .cta-prospects h3 {
        font-size: 24px;
    }
}

.cta-prospects p {}

.membresias {
    padding: 30px 0;
}

.carousel-nav {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 30px 0;
}

.carousel-nav button {
    background: transparent;
    border: none;
}

.sold-out:before,
.proximamente:before {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.sold-out:before {
    content: 'SOLD OUT';
    background-color: #ef506c;
    color: #fff;
}

.proximamente:before {
    content: 'PRóXIMAMENTE';
    text-transform: uppercase;
    background-color: #00b1d8;
    color: #fff;
}


/* big previous & next buttons



.flickity-button, .flickity-button:hover {

  background: transparent;

}



.flickity-prev-next-button {

  width: 40px;

  height: 40px;

} */


/* .espacios-carousel .flickity-prev-next-button.previous {

  left: -40px;

}

.espacios-carousel .flickity-prev-next-button.next {

  right: -40px;

} */


/* icon color */


/*

.espacios-carousel .flickity-button-icon {

  fill: #fff;

}



.espacios-carousel-destacado .flickity-button-icon {

  fill: white;

} */


/* hide disabled button 

.flickity-button:disabled {

  display: ;

} */


/* contacto */

#contacto {
    padding: 0;
}

.contacto-text {
    background-color: #00a2d8;
}

.contacto-form {
    background-color: #023248;
}

.contacto-form.BgInformacion {
    background: url("../img/landings/bg-informacion-edificio.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgHitBsas {
    background: url("../img/landings/Hitwork-edificio-cel.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgHitValpo {
    background: url("../img/landings/Hitwork-Valparaiso_01.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgInformacionPeru {
    background: url("../img/landings/bg-informacion-edificio-peru-v1.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.informacion-box {
    width: 50%;
}

.contacto-form.BgHitBsas-Cel {
    background: url("../img/landings/Hitwork-edificio-cel.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgHitBsas-Pirelli {
    background: url("../img/landings/Hitwork-edificio-pirelli.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgHitBsas-Suipacha {
    background: url("../img/landings/Hitwork-edificio-suipacha.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgHitBsas-Tecno {
    background: url("../img/landings/Hitwork-edificio-tecno.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-form.BgHitBsas-Libertador {
    background: url("../img/landings/Hitwork-edificio-libertador.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .informacion-box {
        width: 100%;
    }
    .contacto-form.BgHitBsas-Cel,
    .contacto-form.BgHitBsas-Pirelli,
    .contacto-form.BgHitBsas-Suipacha,
    .contacto-form.BgHitBsas-Tecno,
    .contacto-form.BgHitBsas-Libertador {
        min-height: 350px;
    }
    .nav-fill .nav-item {
        padding: 10px 0;
    }
    .nav-fill .nav-item span {
        display: block;
    }
    .nav-tabs .nav-link {
        line-height: 1rem;
    }
}


/*//// UTILITIES ///*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.informacion-box.BgInformacionBrasil {
    background: url("../img/landings/bg-informacion-edificio-brasil-v1.webp");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.contacto-text,
.contacto-form {
    width: 100%;
    padding: 5%;
}

@media (max-width: 768px) {
    .contacto-form.BgInformacion {
        min-height: 200px;
    }
    .contacto-text h2 .TextLlegamos {
        font-size: 20px;
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    .contacto-text,
    .contacto-form {
        width: 50%;
        padding: 5%;
    }
}

.contacto-text h2 {
    color: #fff;
    margin-bottom: 40px;
}

.contacto-text.bg-white h2 {
    color: #00a2d8;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 32px;
}

.contacto-text.bg-white h2.with-line-white::before {
    background-color: #00a2d8;
}

.contacto-text h2 .TextLlegamos {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}

@media (min-width: 768px) {
    .contacto-text h2 {
        font-size: 66px;
    }
}

.contacto-data {
    text-transform: uppercase;
    color: #fff;
}

footer {
    background-color: #021a25;
    padding: 25px;
}

.paf-logo {
    float: right;
}


/* form */

.alert {
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
}

.alert-success {
    background-color: #25bee9;
    color: #fff;
}

.hs-input {
    border-radius: 0px!important;
    border: none!important;
    color: blue;
}

#hs-form-iframe-0 label {
    text-transform: uppercase;
}


/*

.navbar-toggler {

    border-color: rgb(255,102,203);

}

.navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

} */


/* utilidades */

@media (min-width: 768px) {
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.text-claim {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.text-claim-cl {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.list-caracteristicas {}

.list-caracteristicas li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-caracteristicas li span {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}

.tab-content .tab-pane .tab-pane-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-fill .nav-item {
    text-align: center;
    background: #00a2d8;
    background-color: rgb(0, 162, 216);
    background-color: rgb(0, 162, 216);
    color: #fff;
    border-radius: 0;
    padding: 25px 0;
    padding-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-tabs .nav-link {
    border: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    border-top-color: currentcolor;
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #fff #fff #fff;
    border-bottom: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
    border-bottom: none;
}

.navbar-brand {
    color: rgb(0, 177, 216);
}

.navbar-brand span {
    padding: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 12px;
    color: rgb(0, 177, 216);
}