/**
 * Goretti
 */

/* slider flechas */
.slideshow-layout .uk-slidenav{
background-color: #006385;
color: #fff !important;
}
.custom-slideshow .uk-slidenav{
background-color: #006385;
color: #fff !important;
}
.custom-slideshow .uk-slidenav:hover{
background-color: #004461;
color: #fff !important;
}


.uk-light .uk-button-default {
  background-color: #FFF;
  color: #000;
  border-color: rgba(255,255,255,.7);
}
/* logo */

.tm-logo {
  margin-left: 40px;
}
/* logo en el movil */
@media (min-width: 360px) {
.tm-logo {
  margin-left: 0px;
}
}

.textobienvenida{
	text-align: justify;
		max-width: 600px;
	font-weight: 500;
}
.bienvenida {
	text-align: center;
	color: #005579;

}
.botonportada .uk-button-default{
	color:#fff;
	background-color: #005579;
	border:0;
}
.botonportada .uk-button-default:hover,
.uk-button-default:focus,
.uk-button-default:active {
 background-color:#006498;
	border:0;
}

/* esto es un modulo UIgrid que tuve que descartar */

.servicios .uk-panel  {
  text-align: justify !important;
  height: 140px;
}
.servicios .uk-text-primary{
height: 40px;
}
/* fin modulo UIgrid que tuve que descartar */

/* secciones */
/* secciones */
.secciones h3 {
    font-size: 20px;
    margin-top: 0 !important;
}

/* Contenedor principal */
.secciones {
    border-radius: 0 0 20px 20px !important;
    overflow: hidden !important;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px !important;
    /* Quitamos el height: 100% que no estaba haciendo nada */
}

/* Imagen recta y sin espacios */
.secciones .sppb-img-container img {
    border-radius: 0 !important;
    width: 100%;
    display: block;
}

/* Espaciado interno y ALTURA IGUALADA */
.secciones .sppb-media-content {
    padding: 25px !important;
    /* Ajusta este valor (ej. 250px o 300px) hasta que la tarjeta con 
       más texto quepa bien. Todas las demás se estirarán hasta aquí. */
    min-height: 310px; 
    display: flex;
    flex-direction: column;
}

/* Esto asegura que si hay un párrafo largo, no empuje el diseño fuera de la caja */
.secciones .sppb-addon-text {
    flex-grow: 1;
}
/* móviles */

@media (max-width: 767px) {
    .secciones .sppb-media-content {
        min-height: auto !important; /* En móvil se ajustan al texto natural */
    }
}

/* fin secciones */

/* noticias modulo nuevo */
.noticiasdeportada .mod-articles-item-content{
background: #fff;
border-radius: 0 0 10px 10px;
box-shadow: 0 10px 30px 0 rgba(0,0,0,.08);
min-height: 550px;}

.noticiasdeportada .mod-articles-link {
color: #111;
font-size: 0.8em;
font-family: Roboto;
font-weight: bold;
}

.noticiasdeportada .mod-articles-items{
list-style: none;
}
.noticiasdeportada ul{
padding-left: 0;
}
/* Invertir el orden Contenedor principal en modo columna */
.mod-articles-item-content {
    display: flex !important;
    flex-direction: column !important;
/* para definir el padding general del contenedor */
padding:0!important;
overflow: hidden; /* Evita que la imagen sobresalga del borde redondeado si lo tuviera */
}

/* 1. La imagen primero */
.mod-articles-item-content img {
    order: 1 !important;
/* para eliminar el padding de la imagen */
width: 100% !important;
    height: auto !important;
    margin: 0 0 15px 0 !important; /* Solo margen abajo para separar del título */


}

/* 2. El título (h4) segundo */
.mod-articles-item-content .mod-articles-title {
    order: 2 !important;
   padding: 0 20px !important; /* 20px a los lados */
    margin: 0 !important;
}

/* 3. El texto (p) al final */
.mod-articles-item-content p {
    order: 3 !important;
padding: 0 20px !important; /* 20px a los lados */
    margin-bottom: 0 !important;
margin-top:10px;
font-size: 1em;
font-family: Roboto;
}
/* 5. Asegurar que el último párrafo tenga espacio abajo */
.mod-articles-item-content p:last-child {
    padding-bottom: 20px !important;
}

.noticiasdeportada{
padding: 0;
}
/* fin Invertir el orden */

/* fin noticias modulo nuevo */



/* calendario */
.mod-dpcalendar-mini .fc-event-main{
padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end{
min-width: 150px;
}
/* formulario */

#mc_embed_signup input{
margin: 10px;
max-width: 500px;
}
#mc_embed_signup .button{
padding: 10px 60px;
  background-color: #519bb6;
  border: 0;
  color: #fff;
  font-size: 16px;
