@font-face {
    font-family: Source Sans Pro;
    src: url('../fonts/SourceSansPro-Regular.otf') format('truetype');
}
@font-face {
    font-family: Source Sans Light;
    src: url('../fonts/SourceSansPro-Light.otf') format('truetype');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: inherit;
}
a{
    text-decoration: none;
}
body{
    line-height: 1.25;
    color: #212121;
    background: #f2f1f0;
}
ul{
    list-style: none;
}
label{
    color: #424242;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: initial;
    margin-bottom: 7px;
    display: flex;
    gap: 5px;
}
button{
    border: inherit;
    cursor: pointer;
}
button[disabled] {
    background-color: rgb(192, 192, 192) !important; /* Cambia el color de fondo cuando el botón está deshabilitado por Livewire */
}
input,
select{
    width: 100%;
    height: 44px;
    padding: .5rem 1rem;
    font-family: Source Sans Pro, sans-serif;
    color: #424242;
    font-size: 16px;
    border: none;
    /* border-radius: 5px; */
}
input:focus{
    /* border: 2px solid #424242; */
}
.border-0{
    border-width: 0 !important;
}
.input_groups{
    display: flex;
    gap: 1.5rem;
}
.input-disabled-white{
    background: #ffffff;
    border:1px solid #dcdcdc;
    color: #7a7a7a;
    border-radius: 5px;
}
.input_fill{
    border: 1px solid #fcfcfc;
}
.input_group{
    margin-bottom: 1.5rem;
    width: 100%;
}
.input_groups_radio{
    padding: .7rem .5rem;
    margin-bottom: 2rem;
}
.input_groups_radio .main_group_radio{
    display: flex;
    gap: 1.3rem;
    flex-wrap: wrap;
}
.input_check input{
    width: 18px;
    height: 18px;
    border-width: 2px;
}
.input_50 .input_group{
    max-width: calc(50% - .75rem);
}
.input_groups_radio.radio_right{
    padding-left: 0;
}
.input_groups_radio .input_radio .content_input{
    display: flex;
    align-items: center;
    gap: 10px;
}
.input_groups_radio .input_radio .content_input label{
    min-width: max-content;
    margin-bottom: 0;
    color: #424242;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    line-height: 20px;
}
.input_groups_radio .input_radio .content_input label > .optional{
    font-size: 12px;
    margin-top: -2px;
    margin-left: -5px;
}
.input_groups_radio .input_radio .content_input label
.input_groups_radio .input_radio .content_input input{
    width: 20px;
    height: 20px;
}
.input_groups_radio .input_radio .content_input input:checked{
    accent-color: #057dbc;
}
.input_group .description{
    display: block;
    font-family: Source Sans Pro, sans-serif;
    font-size: .75rem;
    color: #6e6e6e;
    margin: 8px 0;
    margin-top: 0;
    min-height: 15px;
}
.disabled,
.icon.disabled{
    background: #cdcdcd;
    border-color: #838383 !important;
}
.input_group .description > a{
    text-decoration: underline;
    border-bottom: none;
}
.input_group .content_input{
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    overflow: hidden;
}
.input_group .content_input:focus{
    border: 2px solid #424242;
}
.input_group .content_input input{
    border-right: 0;
}
.error_message{
    color: #d9221c;
    font-family: Source Sans Light, sans-serif;
    margin-top: 15px;
    font-size: 14px;
    display: block;
}
.input_group .content_input.danger{
    border: 1px solid #d9221c;
}
/* .input_group .content_input.danger input+.icon{
    border: 1px solid #d9221c;
    border-left: 0;
} */
/* .input_group .content_input input:focus+.icon{
    border: 1px solid #424242;
    border-left: 0;
} */
.input_group .content_input .icon{
    width: 44px;
    height: 44px;
    border-left: 0;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.input_group .content_input .icon > img{
    max-width: 25px;
}
.danger{
    color: #d9221c;
}
.btn{
    height: auto;
    padding: 12px 16px;
    font-family: Source Sans Pro, sans-serif;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    display: flex;
    align-items: flex-end;
    width: max-content;
    gap: 7px;
    border-radius: 3px;
}
.btn:hover{
    opacity: .9;
}
.btn.btn-primary{
    background: #212121;
    color: #fff;
}
.btn.btn-primary.btn-white{
    color: #212121;
    background: transparent;
    border-bottom: 0;
}
.btn.btn-primary.btn-white-2{
    border-radius: 4px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin-left: 20px;
    color: #424242;
    font-family: Source Sans Pro, sans-serif;
}
.btn.btn-primary.btn-white-2:hover{
    background: #f1f0f0;
}
.btn.btn-primary.btn-white:hover{
    background: #f1f0f0;
}
.container{
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.image_desktop{
    display: block;
}
.image_movile{
    display: none;
}
/**==Top bar==**/
.top_bar{
    background: #212121;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 999;
}
.top_bar .social_media_icons{
    font-size: 14px;
    margin-left: auto;
    width: max-content;
    display: flex;
    gap: .45rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.social_media_icons i{
    display: flex;
    height: 2em;
    line-height: 2em;
    width: 2em;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    color: #fff;
}
.social_media_icons .fa-facebook-f{
    background: #3b5998;
}
.social_media_icons .fa-twitter{
    background: #1da1f2;
}
.social_media_icons .fa-youtube{
    background: #ff0000;
}
.social_media_icons .fa-linkedin-in{
    background: #0072b1;
}
.social_media_icons .fa-instagram{
    background: #e1306c;
    background: linear-gradient(45deg, #FFDC80, #FCAF45, #F77737, #F56040, #FD1D1D, #E1306C, #C13584, #833AB4, #5B51D8, #405DE6);
}
/**==Branding sub header==**/
.branding_sub_header{
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.branding_sub_header .branding_sub_header_main{
    display: flex;
    align-items: center;
    height: 100%;
}
.branding_sub_header .branding_sub_header_main .logo{
    padding: 1.25rem;
    padding-right: calc(1.25rem + 40px);
    width: calc(383px - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.branding_sub_header .branding_sub_header_main .logo a{
    display: block;
    max-width: 242px;
}
.branding_sub_header .branding_sub_header_main .logo a img{
    width: 100%;
}
.branding_sub_header .branding_sub_header_main .title{
    border-left: solid 1px #e0e0e0;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.branding_sub_header .branding_sub_header_main .title h2{
    font-size: 23px;
    color: #424242;
    font-family: Source Sans Pro;
    font-weight: 600;
    letter-spacing: .06rem;
}
/**==Hero Banner==**/
.hero_banner{
    min-height: 400px;
    height: 400px;
    display: flex;
}
.hero_banner .container{
    background: #057dbc;
    position: relative;

}
.hero_banner .hero_banner_main{
    max-width: calc(1206px - 20px);   
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero_banner .hero_banner_main .hero_banner_image{
    position: absolute;
    right: 0;
    top: 0;
}
.hero_banner .hero_banner_main .hero_banner_content{
    padding: 32px;
    max-width: 480px;
}
.hero_banner .hero_banner_main .hero_banner_content h2{
    color: #fff;
    font-size: 38px;
    font-family: Source Sans Pro;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: .07rem;

}
.hero_banner .hero_banner_main .hero_banner_content p{
    color: #fff;
    font-size: 21px;
    font-family: Source Sans Pro;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: initial;
}

/**==Section Form==**/
.section_form .section_form_main{
    max-width: 1000px;
    padding: 24px;
    padding-bottom: calc(24px * 2);
    margin: auto;
    display: flex;
    gap: 1.6rem;
}
.section_form.section_full_form .section_form_main{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.section_form.section_full_form b{
    color: #000;
}
.section_form .title_form{
    color: #212121;
    font-size: 32px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: initial;
}
.section_form .section_form_main .card_form{
    width: 100%;
}
.card_form{
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 24px;
    min-height: 464px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card_form h2{
    color: #424242;
    font-size: 18px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: initial;
    margin-bottom: 25px;
}
.card_form .title{
    color: #424242;
    font-size: 24px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: initial;
}
.card_form p{
    color: #6d6d6d;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: initial;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
}
.card_form .short_text{
    color: #4f4f4f;
    font-size: 12.5px;
    font-style: italic;
    font-family: Source Sans Light, sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
}
.card_form a{
    color: #4e4e4e;
    border-bottom: 1px solid #212121;
}
.card_form .card_form_footer{
    display: flex;
}
abbr[title], acronym[title] {
    border-bottom: 1px dotted #212121;
    text-decoration: none;
    cursor: help;
}
a abbr[title], a acronym[title] {
    color: #606060;
    border-bottom: 1px solid #212121;
    cursor: pointer;
}
/**==Footer==**/
.footer{
    padding: 24px 4px;
    background: #fff;
    min-height: 202px;
}
.footer .nav_menu{
    width: 100%;
    max-width: 415px;
}
.footer .nav_menu li{
    height: 32px;
}
.footer .nav_menu li a,
.footer .nav_menu p{
    display: block;
    width: 100%;
    padding: 5px 10px;
}
.footer .nav_menu li a:hover{
    background: #e4e4e4;
}
.footer .nav_menu li a,
.footer .nav_menu p{
    color: #313131;
    font-size: 18px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: initial;
}
.footer .main_footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer .main_footer img{
    height: min-content;
    max-width: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/**==Navigation==**/
.navigation{
    height: 50px;
    width: 100%;
    background: #fff;
    border-top: solid 1px #e0e0e0;
    top: 0;
    position: sticky;
}
.navigation .navigation_main{
    display: flex;
    height: 100%;
}
.navigation .navigation_main a > img{
    display: none;
}
.navigation .btn.btn-primary.btn-white{
    min-width: 90px;
    padding-right: 24px;
    padding-left: 24px;
    color: #939393;
    height: 100%;
    border-radius: 0;
    align-items: center;
    gap: 17px;
    font-family: Source Sans Light, sans-serif;
    font-size: 15px;
}
.navigation .btn.btn-primary.btn-white > img{
    max-width: 23px;
}
.navigation .btn.btn-primary.btn-white.active{
    color: #000;
    border-bottom: 2px solid #000;
    font-family: Source Sans Pro, sans-serif;
}
.navigation .btn.btn-primary.btn-white i{
    font-size: 14px;
}
/**==Terms of use==**/
.terms_of_use {
    max-height: 424px;
    overflow-y: scroll;
    padding: 16px;
    border: solid 1px #9e9e9e;
    border-radius: 4px;
    margin-bottom: 20px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    font-family: Source Sans Light, sans-serif;
    font-size: 16px;
}
.terms_of_use b{
    color: #424242;
}
.terms_of_use ol{
    padding-left: 24px;
    margin: .7rem 0;
    counter-reset: section;
}
.terms_of_use ol li::marker {
    content: counters(list-item, ".") ".";
}
.terms_of_use li b{
    display: block;
    font-family: Source Sans Pro, sans-serif;
}
.terms_of_use span b{
    font-family: Source Sans Pro, sans-serif;
    color: #000;
}
.terms_of_use .text-break{
    color: #000;
    border-bottom: 1px solid #424242;
}
/**==Container Result==**/
.container_result{
    padding: calc(16px * 2);
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.container_result .item{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
    text-align: inherit;
    color: #212121;
    font-family: Source Sans Pro, sans-serif;
}
.container_result .item h2{
    font-family: Source Sans Pro, sans-serif;
    margin-top: 4px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    font-size: 19px;
    padding: 32px calc(32px + 0px);
    width: 100%;
    max-width: 245px;
    color: #000;
}
.container_result .item p{
    width: 100%;
    padding: 32px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    text-align: inherit;
    color: #000;
    background-color: #f2f1f0;
    border-bottom: solid 4px #057dbc;
    display: flex;
    align-items: center;
    letter-spacing: .09rem;
}
/**==Container options==**/
.container_options{
    margin-bottom: 30px;
}
.container_options .item{
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 20px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    width: 100%;
}
.container_options .item:hover{
    background-color: #f2f1f0;
}
.container_options .item .item_main h2{
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: .05rem;
}
.container_options .item .item_main p{
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #adadad;
}
.container_options .item_icon{
    min-width: 52px;
    min-height: 52px;
    border-radius: 50%;
    background: #057dbc;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**==Container next step==**/
.container_next_step{
    display: flex;
    margin-bottom: 40px;
    gap: 25px;
}
.container_next_step .next_step_image{
    width: 100%;
    max-width: 429px;
}
.container_next_step .next_step_main .btn{
    height: max-content;
}
.container_next_step .next_step_main h2{
    color: #424242;
    font-size: 22px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: initial;
    letter-spacing: .04rem;
}
/**==Boton toggle==**/
.btn-toggle{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 15px;
    display: none;
}
.btn-toggle > img{
    width: 100%;
}
/**==Username==**/
.username {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.username > button{
    border: none;
    background: transparent;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}
.username > button > span{
    display: block;
    width: max-content;
}
.dropdown{
    display: none;
    padding: 10px 0;
}
.dropdown.show{
    display: block;
}
.dropdown .container-dropdown{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    min-width: 175px;
    min-height: 64px;
    box-shadow: 0 0 10px 0 rgba(0, 9, 9, .7);
    align-items: center;
    display: flex;
}
.dropdown .container-dropdown ul,
.dropdown .container-dropdown ul li{
    width: 100%;
}
.dropdown .container-dropdown ul li button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 60px;
    padding: 12px 16px;
    width: 100%;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #424242;
}
.dropdown .container-dropdown ul li button:hover{
    background: #efefef;
}
.dropdown .container-dropdown ul li button > img{
    width: 20px;
    height: 20px;
}
/**==Card form article==**/
.section_information .card_form{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.card_form_article{
    padding: 24px;
    width: 100%;
    max-width: 285px;
    background: #f2f1f0;
}
.card_form_article img{
    width: 100%;
}
/**==Container errors==**/
.container_errors{
    color: #d9221c;
    background-color: #fdf7f6;
    position: relative;
    padding: 16px 16px;
    margin-bottom: 16px;
    border:1px solid #d9221c;
    border-radius: 4px;
    font-size: 16px;
    font-family: Source Sans Light, sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: initial;
    margin-bottom: 15px;
}
.container_errors h5{
    font-size: 16px;
    font-family: Source Sans Light, sans-serif;
}
.container_errors ul{
    list-style: disc;
    padding-left: 2.5rem;
    margin-top: 5px;
}
.container_errors ul li{
    font-size: 16px;
}
/**==Container success==**/
.container_success{
    color: #44f156;
    background-color: #f4fff4;
    position: relative;
    padding: 16px 16px;
    margin-bottom: 16px;
    border:1px solid #44f156;
    border-radius: 4px;
    font-size: 17px;
    font-family: Source Sans Light, sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: initial;
}
.container_success h5{
    font-size: 17px;
}
/***===Navigation===***/
.navigation{
    font-family: var(--font-family-text);
    font-size: var(--font-size-text);
}
.navigation .bg-white{
    background-color: inherit !important;
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    padding-right: inherit!important;
    padding-left: inherit !important;
    border: inherit !important;
}
.navigation svg{
    max-width: 25px;
    height: 25px;
}
.navigation nav > div:nth-child(1){
    background: red;
    display: none;
}
.navigation nav > div:nth-child(2) span:nth-child(1){
    display: flex;
    gap: .7rem;
    align-items: center;
 
}
.navigation nav > div:nth-child(2) div:nth-child(1){
    display: none;
}
.navigation nav button,
.navigation nav span[aria-current="page"]{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation nav span[aria-current="page"]{
    background:var(--primary-color-rgba);
    color: var(--primary-color);
}
/**==Boton footer==**/
.content_contact_us > button{
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    opacity: 1;
    transition: all .2s ease;
}
.content_contact_us > button.hidden{
    display: none;
}
.content_contact_us button > img{
    max-width: 17px;
}
.content_contact_us .form_contact_us{
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
    width: 100%;
    max-width: 342px;
    border-radius: 0.571429rem;
    overflow: hidden;
    display: none;
    transition: all .2s ease;
}
.content_contact_us .form_contact_us.show{
    display: block;
}
.content_contact_us .form_contact_us .header_form{
    padding: 0.571429rem 1rem;
    background: rgb(0, 159, 218) !important;
    color: rgb(10, 49, 64) !important;
    text-align: center;
    position: relative;
    width: 100%;
}
.content_contact_us .form_contact_us .header_form span{
    font-family: Source Sans Pro, sans-serif;
    font-weight: 900;
}
.content_contact_us .form_contact_us .header_form .close{
    font-family: Source Sans Pro, sans-serif;
    position: absolute;
    right: 1rem;
    top: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: calc(100% - 15px);
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}
.content_contact_us .form_contact_us .header_form .close div{
    width: 100%;
    height: 2px;
    background: rgb(10, 49, 64);
}
.content_contact_us .form_contact_us .header_form .close:hover{
    background: rgb(0, 135, 185) !important;
}
.content_contact_us .contact_main{
    padding: 1rem;
}
.content_contact_us .contact_main .input_group{
    margin-bottom: 0;
}
.content_contact_us .contact_main p{
    font-family: Source Sans Light, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}
.content_contact_us .contact_main input::placeholder{
    font-size: 13px;
    font-style: italic;
}
.content_contact_us .contact_main button{
    margin-top: 7px;
    font-size: 13px;
}
.content_contact_us .container_success{
    margin-top: 5px;
    margin-bottom: 5px;
}
.content_contact_us .container_success h5{
    font-size: 13px;
}
/**==Medias querys==**/
@media(min-width:1440px){
    .container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:925px){
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    .image_desktop{
        display: none;
    }
    .image_movile{
        display: block;
    }
    .input_groups {
        flex-wrap: wrap;
    }
    .input_50 .input_group{
        max-width: inherit;
    }
    .card_form{
        padding: 15px;
    }
    .section_form .title_form > span{
        display: none;
    }
    .username button > span{
        display: none;
    }
    /*==Top bar==*/
    .top_bar{
        padding-right: 20px;
    }
    /*==Branding Sub Header==*/
    .branding_sub_header .branding_sub_header_main .logo{
        width: 50%;
        padding-right: 1.25rem;
    }
    .branding_sub_header .branding_sub_header_main .title{
        width: 50%;
    }
    .branding_sub_header .branding_sub_header_main .logo img{
        max-width: 140px;
        width: 100%;
    }
    .branding_sub_header .branding_sub_header_main .title h2{
        font-size: 3.5vw;
        line-height: 20px;
    }
    /*==Hero Banner==*/
    .hero_banner{
        height: inherit;
    }
    .hero_banner .hero_banner_main {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero_banner .hero_banner_main .hero_banner_image{
        position: relative;
        width: 100%;
    }
    .hero_banner .hero_banner_main .hero_banner_image .image_movile{
        width: 100%;
    }
    .hero_banner .hero_banner_main .hero_banner_content{
        padding: 16px 16px 32px;
        max-width: inherit;
    }
    /*==Section Form==*/
    .section_form .section_form_main{
        flex-direction: column;
        padding: 20px 15px;
    }
    .section_form .section_form_main .card_form {
        max-width: inherit;
        min-height: inherit;
        width: 100%;
    }
    /*==Footer==*/
    .footer .main_footer{
        flex-direction: column;
    }
    .footer .nav_menu {
        max-width: inherit;
    }
    .footer .nav_menu li a, .footer .nav_menu p {
        padding: 5px;
        padding-left: 18px;
    }
    /**==Container Result==**/
    .container_result .item{
        flex-direction: column;
        gap: 0;
    }
    .container_result .item h2{
        margin-bottom: 0;
        border-bottom: inherit;
        text-align: center;
        display: block;
        min-width: 100%;
        font-family: Source Sans Light, sans-serif;
        padding: 15px calc(32px + 0px);
    }
    .container_result .item p{
        padding: 15px calc(32px + 0px);
        justify-content: center;
    }
    /**==Container Next Step==**/
    .container_next_step{   
        flex-direction: column;
    }
    .container_next_step .next_step_image{
        max-width: inherit;
    }
    /*==Main menu==*/
    .navigation{
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        width: 100%;
        max-width: 255px;
        background: #fff;
        padding-top: 64px;
        transition: all ease .5s;
    }
    .navigation .main_menu{
        flex-direction: column;
        width: 100%;
        z-index: 99;
    }
    .navigation .main_menu a img{
        display: block;
    }
    .navigation.active{
        left: 0;
        z-index: 999;
    }
    .navigation.active+.overlayed{
        display: block;
    }
    .overlayed{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 98;
        background: rgba(0, 0, 0, .4);
        display: none;
        transition: all ease 1s;
    }
    .navigation .btn.btn-primary.btn-white{
        max-height: 40px;
        height: 40px;
        width: calc(100% - 15px);
        margin-left: 7.5px;
        border-radius: 4px;
        margin-top: 5px;
        padding: 0 10px;
        color: #000;
        gap: 1.6rem;
        font-size: 14.5px;
    }
    .navigation .btn.btn-primary.btn-white.active{
        background: #000;
        color: #898989;
        font-family: Source Sans Pro;
        font-weight: 600;
    }
    /**==Boton toggle==**/
    .btn-toggle{
        display: block;
    }
    /**==Card form article==**/
    .section_information .card_form{
        flex-direction: column;
    }
    .section_information .card_form_article{
        width: 100%;
        max-width: inherit;
    }

    /**==Contact Us==**/
    .content_contact_us .form_contact_us{
        position: fixed;
        right: 0;
        left: 0;
        margin: auto;
        width: calc(100% - 1rem);
    }
}