/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/LeagueGothic-Italic.woff2') format('woff2'),
        url('fonts/LeagueGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/LeagueGothic-Regular.woff2') format('woff2'),
        url('fonts/LeagueGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.italic {
	font-style: italic;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: 'Montserrat';
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'League Gothic';
    text-transform: uppercase;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

h1.titulo {
	text-align: center;
	margin-top: 5vh;
	font-size: 6em;
	color: #555;
	font-weight: normal;
}
.typed-cursor {
    font-size: 6em;
    color: #555;
}

.topAnim {
    text-align: left;
    margin: 100px;
}

input.search-input::placeholder {
    color: #555;
}

@media all and (max-width: 900px) {

    form.search {
        position: absolute;
    }

    a#sub {
        display: none!important;
    }
    
	.topAnim {
		margin-left: 100px;
	}

    a.btnDonar {
        width: fit-content!important;
    }
    
	h1.titulo {
		font-size: 3em;
	}

	.typed-cursor {
		font-size: 3em;
	}
}



figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
outline: 0;
}

a:focus {
	outline: 0;
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

html {
	font-size: 62.5%;
	height: 100%;
	min-height: 100%
}

body {
	color: #000;
	margin: 0;
	background: #9733EE;
	height: 100%;
	min-height: 100%;
	word-break: break-word;
	-webkit-word-break: break-word
}

.aa_wrap {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 5rem
}

.aa_wrap h1 {
	font-size: 8vh;
	color: #fff;
	text-align: center
}

.aa_wrap p {
	font-size: 3.5vh;
	line-height: 1.8
}

@font-face {
	font-family: 'Droid Serif';
	src: url("./fonts/DroidSerif-BoldItalic.woff2") format("woff2"), url("./fonts/DroidSerif-BoldItalic.woff") format("woff"), url("./fonts/DroidSerif-BoldItalic.ttf") format("truetype"), url("./fonts/DroidSerif-BoldItalic.svg#DroidSerif-BoldItalic") format("svg");
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: 'Droid Serif';
	src: url("./fonts/DroidSerif-Italic.woff2") format("woff2"), url("./fonts/DroidSerif-Italic.woff") format("woff"), url("./fonts/DroidSerif-Italic.ttf") format("truetype"), url("./fonts/DroidSerif-Italic.svg#DroidSerif-Italic") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Droid Serif';
	src: url("./fonts/DroidSerif.woff2") format("woff2"), url("./fonts/DroidSerif.woff") format("woff"), url("./fonts/DroidSerif.ttf") format("truetype"), url("./fonts/DroidSerif.svg#DroidSerif") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Droid Serif';
	src: url("./fonts/DroidSerif-Bold.woff2") format("woff2"), url("./fonts/DroidSerif-Bold.woff") format("woff"), url("./fonts/DroidSerif-Bold.ttf") format("truetype"), url("./fonts/DroidSerif-Bold.svg#DroidSerif-Bold") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'iconos';
	src: url("./fonts/icons/fontello.woff2") format("woff2"), url("./fonts/icons/fontello.woff") format("woff"), url("./fonts/icons/fontello.ttf") format("truetype"), url("./fonts/icons/fontello.svg#fontello") format("svg");
	font-weight: normal;
	font-style: normal
}


@font-face {
	font-family: 'Droid Sans';
	src: url("./fonts/DroidSans.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

body {
	background: white;
}

.btn {
    background: black;
    display: block;
    width: fit-content;
    color: white;
    border-radius: 5px;
    text-align: center;
	margin: 0 auto;
    margin-top: 15px;
    border: 2px solid;
	line-height: 20px;
	font-family: 'Montserrat';
	padding: 10px;
	font-size: 1.5em;
}

#topnav {
	background: black;
	height: 90px;
	display: flex;
	justify-content: space-around;
	align-items: center
}

#topnav .item {
	height: 60px;
	display: flex;
	align-items: center;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.5em
}

#topnav .item.logo {
	background-image: url("./img/logo.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 150px
}

@media all and (max-width: 900px) {
	#topnav {
		justify-content: flex-start;
		height: 60px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap
	}
	#topnav .item.logo {
		padding-left: 150px
	}
}

.menuBtn {
	background: #555;
    padding: 16px;
    border-radius: 110px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
        top: 10px;
    left: 30px;
    justify-content: center;
    z-index: 101;
    cursor: pointer;
}

.menuBtn .linea {
	width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
}

