#main{
		padding: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
		margin-bottom: 0.5rem;
		font-weight: bold;
		line-height: 1;
}
/*
* .white,
.white *{
		color: #fff !important;
}
*/

body.responsive #masthead .hgroup .logo img {
    max-width: 10%;
    min-width: 120px;
    height: auto;
    width: 50%;
}
a.btn-solid {
    background: #a99a64;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    text-decoration: none !important;
}

a.btn-solid:hover {
    color: white;
}

.titulos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.titulos i {
    width: 25%;
    font-size: 6rem;
    display: block;
		text-align: right;
}

.titulos h5 {
    width: 70%;
    display: block;
    text-align: center !important;
		font-size: 30px;
}

#masthead .hgroup h1, 
#masthead.masthead-logo-in-menu .logo > h1 {
    color: #ffffff !important;
}

#masthead {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.main-navigation {
    background-color: transparent;
}

nav.site-navigation.main-navigation.primary.use-sticky-menu.sticky {
    background: #cecece;
}


.hgroup.full-container {
		padding-top: 10px;
    padding-bottom: 0 !important;
}

.hero-home .sow-slider-image-wrapper {
    justify-content: flex-end !important;
}


/*---------*/

.countdown {
		display:flex; 
		gap:.75rem; 
		justify-content:center; 
		align-items:center; 
		flex-wrap:wrap;
		font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.countdown .unidad {
		display:grid; 
		place-items:center; 
		padding:.75rem 1rem; 
		border-radius:.75rem;
		border:1px solid #d4af37; 
		min-width:90px;
		width: 30%;
}

.countdown .unidad span {
		font-size: 35px;
		font-weight:700; 
		line-height:1;
}

.countdown .unidad small {
		font-size: 1.8rem; 
		color:#a99a64;
		text-transform:uppercase; 
}

/*---------*/