body {
	position: relative;
	background-color: #ffffff;
	padding: 0;
	background-size: 50%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* si es el primer widget, el dropup del buscador no se muestra correctamente */
body > .container > .row {
	overflow: visible;
}

:focus-visible, body a:focus-visible{
	outline: 3px solid #0B8068 !important;
}

b, strong {
	font-weight:600
}

/*------------------------------------------ ENLACES ------------------------------------------*/
a:hover {
	text-decoration: none;
}
p>a {
	text-decoration: underline;
	text-decoration-color: #0B8068;
}
li>a {
	text-decoration: underline;
	text-decoration-color: #0B8068;
}

/*------------------------------------------ TITLES ------------------------------------------*/

h2{
	margin-bottom: 0.5em;
}
h3 {
	margin-bottom: 13px;
    text-transform: none;
}

.parallax h1{
	font-size: 4em;
	font-weight: 600;
	color: white;
	margin: 16px 0 16px 0;
    line-height: 1.3em;
}

.template_content h1{
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
}
.template_content h2{
	font-size: 1.5em;
	margin-bottom: 10px;
}
#legislation-template h2{
	font-size: 1.8em;
}
#degree_post_container h1{
	font-weight: 500;
	font-size: 1.5em;
	margin: 0;
	color: white;
	white-space: normal;
	text-transform: capitalize;
	line-height: 30px;
	padding: 0.5rem 0;
}

#degree_post_container h2{
	font-weight: 500;
}

.widget h2{
	font-size: 1.5em;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}

#mainContentIndex .subsec-destacamos h3 a{
	color: #212529;
	text-decoration-color: #00B28C;
}

/************************************************************/
/************************ RESPONSIVE ************************/
/************************************************************/

/**************** md ******************/
@media screen and (max-width: 991px) {

	h1{
		font-size: calc(1.375rem + 1.5vw);
		margin-bottom: 1.5rem;
	}
}
/**************** sm ******************/
@media screen and (max-width: 768px) {

	h1{
		line-height: 2rem;
	}
}


/*------------------------------------------ BUTTONS ------------------------------------------*/

.btn-default {
	background-color: transparent;
	color: #999999;
	border: 0;
}

.btn:focus, .btn:active {
	outline: none;
	box-shadow: none;
}


.btn-icon {
	background-color: transparent;
	color: #cad1d4;
	border: 0;
	padding: 3px;
}

.btn-icon:hover {
	color: #fff;
}

html .btn-primary:hover, html .btn-primary:hover:not(.bg-transparent), html .btn-primary:focus, html .btn-primary:focus:not(.bg-transparent){
	background-color:#0d6453;
	border-color: #0d6453; 
	color: white;
}

.mainContent .uca_button a, 
button.uca_button {
	background-color: #ddd;
	border-radius: 3px;
	padding: 3px 7px;
	text-decoration: none;
}

.mainContent .uca_button a:hover,
button.uca_button:hover {
    background-color: #0B8068;
    color: #fff;
}

/************************************************************/
/************************ RESPONSIVE ************************/
/************************************************************/

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

	footer .social-links .btn {
		padding: 4px 0px;
	}
	.btn.btn-opt {
		font-size: 10px;
		padding: 0px 10px;
	}
}


/*------------------------------------------ GALERIA DE IMÁGENES ------------------------------------------*/
/* GALERIA DE IMÁGENES */
.owl-carousel .owl-nav button.owl-next {
	right: 24px;
}



/*------------------------------------------ ENLACES EXTERNOS ------------------------------------------*/

img ~ svg.external-link-svg {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	clip-path: inset(0 0 0 0);
	overflow: hidden !important;
	white-space: nowrap !important;
	border: 0 !important;
}
img:hover ~ svg.external-link-svg {
	width: 15px !important;
	height: 15px !important;
    color: black;
	clip-path: none;
}

/*------------------------------------------ FORMULARIOS ------------------------------------------*/

.portalUEx input[type="search"]::placeholder, input[type="text"]::placeholder {
	color: #6c757d;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------ PARALLAX ------------------------------------------*/
.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]){
	margin:0;
	padding: 70px 0;
}


/*------------------------------------------ TOGGLE ------------------------------------------*/

.toggle.toggle-primary.toggle-minimal .toggle > .toggle-title {
	color: #0B8068;
}

.toggle.toggle-primary.toggle-minimal .toggle.active > .toggle-title{
	color: #666;
}

/* Para darle la vuelta al icono de abrir/cerrar del acordeón */
.toggle > label::before, .toggle > .toggle-title::before{
	border-top: 0;
  	border-right: 0;
	border-bottom: 1px solid;
  	border-left: 1px solid;
}

/*------------------------------------------ TABS ------------------------------------------*/

.tabs.tabs-simple .nav-tabs > li .nav-link{
	color: #666;
}

.mainContent .tabs ul > li::before {
	content: none;
}

/*------------------------------------------ CARDS ------------------------------------------*/
/************************************************************/
/************************ RESPONSIVE ************************/
/************************************************************/

@media (max-width: 450px) {
	.card-body{
		padding: 1rem;
	}

}


/*------------------------------------------ NAVS ------------------------------------------*/

main .nav-tabs.nav-fill{
	border-bottom: 0;
}

/*------------------------------------------ CAROUSEL ------------------------------------------*/

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

/*------------------------------------------ ABBREVIATION ------------------------------------------*/

abbr[data-bs-original-title], abbr[title]{
	text-decoration-style: dashed;
}



/* Medida para SmartPhones Horizontal ............................................*/
@media screen and (max-width: 600px) {  

    .parallax h1{
        font-size: 2.3em;
    }    
    .parallax:not(.page-header):not(.match-height):not([class*="section-height-"]){
	    padding: 10px 0;
    }    

}


@media print {
	header, footer, nav, aside {
		display: none;
	}
}

@media  screen and (min-width: 767px) {
	.text-md-end {
		text-align: right;
	}
	.border-md-right {
		border-right: 1px solid #DADADA;
	}

}

