@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
:root {
--blue:#26358c;
--dark-blue:#080e2f;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
li
{
	font-family: "Space Grotesk", serif;
}


a:hover{
	text-decoration:inherit!important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px!important;
    }
}

/* HEADER */

header .site-branding-logo {
	padding: 10px 0 0 0;
}

.fa-magnifying-glass{
	color:#768492!important;
}
.fa-magnifying-glass:hover{
	color:var(--blue)!important;
}
.gva-search-region{
	margin-top:-15px!important;
}

#search-block-form input{
	border: 1px solid var(--blue) !important;
}

#search-block-form .search-form__submit{
	background:var(--blue)!important;
}


/* MENÚ */

.quick-side-icon {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -10px;
}

.quick-side-icon .qicon:hover {
    background: white;
    color: var(--blue);
}

/* BODY */
body{
 color:rgb(97, 97, 97);	
}

.gsc-heading .sub-title > span {
 color: var(--blue)!important;
 font-size:16px;
 line-height:25px;
 font-weight:500;
 text-transform:uppercase;
 letter-spacing:0;
 padding:0;
}

.gsc-heading .sub-title > span:after{
	display:none;
}


#block-claro-content *{
	font-family:'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas'!important;
}

h1 span{
  text-decoration: none;
  white-space: normal;
  line-height: 80px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 70px;
}

h2 span{
	font-size:52px;
	line-height:58px;
	font-weight:700;
}

.btn-theme{
	background:var(--blue);
	border:var(--blue);
	border-radius:2px;
	color:white!important;
	font-size:16px!important;
	font-weight:500;
	letter-spacing:0px;
	line-height:25px;
	padding:16px 42px!important;
	text-align:left;
	text-transform:Capitalize!important;

}

.btn-theme:hover{
	background:var(--blue);
}

p, li{
	font-size:16px;
}

.delineado{
	font-size:85px!important;
	font-weight:800;
	color:transparent;
	-webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: white;
  margin-bottom:0!important;
  line-height: 1;
}

.bajo-delineado{
	font-size:24px!important;
	font-weight:300!important;
	color:white;
}

#footer{
	background:var(--dark-blue);
}

#footer .delineado{
  font-size:50px!important;
	-webkit-text-stroke-color:var(--blue);
}

.contact-info ul li {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 0px;
    font-size: 16px;
}

#footer .menu.grid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	
}

#footer .imagenes{
	display:flex;
	flex-direction:row;
}

#footer .imagenes img{
	height:100px;
	object-fit:contain;
}

#footer{
	margin-top: -15px!important;
}

#footer .block-title{
	margin-bottom:0px;
}

#footer .block-title span{
	font-size:30px;
	line-height:30px;
}
#block-daudo-subtheme-copyright {
    font-size: 11px;
}
/*
#lateral-fijado > div{
 min-height: 200vh;
}
#lateral-fijado > div > div{
	position: fixed;
}
*/

/* ELIMINAR BG VIDEO YOUTUBE INDEX*/
.youtube-bg::after {
  background: rgba(0,0,0,0.0) !important;
}


/* CABECERA CON MIGAS DE PAN INTERIORES */
@media (max-width: 991.98px) {
	.breadcrumb-content-inner .breadcrumb-content-main {
    padding: 50px 15px 100px;
	}
}
