/* G E N E R A L E S
-----------------------------------------------------*/
body {
    color: #002D74;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.form-control {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
}

.logo {
    top: 2rem;
    left: 2rem;
    width: 13vw;
    position: absolute;
}

.h100 {
    height: 100vh;
}

/* Fonts */
.gnp_h1 {
    font-size: 90px;
    font-family: "museo-sans", sans-serif;
}

.gnp_h2 {
    font-size: 130px;
}

.gnp_h3 {
    font-size: 30px;
    font-family: "museo-sans", sans-serif;
}

.gnp_p1 {
    font-size: 16px;
}

.gnp_p2 {
    font-size: 18px;
}

.gnp_p3 {
    font-size: 20px;
}

.gnp_p4 {
    font-size: 25px;
}

.gnp_p5 {
    font-size: 30px;
}

.gnp_p6 {
    font-size: 35px;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
}

.gnp_p7 {
    font-size: 40px;
}

/* Weight */
.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

/* Color */
.white {
    color: white;
}

.blue {
    color: #002D74;
}

.orange {
    color: #FF6C0E;
}

/* Margin & Padding */
.mt_1 {
    margin-top: 1rem;
}

.mt_2 {
    margin-top: 2rem;
}

.mt_3 {
    margin-top: 3rem;
}

.mt_4 {
    margin-top: 4rem;
}

.mt_5 {
    margin-top: 5rem;
}

/* mb */
.mb_1 {
    margin-bottom: 1rem;
}

.mb_2 {
    margin-bottom: 2rem;
}

.mb_3 {
    margin-bottom: 3rem;
}

.mb_4 {
    margin-bottom: 4rem;
}

.mb_5 {
    margin-bottom: 5rem;
}

/* py */
.py_1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py_2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py_3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py_4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py_5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* px */
.px_1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px_2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px_3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px_4 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px_5 {
    padding-left: 5rem;
    padding-right: 5rem;
}

/* Button */
.btn-primary {
    width: 100%;
    padding: 10px 0px;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    background-color: #002D74;
}

.btn-primary:hover {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    color: #002D74;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #002D74;
    box-shadow: 2px 2px 2px 0 #002D74;
}

.btn-secundario {
    width: 100%;
    padding: 10px 0px;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    background-color: #002D74;
}

.btn-secundario:hover {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    background-color: #FF6C0E;
}


/* H O M E
-----------------------------------------------------*/
.bg-header {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(./../../assets_lp/images/banner-header.jpg);
}

.w-letras {
    width: 50vw;
}

.floating {
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
}

@keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
}

.circle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    background-color: #FF6C0E;
}

.h-r {
    border-right: 1px solid #002D74;
}

.bg-form {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(./../../assets_lp/images/banner-form.jpg);
}

.txt-label {
    font-size: 17px;
}

.emoji {
    top: -4rem;
    left: 5%;
    bottom: 12rem;
    position: absolute;
    transform: translate(-50%, -50%);
}

.w-emoji {
    width: 25vw;
}


.emoji2 {
    left: 0;
    bottom: 0;
    position: relative;
}

.w-emoji2 {
    width: 15vw;
}



.txt-shadow {
    text-shadow: 5px 7px 6px hwb(0deg 0% 100% / 35%);
}


/* T H A N K
-----------------------------------------------------*/
.thanks_txt1 {
    font-size: 40px;
}

.thanks_txt2 {
    font-size: 37px;
}

.logo-vivir {
    width: 35vw;
}


/* F O O T E R
-----------------------------------------------------*/
.justify-content-end-center {
    justify-content: end;
}

.social {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #FF6C0E;
}

.social:hover {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #002D74;
}

.under-none {
    text-decoration: none;
}

/* Nuevos */
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #002D74;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button::after {
    filter: invert(1);
}

