/* spanish addition */

html[lang="es-ES"] {
    font-size: 15px;
}

html[lang="es-ES"] .navbar-collapse {
    flex-grow: 0;
}


html[lang="es-ES"] .navbar .left-buttons a.btn {
    min-width: 180px;
    width: auto
}

html[lang="es-ES"] #home-slideshow .slideshow-title {
/*    max-width: 800px; */
    font-size: 4rem;
}

.wpml-ls {
	border: none;
	padding: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: unset;
}
.wpml-ls-legacy-list-horizontal a {
    text-decoration: none;
    padding: 0;
    line-height: unset;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: unset;
}

#knowledge-quiz-results .modal-text-container {
	z-index: 3;
}

html[lang="es-ES"] #knowledge-quiz-results {
	min-height: 460px;
}

#knowledge-quiz-results {
	min-height: 350px;
}

.modal-close-svg {
	z-index: 10;
}

.modal-close-svg a {
	display: block;
}

.page-id-2267 .accordion-item .title h2 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1680px) {
	#knowledge-quiz-results {
		min-height: 380px;
	}
}

@media screen and (max-width: 1400px) {
	html[lang="es-ES"] .navbar .left-buttons a.btn {
			min-width: unset;
	}
}

@media screen and (max-width: 1338px) {
	html[lang="es-ES"] #legend .btn {
			margin-bottom: 20px;
	}
		html[lang="es-ES"] #legend .btn-gold {
			margin-bottom: 0;
	}
}

@media screen and (max-width: 1093px) {
	html[lang="es-ES"] .navbar .left-buttons a.btn {
            margin-bottom: 10px;
	}
}

@media screen and (max-width: 1000px) {
	html[lang="es-ES"] #home-slideshow .slideshow-title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 768px) {

    html[lang="es-ES"] #home-slideshow .slideshow-title {
        font-size: 2.25rem;
    }

	#footer-menu li a, #footer-menu li:last-of-type a {
		padding: 10px 20px!important;
	}
	
	.btn {
		white-space: normal
	}
}


@media screen and (max-width: 568px) {

    html[lang="es-ES"] #home-slideshow .slideshow-title {
        font-size: 1.25rem;
    }

}

@media screen and (min-width: 992px) {

    html[lang="es-ES"] .navbar-expand-lg .navbar-collapse {
        flex-basis: 70%;
    }
}