/*.menuBtn .linea:first-child {
	background: #4db0e9;
}

.menuBtn .linea:nth-child(2) {
	background: #ec6509;
}

.menuBtn .linea:nth-child(3) {
	background: #aeca09;
}

.menuBtn .linea:nth-child(4) {
	background: #e3172e;
}*/

.footer {
	display: flex;
	color: white;
	background: #333;
	font-size: 1.25em;
	justify-content: space-around;
	padding-bottom: 5vh
}

.footer h5 {
	font-size: 1.3em;
    font-weight: normal;
}

.footer .item {
    width: 25%;
}

.footer .item .logo {
	position: relative;
	margin: 0;
}

.footer .item:first-of-type {
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 22vh;
    padding-top: 3em;
}

.footer .item .logo:before {
	font-family: 'iconos';
	color: white;
	content: '\E80E';
	font-size: 8em;
	transform: translate(-50%, -50%)
}

.footer .item img {
	max-width: 150px
}

.footer .item p {
	max-width: 200px
}

.footer .item .btn {
	background: none;
	color: white
}

.footer .item ul {
	padding: 0;
	list-style: none
}

.footer .item ul li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative
}

.footer .item ul li:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-family: 'iconos';
	font-size: 1.5em
}

.footer .item ul li.tel::before {
	content: '\E80F'
}

.footer .item ul li.mail::before {
	content: '\E810'
}

.footer .item ul li.dir::before {
	content: '\E811'
}

.footer .item a {
	color: white
}

.footer .item a:hover {
	color:white;
}

@media all and (max-width: 900px) {
	.footer {
		flex-wrap: wrap;
padding: 10px;
	}
	.footer .item {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center
        margin: 0 auto;
    }

	.footer .item>*:not(.btn) {
		width: 100%
	}
	.footer .item img {
		margin-right: 10px
            max-width: 30%;
	}
	.footer .item.logo {
		height: 200px;
    width: 100%;
    transform: none;
    right: auto;
    left: auto;
	}
}

.carrousel {
	height: 50vh;
	position: relative;
	background: #fff;
	margin-bottom: 100px;
	width: 100%;
    margin: 0 auto;
    margin-bottom: 5vh;
	display: flex;
}

.carrousel.logos {
	height: calc(35vh);
	display: block;
	margin-bottom: 20px;
overflow: hidden;
}


.carrousel.logos .titulo {
	font-size: 2em;
}

.carrousel .inside {
	overflow: hidden;
	width: 100%;
outline: 0;
}


.carrousel.logos .inside {
	overflow: visible;
}

.carrousel .inside .item {
	height: 50vh;
	width: 100%
}

.carrousel.logos .item {
	height: 15vh;
	width: 15vh;
	margin: 10px;
}

.carrousel.logos .item .des {
    position: absolute;
    bottom: -35%;
    font-size: 1em;
    width: 100%;
    text-align: center;
}

.des {
	color: white;
}

.des a {
    color: white;
    text-decoration: underline;
}


a.publicaciones-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.publicaciones-link span {
    font-size: 14px;
    color: black;
    padding: 4px;
}

.carrousel .inside .item .img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}

@media all and (min-width: 900px) {
.carrousel .overlay {
    height: fit-content;
    position: absolute;
    top: 10%;
    right: 5%;
}
.footer .item:first-of-type {
    height: 200px;
        justify-content: center;
    }
}

@media all and (max-width: 900px) {
.carrousel .inside .item .img {
	background-size: cover;
	background-repeat: no-repeat;

}

.home_slide_title {
    display: none; 
	}
.carrousel .inside .item {
	height: 160px;
}

}

.carrousel.logos .inside .item .img {
	background-size: contain;
	background-repeat: no-repeat;
}