.floating-btn {
    right: 40px;
    width: 60px;
    bottom: 70px;
    height: 60px;
    color: #fff;
    display: flex;
    z-index: 9999;
    position: fixed;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #FF6C0E;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.floating-btn[data-tooltip]:hover::after {
    top: 50%;
    right: 50px;
    color: #fff;
    font-size: 13px;
    padding: 7px 18px;
    position: absolute;
    border-radius: 5px;
    white-space: nowrap;
    background: #FF6C0E;
    transform: translateY(-50%);
    content: attr(data-tooltip);
}

.modal-title-folio {
    color: #002D74;
    font-size: 25px;
    font-family: "museo-sans", sans-serif;
}

.icon-folios {
    width: 5vw;
    margin: auto;
    display: flex;
}
/* End Nuevos */

.gnp_h4 {
        font-size: 40px;
        font-family: "museo-sans", sans-serif;
}

.gnp_p_sm {
    font-size: 14px;
}


@media only screen and (min-width: 1px) and (max-width: 600px) {

    .gnp_h4 {
        font-size: 33px;
        font-family: "museo-sans", sans-serif;
    }

    .logo {
        top: 1.5rem;
        left: 2rem;
        width: 22vw;
        position: absolute;
    }

    /* Nuevos */
    .visible-lg {
        display: none;
    }

    .gnp_h3 {
        font-size: 25px;
        font-family: "museo-sans", sans-serif;
    }

    .icon-folios {
        width: 20vw;
        margin: auto;
        display: flex;
    }

    .floating-btn {
        right: 30px;
        width: 60px;
        bottom: 70px;
        height: 60px;
        color: #fff;
        display: flex;
        z-index: 9999;
        position: fixed;
        font-size: 24px;
        cursor: pointer;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        background-color: #FF6C0E;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    /* Nuevos */

    /* Fonts */
    .gnp_h1 {
        font-size: 45px;
        font-family: "museo-sans", sans-serif;
    }

    .gnp_h2 {
        font-size: 130px;
    }

    .gnp_p1 {
        font-size: 16px;
    }

    .gnp_p2 {
        font-size: 18px;
    }

    .gnp_p3 {
        font-size: 20px;
    }

    .gnp_p4 {
        font-size: 25px;
    }

    .gnp_p5 {
        font-size: 22px;
    }

    .gnp_p6 {
        font-size: 30px;
        font-weight: 300;
        font-family: "museo-sans", sans-serif;
    }

    /* Margin & Padding */
    .mt_1_sm {
        margin-top: 1rem !important;
    }

    .mt_2_sm {
        margin-top: 2rem !important;
    }

    .mt_3_sm {
        margin-top: 3rem !important;
    }

    .mt_4_sm {
        margin-top: 4rem !important;
    }

    .mt_5_sm {
        margin-top: 5rem !important;
    }

    /* mb */
    .mb_1_sm {
        margin-bottom: 1rem !important;
    }

    .mb_2_sm {
        margin-bottom: 2rem !important;
    }

    .mb_3_sm {
        margin-bottom: 3rem !important;
    }

    .mb_4_sm {
        margin-bottom: 4rem !important;
    }

    .mb_5_sm {
        margin-bottom: 5rem !important;
    }

    /* py */
    .py_1_sm {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py_2_sm {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py_3_sm {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py_4_sm {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py_5_sm {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    /* px */
    .px_1_sm {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px_2_sm {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px_3_sm {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px_4_sm {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px_5_sm {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    /* H O M E
    -----------------------------------------------------*/
    .w-letras {
        width: 75vw;
    }

    .h-r {
        border-right: 0px solid #002D74;
    }

    .emoji {
        display: none;
    }


    .emoji2 {
        display: flex;
    }

    .w-emoji2 {
        width: 45vw;
    }



    /* T H A N K
    -----------------------------------------------------*/
    .thanks_txt1 {
        font-size: 25px;
    }

    .thanks_txt2 {
        font-size: 25px;
    }

    .logo-vivir {
        width: 65vw;
    }


    /* F O O T E R
    -----------------------------------------------------*/
    .justify-content-end-center {
        justify-content: center;
    }

    .txt-sm-center {
        text-align: center;
    }

}

@media only screen and (min-width: 768px) and (max-width: 770px) {
    
    
    .w-iconfaq {
        width: 7vw;
    }

    /* Faqs */
    .scroll-horizontal {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        flex-direction: row;
        white-space: nowrap;
        justify-content: start;
    }
    
    .logo {
        top: 2rem;
        left: 2rem;
        width: 18vw;
        position: absolute;
    }

    /* Fonts */
    .gnp_h1 {
        font-size: 55px;
        font-family: "museo-sans", sans-serif;
    }

    .gnp_h2 {
        font-size: 130px;
    }

    .gnp_p1 {
        font-size: 16px;
    }

    .gnp_p2 {
        font-size: 18px;
    }

    .gnp_p3 {
        font-size: 20px;
    }

    .gnp_p4 {
        font-size: 25px;
    }

    .gnp_p5 {
        font-size: 25px;
    }

    .gnp_p6 {
        font-size: 35px;
        font-weight: 300;
        font-family: "museo-sans", sans-serif;
    }

    /* Margin & Padding */
    .mt_1_md {
        margin-top: 1rem !important;
    }

    .mt_2_md {
        margin-top: 2rem !important;
    }

    .mt_3_md {
        margin-top: 3rem !important;
    }

    .mt_4_md {
        margin-top: 4rem !important;
    }

    .mt_5_md {
        margin-top: 5rem !important;
    }

    /* mb */
    .mb_1_md {
        margin-bottom: 1rem !important;
    }

    .mb_2_md {
        margin-bottom: 2rem !important;
    }

    .mb_3_md {
        margin-bottom: 3rem !important;
    }

    .mb_4_md {
        margin-bottom: 4rem !important;
    }

    .mb_5_md {
        margin-bottom: 5rem !important;
    }

    /* py */
    .py_1_md {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py_2_md {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py_3_md {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py_4_md {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py_5_md {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    /* px */
    .px_1_md {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px_2_md {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px_3_md {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px_4_md {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px_5_md {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }


    /* H O M E
    -----------------------------------------------------*/
    .h-r {
        border-right: 0px solid #002D74;
    }

    .emoji {
        left: 2rem;
        bottom: 25rem;
        position: absolute;
    }

    .w-emoji {
        width: 25vw;
    }


    .emoji2 {
        left: 2rem;
        bottom: 0;
        position: relative;
    }

    .w-emoji2 {
        width: 25vw;
    }


    /* T H A N K
    -----------------------------------------------------*/
    .thanks_txt1 {
        font-size: 35px;
    }

    .thanks_txt2 {
        font-size: 32px;
    }

    .logo-vivir {
        width: 50vw;
    }

    .visible-md {
        display: none;
    }

}

@media only screen and (min-width: 820px) and (max-width: 825px) {
    .logo {
        top: 2rem;
        left: 2rem;
        width: 18vw;
        position: absolute;
    }

    .w-iconfaq {
        width: 7vw;
    }

    /* Faqs */
    .scroll-horizontal {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        flex-direction: row;
        white-space: nowrap;
        justify-content: start;
    }

    /* Fonts */
    .gnp_h1 {
        font-size: 55px;
        font-family: "museo-sans", sans-serif;
    }

    .gnp_h2 {
        font-size: 130px;
    }

    .gnp_p1 {
        font-size: 16px;
    }

    .gnp_p2 {
        font-size: 18px;
    }

    .gnp_p3 {
        font-size: 20px;
    }

    .gnp_p4 {
        font-size: 25px;
    }

    .gnp_p5 {
        font-size: 25px;
    }

    .gnp_p6 {
        font-size: 35px;
        font-weight: 300;
        font-family: "museo-sans", sans-serif;
    }

    /* Margin & Padding */
    .mt_1_md {
        margin-top: 1rem !important;
    }

    .mt_2_md {
        margin-top: 2rem !important;
    }

    .mt_3_md {
        margin-top: 3rem !important;
    }

    .mt_4_md {
        margin-top: 4rem !important;
    }

    .mt_5_md {
        margin-top: 5rem !important;
    }

    /* mb */
    .mb_1_md {
        margin-bottom: 1rem !important;
    }

    .mb_2_md {
        margin-bottom: 2rem !important;
    }

    .mb_3_md {
        margin-bottom: 3rem !important;
    }

    .mb_4_md {
        margin-bottom: 4rem !important;
    }

    .mb_5_md {
        margin-bottom: 5rem !important;
    }

    /* py */
    .py_1_md {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py_2_md {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py_3_md {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py_4_md {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py_5_md {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    /* px */
    .px_1_md {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px_2_md {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .px_3_md {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .px_4_md {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .px_5_md {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }


    /* H O M E
    -----------------------------------------------------*/
    .h-r {
        border-right: 0px solid #002D74;
    }

    .emoji {
        left: 2rem;
        bottom: 25rem;
        position: absolute;
    }

    .w-emoji {
        width: 25vw;
    }

    .emoji2 {
        left: 2rem;
        bottom: 0;
        position: relative;
    }

    .w-emoji2 {
        width: 25vw;
    }


    /* T H A N K
    -----------------------------------------------------*/
    .thanks_txt1 {
        font-size: 35px;
    }

    .thanks_txt2 {
        font-size: 32px;
    }

    .logo-vivir {
        width: 50vw;
    }

    .visible-md {
        display: none;
    }
}






  .btn-validar {
    width: 30%;
    border: none;
    color: white;
    font-size: 15px;
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #002D74;
  }
  
    .btn-validar:hover {
    width: 30%;
    color: #fff;
    padding: 0.5rem;
    font-size: 15px;
    border-radius: 10px;
    background-color: #ff6c0e;
    border: 1px solid #ff6c0e;
    box-shadow: 2px 2px 2px 0 #da5600;
  }

  #mensaje_ws{
    display: none;
  }

  .pol-valida {
    width: 30%;
    color: white;
    font-size: 15px;
    padding: 0.5rem;
    border-radius: 5px;
    text-align: center;
    background-color: green;
  }

  .under-none {
        text-decoration: none;
    }



/* Nuevos 23 sept */
.floating-btn-faqs {
  right: 40px;
  width: 60px;
  bottom: 70px;
  height: 60px;
  color: #fff;
  display: flex;
  z-index: 9999;
  position: fixed;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: #FF6C0E;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.floating-btn-faqs[data-tooltip]:hover::after {
  top: 50%;
  right: 50px;
  color: #fff;
  font-size: 13px;
  padding: 7px 18px;
  position: absolute;
  border-radius: 5px;
  white-space: nowrap;
  background: #FF6C0E;
  transform: translateY(-50%);
  content: attr(data-tooltip);
}


@media only screen and (min-width: 1px) and (max-width: 600px) {
    .floating-btn-faqs {
    right: 30px;
    width: 60px;
    bottom: 70px;
    height: 60px;
    color: #fff;
    display: flex;
    z-index: 1;
    position: fixed;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #FF6C0E;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    /* Faqs */
    .scroll-horizontal {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: scroll;
      flex-direction: row;
      white-space: nowrap;
      justify-content: start;
    }

    .w-number {
      width: 4vw !important;
    }

    .w-iconfaq {
      width: 14vw !important;
    }

}


/* Añadir la siguientes clases */
.nav-link-faq {
  color: #020202;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ff6c0e;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid #ff6c0e;
}

.accordion-button {
  font-weight: 600;
}

.w-iconfaq {
  width: 3vw;
}

.w-number {
  width: 2vw;
}

.scroll-horizontal {
  white-space: nowrap;
  justify-content: center;
}


/* Tabla */
.tabla {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-collapse: collapse;
}

.th-title, .td {
    padding: 12px;
    border: 1px solid #999;
}

.th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}
/* Tabla */


@media only screen and (min-width: 601px) and (max-width: 767px) {
    .emoji {
        display: none;
    }
}