border-radius: 5px;
}
.convertforms .uk-button-primary{
background-color: #3a3a3a;
}

.bolsadetrabajo .uk-light .uk-button-default {
  background-color: #519bb6;
  color: #fff;
  border: 0;
padding: 5px 50px;
}

.botonbolsa  {
  background-color: rgba(255,255,255,0);
  color: #fff;
  border-color: #fff;}

.botonbolsa:hover {
  background-color: #519bb6;
}

/* fin formulario */
/* cookies */
.modal-body{
background: #007c9e;
}
.modal-body .btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.modal-body .text-muted {
  --bs-text-opacity: 1;
  color: #fff !important;
}

/* fin cookies */

/* quitar imagen miniatura */
.uk-text-center img {
  display: none;
}
/* fin quitar imagen miniatura */


/* traído de custom code plantilla */
#sp-bottom {
    padding: 0!important;
}
.com-content #sp-main-body .uk-article {
  padding: 40px 80px;
}
/* margenes interiores movil */
@media (max-width: 414px) {
.com-content #sp-main-body .uk-article {
  padding: 40px 40px;
}
}
.uk-navbar .info{
display:none;
}
.uk-subnav {
  padding: 35px 0;
}
/* noticias misma altura */
@media (min-width: 1200px) {
.noticiasactuales .uk-card-body {
    min-height: 350px;
  }
/* ancho actividades */
.servicios .uk-card-media-top img{
  width: 400px;
 object-fit: cover;
}
/* ancho noticias */
.noticiasactuales .uk-card-media-top img{
  width: 410px;
 object-fit: cover;
}
}
/* slider imágenes corrección */
[uk-cover]:where(img, video) {
  position: relative !important; 
  top: unset !important;
  left: unset !important;
}
[uk-cover] {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}
.uk-navbar-item > :last-child {
  margin-bottom: 10px;
}
/* fondo slider */
uk-overlay-primary.uk-overlay-primary {
  background: rgba(78, 162, 198, 0.9);
}

/* fin de traído de custom code plantilla */

/* accesibilidad */

.djacc-popup .djacc__openbtn--default {
  background: #2c6282!important;
  
}

/* fin accesibilidad */
/* cookies */
.btn-primary, .sppb-btn-primary {
 
  background-color: #2c6282!important;
}

/* antiguo desde irca */
.internacional{
margin-left:120px;
margin-right:120px;
text-align: center;
}

.uk-card-body .uk-button {
  width: 100%;
}
.page-content {
    background: #ededea;
}
#sp-footer {
  background-color: #2c2c2c;
  color: #fff;
  padding: 120px 0px !important;
  text-align: center;
  font-weight: bold;
}
.uk-background-cover {
  background-color: rgba(255,255,255,0) !important;
}

.uk-overlay-primary {
  background: rgba(62, 104, 163, 0.9);
}

.uk-text-emphasis {
  color: #29335c !important;
}

.uk-section-primary, .uk-tile-primary, .uk-card-primary, .uk-badge {
  background: #29335c;
}

.iconoscontabilidad .uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
  padding: 20px 40px;
}

.legal a{
	color: #fff;
}
.legal {
	color: #fff!important;
}
.back__top {
  bottom: 90px!important;
  right: 20px!important;
}
@media (max-width: 768px) {
.el-image {
  padding: 0 60px;
  width: 100%;
}
.custom-slideshow h3 {
  font-size: 18px !important;
}

.custom-slideshow {
  font-size: 14px !important;
}
	

 .custom-slideshow a {
    font-size: 22px !important;
  }
.custom-slideshow .ui-title{
    font-size: 30px !important;
  }

}
@media (max-width: 810px) {
.uk-inline-clip {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
}
@media (min-width: 360px) {
   .internacional{
margin-left:20px;
margin-right:20px;
text-align: justify;
}
.iconoscontacto .uk-cover-container .uk-button-default {
  display: none;
}
.uk-width-medium {
  width: 100px;
  margin-left: 10px;
}
.uk-navbar-left{
margin-left: 0!important;
}

}
@media (min-width: 768px) {
  .internacional{
margin-left:50px;
margin-right:50px;
text-align: justify;
}
.iconoscontabilidad .uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
  padding: 60px 180px;
}

}
@media (min-width: 992px) {
 .internacional{
margin-left:50px;
margin-right:50px;
text-align: justify;
}
.contabilidad {
  min-height: 270px;
}
	
.rhh {
  min-height: 490px;
}
	
	.iconoscontabilidad .uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
  padding: 20px 40px;
}

}

@media (min-width: 1200px) {
 
.uk-padding {
  padding-left: 160px;
}
	.contabilidad {
  min-height: 270px;
}
	.iconoscontabilidad .uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
  padding: 20px 40px;
}

}
