/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/* Ocultar autor en posts */
.post-author{ display: none; }

/* Mapa Interactivo */
@media only screen and (min-width: 768px) {
	.mapa-interactivo-uncoma .hotspots-interaction {
		flex-direction: row-reverse !important;
		max-height:515px;
	}
}
.mapa-interactivo-uncoma .hotspots-placeholder {
	overflow-y: auto;
}
.mapa-interactivo-uncoma .hotspot-title{
	font-size:24px;
	margin-bottom:5%;
}
.mapa-interactivo-uncoma .hotspot-content hr {
	margin:5% 0 !important;
}
.mapa-interactivo-uncoma .hotspot-content strong {
	font-size:16px;
}

/* Breadcrumbs */
.container.penci-breadcrumb {
	margin-top:4%;
}
.container.penci-breadcrumb span,
.container.penci-breadcrumb span a{
	color:black;
}

/* Titulo Uncoma */
.titulo-uncoma a {
	color:white !important;
}

/* Fecha metadata */
.grid-post-box-meta span{
	color: #545454;
}

/* Titulo Oferta */
.oferta-titulo h2,
.oferta-box:not(.box-carreras) h3{
	margin-bottom:0!important;
}

/* Oferta Academica - Flip Box */
.elementor-element.oferta-box .elementor-flip-box {
    height: 150px;
}
.oferta-box {
	padding:15px 0;
}
.elementor-element.oferta-box .elementor-flip-box__front{
    background-color: var( --e-global-color-d54e092 );
    border-style: solid;
    border-color: #FFFFFF;
}
.elementor-element.oferta-box .elementor-flip-box__front .elementor-flip-box__layer__title{
    color:white;
}
.elementor-element.oferta-box .elementor-flip-box__back {
    background-color: #FFFFFF;
    border-style: solid;
    border-color: var( --e-global-color-d54e092 );
}
.elementor-element.oferta-box .elementor-flip-box__button {
    margin-center: 0;
    color: #FFFFFF;
    background-color: var( --e-global-color-d54e092 );
    border-color: #FFFFFF;
}
.elementor-element.oferta-box .elementor-flip-box__button:hover {
    color: var( --e-global-color-d54e092 );
    background-color: #FFFFFF;
    border-color: var( --e-global-color-d54e092 );
}

/* Box Carreras */
.elementor-element.oferta-box.box-carreras .elementor-flip-box {
    height: 250px;
}
.elementor-element.oferta-box.box-carreras .elementor-flip-box__back .elementor-flip-box__layer__title,
.elementor-element.oferta-box.box-carreras .elementor-flip-box__back .elementor-flip-box__layer__description{
    color: var( --e-global-color-d54e092 );
}
  
/* Compartir */
.tags-share-box-s1:before {
    content: "Compartir: ";
    font-size: 14px;
}

/* Nombre de categoria debajo de imagen */
.penci-standard-cat {
	display:none;
}

/* Mapa - Facultades */
.hotspots-placeholder {
	border-left:1px solid #efefef !important;
}

/* No margenes en titulos */
.no-margin-title h1,
.no-margin-title h2,
.no-margin-title h3,
.no-margin-title h4,
.no-margin-title h5,
.no-margin-title h6 {
	margin: 0 !important;
}

/* Breadcrumbs */
@media (max-width: 768px) {
   .penci-breadcrumb span, .penci-breadcrumb a, .penci-breadcrumb i {
		font-size: 10px!important;
	}
}

/* Convenios */
.convenios-container h1 {
	margin: 0 !important;
}
.bg-uncoma {
	background: #01579B;
}
.bg-uncoma * {
	color: white !important;
}
.convenios-container .btn {
	border-width: 2px !important;
}
.convenios-container .btn:hover, .convenios-container .btn:hover *{
	color: #01579B !important;
}