@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');




.textos {font-family: 'Lato', sans-serif; color: #242424;}
.textos a {color: #242424;}
.textos a:hover {color: #6a1010;}

.textos2 {font-family: 'Lora', serif;}


.linea_burdeo { background-color: #6a1010; height: 2px;}
.clic_completo {}
.clic_completo a {text-decoration: none;}
.clic_completo:hover {text-decoration: none;}

.linea_top_interior {border-bottom: 1px solid #00173961;}

.burdeo {color: #6a1010;}

.h1, h1 {
    /*font-size: 2.2rem;*/
    font-family: 'Lora', serif;
color: #030b4b;
text-align: center;}

.h5, h5 {
    color: #6a1010;
font-family: 'Lato', sans-serif;}

.h4, h4 {
    color: #6a1010;
font-family: 'Lato', sans-serif;}

.h3, h3 {
    color: #6a1010;
font-family: 'Lato', sans-serif;}



/*TOP*/
.bg-danger {background-color: #6a1010 !important;}
.iconos_top {color: white; font-size: 20px; margin-left: -3px !important; margin-right: -3px !important;}
.iconos_top a {color: white;}
.iconos_top:hover {color: #ffffffe6;}
.espacio_redes_top {margin-top: 3px;}
.form-control::placeholder {
    color: white;
    opacity: 1;
    font-size: 14px;
font-family: 'Lato', sans-serif;}
.form-control {
    display: block;
    width: 80%;
    height: calc(1.4em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #6a1010;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background-color: #6a1010;
color: #ffffffd4;}
.boton_buscar {padding: .23rem .5rem !important; }






/*MENU*/
.navbar-light .navbar-nav .nav-link {
    color: #00083a;
    font-size: 16px;
font-family: 'Lato', sans-serif;
border-bottom: 2px solid transparent;}
.bg-light {
    background-color: #fff !important;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(106, 16, 16);
    border-bottom: 2px solid;
}
.nav-link {
    display: block;
    padding: .5rem 1rem 0rem 1rem;}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(135, 135, 136);}
.dropdown-item {
    font-family: 'Lato', sans-serif;}
.dropdown-menu {
    font-size: 15px;
    color: #00083a;
    border: 1px solid rgb(106, 16, 16);
    border-radius: .3rem;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #6a10101c;}
.navbar-toggler {
    padding: .25rem .5rem;}
.logo {/*width: 222px;*/}




/*SLIDE*/






/*NOVEDADES*/
.titulo_portada_noticias {font-family: 'Lora', serif; color: #6a1010; font-weight: 400;/* font-size: 34px;*/}
.titulo_noticias {font-family: 'Lora', serif; color: black; font-weight: 400; /*font-size: 20px; line-height: 26px;*/}
.fecha_noticias {font-family: 'Lora', serif; color: #6a1010; font-weight: 400; font-size: 14px;}
.texto_noticias {font-family: 'Lato', sans-serif; color: #353639; font-weight: 300; font-size: 16px; line-height: 20px;}
.icono_novedades {color: #6a1010;}
.bajada {font-size: 17px; font-style: italic; font-weight: 600;}
.crop_text_novedades {
/* height: 53px;*/
 overflow: hidden;}
.card-body {
    /*padding: 1.5rem;*/}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c3c5ce;
    border-radius: 0px !important;}
.imagen_novedades {object-fit: cover; /*height: 229px;*/}
.borde_noticias {border: 1px solid #c3c5ce;}







/*VIDEOS*/
.fondo_videos {background-color: #f6f0eb;}







/*DOCUMENTOS*/
.titulo_documentos {font-family: 'Lora', serif; color: #00183f; font-weight: 600; text-transform: uppercase;}
.texto_documentos {font-family: 'Lato', sans-serif; color: #353639; font-weight: 300; font-size: 13px; line-height: 16.4px;}
.crop_text_documentos {
   display: block;
max-width: auto;
 height: 50px; /* alto máximo del div( debe tener directa relación con la cantidad de líneas a mostrar) o puedes calcularlo de esta forma: $font-size*$line-height*$lines-to-show */
 margin: 0 auto;
 -webkit-line-clamp: 3; /*Cantidad de líneas que desea mostrar*/
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;}
.badge-primary {
    color: #fff !important;
    background-color: #142762;
font-weight: 300;
padding: 4px 10px 5px 10px;}










/*PIE*/
.texto_pie {font-family: 'Lora', serif; color: white; font-size: 14.5px; line-height: 18px;}
.iconos_pie {margin-left: -6px !important; margin-right: -6px !important;}






/*CONTENIDOS*/
.badge-danger {
    color: #fff;
    background-color: #6a1010;}
.card-header {border: 1px solid #c3c5ce !important;}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0rem - 0px);
    border-bottom-left-radius: calc(0rem - 0px);
}
.card-img, .card-img-top {
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}


/*Novedades INT*/
.titulo_noticias_interior {color: #6a1010; font-family: 'Lato', sans-serif; font-size: 24px; line-height: 30px;}
.fecha_noticias_int {font-family: 'Lora', serif; color: #6a1010; font-weight: 400; font-size: 14px;}
.texto_bajada_int {font-family: 'Lato', sans-serif; color: #020520; font-weight: 600; font-size: 16px;}
.texto_noticias_int {font-family: 'Lato', sans-serif; color: #020520; font-size: 16px;}
.imagen_noticia_int1 {/*margin-right: -15px !important; margin-left: 10px !important; margin-top: 5px;*/}
.quitar_redes {/*margin-left: -15px !important;*/}
.p_galerias {}
.list-group-item.linea_documentos {border: 1px solid rgba(182, 182, 187, 0.8);}
.borde_imagen_noticia_int {border: 1px solid #0017391f;}
.color_titulo_noticia_int {color: #030835; font-family: 'Lato', sans-serif; text-transform: uppercase; text-align: center;}
.icono_doc { color: #6a1010; font-size: 60px;}
.titulos_documentos {color: #020520; overflow: hidden; font-size: 16px; line-height: 20px; height: 39px;}
.titulos_documentos:hover {color: #020520;}







/********************************/
/*           PAGINADOR          */
/********************************/

.paginador{

	float:left;

	padding:4px;

	border:1px solid #a61919;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	margin-left:1px;

	margin-right:1px;
	
	width:25px;

	text-align:center;

	
	color:#999;
	
	background-color: #a61919;
	margin-bottom: 2px;
	

	}

.paginador_ac{

	float:left;

	padding:4px;

	border:1px solid #6a1010;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	margin-left:1px;

	margin-right:1px;

	width:25px;

	text-align:center;

	background: #6a1010;

	color:#fff;
	margin-bottom: 2px;

	}

.paginador a{ 

text-decoration:none;
color: #fff;

}
.paginador:hover{
text-decoration:none;
background-color:#c11d1d;
border-color: #c11d1d;

}

.contenido_paginador
{
margin-top:0px; 
margin-left:0px;
margin-bottom: 0px;
}








/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

@media (max-width: 575px) {

.foto_detalle
{
max-width: 320px;  
    margin-left: 0px;
    margin-bottom: 10px;    
}
    
.logo {width: 222px;}
	
.imagen_novedades {height: auto;}
.titulo_noticias {font-size: 18px; line-height: 24px;}
.card-body {padding: 1.5rem;}
.titulo_portada_noticias {font-size: 26px;}
.crop_text_novedades {height: auto;}
	
.h1, h1 {font-size: 26px;}
	
.imagen_noticia_int1 {margin-right: auto!important; margin-top: 0px;}
.quitar_redes {margin-left: -15px !important;}
.p_galerias {padding-top: 115%;}
	
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
.logo {width: auto;}
	
.imagen_novedades {height: 235px;}
.titulo_noticias {font-size: 18px; line-height: 24px;}
.card-body {padding: 1.5rem;}
.titulo_portada_noticias {font-size: 34px;}
.crop_text_novedades {height: auto;}
	
.h1, h1 {font-size: 2.2rem;}
	
.imagen_noticia_int1 {margin-right: auto!important; margin-top: 0px;}
.quitar_redes {margin-left: -15px !important;}
.p_galerias {padding-top: 95%;}
	
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
.imagen_novedades {height: 185px;}
.titulo_noticias {font-size: 18px; line-height: 24px;}
.card-body {padding: 1.2rem;}
.crop_text_novedades {height: 53px;}
	
.imagen_noticia_int1 {margin-right: -15px !important; margin-top: 5px;}
.quitar_redes {margin-left: 0px !important;}
.p_galerias {padding-top: 90%;}
	
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
.imagen_novedades {height: 163px;}
.titulo_noticias {font-size: 20px; line-height: 26px;}
.card-body {padding: 1.5rem;}
	
.quitar_redes {margin-left: -15px !important;}
.p_galerias {padding-top: 86%;}
	
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.foto_detalle
{
max-width: 450px;
    margin-left: 20px;
    margin-bottom: 20px;
} 	
.imagen_novedades {height: 196px;}
.p_galerias {padding-top: 84%;}

}
