/* Move down content because we have a fixed navbar that is 50px tall */

body {
	font-size: 16px;
}

/* Clases Bootstrap Sobreescritas....................................*/
.container {

}

.img-responsive {
    margin: 0 auto;
}
.thumbnail {
	border: none;
	background-color: transparent;
}

.row-padded {
	padding-top: 20px;
	padding-bottom: 50px;
}

.row-padded-horizontal {
	padding-left: 15px;
	padding-right: 15px;
}

h3.small {
	margin-top: 0;
	color: #3c3c3c;
	font-size: 14px;
}

/* Clases FontAwesome Sobreescritas....................................*/
.btn-default {
	background-color: transparent;
	color: #999999;
	border: 0;
}

/* CSS Mio....................................
.rowOdd {
	background-color: #ededed;
}
*/

.maxH100 {
	/*max-height: 300px;*/
	overflow: hidden;
	margin-bottom: 30px;
}
.maxH150 {
	/*max-height: 430px;*/
	overflow: hidden;
	margin-bottom: 30px;
}

.logoExcelencia {
    height: auto;
    max-height: 120px;
    max-width: 180px;
    padding: 24px 10px;
    width: auto;
}
.preFooter {
	margin-bottom: 0;
}
ul.logoList {
	text-align: center;
}
ul.logoList li {
	vertical-align: middle;
}


/* ESTILOS AUXILIARES */

.bold-first {
	color: #3c3c3c;
}

.bold-first::first-letter {
	font-weight: bold;
}

.title-with-border {
	color: #3c3c3c;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px solid #3c3c3c;
	margin-bottom: 10px;
}

