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

@font-face{
    font-family: "Aeonik-bold";
    src: url('/assets/main/fonts/aeonik/Aeonik-Bold.otf');
    font-weight:700;
}

@font-face{
    font-family: "Aeonik-black";
    src: url('/assets/main/fonts/aeonik/Aeonik-Black.otf');
    font-weight:900;
}

@font-face{
    font-family: "Aeonik-Regular";
    src: url('/assets/main/fonts/aeonik/Aeonik-Regular.otf');
    font-weight:500;
}
@font-face{
    font-family: "Aeonik-Light";
    src: url('/assets/main/fonts/aeonik/Aeonik-Light.otf');
    font-weight:300;
}
@font-face{
    font-family: "Aeonik-Thin";
    src: url('/assets/main/fonts/aeonik/Aeonik-Thin.otf');
    font-weight:100;
}
@font-face{
    font-family: "Aeonik-Medium";
    src: url('/assets/main/fonts/aeonik/Aeonik-Medium.otf');
    font-weight:600;
}

@font-face{
    font-family: "Aeonik-LightItalic";
    src: url('/assets/main/fonts/aeonik/Aeonik-LightItalic.otf');
    font-weight:300;
}

@font-face{
    font-family:"Morion-Beta-Regular";
    src: url('/assets/fonts/morion/Morion-Beta-Regular.otf');
    font-weight:100;
}


@font-face{
    font-family: "Morion Bold";
    src: url('/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.eot');
    src: url('/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.eot?#iefix')format("embedded-opentype"),
        url('/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.woff')format("woff"),
        url('/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.woff2')format("woff2"),
        url('/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.ttf')format("truetype"),
        url('/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.svg?#Morion Bold')format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/*@font-face{
    font-family: "Morion Bold";
    src: url("https://dev.puntorojo.com/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.eot");
    src: url("https://dev.puntorojo.com/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.eot?#iefix")format("embedded-opentype"),
        url("https://dev.puntorojo.com/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.woff")format("woff"),
        url("https://dev.puntorojo.com/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.woff2")format("woff2"),
        url("https://dev.puntorojo.com/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.ttf")format("truetype"),
        url("https://dev.puntorojo.com/assets/main/fonts/morion/0a0cbbd2ee416efdde8260f3aafa0d14.svg#Morion Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}*/

/*
@font-face {
    font-family: 'FuturaBT-ExtraBlack';
    src: url("../fonts/FuturaBT-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-ExtraBlack.woff") format("woff"), url("../fonts/FuturaBT-ExtraBlack.ttf") format("truetype"), url("../fonts/FuturaBT-ExtraBlack.svg#FuturaBT-ExtraBlack") format("svg");
    font-weight: normal;
    font-style: normal;
}*/

li{
    list-style: none;
}
ul{
    margin: 0%;
    padding: 0%;
}
p{
    margin: 0%;
    padding: 0%;
}
/*
img{
    image-rendering: -webkit-optimize-contrast !important;
}*/

/*style header*/

@media only screen and (max-width: 1400px) and (min-width: 1200px)  {
    #myModal {
      top: 25% !important;
      left: 38% !important;
    }

    .size-modal{
        max-width: 23vw !important;

    }

    .modal-backdrop.show {
        opacity: 0.7 !important;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }

}

.btn-pop-country{
    background-color: #CDAE7D;
    border-color: #CDAE7D;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    color: white;
    font-family: 'Aeonik-bold';
    font-size: 1.2vw;
    border: none;
    box-shadow: 3px 6px 6px #00000059;
}

.btn-pop-country-gray {
    background-color: #e1e1e1;
    border-color: #CDAE7D;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    color: black;
    font-family: 'Aeonik-bold';
    font-size: 1.2vw;
    border: none;
    box-shadow: 3px 6px 6px #00000059;
}

#myModalUp .pop-country{
    max-width: 29vw;
}

#myModalUp .borde{
    border-radius: 15px;
    background-color: #fff !important;
    border: 6px solid #CDAE7D;
    background-clip: unset;
}

.position-btn{
    top: 26px;
    position: relative;
    z-index: 999;
    background-color: white !important;
    opacity: 1;
    /* padding: .5rem; */
    border-radius: 50%;
    left: 7px;
    width: 34px;
    border: 1px solid #000000 !important;
}

