body{
	font-family: 'Poppins', Arial, sans-serif;
}

a{
	text-decoration: none!important;
}


p{
	margin-bottom: .35rem;
}

.main_text p{
	margin-bottom: 20px;
}

.mb-7{
	margin-bottom: 100px;
}

.mb-2{
	margin-bottom: 30px!important;
}

.two_col{
	grid-template-columns: 1fr 1fr!important;
}

.is-16by9{
	overflow: hidden;
	height: 0!important;
	padding-top: 56.25%;
}

.data_outside{
	position: relative!important;
	width: 100%!important;
	top: 10px!important;
	bottom: unset!important;
	left: 0!important;
	
}

.data_outside h2{
	background-color: transparent!important;
}

.data_outside h2 a{
	color: #7030a0!important;
}

.data_naranja h2 a{
	color: #ff6600!important;
}

.data_verde h2 a, .data_verde h3 a{
	color: #22b573!important;
}

.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.header_container{
	background-image: url('../img/bg-2.jpg');
	background-repeat: no-repeat;
    padding-top: 50px;
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
    background-size: contain;
}

.pre_header{
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.radio_link img{
	width: 410px;
	height: auto;
}

@media screen and (max-width:768px){
	.radio_link img{
		width: 100%;
	}
}

.branding img{
	width: 480px;
}


.menu_container{
	margin: 0;
	padding: 0;
}

.menu_container li{
	list-style: none;
	display: inline-block;
	font-size: 1rem;
	margin-right: 15px;
	position: relative;
}

.menu_container li:last-child{
	margin-right: 0!important;
}

.menu_container li a{
	color: #000000;
	text-transform: uppercase;
}


.menu_container > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #7030a0;
    transition: width .3s;
}

.menu_container > li > a:hover::after {
    width: 100%;
}

.sub-menu{
	position: absolute;
	margin: 0;
	top: 30px;
	padding: 15px;
	background-color: #7030A0;
	min-width: 300px;
	display: none;
	font-weight: lighter;
	z-index: 9999;
}

.sub-menu li{
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	width: 100%;
	padding: 5px 5px 5px 0;
}

.sub-menu li:last-child{
	display: block;
	border-bottom: none;
	width: 100%;
	padding: 5px 5px 0px 0;
}