.title-with-border span.title-date {
	border-bottom: 3px solid #3c3c3c;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}

.ucaRow .container .row div[class*="col-"]{
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

/* Para minimizar el espacio entre filas de DeInteres */
.ucaRow .container .row .subsec-interes div[class*="col-"],
.ucaRow .container .row .subsec-banner div[class*="col-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ucaRow .container .row .subsec-interes div[class*="col-"]:last-child,
.ucaRow .container .row .subsec-banner div[class*="col-"]:last-child {
	margin-bottom: 25px;
}

/**********************************************/
/* SUBSECCIÓN AGENDA */

.subsec-agenda {
	overflow: hidden;
}

.subsec-agenda li {
	display: block;
	margin-bottom: 8px;
}

.agenda-evento {
	display: block;
	overflow: visible;
	color: #6a6a6a;
}

.agenda-evento:hover {
	color: #a4a437;
}

.agenda-date {
	display: block;
	float: left;
	width: 50px;

	margin-left: -50px;
	padding: 2px 0;

	background-color: transparent;
	color: #fff;
	text-align: center;
	line-height: 1.1rem;
}
.agenda-date {
	display: none;
}

.agenda-text {
	display: block;
	float: right;
	width: 100%;
	margin-top: 5px;
	color: #3c3c3c;
}

.agenda-text .agenda-title {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.agenda-text h3 {
	margin-top: 0;
	margin-bottom: 6px;
}

.agenda-date > * {
	display: block;
	font-weight: 400;
}

.agenda-day {
	background-color: #03374f;
	line-height: 1.5;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 24px;
	line-height: 1.5;
	padding-top: 0;
}
.agenda-month {
	background-color: #455A64;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 2px;
}
.agenda-year {
	background-color: #03374f;
	font-size: 12px;
	line-height: 1;
	padding: 2px 0 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.evento-date {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}


/**********************************************/
/* SECCIÓN SOCIAL */

.subsec-canaluca a {
	display: block;
	color: inherit;
}

.subsec-canaluca a:hover {
	text-decoration: none;
}

.subsec-canaluca .video-thumbnail {
	position: relative;
	width: 100%;
}

.subsec-canaluca img {
	display: block;
	position: relative;
	max-width: 100%;
    width: 100%;
	z-index: 5;
}

.subsec-canaluca .video-thumbnail:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/overlay_video_play.png) center center no-repeat;
	z-index: 6;
}
.subsec-canaluca .canaluca-title {
	margin-top: 8px;
    line-height: 1.1;
}
.subsec-canaluca .video-title {
	margin-top: 0;
	color: #3c3c3c;
	font-size: 14px;
}




/****************************/
/* SUBSECCION UCA SOCIAL */

.subsec-ucasocial h2 {
	margin-top: 20px;
	padding-left: 15px;
}

.canalUcaTitle {
	border-bottom: 3px solid #ccc;
}

.socialLinks {
	margin-top: 15px;
}

.subsec-ucasocial .socialLinks .btn {
    display: inline-block;
    padding: 6px 3px;
    font-size: 11px;
    margin-top: 6px;
}

.socialGroup {
    margin: 10px;
    margin-top: 20px;
    max-height: 450px;
    overflow-y: inherit;
    clear: both;
    text-align: right;
}

.socialGroup > iframe {
	border: 1px solid #ccc !important;
	width: 92% !important;
}

/**********************************************/
/* VALORES UCA */

/* Para que el slider de valoresUCA tenga ancho completo........*/
.sec-valoresUCA > .container {
	width: 100%;
}
.subsec-valoresUCA {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.sec-valoresUCA .carousel-inner {
	width:100%;
	height: auto;
}
.sec-valoresUCA .carousel-control {
	max-width: 200px;
    width: 15%;
}

.sec-valoresUCA .carousel-slide-image {
    width: 100%;
    display: block;
    height: auto;
}

.sec-valoresUCA .carousel-uca-title {
	font-size: 32px;
}

.sec-valoresUCA .carousel-text-wrapper {
}

.sec-valoresUCA .carousel-slide-text {
    background-color: rgba(231,190,72,0.85);
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 300;
    padding: 11px;
    position: absolute;
    right: 15%;
    top: 200px;
    width: 350px;
    height: 267px;
    max-height: 240px;
    overflow: hidden;
}


/**********************************************/
/* CARRUSEL DESTACADOS */

.subsec-destacamos {
}

.carousel-item-wrapper {
	display: table;
	width: 100%;
    height: 100%;
}

.subsec-destacamos .carousel {
	max-width: 750px;
	/*margin: 0 auto;*/
}

.carousel-item-wrapper > * {
    display: table-cell;
    vertical-align: top;
}

.subsec-destacamos .carousel-slide-image {
	width: 550px; /* 554 px */
	height: 350px;
}

.carousel-slide-image img {
    width: 100%;
}
.subsec-destacamos .carousel-inner {
	width:100%;
	max-height: 350px !important;
}
.subsec-destacamos .col-md-8 .carousel-inner {
	max-height: 270px !important;
}

.carousel-slide-text {
	width: 26.5%; /* 200px; */
	background-color: var(--uca-main-color-3);
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 8px;
	line-height: 1.16rem;
}
.destacamos-title {
	margin: 7px 0;
	font-size: 1.1rem;
	font-weight: bolder;
}

.carousel-control {
	color: #e7be48;
	background: none;
	background-color: transparent;
	opacity: 0.5;
	width: 15%;
	max-width: 60px;
}
.subsec-destacamos .carousel-control.right {
	right: 26.5%;
}

.carousel-control:hover,
.carousel-control:focus  {
	color: #e7be48;
	opacity: 1;
}

.carousel-control.right, 
.carousel-control.left {
	background-image: none;
}

.carousel-indicators li {
	border: 1px solid #aaa;
}
.carousel-indicators .active {
    background-color: #aaa;
}

.subsec-destacamos .carousel-indicators {
  bottom:-40px;
  z-index: 1;
}
.subsec-destacamos .carousel-inner {
   margin-bottom:50px;
}

/* 550x350 -> 840x534 (0.6363 proporción)*/
.ucaRow .container .row .subsec-destacamos.full {
	margin-top: 0px;
}

.subsec-destacamos.full .destacamos_title {
	display: none;
}
.subsec-destacamos.full .carousel {
	max-width: 100%;
}
.subsec-destacamos.full .carousel-inner {
	max-height: 534px !important;
}

/**
 * Consola javascript: mw=940; mh = (mw - mw*0.265)*0.6363; // mw = ancho del .carousel-inner
 * +1400 	>>> 350px
 * 1198 	>>> 288   
 * 988		>>> 336
 * 764 		>>> unset
*/

@media screen and (max-width: 1200px) {
	.subsec-destacamos .carousel-inner { max-height: 288px !important; }
	.subsec-destacamos.full .carousel-inner { max-height: 440px !important; }
	.carousel-slide-text { font-size: 14px; }
}
@media screen and (max-width: 992px) {
	.subsec-destacamos .carousel-inner { max-height: 336px !important; }
	.subsec-destacamos.full .carousel-inner { max-height: 336px !important; }
}
@media screen and (max-width: 767px) {
	.subsec-destacamos .carousel-inner { max-height: unset !important; }
	.subsec-destacamos.full .carousel-inner { max-height: unset !important; }
}



/**********************************************/
/* GALERIA */
.subsec-galeria {
	margin-bottom: 20px;
}
.subsec-galeria .carousel-indicators {
	bottom: -20px
}

/**********************************************/
/* De INTERES */
.subsec-interes, .subsec-banner {
	overflow: hidden;
	margin-bottom: 25px;
}

.interes_list, .banner_list {
	margin: auto;
    padding-left: 10px;
}
.interes_item {
    background-color: #ebebeb;
    background-repeat: no-repeat;
    color: #3c3c3c;
    width: 330px;
    height: 100px;
    vertical-align: middle;
    padding: 0px;
    margin: 20px auto;
    background-size: cover; 
}

.interes_item.yellow {
	background-image: url("../images/deinteres/deinteres_amarillo.png");
}
.interes_item.blue {
    background-image: url("../images/deinteres/deinteres_azul.png");
}
.interes_item.grey {
    background-image: url("../images/deinteres/deinteres_gris.png");
}
.interes_itemtext {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 26px;
    font-weight: 300;
	padding: 24px 10px 24px 82px;
	line-height: 1em;
	overflow: hidden;
	text-align: left;
}
.interes_item.yellow .interes_itemtext {
	color: #ce981c;
}
.interes_item.blue .interes_itemtext {
	color: #28545f;
}
.interes_item.grey .interes_itemtext {
	color: #949494;
}

.widget .interes_widget_list {
	font-size: 16px;	
	margin: 20px 0;
	display: table;
	width: 100%;
}
.widget .interes_widget_list .interes_widget_item:before {    
    content: none;
    margin: 0;
}
.widget .interes_widget_list .interes_widget_item {    
    padding: 0;
    text-indent: 0;
    margin-bottom: 5px;
    display: block;
}
.widget .interes_widget_item:nth-child(odd) {
    background-color: #e7e7e7;
}
.widget .interes_widget_item:nth-child(even) {
    background-color: #f2f2f2;
}
.widget .interes_widget_list .interes_widget_item a {
    display: block;
    margin-bottom: 2px;
    text-decoration: none;
}
.widget .interes_widget_list .interes_widget_item a:hover {
	background-color: #384850;
	color: #fff;
}
.widget .interes_widget_item i {
    padding: 13px 15px;
    font-size: 25px;
}
.widget .interes_widget_item .interes_icon {
	width: 45px;
	display: table-cell;
}
.widget .interes_widget_item .interes_text {
    display: table-cell;
    overflow: hidden;
    font-size: 15px;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.banner_item {
    background-color: transparent;
    width: 330px;
    height: 100px;
    padding: 0px;
    margin: 20px auto;
}
.banner_img {
	opacity: 0.75;
}
.banner_img:hover {
	opacity: 1;
}

.widget ul.banner_widget_list {
	margin: 0;
}
.widget ul.banner_widget_list li.banner_widget_item {
	padding: 0;
	text-indent: 0;
	margin-bottom: 10px;
}
.widget ul.banner_widget_list li.banner_widget_item:before {
    content: none;
    margin: 0;
}
.widget .banner_widget_list .banner_widget_item .banner_img {
	width: 95%;
	height: auto;
}

/**********************************************/
/* CALENDARIO */

.sec-calendario {
}


/*..............UCALENDAR............................................................................................................................*/

/*..............GLOBAL...............................*/

.hidden {
    display: none;
}
.filtered {
    display: none;
}

.uca_ucalendar {
    overflow: hidden;
    margin-top: 25px;
    display: none;
}
.uca_ucalendar.modeON {
    display: table;
}

.ucalendar {
    font: 15px arial, sans-serif;
    background-color: transparent;
    display: table;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 12px;
}
.ucalendar.size-xs { font-size: 12px; }
.ucalendar.size-m { font-size: 14px; }
.ucalendar.size-xl { font-size: 16px; }


/*..............POPUP...............................*/
.ucal_popup_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: #FFFFFFBB;
}
.ucaRow:nth-child(2n) .ucal_popup_wrapper {
    background-color: #EDEDEDBB;
}

.ucal_popup {
    position: relative;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background-color: #FFF;
    border: 1px solid #384850;
    border-radius: 3px;
    overflow-y: auto;
}
.ucal_popup_header {
    color: #FFF;
    background-color: #384850;
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
}
.ucal_popup_header .h_title {
    flex-grow: 1;
}
.ucalendar.size-xs .ucal_popup_header {
    font-size: 1.2em;
}

.ucal_popup_content {
    color: #FFF;
    padding: 10px;
    color: #808080;
}

.ucal_popup_header .btn {
    border: 2px solid #acbac1;
    padding: 4px 24px;
}

.ucal_popup_header .btn.disabled {
    background-color: transparent;
    border: 2px solid transparent;
}

/*..............HEADER...............................*/

.ucalendar .ucal_header {
    width: 100%;
    display: flex;
}
.ucalendar .h_left,
.ucalendar .h_right {
    background-color: transparent;
}
.ucalendar .h_right {
    text-align: right;
}
.ucalendar .h_list {
    background-color: transparent;   
    text-align: right;
}
.ucalendar .ucal_header .h_title {
    flex-grow: 1;
    font-size: 1.8em;
    padding: 1px 10px;
    color: #384850;
    text-align: center;
}
.ucalendar.size-xs .ucal_header .h_title {
    font-size: 1.5em;
}

.ucalendar .ucal_header .btn {
    margin: 0 5px;
    font-size: 1.2em;
}
.ucalendar .ucal_header .ucal_eventListButton {
    margin-right: 0;
}

.ucalendar .ucal_header .btn .fa {  font-size: 13px; }
.ucalendar .ucal_header .fa-chevron-right { margin-left: 10px }
.ucalendar .ucal_header .fa-chevron-left { margin-right: 10px }


/*..............CALENDARIO...............................*/

.ucalendar .ucal_month {
    border-collapse: collapse;
    width: 96%;
    margin: 10px auto;
    table-layout: fixed;
    white-space: nowrap;
}
.ucalendar th, 
.ucalendar td.day {
    border: 2px solid #FFF;
}

.ucaRow:nth-child(2n) .ucalendar th,
.ucaRow:nth-child(2n) .ucalendar td.day {
    border: 2px solid #DDD;
}


.ucalendar .ucal_month th {
    color: #FFFFFF;
    background-color: #384850;
    font-weight: 300;
    font-size: 1.1em;
    text-align: center;
    padding: 1px 4px;
}
.ucalendar .ucal_month td {
	padding: 0;
}
.ucalendar .day {
    background-color: #ededed;
}
.ucaRow:nth-child(2n) .ucalendar .day {
    background-color: #fff;
}
.ucalendar .day .dayNumber {
    padding: 1px 4px;
    /*background-color: #F0F0F0;*/
    width: 100%;
}
.ucalendar .daycontent {
    text-align: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.ucalendar .event {
    color: #fff;
    background-color: #38485099;
    width: auto;
    margin: 2px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.35em;
}
.ucalendar .event:hover {
    background-color: #384850;
}
.ucalendar .event.e_child {
	background-color: #38485055;
}

.ucalendar .event_link {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 3px 2px;
}
.ucalendar .event .event_link:hover {
    color: #fff;
}
.ucalendar .event_date {
    background-color: #455A64;
    padding: 1px 5px;
    border-radius: 3px;
}
.ucalendar .event_time {
    background-color: #455A6499;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 0px;
}

.ucalendar .event_title {
	margin-left: 2px;
}
.ucalendar .event_location {
    margin-left: 4px;
    font-style: italic;
    opacity: 0.75;
}

.ucalendar .day_wrapper  {
    overflow: hidden;
    height: 65px;
}
.ucalendar.size-xs .day_wrapper { height: 65px; }
.ucalendar.size-m .day_wrapper { height: 85px; }
.ucalendar.size-xl .day_wrapper { height: 110px; }

.ucalendar .day_wrapper .event_date {
    display: none;
}

/*..............LISTA DE EVENTOS...............................*/

.ucalendar .ucal_events {
    overflow-y: scroll;
}

.ucalendar .ucal_events .ucal_popup {
    width: 70%;
    height: 80%;
    top: 10%;
    left: 15%;
}

.ucalendar .event_separator {
    margin: 2px 5px;
    margin-top: 20px;
    font-size: 1.2em;
    color: #000;
}
.ucalendar .sep_year {
    margin-right: 5px;
}
.ucalendar .sep_month {
}

/*..............DAY ZOOM...............................*/

.ucalendar .day:hover {
    color: #fff;
    background-color: #455A6477;
}
.ucaRow:nth-child(2n) .ucalendar .day:hover {
    background-color: #455A6477;
}

.ucalendar .ucal_zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ucalendar .ucal_popup_content {
    overflow-y: auto;
}

.ucalendar .ucal_popup_content .event {
    margin: 6px 10px;
    font-size: 1.1em;
}

.ucalendar .zoom_msg {
    padding: 10px;
    text-align: center;
    font-size: 1.3em;
}


/*..............FIN UCALENDAR............................................................................................................................*/




/**********************************************/
/* MAPA */

.mapaGoogle {
	height: 300px;
}
.uca-marker-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/map-marker-2.png") no-repeat right top;
    width: 120px;
    height: 119px;
    margin-left: -36px;
    margin-top: -117px;
    color: white;
    font-weight: bold;
    overflow: hidden;
}
.uca-marker-text {
    margin: 16px 19px 44px 7px;
    overflow: hidden;
    max-height: 54px;
}

/***********************************************/
/* FOOTER LOGOS */

.footer.logos {
	padding: 40px 0;
}

.footer.logos a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

	width: 180px;
	height: 110px;
	max-width: 180px;
	max-height: 120px;
	padding: 24px 10px;
}


.footer.logos .logoList.list-inline li {
	padding: 0 30px;
}

.footer.logos li + li {
	margin-left: 25px;
}

.footer.logos .logo-ceimar {
	background-image: url(../images/logos/ceimar.png);
}

.footer.logos .logo-ceimar:hover {
	background-image: url(../images/logos/ceimar_hover.png);
}

.footer.logos .logo-ceia {
	background-image: url(../images/logos/ceia.png);
}

.footer.logos .logo-ceia:hover {
	background-image: url(../images/logos/ceia_hover.png);
}

.footer.logos .logo-laRabida {
	background-image: url(../images/logos/laRabida.png);
}

.footer.logos .logo-laRabida:hover {
	background-image: url(../images/logos/laRabida_hover.png);
}

.footer.logos .logo-santander {
	background-image: url(../images/logos/santander.png);
}

.footer.logos .logo-santander:hover {
	background-image: url(../images/logos/santander_hover.png);
}

.footer.logos .logo-cadiz25lengua {
    background-image: url(../images/logos/cadiz25lengua.png);
}

.footer.logos .logo-cadiz25lengua:hover {
    background-image: url(../images/logos/cadiz25lengua_hover.png);
}

.footer.logos .logo-bureau-veritas {
	background-image: url(../images/logos/calidad/BV_ISO14001_BN.png);
}

.footer.logos .logo-bureau-veritas:hover {
	background-image: url(../images/logos/calidad/BV_ISO14001.png);
}

.footer.logos .logo-gri {
	background-image: url(../images/logos/calidad/GRI_essentials_2023_S_BN.png);
}

.footer.logos .logo-gri:hover {
	background-image: url(../images/logos/calidad/GRI_essentials_2023_S_CL.png);
}

.footer.logos .logo-efqm {
	background-image: url(../images/logos/calidad/EFQM_500_BN.png);
}

.footer.logos .logo-efqm:hover {
	background-image: url(../images/logos/calidad/EFQM_500.png);
}

.footer.logos .logo-fenici {
	background-image: url(../images/logos/rutaFeniciosR.png);
}

.footer.logos .logo-fenici:hover {
	background-image: url(../images/logos/rutaFeniciosR_hover.png);
}

.footer.logos .logo-t3s {
	background-image: url(../images/logos/calidad/T3S_selloTransp_2024_BN.png);
}

.footer.logos .logo-t3s:hover {
	background-image: url(../images/logos/calidad/T3S_selloTransp_2024_CL.png);
}




.footer.logos .logos-calidad a {
    width: 150px;
    height: 80px;
    padding: 24px 10px;
}


footer .logos-calidad {
	margin-top: 15px;
}

.logos-calidad img {
    max-width: 120px;
    max-height: 40px;
    margin: 10px 0;
}

.img-hover.logo-iso14001 {
	background-image: url(../images/logos/calidad/BV_ISO14001_BN.png);
}
.img-hover.logo-santander {
	background-image: url(../images/logos/calidad/santander_BN.png);
}
.img-hover.logo-gri {
	background-image: url(../images/logos/calidad/GRI_reversedCI_BN.png);
}
.img-hover.logo-efqm {
	background-image: url(../images/logos/calidad/EFQM_400_BN.png);
}
.img-hover.logo-iso14001:hover {
	background-image: url(../images/logos/calidad/BV_ISO14001.png);
}
.img-hover.logo-santander:hover {
	background-image: url(../images/logos/calidad/santander.png);
}
.img-hover.logo-gri:hover {
	background-image: url(../images/logos/calidad/GRI_reversedCI.png);
}
.img-hover.logo-efqm:hover {
	background-image: url(../images/logos/calidad/EFQM_400.png);
}






/***********************************************/
/* FOOTER MAIN */