.font-btn{
    font-size: 2rem;
    font-weight: 100;
    top: -.2rem;
    position: relative;
}

.border-header{
    padding: 0.6rem;
    background-color: #CDAE7D;
    border-start-end-radius: 20px;
    border-top-left-radius: 20px;
}

.boder-body{
    background-color: #fff !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#myModalUp p{
    font-family: "Aeonik-Regular";
    font-size: 1.2vw;
    line-height: 1;
}

#myModalUp h4{
    font-family: 'Aeonik-bold';
    color: #ffffff;
    font-size: 2.7vw;
}

#myModalUp a{
    text-decoration: none;
}

#myModalUp .color-header{
    background-color: #1C1C1C;
}

.modal-backdrop.show {
    opacity: 0.7 !important;
}

#myModalUp {
  top: 25%;
}

#myModal {
  top: 36%;
  left: 37%;
}


.size-modal{
    max-width: 23vw;
}

.modal-border-all{
    border-radius: 20px;
}

.bg-placing{
    background-image: url(/assets/main/images/imgpopup.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: none;
}

.bg-placing img{
    width: 6rem;
    margin-top: .3rem;
}

.bg-placing p{
    font-size: 1.1vw;
    color: white;
    font-family: 'Raleway';
    font-weight: 900;
    margin-top: .7rem;
}

.bg-violet{
    background-color: #341460;
    border-bottom-right-radius: 15px;
    text-align: initial;
    border-bottom-left-radius: 15px;
    padding: 2vw;
}

.bg-violet p{
    color: white;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 1vw;
    letter-spacing: .2px;
    line-height: 1.7;
}

.bg-violet p span{
    font-weight: 900;
}

.bg-violet button {
    font-family: 'Raleway';
    font-size: 1vw;
    font-weight: 600;
    background: #00fe81;
    color: #260458;
    border-radius: 8px;
    padding: 0.8rem 0.4rem;
    border: none;
}

.bg-violet button span{
    font-weight: 900;
}


.btn-popup{
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.x-popup{
    color: white;
}



.apply {
    height: 30px;
    width: 100%;
    background-color: #F8F0E3;
    display: flex;
    justify-content: space-between;
    padding: 5px 5%;
    margin: auto;
}


.lenguaje img {
    width: 35px;
  }

.apply p {
    /*display: block;*/
    font-size: 14px;
}

/*.btn-apply {
    border: 1px solid;
    padding: 0 5px;
    font-size: 14px;
    color: black;
}*/

.btn-apply {
    border: 1px solid;
    padding: 0 5px;
    font-size: 14px;
    color: black;
}

.btn_apply_new {
    color: black;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 88px;
    background-color: #fff;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    margin-right: -3px;
    margin-top: -1px;
    box-shadow: 10px 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.div_apply {
    display: flex;
}

.div_apply p {
    cursor: pointer;
}

li {
    list-style: none;
}

ul {
    margin: 0%;
    padding: 0%;
}

.menu-desk {
    height: 160px;
    margin: auto;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 10%;
    padding-bottom: 10px;
}

.logo img {
    width: 10.105vw;
}

.sections {
    display: flex;
}

.sections li {
    margin-right: 45px;
}

.sections li {
    margin-right: 45px;
   
}

.sections li a {
    font-family: 'Aeonik-Regular';
    font-size: 1.042vw;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #343434;
    font-weight: bold;
}

.sections li a span {
    color: #C0121D;
    font-weight: bold;
    font-size: 1vw;
}

.sections li a:hover {
    text-decoration: underline #C0121D;
}

#menu-colapse {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ccc !important;
}

.colapsed-mobile {
    width: 100%;
}

.card {
    border: none;
}

.dropdown-menu {
    padding: 1% !important;
    width: 16vw !important;
}

@media only screen and (max-width: 2000px) and (min-width: 1700px) {

    #myModal {
      top: 40%;
      left: 37%;
    }

    .size-modal {
        max-width: 22.5vw;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }

    .modal-backdrop.show {
        opacity: 0.7 !important;
    }

}
@media only screen and (max-width: 1599px) and (min-width: 1401px) {

    #myModal {
      top: 28%;
      left: 38%;
    }

    .size-modal {
        max-width: 23vw;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }

    .modal-backdrop.show {
        opacity: 0.7 !important;
    }

}

