/* equipos publicos */

.imagen-equipo, .titulo-equipo {
	width:50%;
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}

.divVisible {
	display: flex !important;
    text-align: left;
	justify-content: center;
    flex-wrap: wrap;
	background: #eee;
	width:100%;
	position:relative;
    padding: 20px 10px;
}

.divVisible .historia {
	width:100%;
	padding: 10px 10px 30px;
}

.divVisible h5 {
	padding:0;
}

.divVisible hr {
	width: 80px;
    margin-left: 0;
    height: 4px;
    background: #84a228;
    border: none;
}

.divVisible::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    background: #4492ab;
    top: -16px;
    z-index: 3;
    left: -16px;
}

.divVisible::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    background: #4492ab;
    top: -16px;
    z-index: 3;
    right: -16px;
}

.general-equipos {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}

.general-equipos .titulo-equipo h3 {
	cursor: pointer;
    font-size: 20px!important;
    color: #fff;
    height: 100%;
    min-height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.general-equipos .titulo-equipo h3 a {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    padding: 20px 0;
}

.general-equipos>.imagen-equipo {
	width:100%;
    float: left;
}

.general-equipos>.contenido-equipos {
	width: 100%;
    border: 1px dashed;
    border-radius: 5px;
    background: #4492ab;
    overflow: hidden;
}

.divVisible>div {
	width:50%
}

.contenido-equipos {
	margin: 15px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.contenido-equipos .cont-izq {
	padding-left: 10px;
}

.imagen-equipo img {
	z-index:9;
}

.imagen-equipo::after {
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	bottom:0;
	right:0;
}

.divVisible span {
	color:#4492ab;
}

@media(max-width:767px) {
	.divVisible>div {
		width:100%
	}
	.contenido-equipos .cont-izq, .historia {
		padding-left: 0px !important;
	}
	.contenido-equipos .cont-izq { 
		margin-bottom:25px;
	}
}

@media(max-width:575px) {
	.imagen-equipo, .titulo-equipo {
		width:100%;
	}
	.general-equipos .titulo-equipo h3 {
		font-size:15px !important;
	}
	.et_pb_row {
		width:90% !important
	}
}



/* overhanging logo by Geno Quiroz */
 
#top-header {
	z-index: 99999;
}
 
#logo {
    max-height: 230%;
    margin-top: 10px;
	margin-left: 10px;
    z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
    #logo { 
    	margin-top: 0px
    }
}



/**menu movil**/

@media (max-width: 1180px) {
	#et_mobile_nav_menu { 
		display: block;
	}
	#top-menu {
		display: none;
	}
}

@media (min-width: 981px) {
	#top-menu li.get-started {
    	float: right !important;
		margin-bottom: 3px;
	}
}



/*Divi Blurb Module hover effects by yatesdesign.com.au*/
.blurb-hover .et_pb_column:hover {
	background: #f9f9f9;
}
 
.blurb-hover .et_pb_blurb p {
 	zoom: 1;
 	filter: alpha(opacity=0);
 	opacity: 0;
 	-webkit-transition: opacity .2s,-webkit-transform .35s;
 	transition: opacity .2s,transform .35s;
 	-webkit-transform: translate3d(0,40px,0);
 	transform: translate3d(0,40px,0);
}
 
.blurb-hover .et_pb_column:hover p {
 	color: #333;
 	-webkit-transition-delay: .05s;
 	transition-delay: .05s;
 	-webkit-transition-duration: .35s;
 	transition-duration: .35s;
 	-webkit-transform: translate3d(0,0,0);
 	transform: translate3d(0,0,0);
 	zoom: 1;
 	filter: alpha(opacity=1);
 	opacity: 1;
}
 
.blurb-hover .et_pb_column:hover h4 {
 	color: #4492ac;
 	-webkit-transform: translate3d(0,0,0);
 	transform: translate3d(0,0,0);
}
 
.blurb-hover .et_pb_blurb h4 {
 	-webkit-transition: -webkit-transform .35s;
 	transition: transform .35s;
 	-webkit-transform: translate3d(0,40px,0);
 	transform: translate3d(0,40px,0);
}
 
.blurb-hover .et_pb_column:hover .et-pb-icon {
 	background-color: transparent !important;
 	color: #333 !important;
 	border-color: #333 !important;
 	-webkit-transition-delay: .05s;
 	transition-delay: .05s;
 	-webkit-transition-duration: .35s;
 	transition-duration: .35s;
 	-webkit-transform: translate3d(0,0,0);
 	transform: translate3d(0,0,0);
}
 
.blurb-hover .et_pb_blurb .et-pb-icon {
 	background: transparent !important;
 	-webkit-transition-delay: .05s;
 	transition-delay: .05s;
 	-webkit-transition-duration: .35s;
 	transition-duration: .35s;
 	-webkit-transform: translate3d(0,0,0);
 	transform: translate3d(0,0,0);
 	-webkit-transform: translate3d(0,40px,0);
 	transform: translate3d(0,40px,0);
}
 
.blurb-hover .et_pb_column {
 	position: relative;
}
 
.blurb-hover .et_pb_button {
 	zoom: 1;
 	filter: alpha(opacity=0);
 	opacity: 0;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width:50px !important;
}



/*menu destacado*/

