.just-validate-error-label[data-tooltip=true] {
    z-index: 1 !important;
}

#main-header {
    padding-bottom: 10px;
}

#main-header .header-content h2 {
    min-height: 36px;
}
#main-header .header-content h4 {
    min-height: 36px;
}

.formulario-landing {
    margin-top: 10px;
}

.formulario-landing input, .formulario-landing select {
    font-size: 15px;
    background-color: white;
    height: 35px;
    border-radius: 2.5px;
}
.formulario-landing input[type=submit] {
    background-color: #fbc900;
    color: #440099;
    height: 60px;
    border-radius: 4px;
    transition: all .35s;
}

.formulario-landing .politicas {
    margin-top: 10px;
    margin-bottom: 8px;
}

.formulario-landing .politicas label {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.formulario-landing .politicas span {
    color: white;
    font-size: 14px;
}
    .formulario-landing .politicas span + span {
        padding-top: 5px;
    }

.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
    padding-left: 10px;
    line-height: 18px;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 2.5px;
}
.choices__inner {
    padding: 5px 7.5px;
    font-size: 14px;
    min-height: 30px;
}
.choices__item.choices__item--selectable {
    font-size: 15px;
}

#nav-menu .brx-nav-nested-items > li > a:hover {
    color: #fbc900;
}
#nav-menu .cta-offcanvas {
    padding: 20px;
}
    #nav-menu .cta-offcanvas img {
        max-width: 100%;
        height: auto;
    }
    #nav-menu .btn-menu {
        outline: none;
    }
        #nav-menu .btn-menu, a {
            outline: none;
        }

#infraestructura .splide__list .splide__slide {
    height: auto !important;
}

#carreras .card-career > .card-info {display: none;}
#carreras .card-career > .card-degree {display: flex;}
#carreras .card-career.active > .card-degree {display: none;}
#carreras .card-career.active > .card-icon {display: none;}
#carreras .card-career.active > .card-front {display: none;}
#carreras .card-career.active > .card-info {display: flex;}

/* WSP */
.chat {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    display: flex;
    flex-flow: row wrap;
    width: auto;
    z-index: 999;
}
[class*="chat_"] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%; transform: scale(0.75); 
    background-color: white;
    box-shadow: 0 0 15px rgb(80 80 80 / 50%);
}
.chat_wasap { 
    animation: wasap 1s infinite;
    /* border-color: #ffffff; */
    right: 0;
    background: #39C040 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E %3C/svg%3E") 50% no-repeat;
    background-size: 60%;
}


@keyframes wasap {
    0% { 
        box-shadow: 0 0 0 0px rgb(0 0 0 / 20%);
    }
    100% {
        box-shadow: 0 0 0 35px rgb(0 0 0 / 0%);
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* iphone 3 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) { /* and (-webkit-device-pixel-ratio: 1)*/
    #nav-menu .brx-nav-nested-items {
        gap: 10px !important;
    }
    #nav-menu .brx-nav-nested-items > li > a {
        font-size: 20px !important;
        line-height: 24px !important;
        font-family: "Gilroy-SemiBold" !important;
        font-weight: 600 !important;
        padding-left: 20px !important;
    }
    .cta-offcanvas {
        margin-top: 0 !important;
    }
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .cta-offcanvas {
        margin-top: 0 !important;
    }
}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone 12 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {}

/* Extra Small Devices, Phones */ 
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .cta-offcanvas {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .formulario-landing input, .formulario-landing select {
        font-size: 16px;
        background-color: white;
        height: 50px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #nav-menu.brx-open .brx-nav-nested-items {
        align-items: center;
    }
    #contactenme {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .formulario-landing .politicas {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .formulario-landing .politicas label {
        margin: 0 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /* #section-infraestructura .splide__pagination {
		bottom: -20px;
		display: none;
	}
	#section-infraestructura .splide__arrow {
		display: flex;
	}
	#section-infraestructura .splide__list {
		padding-top: 110px;
		padding-bottom: 105px;
	}
	#section-infraestructura .splide__slide {
		opacity: .1;
		transform: scale(.6);
	}
	#section-infraestructura .splide__slide.is-active {
		transition: all .15s;
	}
	#section-infraestructura .splide__slide.is-next {
		opacity: 1;
		transform: scale(2);
		z-index: 999;
		transition: all .15s;
	}
	#section-infraestructura .splide-content.is-next .splide-content-info-title {
		font-size: 12px;
		line-height: 20px;
	}
	#section-infraestructura .splide-content.is-next .splide-content-info-text {
		font-size: 8px;
		line-height: 10px;
	} */
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) {
    #brx-header .brxe-section {
        padding-top: 20px !important;
    }
    #main-header {
        height: 200px !important;
    }
    
    #main-header .header-content {
        padding-top: 60px;
    }
        #main-header .header-content h2 {
            font-size: 36px;
            min-height: 44px;
        }
        #main-header .header-content h4 {
            font-size: 20px;
        }
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 0;
        height: 36px;
    }
    .choices__inner {
        padding: 0 7.5px;
        font-size: 14px;
        min-height: 35px;
    }
    #nav-menu .cta-offcanvas {
        margin-top: 10px;
    }
    #nav-menu .cta-offcanvas img {
        max-width: 360px;
        height: auto;
    }
    #brxe-azbkna p {
        margin-bottom: .5rem;
        font-size: 16px;
    }
    #contactenme {
        top: -520px !important;
        right: 60px !important;
    }
    #hero {
        height: 520px !important;
    }
    #infraestructura .splide__list .splide__slide {
        height: 500px !important;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.25) {
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
        border-radius: 0 !important;
    }
    .formulario-landing input::placeholder {
        font-size: 15;
        color:#a8a8a8;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 0;
        height: 36px;
    }
    #contactenme {
        top: -520px !important;
    }
    #hero {
        height: 520px !important;
    }
    #infraestructura .splide__list .splide__slide {
        height: 500px !important;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .formulario-landing input, .formulario-landing select {
        font-size: 15px;
        background-color: white;
        height: 35px;
        border-radius: 0 !important;
    }
    .formulario-landing input::placeholder {
        font-size: 15;
        color:#a8a8a8;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 0;
        height: 36px;
    }
    #contactenme {
        top: -520px !important;
    }
    #hero {
        height: 520px !important;
    }
    #infraestructura .splide__list .splide__slide {
        height: 500px !important;
    }
}

@media only screen and (min-width : 1537px) {
    #contactenme {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 5px;
    }
    .choices__inner {
        padding: 7.5px 7.5px;
        font-size: 15px;
        min-height: 40px;
    }
    .formulario-landing .politicas label {
        margin: 5px 10px;
    }
    /* #section-infraestructura .splide__list {
		padding-top: 150px;
		padding-bottom: 140px;
	}
	#section-infraestructura .splide-content.is-next .splide-content-info-title {
		font-size: 14px;
		line-height: 24px;
	}
	#section-infraestructura .splide-content.is-next .splide-content-info-text {
		font-size: 11px;
		line-height: 13px;
	} */
}