@charset "utf-8";

/* ELEMENTOS HTML */
body {
	font-family: 'Montserrat', sans-serif; 
	color: var(--color-primario); 
	font-size: 18px; 
	font-weight: 500;
	/*background-color: #fcfafa !important;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	/*text-transform: uppercase;*/
}

section {border-bottom: 1px solid #E7E7E7;}

strong {font-weight:600;}

footer {padding: 60px 15px; background-color: var(--fondo-primario) !important; border-top: 1px solid #EFEFEF;}
footer h5 {text-align: center; margin-bottom: 20px; color:#fff; text-decoration: underline;}
footer ul {padding-left: 0px; }
footer ul li {list-style: none; text-align: center;}
footer ul li a {font-size: 14px !important; color:#fff !important;}
footer ul li a:hover {text-decoration: underline !important;}

/* COMÚN WEB */
#main {padding: 50px 0px; box-sizing: border-box;}
#titular {margin-bottom: 20px;}

/* CORPORATIVO */
.gris {color: #969595 !important;}
.rojo {color: #b43726 !important;}

/* CTA */
.cta {padding: 30px 0px; border: 1px solid #dedede; background-color: var(--fondo-primario); }
.cta h2 {color:#fff; }
.cta .enfasisTxt {color:#fff !important;}
.textoJuntoCirculos{
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
	color:#fff;
}
.circulo1 {background-color: #fff; color: var(--color-primario);}
.circulo2 {background-color: #fff; color: var(--color-primario);}
.circulo3 {background-color: #fff; color: var(--color-primario);}

/* ENLACES */
a:link, a:visited {color:var(--color-primario); font-weight:bold; text-decoration: none;}
a:hover {color:var(--color-secundario); text-decoration: underline;}

/* COOKIES */
.gdpr-cookie-notice-nav-item-settings {color:#fff !important;}

/* FOOTER */
footer {padding: 60px 15px; background-color: var(--fondo-gris-claro); border-top: 1px solid #EFEFEF;}
footer h5 {text-align: center; margin-bottom: 20px}
footer ul {padding-left: 0px; }
footer ul li {list-style: none; text-align: center;}

.anchoTotal {width:100%; height: auto;}

/* INDEX */


/* BLOG */
.cajaBlog {
	cursor: pointer;
	min-height: 300px;
}

a:hover.enlaceBlog {text-decoration: none; opacity: .8;}

.cajaBlog h3.card-title {font-size: 18px; min-height: 45px;}
.cajaBlog h3.card-title:hover {color:#DD7D39;}

.cajaBlog p.card-text {font-size: 14px; min-height: 45px;}

.cajaBlog small.text-muted {font-size:12px;}

.sidebarBlog {
	background-color: #F5F5F5;
	padding: 20px;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
}

.sidebarBlog h3 {text-align: center;}

/* SLIDER */


/* QUERYS */

/* MÓVILES VERTICAL */
@media (max-width: 480px) {
	
	#navbarSupportedContent > ul > li > a.active { padding-left: 7px; box-sizing: border-box; }
	
	.textoJuntoCirculos{
		min-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
}

@media only screen and (min-width: 1200px) and (max-width: 1894px) {
     
}