.get-started {
	border-radius: 0px;
}
.get-started a {
	color: #fff!important;
}
li.get-started {
	background-color:#86a32a; 
    font-weight: 700; 
    text-transform: uppercase; 
    text-align: center; 
	padding: 3px 8px 3px 8px!important;
	margin-left: 10px;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
li.get-started:hover {
	background-color:#86a32a;
}

/* fixed header button text color */
.et-fixed-header #top-menu .get-started a {
	color: #fff!important;
}
.get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
    color: #fff !important;
}
@media only screen and (min-width : 981px) {
    li.get-started {
    	height: 23px;
    }
}
 
 
 
/*--------------------------------------------------------------------*/
/*-----Two, Three and Four Column Square Blog Layout by Divi Soup-----*/
/*--------------------------------------------------------------------*/
/***Global styles required for all layouts***/
/*This scales the images keeping the aspect ratio. NOTE: Object-fit is not supported in IE and Edge so if you want to use the standard image size remove this section*/
.ds-blog-square a img {
    width: 100%;
    object-fit: cover;
}
/*This section hides the excerpt*/
.ds-blog-square .post-content {
    display: none;
}
/*This section corrects some margin and padding issues*/
.ds-blog-square .et_pb_image_container {
    margin: -19px -19px 0;
}
.ds-blog-square h2 {
    margin: 0;
    padding: 0;
}
/*This section removes the bottom padding from the post and sets the position so we can move the title on top of the image*/
.ds-blog-square .et_pb_post {
    position: relative;
    padding-bottom: 0;
    border: none;
}
/*This section adds the semi transparent overlay and border on the image. It also sets the post title to absolute center*/
.ds-blog-square h2 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px;
    margin: 0;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    outline: 2px solid #fff;
    outline-offset: -20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*This section changes the border and overlay colour and border position on hover*/
.ds-blog-square h2 a:hover {
    background: rgba(255, 255, 255, .5);
    color: #000;
    outline: 2px solid #000;
    outline-offset: 0;
}

/*fin blog*/



/*FORMULARIO DE PRUEBA*/

#formulario_acceso input{
	border: none;
	outline: transparent;
	padding: 16px 0px 16px 8px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    width: 96%;
    margin-bottom: 10px;
}

#formulario_acceso .div-wrap{
	display: -ms-flexbox!important;
    display: flex!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#formulario_acceso .div-wrap .div-if{
	width: 50%;
}

#formulario_acceso #fecha{
	padding: 13px 0px 14px 8px;
}

#formulario_acceso .selecciona {
	width: 50%;
	/*margin-top: 10px;*/
}

#formulario_acceso .selecciona select{
	border: none;
    outline: transparent;
    padding: 16px 0px 16px 8px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    width: 98%;
    margin-bottom: 10px;
}

#formulario_acceso label{
	color: #999;
	width:100%;
}

#formulario_acceso #botonenviar{
	max-width: 150px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #4F8A10;
    background: #4F8A10;
    color: #fff;
}

#formulario_acceso #botonenviar:hover{
	background: #3d5d1a;
}

#formulario_acceso #enviar{
	text-align: center;
}

@media(max-width: 500px){

	#formulario_acceso .div-wrap .div-if{
		width: 100%;
	}

	#formulario_acceso .selecciona{
		width: 100%;
		margin-top: 20px;
	}

	#formulario_acceso .selecciona select{
		max-width: initial;
		width: 98%;
	}

}



/*IF-Software*/

.prueba {
	text-align:center;
	font-size:16px;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.table-if {     
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;    
	margin: 45px;     
	width: 480px; 
	text-align: left;    
	border-collapse: collapse; 
}

.th-if {     
	font-size: 13px;     
	font-weight: normal;     
	padding: 8px;     
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;    
	border-bottom: 1px solid #fff; 
	color: #039; 
}

.td-if {    
	padding: 8px;     
	background: #e8edff;     
	border-bottom: 1px solid #fff;
  color: #669;    
	border-top: 1px solid transparent; 
}

.tr-if {
	
}

.tr-if:hover { 
	background: #d0dafd; 
	color: #339; 
}

.negrita {    
	font-weight:bold;
}

.div-if {
	margin: .4em 0;
}

.div-if label {
	width: 25%;
  	float: left;
}

.div-exito {
	background: #DFF2BF center no-repeat;
	background-position: 15px 50%;
	color: #4F8A10;
	font-family: Arial;
	font-size: 30px;
	text-align: center;
	padding: 28px 20px 25px 45px;
	border-top: 5px double #4F8A10;
	border-bottom: 5px double #4F8A10;
}

.div-fracaso {
	background: #FFBABA center no-repeat;
	background-position: 15px 50%;
	color: #D8000C;
	font-family: Arial;
	font-size: 30px;
	text-align: center;
	padding: 28px 20px 25px 45px;
	border-top: 5px double #D8000C;
	border-bottom: 5px double #D8000C;
}

.legend-if {
	color: #4F8A10;
	font-family: Arial;
	font-size: 30px;
	text-align: center;
	padding: 28px 20px 25px 45px;
	border-bottom: 5px double #4F8A10;
}



/** Notificaciones **/

.notificacion-if {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
	border-radius: 9px;
	-webkit-box-shadow: 1px 1px 4px 0px #CCC;
	box-shadow: 1px 1px 4px 0px #CCC;
}

.notificacion-if-texto-derecha {
	float: right;
}

.notificacion-if-texto-izquierda {
	float: left;
}



/** Convocatorias **/

.convocatoria-if {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
	border-radius: 9px;
	-webkit-box-shadow: 1px 1px 4px 0px #CCC;
	box-shadow: 1px 1px 4px 0px #CCC;
}

.convocatoria-if-texto-derecha {
	float: right;
}

.convocatoria-if-texto-izquierda {
	float: left;
}