.carrousel .overlay {
	background: #000000c4;
	padding: 20px;
	transition: all 0.25s ease;
	width: 100%;
	max-width: 400px;
	    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.carrousel .overlay .titulo {
    letter-spacing: 1px;
    text-align: center;
    font-size: 2.4em;
    color: white;
    margin: 0.5em;
    font-weight: 500;
}

.carrousel a.btn.enlace {
    background: white;
    color: black;
    font-weight: bold;
}


a.enlace {
    margin: 0 auto;
    width: 100%;
    text-decoration: underline;
    text-decoration-color: white;
}

.carrousel .overlay .titulo:hover {
	text-decoration: underline;
}

.sociales .item:focus {
    background: #ec6608;
}

.carrousel .overlay .des {
	font-size: 1.5em;
}

.carrousel .overlay .btn, .destacados .item .btn {
	top: 25px;
    padding-left: 10px;
    width: fit-content;
    text-decoration: none;
        margin-top: 1em;
}

.carrousel .overlay .btn:hover, .destacados .item .btn:hover {
    background: #aeca08;
    color: black;
}


.carrousel .overlay .btn:before, .destacados .item .btn:before {
	right: 10px;
	width: 20px;
}

.carrousel .overlay.color_2 {
	background: #ec6608
}

.carrousel .overlay.color_2 .btn {
	color: #ec6608
}

.carrousel .overlay.color_3 {
	background: #aeca08
}

.carrousel .overlay.color_3 .btn {
	color: #aeca08
}

.carrousel .overlay.color_4 {
	background: #e3022f
}

.carrousel .overlay.color_4 .btn {
	color: #e3022f
}

.carrousel .dots {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	position: absolute;
	left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0);
    align-items: center;
}

li.dot {
    list-style: none;
}

.nav {
    width: 30px;
    color: #999;
    text-align: center;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    font-size: 1.5em;
    cursor: pointer;
}

.dots .insideDots {
	display: flex;
}

.nav.prev {
	margin-right: 10px;
}

.nav.next {
	margin-left: 10px;
}

.carrousel .dots .dot {
	width: 15px;
	height: 15px;
	background: #d8d8d8;
	margin: 2.5px;
	cursor: pointer;
	border-radius: 20px;
}

.carrousel .dots .dot.active {
	background: #4d4d4d;
}

.carrousel .dots.color_2 .dot.active {
	background: #ec6608
}

.carrousel .dots.color_3 .dot.active {
	background: #aeca08
}

.carrousel .dots.color_4 .dot.active {
	background: #e3022f
}

.botones_linea {
	display: flex;
	justify-content: center;
	padding: 5px
}

.botones_linea .item {
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 200px;
}

.botones_linea .titulo {
	color: #000;
	font-size: 1.25em;
	padding: 10px;
    color: #555;

}

.botones_linea .item:hover .titulo {
	color: #00afea;
}

.botones_linea .item .icon {
	position: absolute;
	width: 40px;
	right: 5px;
	top: -15px;
	transition: all 0.25s ease;
	display: none;
}

.botones_linea .item .icon:before {
	content: '\E808';
	font-family: 'iconos';
	color: white;
	position: absolute;
	width: 100%;
	top: 45%;
	transform: translate(0, -50%);
	text-align: center;
	font-size: 2.5em
}

.botones_linea .item .img {
	width: 100%;
    height: 150px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.25s ease;
}

#block_5df39b6892b40 .botones_linea .item .img {
	height: 70px;
}

.botones_linea .item:hover .img {
	/*background-size: 125% 125%;*/
}

.botones_linea .item:hover .icon {
	top: 0
}

.botones_linea .item.linea1 .icon polygon {
	fill: #00afea
}

.botones_linea .item.linea1 .icon:before {
	content: '\E808'
}

.botones_linea .item.linea2 .icon polygon {
	fill: #aeca08
}

.botones_linea .item.linea2 .icon:before {
	content: '\E809'
}

.botones_linea .item.linea3 .icon polygon {
	fill: #e3022f
}

.botones_linea .item.linea3 .icon:before {
	content: '\E80A'
}

.botones_linea .item.linea4 .icon polygon {
	fill: #ec6608
}

.botones_linea .item.linea4 .icon:before {
	content: '\E80B'
}

.botones_linea .item.linea5 .icon polygon {
	fill: #5CA697
}

.botones_linea .item.linea5 .icon:before {
	content: '\E80D'
}

.botones_linea .item.linea6 .icon polygon {
	fill: #3B2B81
}

.botones_linea .item.linea6 .icon:before {
	content: '\E80C'
}

@media all and (max-width: 900px) {
	.botones_linea {
		flex-wrap: wrap
	}
	.botones_linea .item {
		width: calc(50% - 10px);
	}
	.botones_linea .item .img {
		width: 100%;
		background-size: cover;
	}
}

.destacados {
	display: flex;
	max-width: 1200px;
	margin: auto;
	justify-content: space-around
}

.destacados .item {
    margin: 10px;
    position: relative;
    text-align: center;
}

