html, body {
    font-family: 'Public Sans', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    position: relative;
}
h1 {
    color: #F29A00;
    font-weight: 800;
    text-transform: uppercase;
}
h2 {
    color: #4DC0C7;
    font-size: 38px;
    font-weight: 800;
}
h3 {
    color: #4DC0C7;
    font-size: 22px;
    font-weight: 800;
}
h4 {
    color: #0074B8;
    font-size: 18px;
    font-weight: 800;
}
h5 {
    color: #0074B8;
    font-size: 16px;
    font-weight: 800;
}
p {
    color: #484848;
    font-size: 18px;
}
p span {
    color: #F29A00;
    font-weight: 800;
}
.logo {
    margin-bottom: 40px;
}
.white-bg {
    background-image: url('../../../img/bg/bg-white-texture.jpg');
    background-size: cover;
}

/* ===================== WHATSAPP ===================== */
.floating-whatsapp {
    background-color: #25D366;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999;
    width: 54px;
}
.floating-whatsapp .icon {
    color: #ffffff;
    font-size: 35px;
}
/* ===================== WHATSAPP ===================== */

/* ===================== PAQUETES ===================== */
.paquetes {
    position: relative;
}
.card-paquete {
    padding: 12px 18px;
    text-align: center;
    position: relative;
}
.card-paquete:after {
    background-color: #ECECEC;
    content: '';
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.card-paquete .paquete-wrap {
    position: relative;
    z-index: 2;
}
.card-paquete .paquete-wrap h3 {
    color: #484848;
    font-style: italic;
}
.card-paquete .paquete-wrap .btn-info-paquete {
    background-color: #4DC0C7;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    color: #ffffff;
    min-width: 35px;
    transition: 0.5s all ease;
}
.card-paquete .paquete-wrap .btn-info-paquete span {
    transition: 0.5s all ease;
}
.card-paquete:hover .paquete-wrap .btn-info-paquete {
    background-color: #6765C0;
    padding: 4px 25px;
}
.card-paquete:hover .paquete-wrap .btn-info-paquete span {
    display: inline-block;
}
/* ===================== PAQUETES ===================== */

/* ===================== SLASH ===================== */
.slash {
    width: 120%;
    height: auto;
    overflow-x: hidden;
    transform: rotate(174deg);
    left: -1%;
    position: absolute;
}
.slash div {
    height: 17px;
    width: 100%;
}
.slash div:nth-child(4) {
    background-color: #CD1316;
}
.slash div:nth-child(3) {
    background-color: #DC5B23;
}
.slash div:nth-child(2) {
    background-color: #F29A00;
}
.slash div:nth-child(1) {
    background-color: #0074B8;
    height: 130px;
}
/* ===================== SLASH ===================== */

/* ===================== REGISTRO ===================== */
.registro {
    background-color: #0074B8;
    padding-bottom: 100px;
    min-height: 650px;
}
.registro ul {
    color: #ffffff;
    list-style: none;
    margin-bottom: 0;
    padding-left: 5px;
    column-count: 2;
}
.registro ul li img {
    width: 45px;
}
.registro .title {
    color: #BBE2E5;
    font-size: 34px;
}
.registro .title span {
    color: #ffc53b;
    font-size: 38px;
    text-shadow: -3px 0px 0px #fc5a14;
}
.registro p {
    color: #ffffff;
}
.img {
    position: relative;
}
.bottom-img {
    bottom: -90px;
    height: auto;
    position: absolute;
}
.status-registro, .status-registro .icon-text {
    display: flex;
}
.status-registro .paso-1 {
    margin-right: 40px;
}
.status-registro .icon-paso {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
}
.status-registro .paso-1 .icon-paso, .status-registro .paso-2 .icon-paso {
    background-color: #0074B8;
    border: 2px solid #4DC0C7;
}
.status-registro .paso-1.active .icon-paso, .status-registro .paso-2.active .icon-paso {
    background-color: #F29A00;
    border: 2px solid #F29A00;
}
.status-registro .paso-1.complete .icon-paso, .status-registro .paso-2.complete .icon-paso {
    background-color: #71BE92;
    border: 2px solid #71BE92;
}
.status-registro .paso-1 .icon-paso .icon, .status-registro .paso-2 .icon-paso .icon {
    color: #4DC0C7;
    font-size: 14px;
}
.status-registro .paso-1.active .icon-paso .icon, .status-registro .paso-2.active .icon-paso .icon, .status-registro .paso-1.complete .icon-paso .icon, .status-registro .paso-2.complete .icon-paso .icon {
    color: #ffffff;
}
.status-registro .icon-text p {
    margin-left: 5px;
    font-weight: 800;
}
.status-registro .paso-1 .icon-text p, .status-registro .paso-2 .icon-text p {
    color: #4DC0C7;
}
.status-registro .paso-1.active .icon-text p, .status-registro .paso-2.active .icon-text p {
    color: #F29A00;
}
.status-registro .paso-1.complete .icon-text p, .status-registro .paso-2.complete .icon-text p {
    color: #71BE92;
}
.registro-auto, .agradecimiento {
    display: none;
}
.formulario-registro .form-label, .picker-wrapper label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px !important;
}
.form-label {
    display: inline-block;
}
.formulario-registro .form-label span {
    color: #FF7E80;
}
.formulario-registro input, .formulario-registro select {
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.formulario-registro .estatus.error input, .formulario-registro .estatus.error select {
    background-color: #ffcbcc;
    border-color: #fd7d80;
}
.formulario-registro .estatus .mensaje {
    font-size: 14px;
    font-weight: 600;
    color: #ffcbcc;
    margin-left: 10px;
}
.registro .formulario-registro .btn-form {
    border: 0;
    color: #ffffff;
    margin-top: 12px;
    padding: 13px 0;
    width: 100%;
}
.btn-next {
    background-color: #F29A00;
    transition: 0.3s all ease;
}
.btn-next:hover, .btn-next:focus, .btn-next:active {
    background-color: #FFA70C;
}
.btn-send {
    background-color: #71BE92;
    transition: 0.3s all ease;
}
.btn-send:hover, .btn-send:focus, .btn-send:active {
    background-color: #07E164;
}
.btn-back {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 18px;
}
.btn-back .icon {
    margin-right: 6px;
}
.picker-wrapper .btn-picker {
    font-size: 18px;
    padding: 0;
    text-transform: unset
}

.picker-wrapper label {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px
}
.picker-wrapper .form-label {
    display: block;
}

.picker-wrapper {
    transition: background-color .5s ease
}

.picker-wrapper p {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px
}

.picker-wrapper .color-chosen {
    background-color: #fff;
    box-shadow: 0 0 3px #2d5064;
    border-radius: 50px;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.picker-wrapper .btn-picker {
    font-size: 18px;
    padding: 0;
    text-transform: unset
}

.color-picker {
    background: #efefef;
    padding: 10px;
    border-radius: 8px;
    top: 40px;
    position: absolute;
    z-index: 9
}

.color-picker>div {
    width: 30px;
    display: inline-block;
    height: 30px;
    margin: 5px;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s ease
}

.color-picker>div:hover {
    transform: scale(1.2)
}
.agradecimiento h2 {
    color: #F29A00;
}
.agradecimiento h3 {
    color: #ffffff;
}
.agradecimiento p {
    font-size: 20px;
}
/* ===================== REGISTRO ===================== */

/* ===================== VIDEO ===================== */
.polaroid-video {
    border-top: 13px solid #ECECEC;
    border-left: 13px solid #ECECEC;
    border-right: 13px solid #ECECEC;
    border-bottom: 38px solid #ECECEC;
    box-shadow: 5px 21px 8px rgba(0, 0, 0, .08);
}
/* ===================== VIDEO ===================== */

/* ===================== SERVICIOS ===================== */
.servicios {
    background-color: #F6F6F6;
}
.swiper-container {
    height: 300px;
    width: 100%;
}  
.polaroid-servicio {
    background-color: #FCFCFC;
    box-shadow: 5px 21px 8px rgba(0, 0, 0, .08);
    padding: 7px 12px 11px;
    margin: 0 auto;
}
.polaroid-servicio img {
    width: 100%;
}
.polaroid-servicio h4 {
    margin-top: 11px;
    text-align: center;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.arrow-carousel {
    color: #F29A00 !important;
}
.swiper-button-prev {
    left: -20px !important;
}
.swiper-button-next {
    right: -40px !important;
}
/* ===================== SERVICIOS ===================== */

/* ===================== SUCURSALES ===================== */
.sucursales {
    background-color: #000000;
    background-image: url('../../../img/bg/bg-black-texture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.sucursales-wrapper {
    padding: 45px 20px;
}
.sucursal .icon-text {
    align-items: baseline;
    display: flex;
}
.sucursal .icon-text p {
    color: #ffffff;
    margin-bottom: 9px;
}
.sucursal h3 span {
    font-size: 14px;
    font-weight: 400;
}
.sucursal .icon-text .icon {
    font-size: 18px;
    margin-right: 14px;
}
.sucursal .icon-text .icon.direccion {
    color: #CD1316;
}
.sucursal .icon-text .icon.whatsapp {
    color: #25D366;
}
.sucursal .icon-text .icon.tel {
    color: #0074B8;
}
#map {
    height: 100%;
}  
/* ===================== SUCURSALES ===================== */

/* ===================== FOOTER ===================== */
footer {
    background-color: #E9E9E9;
}
footer .link {
    background-color: #d0d0d0;
    padding: 10px 0;
    margin-top: 20px;
}
footer .link a {
    font-size: 13px;
    text-decoration: underline;
}
footer .slash-2 {
    margin-bottom: 25px;
}
footer .slash-2 div {
    height: 17px;
    width: 100%;
}
footer .slash-2 div:nth-child(1) {
    background-color: #4DC0C7;
}
footer .slash-2 div:nth-child(2) {
    background-color: #0074B8; 
}
.logo-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social {
    height: 47px;
    width: 47px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}
.social .icon {
    font-size: 25px;
    color: #ffffff;
}
.social.facebook {
    background-color: #094FA3;
}

.social.facebook.info {
    margin-left: 0;
}

.info-logo-social {
    transform: translateX(-10px);
}

.social.instagram {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.logo-jaktur {
    display: block;    
    margin: 15px auto 0;
    width: 170px;
}
/* ===================== FOOTER ===================== */

/* ===================== MODAL ===================== */
.modal-open {
    padding-right: 0px !important;
}
.modal-content {
    background-color: #F6F6F6;
    border: 0;
    border-radius: 0;
}
.modal-header {
    border-bottom: 0;
}
.modal-title {
    color: #6765C0;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    width: 100%;
}
.modal-body {
    padding-top: 0;
    padding-bottom: 60px;
    text-align: center;
}
.modal-body img {
    position: absolute;
    right: -50%;
    transform: translateX(-50%);
}
.modal-body img.paq-1 {
    bottom: -105%;
}
.modal-body img.paq-2 {
    bottom: -110%;
}
.modal-body img.paq-3 {
    bottom: -70%;
}
/* ===================== MODAL ===================== */

/* ===================== RESPONSIVE ===================== */
@media only screen and (min-width: 1200px) {
    .paquetes {
        padding-bottom: 100px;
    }
    .registro {
        padding-top: 50px;
    }
    .servicios {
        padding: 110px 0 80px;
    }
    .bottom-img {
        left: 50%;
        width: 500px;
    }
}
@media only screen and (min-width: 992px) {
    .card-paquete .paquete-wrap .btn-info-paquete {
        padding: 4px 25px;
    }
    .card-paquete .paquete-wrap .btn-info-paquete span {
        display: none;
        transition: 0.5s all ease;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .paquetes {
        padding-bottom: 100px;
    }
    .registro {
        padding-top: 50px;
    }
    .servicios {
        padding: 110px 0 80px;
    }
    .bottom-img {
        left: 50%;
        width: 500px;
    }
}
@media only screen and (max-width: 991px) {
    .card-paquete .paquete-wrap .btn-info-paquete {
        padding: 4px 25px;
    }
    .card-paquete.mb {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .paquetes {
        padding-bottom: 70px;
    }
    .slash {
        bottom: -70px
    }
    .formulario-registro, .agradecimiento {
        padding-bottom: 50px;
    }
    .bottom-img {
        left: 50%;
        width: 390px;
        transform: translateX(-50%);
        bottom: -140px;
    }
    .servicios {
        padding: 140px 0 80px;
    }
    .swiper-container {
        height: 400px;
        margin-top: 40px;
    }
    .sucursales-wrapper {
        padding: 45px 20px 45px 0;
    }
}
@media only screen and (min-width: 768px) {
    .white-bg {
        padding-top: 50px;
    }
    .slash {
        bottom: -70px
    }
    .swiper-container {
        margin-top: 40px;
    }
    .logo-link {
        width: 170px;
    }
}
@media only screen and (max-width: 767px) {
    .white-bg {
        padding-top: 25px;
    }
    .paquetes {
        padding-bottom: 60px;
    }
    .card-paquete.mb {
        margin-bottom: 15px;
    }
    .slash {
        bottom: -80px;
    }
    .registro ul {
        column-count: 1;
    }
    .formulario-registro, .agradecimiento {
        padding-bottom: 50px;
    }
    .agradecimiento h2, .agradecimiento p, .agradecimiento h3 {
        text-align: center;
    }
    .agradecimiento h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .servicios {
        padding-top: 90px;
    }
    .swiper-container {
        margin-top: 20px;
    }
    .arrow-carousel {
        display: none !important;
    }
    #map {
        height: 300px;
    }
    .logo-social {
        margin-bottom: 30px;
    }
    .logo-link {
        width: 170px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-img {
        left: 50%;
        transform: translateX(-50%);
        height: 160px;
        width: auto;
    }
}
@media only screen and (max-width: 575px) {
    .bottom-img {
        left: 50%;
        transform: translateX(-50%);
        height: 160px;
        width: auto;
    }
}
/* ===================== RESPONSIVE ===================== */