@media only screen and (max-width: 2000px) and (min-width: 1000px) {

    .modal-backdrop.show {
        opacity: 0.7;
    }

    .menu-desk {
        height: 160px;
        margin: auto;
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        width: 14%;
        padding-bottom: 10px;
    }
    .sections {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .sections li{
        min-width: auto;
        text-align: center;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 250px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    .size-modal {
        max-width: 34.5vw;
    }

    .w-10r{
        width: 10rem;
    }
    .head-menuMobile {
        margin:  1rem;
        /*width: 100%;*/
    }
    .menu-desk {
        display: none;
    }
    #menu-colapse {
        display: block;
    }
    .logo_mobile {
        width: 130px !important;
        text-align: center;
    }

    .logo_mobile img {
        width: 130px !important;
    }

    .btn_menu {
        background: transparent !important;
        border: none !important;
    }
    .cont-menu_mobile {
        margin-top: 5%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .cont-menu_mobile li {
        padding: 1%;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cont-menu_mobile li a {
        width: 100%;
        font-size: 1em;
        color: #000;
    }
    .cont-menu_mobile li a span {
        color: #C0121D;
    }
    /* Animation burguer menu */
    #menuToggle input {
        display: block;
        width: 40px;
        height: 25px;
        position: relative;
        top: 19px;
        left: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }
    #menuToggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #cdcdcd;
        border-radius: 2px;
        z-index: 1;
        transform-origin: 6px -2px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    .bg-violet a:hover{
        text-decoration: none;
    }
}

@media only screen and (max-width: 500px) and (min-width: 250px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    #myModal {
        top: 59vh;
        left: 23%;
        transform: scale(1.13);
    }

    .size-modal{
        max-width: 46vw;
    }

    .bg-placing{
        background-image: url(/assets/main/images/imgpopup-mobile.png);
    }

    .bg-placing img {
        width: 4rem;
        margin-top: .3rem;
    }

    .bg-placing p {
        font-size: 2vw;
    }

    .bg-violet {
        padding: 1rem;
    }

    .bg-violet p {
        font-size: .5rem;
    }

    .bg-violet button {
        font-size: 2.4vw;
        padding: 0.5rem 0.3rem;
    }


    .logo_mobile img {
        width: 150px;
    }

    #idiomas button img{
       width: 40%;
       
    }

    #idiomas{
        padding-left: 0;
    }

    #idiomas a img{
       width: 40%;
       
    }

    .derecha{
        text-align: right;
    }

    .izquierda{
        text-align: left;
    }

    .padding-form-hub {
        padding: 1rem 1rem !important;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }

    #myModalUp .pop-country {
        max-width: 80vw;
    }

    #myModalUp {
        top: 30%;
    }

    #myModalUp h4 {
        font-family: 'Aeonik-bold';
        color: #fff;
        font-size: 9vw;
    }

    #myModalUp p {
        font-family: "Aeonik-Regular";
        font-size: 4vw;
    }

    .btn-pop-country {
        background-color: #CDAE7D;
        border-color: #CDAE7D;
        border-radius: 15px;
        padding: 0.5rem 1rem;
        font-size: .9rem;
    }

    .btn-pop-country-gray {
        background-color: #f5f5f5;
        border-color: #CDAE7D;
        border-radius: 15px;
        padding: 0.5rem 1rem;
        font-size: .9rem;
    }
}

@media only screen and (max-width: 350px){
    .modal-backdrop.show {
        opacity: 0.7;
    }

    #myModal {
        top: 69vh !important;
        left: 18%;
        transform: scale(1.19);
    }

    .bg-violet a:hover{
        text-decoration: none;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1600px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    .menu-desk {
        height: 133px;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    .logo_mobile img {
        width: 150px;
    }

    #idiomas button img{
       width: 50%;
       
    }

    #idiomas{
        padding-left: 0;
    }

    .derecha{
        text-align: right;
    }

    .izquierda{
        text-align: left;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }
}

/*end style header*/

/* style footer*/

.footer-container {
    /*margin-top: 10%;*/
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #212121;
}

.footer-column-1 {
    width: 35%;
    padding-bottom: 150px;
}

.footer-column-2 {
    width: 55%;
    padding: 150px 0;
}