.destacados .item .img {
	width: 250px;
	height: 250px;
	background: #333;
	border-radius: 300px;
	background-size: cover;
	background-position: center;
	margin: 0 auto
}

.destacados .item .inside {
	font-size: 1.25em;
	max-width: 350px;
	margin: 0 auto
}

.destacados .inside {
	color: #555;
}

.destacados .inside .des {
	color: #555;
    min-height: 100px;
    margin: 0;
    font-size: 1.4em;
    text-align: center;
}

.single article, .page-template-default article {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.25em;
	margin-bottom: 25vh;
	padding: 10px;
}

.logo {
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 160px;
    max-width: 200px;
}

.logo-header {
    display: block;
    position: relative;
    width: 280px;
    margin-top: 30px;
    }
#nuevoMenu {
    width: 330px;
}

#nuevoMenu .sociales a {
    width: 30px!important;
    height: 30px!important;
}

#nuevoMenu .sociales {
    margin-top: -20px;
    margin-left: 90px;
}

nuevoMenu a.logo {
    margin-bottom: 15px;
}


@media all and (max-width: 900px) {

.destacados .item .img {
    width: 160px;
    height: 160px;
    }
    
    #nuevoMenu path {
    fill: white!important;
}

.sociales .item {
    border: white 1px solid;
}

#nuevoMenu a.logo {
    margin-bottom: 15px;
}

div#nuevoMenu {
    background: #343434;
        height: 200px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#nuevoMenu form.search {
    position: relative;
    right: unset;
    top: unset;
}

.logo {
    position: relative;
    }
}

.footer .item .logo:before {
    font-size: 4em;
}

.footer .item:first-of-type {
    padding-top: 1em;
}

}

.logo img {
    width: 100%;
}

.logo-header path {
    fill: white!important;
}

@media all and (max-width: 900px) {
	.logo-header path {
		fill: #555 !important;
	}
}

.pagination {
	font-size: 1.25em;
	display: flex;
	justify-content: center;
	margin-top: 10vh;
	margin-bottom: 15vh
;}

.page-numbers {
    text-decoration: none;
    padding: 5px;
    border: 1px solid #dcdcdc;
    margin: 5px;
    color: #999;
}

.current.page-numbers {
    border: none;
}

.single article p, .page-template-default section p {
	margin-bottom: 20px;
}

.single article ul, .page-template-default section ul {
	font-size: 1.5em;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}

.single article li, .page-template-default section li {
	margin-bottom: 2.5vh;
}

.single article a, .page-template-default section a {
	color: #ec6608;
	font-weight: bold;
	text-decoration: underline;
}

.single article br {
	margin-top: 20px;
	display: block;
}

.single article img {
	max-width: 100%;
	height: auto;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}
.background h3.titulo, h3.titulo
img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

.halfBtm {
	margin-bottom: 5vh !important;
}

a{
	text-decoration-color: black;
}

a:hover h3 {
	color: #00afea;
}

