body {
    font-family: "ITC Avant Garde Gothic", sans-serif !important;
}

.container-custom {
    /*margin: 0 100px;*/
}

.max-width-initial {
    max-width: initial !important;
}

.row {
    margin-right: initial !important;
    margin-left: initial !important;
}

.nav-pills .show>.nav-link {
    background-color: transparent !important;
}

.nav-pills .nav-link.active {
    background-color: #000 !important;
}

.dropdown-toggle {
    white-space: initial !important;
}

.nav-pills>li>a:not(.btn) {
    /*padding:20px;*/
    border-radius: 0px !important;
    color: #ffffff;
    text-align: center;
}


@media (min-width: 620px) {
    .nav-pills>li>a {
        width: 16vw !important;
    }

    .nav-pills.nav-pills-custom {
        margin-left: 1.3%;
    }
}

@media (max-width: 619px) {
    .nav-pills>li>a {
        width: 100vw;
    }

    .dropdown-menu {
        display: none !important;
    }

    .text-sm-center-custom {
        text-align: center !important;
    }

    .sticky-top {
        position: relative !important;
    }
}

.dropdown-menu:not(.colorpicker) {
    word-break: break-word;
    overflow-y: auto;
    max-height: calc(80vh - 127px);
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 16vw !important;
    text-align: center;
}

.dropdown-item {
    padding: 20px;
}

.nav-pills>li>a.active {
    color: yellow !important;
    background-color: transparent !important;
}

.nav-pills>li>a:hover:not(.btn) {
    background-color: #000 !important;
}

.bg-black-custom {
    background-color: #515055;
}