.footer-offices-container {
    display: flex;
    justify-content: space-around;
}

.footer-others-container {
    display: flex;
    margin-top: -70px;
    justify-content: space-around;
}

.footer-box-container {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.country-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.footer-titulo-1 {
    font-family: 'Aeonik-Bold';
    color: white;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 1.042vw;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.office-title {
    margin-bottom: 55px;
}

.other-title {
    margin: 50px 0 30px 0;
}

.footer-titulo-2 {
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: .781vw;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 10px;
}

.footer-titulo-2 a{
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: .781vw;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 10px;
}

.footer-texto {
    color: white;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 0.781vw;
    line-height: 18px;
    letter-spacing: 0.05em;
}

.footer-link {
    margin-bottom: -2px;
}

.footer-link:hover {
    color: #D01C1A;
    text-decoration: underline;
}


.footer-cace-img {
    width: 17.717vw;
    margin-top: 5px;
    margin-right: 20px;
}

.footer-continent-img {
    image-rendering: -webkit-optimize-contrast;
    width: 28.646vw;
    position: relative;
    top: -91px;
    left: -3.208vw;
}

.fix-redes{
    margin-top: -10px;
}

.fix-redes img{
    width: 12%;
    margin-right: 2px;
    image-rendering: -webkit-optimize-contrast;
}

.logo-img {
    position: absolute;
    bottom: 48px;
    width: 3.667vw;
    left: 8.854vw;
}

@media only screen and (min-width: 960px) and (max-width: 1700px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    .footer-column-2 {
        width: 65%;
        padding: 40px 0;
    }
    .office-title {
        margin-bottom: 40px;
    }
    .country-container {
        margin-bottom: 72px;
    }
    .footer-img-cace-container {
        display: flex;
    }
    .footer-cace-img-container {
        width: 7.517vw;
        margin-right: 12px;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }
}
@media only screen and (max-width: 800px) and (min-width: 600px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    .footer-cace-img-container {
        width: 15.717vw !important;
        margin-right: 12px;
    } 
    .logo_2 {
        width: 25% !important;
    } 

    .bg-violet a:hover{
        text-decoration: none;
    }
}

/*mobile*/
@media screen and (max-width: 800px) {
    .modal-backdrop.show {
        opacity: 0.7;
    }

    .footer-titulo-1 {
        font-size: 20px;
    }
    .footer-titulo-2 {
        font-size: 15px;
    }

    .footer-titulo-2 a{
        font-size: 4.781vw;
    }

    .footer-texto {
        font-size: 15px;
    }
    .footer-container {
        margin-top: 30%;
        flex-direction: column;
    }
    .footer-column-1 {
        width: 100%;
        padding-bottom: 0;
    }
    .footer-column-2 {
        width: 100%;
        padding: 0 70px 0px 70px;
    }
    .office-title {
        padding: 0;
        margin-bottom: 55px;
    }
    .footer-offices-container {
        flex-direction: column;
    }
    .footer-others-container {
        flex-direction: column;
    }
    .footer-box-container {
        width: 100%;
    }
    .footer-continent-img {
        width: 312px;
        top: -78px;
    }
    .other-title {
        margin-top: 75px;
    }
    .logo-img {
        bottom: 20px;
        width: 10.667vw;
        position: relative;
        bottom: 60px;
        left: 77vw;
    }
    .footer-cace-img {
        width: 50vw;
    }
    .footer-cace-img-container {
        width: 23.717vw;
        margin-right: 12px;
    }
    .footer-img-cace-container {
        display: flex;
    }
    .logo_2 {
        width: 40%;
    }

    .fix-redes img {
    width: 22%;
    }

    .breadcrumbs {
        padding-left: 6vw !important;
    }

    .initial_bread {
        margin-left: 0rem !important;
    }

    .bg-violet a:hover{
        text-decoration: none;
    }

    .error-t {
        font-size: 9vw !important;
    }

    ul.link li {
        margin: 0.5rem !important;
        font-size: 3vw !important;
    }

    .error-text {
        font-size: 4vw !important;
    }

    .error-link {
        font-size: 3vw !important;
    }

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


}

/*end style footer*/

/*STYLE MODAL*/

.back-modal {
    background: linear-gradient(to right, #36218d, #020106);
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(.9);
    border-radius: 52px;
    /*box-shadow: 0px 7px 0px -1px black;*/
    border: none;
    width: 120% !important;
}

.fix-size{
    max-width: 65% !important;
}


.fix-row{
    display: flex;
    justify-content: center;
}

.col-center{
    text-align: center;
}

.img-vivo{
    height: 10.5rem;
    position: relative;
    top: -4.5rem;
}

.img-text {
    height: 2.5rem;
    margin-top: -15px;
}

.btn-footer{
    padding: 0rem 0rem 7rem;
    text-align: center;
}

.back-modal .text-center.mbottom-7 {
    margin-bottom: 2rem !important;
}

.btn-modal {
    position: relative;
    padding: 9px 42px;
    background: #00ff8f;
    font-size: 26px;
    font-weight: 700;
    border-radius: 16px;
    border: 2px solid #00ff8f;
    font-family: 'Raleway', sans-serif;
    color: #27006b;
}

.btn-modal:hover{
    text-decoration: none;
}

.fix-text{
    font-family: 'Raleway', sans-serif !important;
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    margin-top: -4.5rem;
}

.arrow-modal-live{
    width: 3.6rem;
    position: relative;
    top: .8rem;
    opacity: 0.7;
}

.clase{
    padding-right: 13vw !important;
    top: 5rem;
}

.btn-modal:hover{
    text-decoration: none;
}


.live-header{
    border: 0;
    padding: 0;
    position: relative;
}

.live-header button {
    font-size: 1.5rem;
    background: black;
    opacity: 1 !important;
    border-radius: 100px;
    color: #00ff8f;
    padding: 8px 12px !important;
    position: absolute;
    right: 13px;
    top: 12px;
    z-index: 999;
    border: .2rem solid white;
}

.live-header span{
    position: relative;
    top: -1px;
    left: 1px;
}

.modal-dialog {
  height: 80% !important;
  padding-top:4%;
}

.close:hover {
    color: #00ff8f;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

body.modal-open {
    overflow: auto !important;
    width: 100% !important;
}

.justy-modal-live{
    justify-content:center;
    padding: 0rem 2rem 2rem;
}

/*STYLE TOGGLE*/

.fix-btn {
    display: flex;
    justify-content: center;
    background: #212121;
}

.btn-toggle {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #ffff;
    display: block;
    background: #212121;
    text-align: center;
    width: 17%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-color: gray;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    margin-bottom: -1px;
    font-family: 'Aeonik-Regular';
}

.seccion-toggle {
    display: none;
    background: #212121;
    border-top: 1px solid gray;
}

.seccion-toggle a {
    color: #ffff;
    font-size: 0.7rem;
    font-family: 'Aeonik-Regular';
}

.btn-toggle:hover {
    text-decoration: none;
    color: black;
}

/*STYLE BREAD*/

.breadcrumbs{
    position: relative;
    padding-left: 6.9vw;;
}

.initial_bread{
    color: #919396;
    font-family: 'Aeonik-Light';
    margin-left: 1.5rem;
}

.arrow_bread{
    color: #cdae7d;
    font-family: 'Aeonik-Light', 'Arial';
}

.initial_bread-two{
    color: #6f6f6f;
    font-family: 'Aeonik-Light';
}

.initial_bread-two:hover{
    color: black;
    text-decoration: none;
}

.initial_bread:hover{
    color: black;
    text-decoration: none;
}

.end_bread{
    color: #343434;
    font-family: 'Aeonik-Medium';
}

.mb-5-form{
    margin-bottom: 5rem;
}

.padding-form-hub{
    padding: 3rem 8rem;
}

/*PAGE 404*/

.error-t{
    font-size: 4.5vw;
    font-family: 'Aeonik-Black';
    color: #CDAE7D;
}

.error-text{
    font-size: 2.5vw;
    font-family: 'Aeonik-Regular';
    color: #CDAE7D;
}

.error-link{
    font-size: 1.8vw;
    font-family: 'Aeonik-Light';
    color: black;
}

ul.link li {
    margin: 1.5rem;
    color: black;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    line-height: 18px;
    letter-spacing: 0.05em;
    border-radius: 16px;
    border: 2px solid #CDAE7D;
    padding: 0.5vw;
}