h3 {
    font-size: 1.75em;
    padding: 20px;
    color: #555;
    font-weight: normal;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

h3.titulo,h3.titulo-bloque {
    font-size: 3.25em;
    border: none;
    color: black;
    max-width: 1000px;
    border-radius: 5px;
    left: 0;
        font-weight: bold;
    text-align: center;
}




h3.titulo.small {
    font-size: 2em;
    padding: 20px 0;
    color: #555;
	max-width: 1000px;
	border-radius: 0px;
}

h3.titulo.small.white {
	color: black;
	padding-top: 20px;
}

h3.titulo.small.center {
	padding-bottom: 30px;
}

.info {
    text-align: center;
    margin-bottom: 10vh;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 2.5vh;
    font-size: 1.25em;
    color: #999;
    font-style: italic;
    letter-spacing: 1.6pt;
}

@media all and (max-width: 900px) {

    h3.titulo.small {
        padding-bottom: 0;
    }
	.destacados {
		flex-wrap: wrap
	}
}



iframe {
    width: 100%;
    height: 400px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 5vh;
    transform: translate(-50%,0);
    left: 50%;
    position: relative;
}

.doble-columna {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.25em;
	padding-bottom: 5vh;
}

.doble-columna .left,
.doble-columna .right {
	width: 50%
}

.doble-columna .left {
	background: #333;
	    background-size: cover;
    background-position: center;
}

.doble-columna .right .item {
	padding-left: 150px;
	position: relative
}

.doble-columna .right .item h3 {
	margin-top: 0;
}

.doble-columna .right .item .inside {
	color: #555;
}

.doble-columna .right .item .inside .des {
	color: #555;
}

.doble-columna .right .item:before {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: 'iconos';
	font-size: 8em
}

.doble-columna .right .item.linea1:before {
	content: '\E808';
	color: #00afea
}

.doble-columna .right .item.linea2:before {
	content: '\E809';
	color: #aeca08
}

.doble-columna .right .item.linea2 .btn {
	border-color: #aeca08;
	color: #aeca08
}

.doble-columna .right .item.linea3:before {
	content: '\E80A';
	color: #e3022f
}

.doble-columna .right .item.linea3 .btn {
	border-color: #e3022f;
	color: #e3022f
}

.doble-columna .right .item.linea4:before {
	content: '\E80B';
	color: #ec6608
}

.doble-columna .right .item.linea4 .btn {
	border-color: #ec6608;
	color: #ec6608
}

.doble-columna .right .item.linea5:before {
	content: '\E80D';
	color: #5CA697
}

.doble-columna .right .item.linea5 .btn {
	border-color: #5CA697;
	color: #5CA697
}

.doble-columna .right .item.linea6:before {
	content: '\E80C';
	color: #3B2B81
}

.doble-columna .right .item.linea6 .btn {
	border-color: #3B2B81;
	color: #3B2B81
}

.doble-columna .btn {
	font-size: 0.75em
}

.doble-columna .btn:before {
	line-height: 26px
}

@media all and (max-width: 900px) {
	.doble-columna {
		flex-wrap: wrap
	}
	.doble-columna .left,
	.doble-columna .right {
		width: 100%
	}
	.doble-columna .left {
		height: 450px;
		margin-bottom: 5vh
	}
	.doble-columna .right {
		padding-right: 2.5vw
	}
}

@media all and (max-width: 900px) {
	.carrousel {
		flex-wrap: wrap;
		height: auto;
	}
	.carrousel .overlay {
		max-width: 100%;
	}
	.carrousel > div {
		width: 100%;
	}
}

.single article p, .page-template-default section p,.single article ol {
	font-size: 1.5em;
}

#sideMenu {
    background: #333;
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    z-index: 100;
    transition: all 0.45s ease;
}

#sideMenu .inside {
	position: absolute;
	width: 300px;
	height: 30%;
	top: 0;
	left: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding-right: 10%;
}

#sideMenu .item {
	display: block;
    width: 100%;
    color: #a0a0a0;
    padding: 5px;
    font-size: 1.5em;
    padding-left: 15px;
    margin: 3px;
}

#sideMenu.activeMenu {
	left: 0;
}

.wrapper {
	transition: margin-left 0.45s ease;
}


.wrapper.activeMenu {
	margin-left: 300px;
	width: 100vw;
}

.btnDonar {
    border: 1px solid white;
    right: 30px;
    padding: 10px;
    margin: 10px;
    font-size: 1em;
    top: 17px;
    border-radius: 5px;
    z-index: 90;
    background: #555;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #aeca08;
}

.sociales .item {
    display: block;
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 20px;
    background: #333;
    margin: 5px;
    border: #555 1px solid;
}

.sociales {
    width: fit-content;
    display: flex;
}

.sociales path {
	fill: #f6f6f6;
}

.sociales .item:hover {
    background: #ec6608;
}

.sociales .item:hover path {
	fill: white;
}