.navbar-custom {
    padding: initial !important;
    background-color: #515055;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255, 255, 255, .8);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.pr-7,
.px-7 {
    padding-right: 5rem !important;
}

.pl-7,
.px-7 {
    padding-left: 5rem !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Deshabilita la redirección del link*/
    /*pointer-events: none;*/
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-custom .nav-item {
    min-height: 112px;
    position: relative;
}

.page.current {
    background-color: #343a40 !important;
}

[class^="cp-pagination"] {
    text-align: right;
    padding: 0 55px;
    user-select: none;
}

[class^="cp-pagination"]>a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.75rem;
    min-width: 51px;
    text-align: center;
}

[class^="cp-pagination"]>a.disabled {
    opacity: .3;
    pointer-events: none;
    cursor: not-allowed;
}

.show-by-search {
    display: block !important;
}

.hide-by-search {
    display: none !important;
}

[class^="cp-pagination"]>a.disabled-by-search {
    opacity: .3;
    pointer-events: none;
    cursor: not-allowed;
}

[class^="cp-pagination"]>a.current {
    background: #f3f3f3;
}

html {
    scroll-behavior: smooth;
}

.nav-pills .nav-link {
    height: 100%;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-mujeres-stem-ift {
    min-height: 310px;
    min-width: 160px;
}

.btn-secondary {
    background-color: #515055;
    border-color: #515055;
}

.btn-secondary:hover {
    background-color: #000;
    border-color: #000;
}

.is-invalid-custom {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-style: solid;
}

.field-loginform-recaptcha>label,
.field-contact-recaptcha>label {
    margin-left: 14px;
}

.cp-single-item>div {
    min-height: 100%;
}

* {
    overflow-wrap: break-word;
}

.grabbable {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bg-secondary {
    background-color: #515055 !important;
}

.bg-deepdark {
    background-color: #151419 !important;
}
.cursor-pointer {
    cursor: pointer;
}

.help-block {
    color: #dc3545;
}

.toggle {
    position: relative;
    display: block;
    width: 50px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.toggle span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -16px;
    width: 56px;
    height: 56px;
    background: rgba(189, 131, 206, 0.5);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
    border: 1px solid yellow;
}

.cbx:checked+.toggle:before {
    background: #abdca8;
    content: 'S\00CD';
    padding-left: 12px;
    font-size: 10pt;
    text-align: left;
    color: #fff;
}

.toggle:before {
    content: "NO";
    font-size: 10pt;
    text-align: right;
    position: relative;
    top: 3px;
    left: 3px;
    width: 50px;
    height: 22px;
    display: block;
    background: #e6e6e6;
    border-radius: 30px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    padding: 2px 7px;
}

.cbx:checked+.toggle span {
    background: #84ce83;
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -webkit-box-shadow: 0 3px 8px rgba(189, 131, 206, 0.7);
    box-shadow: 0 3px 8px rgba(189, 131, 206, 0.7);
}

.cbx.disabled:checked+.toggle span, .cbx.disabled:checked+.toggle:before {
    background: #9c9c9c;
}

.cbx:checked+.toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

div[data-primary-target] {
    min-height: 64px;
}

.bd-callout {
    padding: 5px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

div.required>label:after{
    content: " *";
    color: red;
    font-size: 14pt;
}

.parallax-background {
    /* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* inViewport */
[data-inviewport="fade-in"] { 
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
}
[data-inviewport="fade-in"].is-inViewport { 
    transform: initial;
    opacity: 1;
    transition: 1s;
}

[data-inviewport="parallax"].is-inViewport { 
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

[data-inviewport="scale-in"] { 
    transform: scale(0.1);
}
[data-inviewport="scale-in"].is-inViewport { 
    transform: initial;
    transition: 1s;
}

[data-inviewport="fade-rotate"] { 
    opacity: 0;
    transform: rotate(-360deg);
}
[data-inviewport="fade-rotate"].is-inViewport { 
    transition: 1s;
    transform: initial;
    opacity: 1;
}

[data-inviewport="fade-rigth"], [data-inviewport="fade-right"] { 
    opacity: 0;
    transform: translate3d(-100%, 0, 0); 
}
[data-inviewport="fade-rigth"].is-inViewport, [data-inviewport="fade-right"].is-inViewport { 
    transform: initial;
    opacity: 1;
    transition: 1.5s;
}

[data-inviewport="fade-left"] { 
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
[data-inviewport="fade-left"].is-inViewport { 
    transition: 1.5s;
    transform: initial;
    opacity: 1;
}

.content-column-text *{
    overflow-wrap: normal !important;
}

.tooltip-inner {
    background-color: #2d5c27;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #2d5c27 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #2d5c27 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #2d5c27 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #2d5c27 !important;
}

.hide-overflow {
    overflow: hidden;
}

#fr-logo {display: none !important;}

.d-none-textarea > textarea {
    width: 95% !important;
    padding: 0px;
    margin: 0px;
    border: 0;
    height: 70px;
    z-index: -1;
    position: absolute;
    display: block;
}

.fr-popup.fr-desktop.fr-ltr{
    z-index: 9991 !important;
}

img.fr-fic.fr-dib {
    max-width: 100% !important;
}

.admin-menu-btn{
    display: none !important;
}
.site-navigation ul li:hover .admin-menu-btn, 
.site-navigation ul li div:hover div .admin-menu-btn,
.site-mobile-menu.site-navbar-target ul li:hover .admin-menu-btn
{
    display: block !important;
}

.bi-twitter-x:hover {
    opacity: 0.8;
}

.bi-twitter-x:before{
    content:'';
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InN2ZzUiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MDBweCIgaGVpZ2h0PSI1MDBweCIKCSB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGVsbGlwc2Ugc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIyNTAiIGN5PSIyNTAiIHJ4PSIyNDkuNzM1IiByeT0iMjUwLjIzNSIvPgoJPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIuMzkwMDg4LC0yNS4wNTg1OTcpIj4KCQk8cGF0aCBpZD0icGF0aDEwMDkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00My43NzMsMTMwLjA4bDExOS4zNywxNTkuOTI2TDQzLjAyLDQyMC4wMzNoMjcuMDM3bDEwNS4xNy0xMTMuODQ0bDg0Ljk3MiwxMTMuODQ0aDkxLjk5OQoJCQlMMjI2LjExMSwyNTEuMTE0TDMzNy45MjEsMTMwLjA4aC0yNy4wMzdsLTk2Ljg1MywxMDQuODQ1TDEzNS43NzQsMTMwLjA4SDQzLjc3M3ogTTgzLjUzMiwxNTAuMDMzaDQyLjI2NUwzMTIuNDM0LDQwMC4wOEgyNzAuMTcKCQkJTDgzLjUzMiwxNTAuMDMzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=');
    background-size: cover;
    height: 29px;
    aspect-ratio: 1 / 1;
    filter: invert(1);
}
  
  /*
  If you add the class "inverted", the logo will be completely inverted.
  */
  .bi-twitter-x.inverted{
    filter: invert(100%);
  }
  
  /* 
  Example: Large Buttons
  You only have to adjust the height to 20px when icon is inside of a large button 
  */
  .btn-lg .bi-twitter-x:before{
    height: 20px;
  }
  
  /*
  Example: Standalone logo sizes
  */
  h1 .bi-twitter-x:before,
  .fs-1 .bi-twitter-x:before{
    height: 40px;
  }
  h2 .bi-twitter-x:before,
  .fs-2 .bi-twitter-x:before{
    height: 32px;
  }
  h3 .bi-twitter-x:before,
  .fs-3 .bi-twitter-x:before{
    height: 28px;
  }
  h4 .bi-twitter-x:before,
  .fs-4 .bi-twitter-x:before{
    height: 25px;
  }