/*
Theme Name:   CCEBAOXLAB Child Theme de CCEMX20
Theme URI:    https://www.oxlab.com.ar/
Description:  Child Theme para CCEBAMX 2.0
Author:       Marcelo Baroni
Author URI:   https://www.oxlab.com.ar
Template:     ccemx2.0
Version:      1.0.2
Text Domain:  ccebaoxlabchild
*/
.video_int {
	padding-left: 40px;
}
.BreakColumn_post_calendar {
	float: none;
	overflow: visible;
	height: auto;
	width: auto;
}
.breakColumnLeft figure,
.breakColumnCenter figure {
	margin: 0px;
	text-align: center;
}
.breakColumnLeft figure a img {
	width: 100%;
	height: 100%;
}

.breakColumnCenter figure a img {
	/* min-width: 325px; */
	width: 100%;
	height: 100%;
}

div.BreakColumn_post_calendar figure {
	width: 100%;
	height: 100%;
	margin: 0;
}
.breakColumnRight.post_calendar {
	width: 100%;
}

.breakColumns {
	display: flex;
	x-justify-content: space-around;
    x-align-items: stretch;
    flex-wrap: wrap;
    gap: 1em;
}
.breakColumnLeft {
	flex-grow: 1;
	flex-shrink: 1;
    flex-basis: auto;
    order: 1;
}
.breakColumnCenter {
	flex-grow: 1;
	flex-shrink: 1;
    flex-basis: auto;
    order: 2;
}
.breakColumnRight {
	flex-grow: 4;
	flex-shrink: 1;
    flex-basis: auto;
    order: 3;
}
figure div.calendar {
	height: auto;
	width: auto;
	margin: 0;
}
figure.banner img {
	padding: 1em 0 0 0;
}
.break.break2 {
	display: none;
}
ul#ulformfechas {
	list-style: none; margin: 0; padding: 0;
}
ul#ulformfechas li {
	margin: .2em 0;
}
ul#ulformfechas li label {
	text-transform: inherit;
}
#desdeHasta {
	margin-top: 1em;
	padding: 2em;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.datosNoIngresados {
	border: 2px red solid;
	background-color:lightpink;
}
.emptyPost {
	background-color: transparent;
}
/* Remove redes en modo responsive */
@media (max-width: 1250px) {
  .redes,
  .redes_ul {
    display:none;
  }
}
/* header */
/* Ajuste logo 34 aniversario header responsive */
.header_responsivo {
	height:50px;
}
.header_responsivo .lupa {
	height:50px;
	background-position:10px -409px;
}

.logo_responsivo {
	background-image:none;
}
.header_logo_resp_izq {
	height:30px;
	padding:10px 0 10px 20px;
}
.header_logo_resp_izq a img {
	width:auto;
	max-height:100%;
}
.logo_responsivo::after {
	left:200px;
	top:5px;
}

/* Index */
.banner_break_d {
	height: 170px;
	width: 100%;
	margin-bottom: 25px;
}

.banner_break_d img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}
.banner_break_dd {
	height: 170px;
	width: 100%;
	margin-bottom: 25px;
}
.banner_break_dd img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.radio_ccemx {
	background-color: #fafafa;
	width: 100%;
	height: 34px;
	padding-bottom: 1px;
}

.radio_ccemx audio {
	width: 100%;
	height: 34px;
	background-color: #fafafa;
}
/* Header */
.header_logos {
	height: auto;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 10px;
	padding-top:20px;
	padding-right:10px;
	padding-left:10px;
	margin:0;
}
.header_logo_uno {
	justify-self:start;
	margin-left:10px;
	margin-top:10px;
}
.header_logo_dos {
	justify-self:end;
	margin-right:35px;
}

/* Footer */
.footer {
	position: static;
	padding-top:10px;
}
/* Remove media query - footer */
@media screen and (max-width: 1268px) {
	.footer_int {
		width:auto;
		height:auto;
	}
}
/* Remove */
.footer {
	height:auto;
	max-width:auto;
}

@media screen and (min-width:1101px) {
.footer_int {
	display:grid;
	grid-template-columns:2fr 1fr 1fr;
	width:1234px;
	margin:auto;
	padding:0px;
	height:auto;
	color:white;
}
}

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

.footer {
	height:auto;
}


.footer_int {
	display:grid;
	grid-template-rows: 1fr 1fr 1fr;
	width:auto;
	color:white;
}
#footer_logos, #footer_direccion, #footer_direccion p {
	text-align:center;
	margin: 0 0 0.75em 0;
}
#footer_logos a p img {
	width:100%;
	max-width:496px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#footer_logos p + p img {
	max-width:117px;
	margin-left:auto;
	margin-right:auto;

}
#footer_mapa {
	padding:20px;
}
#footer_mapa img {
	margin:0 auto;
	display:block;
	width:100%;
	max-width:250px;
}
}