.background {
	background-color: #ececec;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

form.search {
    /* background: #333; */
    /* width: 100px; */
    /* height: 20px; */
    right: 160px;
    display: flex;
    top: 17px;
    z-index: 100;
}

input.search-input {
    border: solid 1px black;
    background: white;
    color: #555;
    padding: 10px;
    font-size: 1.3em;
    height: 14px;
    border-radius: 5px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #444;
	text-transform: uppercase;
	margin-right: 20px;
}

.menu a:hover, .menu a:focus {
	background: #ec6608;
	color: black;
    border-radius: 5px;
}

.menu .page_item {
    list-style: none;
}

.menu ul {
    padding: 0;
    margin: 0;
}

ul#menu-principal {list-style: none;padding: 10px;}

ul.sub-menu {
    font-size: 8px;
    margin-left: 10px;
    list-style: none;
    background: #3c3c3c;
    display: none;
    border-left: 1px solid #656565;
    z-index: 1;
}

.menu-item-has-children > a {
    /* background: red; */
    padding-left: 20px;
    position: relative;
}

.menu-item-has-children > a:hover {

}

.menu-item-has-children > a:before {
    content: '+';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translate(0px, -50%);
}

button.search-submit {
    position: absolute;
    top: 5px;
    right: 4px;
    background: transparent;
    border: transparent;
}

main .carrousel {
    max-width: 1920px;
}

.background h3.titulo, h3.titulo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logos h3.titulo {
	padding-bottom: 15px;
    padding-top: 15px;
}
.frase_destacada {
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 10px;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
	margin: 0 auto;
}

.frase_destacada .frase {
    text-align: center;
	color: black;
    font-size: 2.3em;
    margin: 10px;
    position: relative;
    font-family: 'Montserrat';
}

.frase_destacada .botones {
    display: flex;
    width: 100%;
    justify-content: center;
position: relative;
    margin: 2em;
}

.frase_destacada .botones .item {
    background: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;
    border-radius: 20px;
    font-size: 1.25em;
    color: #919892;
}

.frase_destacada .botones .item:hover, .frase_destacada .botones .item:focus {
	background: #ec6608;
	color: white;
}

.destacados h3 {
    text-align: center;
	font-size: 1.75em;
}

.grid {
    margin-bottom: 10vh;
}

.grid .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid .item {
width: 20%;
    padding: 10px;
    padding-top: 0;
    height: 100%;
    text-align: center;
}

.grid .item .img {
    height: 140px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.grid .item .des {
	min-height: 60px;
    text-align: center;
    color: #999;
}

a#sub {
	background: #aeca08;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 1.25em;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid white;
    white-space: nowrap;
    font-weight: bold;
}

a#sub:focus, a#sub:hover {
	background: #ec6608;
}

.creditos {
    color: #555;
}

.creditos a {
    font-family: monospace;
    color: #999 !important;
    border-bottom: 1px dashed #999;
}


.item_archive {
	max-width: 600px;
	display: flex;
	margin: 0 auto;
margin-top: 5vh;
	text-decoration: none;
}

.item_archive article {
	display: flex;
margin-bottom: 2.5vh;
align-items: center;
}

.item_archive .info {
    color: #555;
    margin-left: 20px;
    font-size: 11px;
margin-bottom: 0;
font-weight: normal;
}

.item_archive .info h2 {
	margin: 0;
	margin-bottom: 20px;
}

.item_archive img {
	border-radius: 200px;
	    max-width: 120px !important;
    height: 120px !important;
}

.comments h2 {
    background: #e31c2e;
    text-align: center;
    padding: 10px;
    color: white;
    font-weight: normal;
}

.comment .vcard img {
    display: none;
}

.comment {
    list-style: none;
}

.comments ul {
    padding: 0;
}

.comments li:nth-child(odd) {
    background: #fcfcfc;
}

.comment-author {
    padding: 5px;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.comment .says {
    display: none;
}

.comment .fn a {
    color: #333;
}

.comment-awaiting-moderation {
    font-style: italic;
    color: #999;
    font-size: 11px;
    text-align: center;
    width: 100%;
    display: block;
}
.comment-meta a {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #999 !important;
    text-style: italic;
    font-size: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.single article .comment-body p {
    font-size: 15px;
    padding: 10px;
}

.single article .reply {
    text-align: right;
}

.single article .reply a {
    color: #fff;
    font-weight: normal;
    background: #1ba5d3;
    padding: 10px;
    font-size: 13px;
    border-radius: 20px;
}

.comment-reply-title {
    text-align: center;
    color: #999;
    text-align: center;
    padding: 10px;
    font-weight: normal;
    left: 0;
}

.single article .comment-notes, .single article .comment-form-cookies-consent {
    font-size: 11px;
    text-align: center;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
}

#commentform label {
    margin-right: 10px;
    font-size: 13px;
}

#commentform input[type=text] {
    border-radius: 15px;
    border: 1px solid #999;

}

.comment-form-cookies-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submit {
    font-size: 13px;
    padding: 10px;
    background: #a8bd18;
    border: none;
    color: white;
    border-radius: 30px;
}
.form-submit {
    text-align: center;
}

.lang{
    position: fixed;
    color: #fff;
    right: 290px;
    top: 22px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    border-radius: 50px;
    z-index: 10;
display:block;
}

.socialshare {
	display: flex;
	    justify-content: center;
    margin-bottom: 5px;
}