.sub-menu li a{
	color: white;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.sub-menu li a:hover{
	margin-left: 5px;
}

.toggler{
	display: none;
}

.opener{
	display: none;
}


/* Nota Grande */

.nota_grande{
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.nota_grande a{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}


.nota_grande .data{
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 70%;
}

.nota_grande .data h1{
	background-color: #ff6600;
    display: inline;
	font-weight: lighter;    
}


.nota_grande .data h1 span{
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 6px;
    line-height: 1.5;
	font-weight: 500;
}


.nota_chica{
	height: 250px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.data_chica{
	left: 30px;
	bottom: 20px;
	position: absolute;
	width: 80%;
}

.nota_chica a{
	display: block;
	height: 100%;
	width: 100%;
	color: white;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.data_chica h3{
	display: inline;
	font-weight: 700;
	font-size: 19px;
}

.data_chica h2{
	display: inline;
	font-weight: 700;
	font-size: 16px;
}

.data_chica h2 span{
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 6px;
    line-height: 1.5;
}

.data_v h2{
	background-color: #7030a0;
}

.data_g h2{
	background-color: #22b573;
}


.data_chica h1 span{
    padding: 6px;
    line-height: 1.5;
}


.widget_verde{
	border-bottom: 3px solid #22b573;
	color: #22b573;
}

.widget_verde a{
	color: #22b573;
}

.widget_naranja{
	border-bottom: 3px solid #fa6603;
	color: #ff6600;
}

.widget_naranja a{
	color: #fa6603;
}

.widget_violeta{
	border-bottom: 3px solid #7030a0;
	color: #7030a0;
}

.widget_violeta a{
	color: #7030a0;
}



.top_widget{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.top_widget h3{
	text-transform: uppercase;
	font-size:26px;
}

.top_widget a{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* Multimedia */


.multimedia_bg{
	height: 170px;
	margin-bottom: 5px;
	background-position: center;
	background-size: cover;
}

.multimedia_bg .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
}

.multimedia_bg .overlay i{
	color: rgba(255,255,255,0.9);
	transition: all 0.6s ease-in-out;
}

.multimedia_bg .overlay:hover{
	font-size: 4rem;
	color: rgba(255,255,255,0.9);
}

.multimedia h4{
	font-size:16px;
	font-weight: 700;
	color:#22b573!important;
}

.multimedia_tag{
	background-color: #22b573;
	color: white;
	font-size: 12px;
	padding: 3px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	top: 10px;
	left: 10px;
	letter-spacing: 1px;
}

/*Agenda*/

.agenda{
	background-position: center;
	background-size: cover;
	height: 200px;
}

.agenda .overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
}

.data_agenda{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}

.data_agenda span{
	width: 60%;
	color: white;
	font-size: 20px;
}

.agenda a{
	text-decoration: none;
}

.agenda_tag{
	background-color: #ff6600;
	color: white;
	font-size: 12px;
	padding: 3px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	top: 10px;
	left: 10px;
	letter-spacing: 1px;
}




#contact{
	background-color: #f2f2f2;
	padding: 100px 0;
}

.form_container{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.form_container span{
	font-size:14px;
	line-height: 16px;
	display: block;
	margin-bottom: 70px;
}


.formulario input, select{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	padding: 0 5px;
	border: 2px solid #cccccc;
	font-size: 14px;
	border-radius: 0;
	outline: none;
}

.formulario textarea{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #cccccc;
	height: 150px;
	padding: 5px;
}

.formulario button{
	background-color: #22b573;
	width: 100%;
	color: white;
	border:0;
	outline: 0;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

.noflow{
	overflow-y: hidden;
}



#footer{
	background-color: #ff6600;
	text-align: center;
	padding: 70px 0;
	color: white;
}

.social_foot{
	padding: 0;
	margin:0;
}

.social_foot li{
	display: inline-block;
	margin: 0 10px;
}

.social_foot li a{
	color: #ffffff;
	font-size: 30px;
}

.copy p{
	margin-bottom: 5px;
}

.copy .credito{
	font-size: 10px;
}

.copy .credito a{
	color: white;
}


.search{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
}

.search input{
	background-color: #7030a0;
	outline: 0;
	border: 0;
	height: 50px;
	color: white;
	width: 0px;
	padding: 10px;
	font-size:14px;
	margin-right: -25px;
	transition: all 0.3s ease-in-out;
	height: 50px;
}

.search input::placeholder{
	color: white;
}

.buscador_triger{
	background-color: #7030a0;
	color: white;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:20px;
	cursor: pointer;
}

.search_open{
	width: 200px!important;
}


/* Single */


.header_img{
	background-size: cover;
	background-position: center;
	height: 600px;
}

.main_single{
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
}

@media screen and (max-width: 768px){
    .main_single{
        grid-template-columns: 1fr;
    }
}

.meta_single{
	text-transform: uppercase;
	font-size: 12px;
	color: #808080;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.main_single h1{
	font-size: 40px;
	font-weight: bold;
}

.menu_principal{
	display: flex;

}

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

	.social_menu_top ul{
		display: flex;
		justify-content: center;
		margin-top: 30px!important;
	}

	.social_menu_top ul li a{
		color: #fff!important;
	}

	.opener{
		display: block;
	}
	
	.menu_principal{
		display: initial;
		background-color: #7030A0;
		position: absolute;
		width: 100%;
		left: -100%;
		top: 0;
		height: 100vh;
		padding: 80px 40px 40px 40px;
		transition: all 0.3s ease-in-out;
		z-index: 9999;
		overflow-y: scroll;
	}

	.menu_open{
		left: 0%;
	}

	.menu_container li{
		display: block;
	}

	.menu_container > li > a{
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		padding: 10px 0;
		display: block;
	}

	.sub-menu{
		position: relative;
		margin: 0;
		top: 0;
		display: none;
		font-weight: lighter;
		padding-left: 15px;
		border-left: 1px solid rgba(255, 255, 255, 0.18);
	}

	.sub-menu li{
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		width: 100%;
	}

	.toggler{
		display: block;
		position: absolute;
		right: 40px;
		top: 40px;
		cursor: pointer;
	}

	.toggler img{
		width: 30px;
	}
}

.main_text iframe{
	margin: 0 auto;
	display: block;
	aspect-ratio: 16/9;	
	height: auto;
	width: 100%;
}

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

	.header_container{
		background-size: contain;
	}

	.nota_grande{
		height: 300px;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.nota_grande .data h1{
		background-color: #ff6600;
	    display: inline;
	    font-size: 21px;
	}

	.nota_grande .data{
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 80%;
	}

	.notas_chicas .col-md-4, .notas_chicas .col-md-6, .notas_chicas .col-md-3{
		margin-bottom: 30px;
	}

	.header_img{
		height: 250px;
	}
	
	.branding img{
		width: 220px;
	}
	
	.main_text iframe{
		width: 100%;
		height: 250px;
	}


}


/* Páginas */

.v-a-c{
	align-items: center;
}

.logo-pagina{
	padding-top: 70px;
}

.logo-pagina img{
	max-width: 95%;
}

.titulo-pagina{
	background-color: #7030a0;
	padding: 70px 45px;
	color: white;
}

.titulo-pagina-sin-logo{
	background-color: #7030a0;
	padding: 70px 0px;
	color: white;
}

.titulo-pagina hr{
	width: 70px;
	margin-left:0;
	border-top: 2px solid white;
	margin-top: 30px;
	margin-bottom: 30px;
}

.b-v{
	background-color: #7030a0;
}

.archivo{
	margin-bottom: 30px;
}

.archivo .img_destacada{
	height: 200px;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.archivo .img_destacada a{
	display: block;
	width: 100%;
	height: 100%;
}

.archivo a{
	color: black;
}

.page_content h4{
	background-color: #ff6600;
    display: inline-block;
    padding: 5px;
    color: white
}

.social_menu_top ul{
	margin: 0;
	padding: 0;
	margin-top: -3px;
}


.social_menu_top ul li{
	display: inline-block;
	margin-left: 15px;
}

.social_menu_top ul li a{
	font-size: 1.2rem;
	color: #000;
	transition: all 0.3s ease-in-out;
}

.social_menu_top ul li a:hover{
	color: black;
}

.ver_mas{text-align: right;}
.ver_mas a{
	background-color: #22b573;
    padding: 5px 10px;
    color: white;
}

@media screen and (min-width: 768px){
	.whatsapp{
		display: none;
	}
}

.whatsapp{
	background-color: #128c7e;
	text-align: center;
}

.whatsapp a{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-transform: uppercase;
	padding: 20px;
}

.paginacion{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0;
}

.paginacion div{
	display: block;
}

.paginacion div a{
	color: #7030a0;
	padding: 10px;
	border: 1px solid #7030a0;
	transition: all 0.3s ease-in-out;
	display: block;
}

.paginacion div a:hover{
	background-color: #7030a0;
	color: white;
}


.main_text p img, .main_text .wp-caption, .main_text .wp-caption img{
	max-width: 100%;
	height: auto;
}

.wp-caption-text{
        color: #939393;
    font-size: 12px;
    margin-top: 3px;
}


/* Tiras redes */

.tiras_redes{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 15px;
	margin-top:40px;
}

.tiras_redes a{
  padding: 10px;
  box-sizing: border-box;
  color: white;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
	font-size: 14px;
}

.tiras_redes a:hover{
  transform: scale(1.05);
}

.tira_twitter{
  background-color: #ff6600;
}

.tira_facebook{
  background-color: #22b573;
}

.tira_instagram{
  background-color: #7030a0;
}

.tira_whatsapp{
  background-color:  #128c7e;
}

@media screen and (max-width: 768px){
	.tiras_redes{
		grid-template-columns: 1fr;
	}
}

.data_verde h2{
	background-color: #22b573;
}


/* titulos grandes afuera */


.title_ouside_container{
    
}

.title_outside{
    display: inline;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
}

.title_outside a{
	color: #fff;
}

.title_outside span{
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 6px;
    line-height: 1.5;
}

.title_naranja{
    background-color:#ff6600;
}

.title_verde{
    background-color:#22b573;
}

.title_violeta{
    background-color:#7030a0;
}

.size_1{
    font-size: 39px;
}

.size_2{
    font-size: 18px;
}

.size_3{
    font-size: 16px;
}

.size_4{
    font-size: 14px;
}

@media screen and (max-width: 768px){
    .size_1{
        font-size: 22px;
    }
}

@media screen and (max-width: 500px){
    .size_1{
        font-size: 18px;
    }
}

/* video responsive */

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}