.socialshare .item {
	width: 40px;
	height: 40px;
	background: #999;
	margin: 5px;
    border-radius: 20px;
    padding: 11px;
}

.socialshare .item path {
	fill: white;
}


.bloques-imagen  {
    padding: 1em;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
	background: #c9c9c9;
	flex-wrap: wrap;
	justify-content: space-around;
}


.bloques-imagen .item img {
	margin: 0 auto;
	max-width: 100%;
}

.bloques-imagen .item {
    padding: 2em 1em;
    width: 16%;
}


.frase_destacada a.btn {
    font-size: 1.5em;
    width: fit-content;
    padding: 10px;
    margin: 0;
    background: black;
    color: white;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

.grid.logos {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 5vh;
    border-top: 4px solid gray;
}

.grid.logos .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid.logos .item .des {
        color: black;
    font-size: 14px;
}

.home_slide_title {
    width: fit-content;
    background: black;
    color: white;
}

.home_slide_title {
    font-size: 15px;
    width: 50%;
    background: black;
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    padding: 6px;
}

.btn:hover, .btn:focus {
	background: #aeca08;
	color: black;
	border: none;
}

a.btnDonar:focus, a.btnDonar:hover {
	background: #ec6608;
}

input.search-input:focus, input.search-input:hover {

    border: solid 2px #AECA08;
}

.frase_destacada a.btn:hover, frase_destacada a.btn:focus {
	background: #aeca08;
	color: black;
}

@media all and (max-width: 900px) {

    div#topMenu {
        display: none;
    }

    div#sideMenu {
        position: fixed;
    }

	.home_slide_title {
		width: fit-content;
        bottom: 1px;
        padding: 4px;
        bottom: 6%;
        height: fit-content;
        white-space: nowrap;
	}

	.bloques-imagen .item {
		padding: 1em;
		width: 32%;
	}

	.grid .item {
		width: 50%;
	}
	
	.frase_destacada .frase {
    font-size: 1.7em;
	}
	
	.carrousel { 
		margin-bottom: 4em;
	}
	
	a.btn {
		padding: 5px;
		font-size: 1.2em;
	}
	
	.destacados h3 {
    	min-height: unset;
        font-size: 1.2em;
	}
	
    .destacados .inside .des {
    font-size: 1em;
    text-align: center;
}
	h3 {
    	padding: 1em;
	}
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.post h4 {
    font-size: 18px;
    font-weight: 200;
}

.post h5 {
    font-size: 16px;
    font-weight: 200;
}

.post h6 {
    font-size: 14px;
    font-weight: 200;
}

@media all and (min-width: 900px) {

div#nuevoMenuDesktop {
    width: 50%;
}

    .menu a {
        cursor: pointer;
    }

    #nuevoMenu {
        display: none;
    }
	
	#sideMenu {
    	padding-left: 100px;
	    width: 100vw;
		justify-content: center;
		display: flex;
		left: 0;
		height: 68px;
		align-items: center;
	}
	
    #topMenu {
		padding-left: 0;
		padding-top: 4em;
	    width: 100vw;
	    justify-content: space-around;
	    display: flex;
		left: 0;
		height: 68px;
		align-items: center;
		background: #333;
		padding-right: 10%;
		column-gap: 3em;
	}
    
	#sideMenu .inside {
		position: relative;
		width: 100%;
		height: fit-content;
	}
	
	.menu li {
		display: inline-block;
	}
	
	.sub-menu .menu-item {
		display: block;
	}

	ul.sub-menu {
		position: absolute;
	}
	
	.menuBtn {
		display: none;
	}
	
	.btnDonar,
		form.search {
		z-index: 2000;
	}
	
	.menu a {
		border-bottom: none;
        white-space: nowrap;
	}
    
    .sub-menu.sub-menu-active {
    	display: block;
    	left: 90%;
    	width: fit-content;
    }
}

a.lang {
    display: none;
}

ul#menu-menu-principal-nueva-web-espanol {
    width: 100%;
    text-align: end;
    margin-right: 10%;
}

@media all and (max-width: 420px) {
.home_slide_title {
	bottom: 1%;
    }
}

@media all and (max-width: 380px) {
.home_slide_title {
	bottom: 7%;
    }
}

@media all and (max-width: 320px) {
.home_slide_title {
	bottom: 12%;
    }
}

.publicaciones {
    padding: 2em;
    display: block;
    width: 1200px;
    margin: 0 auto;
    background: #c8c8c8;
    position: relative;
}

.publicaciones .item img {
    padding: 2em;
    width: 100%;
    height: 100%;
}

.publicaciones .item {
    width: 22.5%;
    height: auto;
}

.publicaciones .item {
    text-align: center;
    
}

.publicaciones .flickity-viewport {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;

}

.publicaciones svg {
    width: 30px;
}

.publicaciones.btm.flickity-enabled.is-draggable {
    outline: none;
}

button.flickity-button.flickity-prev-next-button {
    position: absolute;
    top: 45%;
    background: transparent;
    border: none;
    margin: 10px;
}


button.flickity-button.flickity-prev-next-button.next {
    right: 0;
}


@media all and (max-width: 900px) {
.publicaciones .item img {
    width: 130px;
}
.publicaciones .flickity-viewport {
    width: 90%;
    }
    
.publicaciones {
    width: 100%;
}
    
.publicaciones.btm.flickity-enabled.is-draggable {
    padding: 20px 0;
}

.publicaciones .item {
    width: 33%;
}

button.flickity-button.flickity-prev-next-button {
    margin: 0px;
}

.publicaciones svg {
    width: 20px;
}

}

.bloques-imagen.btm.bloque-labs {
    width: fit-content;
}

.bloque-labs .item {
    width: 30%;
}

@media all and (max-width: 900px) {
.bloques-imagen .item {
    padding: 1em;
    width: 50%;
}
.bloques-imagen .item {
    width: 50%;
}


ul#menu-nuevo-menu {
    margin-top: 30%;
}
	
	.grid .item {
		height: fit-content;
	}
}
.type-page .grid .item {
    width: 150px;
    padding: 10px;
    height: 200px;
    text-align: center;
}

.type-page  .grid .item .img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home_slide_title { 
	display: none;
}

form#commentform p {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.sidebar form.search {
    display: none;
}

textarea, input {
    overflow: auto;
    max-width: 100%;
}

.bloques-imagen.btm.bloques-impacto-1 {
    background: white;
}

.bloques-impacto-1 .item {
    width: 25%;
}

.bloques-impacto-1 h4.titulo-bloque {
    font-size: 20px;
    text-align: center;
}

.bloques-imagen.btm.bloques-impacto-2 {
    background: white;
}

.bloques-impacto-2 .item {
    width: 50%;
}

.bloques-imagen.btm.bloques-impacto-3 {
    background: white;
}

.bloques-impacto-3 .item {
    width: 25%;
}

.bloques-impacto-3 h4.titulo-bloque {
    font-size: 20px;
    text-align: center;
}

.bloques-impacto-3 .img {
    padding: 4em;
}

.impacto .publicaciones {
    background: white;
}

@media all and (max-width: 900px) {
.bloques-impacto-1 .item{
    width: 50%;
}

.bloques-impacto-1 h4.titulo-bloque, .bloques-impacto-3 h4.titulo-bloque {
    font-size: 15px;
    }
    
    .bloques-impacto-3 .img {
    padding: 0;
}
}

@media all and (min-width: 900px) {
.impacto .publicaciones .flickity-viewport {
    min-height: 330px!important;
    }
}

.post h2 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}

.grid.logos .item {
    max-width: 180px;
}

.big-logos .grid .item {
    width: 40%;
}


.wp-block-column.bottom-border .grid.logos {
    border-bottom: 4px solid gray;
    padding-bottom: 40px;
}

@media all and (min-width: 900px) {
    .wp-block-columns.big-logos {
        width: 70%;
        margin: 0 auto;
    }
    
  .wp-block-columns.big-logos .wp-block-column:first-child {
        border-right: 4px solid gray;
        margin-bottom: 80px;
    }
	
    .wp-block-columns.big-logos .grid.logos {
        border-top: unset;
    }

    .grid.logos h3.titulo {
    padding-top: 5vh;
	}
    
}


@media all and (min-width: 700px) and (max-width: 900px) {
	.grid.logos .item {
    	width: 33%;
    }
}
    
@media all and (max-width: 900px) {
    .grid.logos {
        max-width: 90%;
        margin-bottom: 0vh;
    }
    
	.wp-block-column.bottom-border .grid.logos {
    border-bottom: unset;
    }
    
    .logos h3.titulo {
    padding-top: 30px;
	}
}

article#post-404 {
    display: flex;
    text-align: center;
    min-height: 50vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.category-archive {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.25em;
    margin-bottom: 25vh;
    padding: 10px;
}