/* Escribe aquí tu código CSS */
.sidr .sidr-inner > ul > li > a {
font-family: "texgyreadventorregular";
font-size: 13px;
line-height: 35px;
}

body {
    background: #f6e9e3;
}

.dfd-heading-delimiter{
	display:none;
}

.dfd-page-title-home .dfd-heading-module{
		margin-top:8px;

}
.dfd-heading-module{
	margin-top:16px;
	margin-bottom:8px;
}

.single-post .entry-data{
	display:none
}

#menu-principal li:last-child {
background: #a0afbf;
border-radius: 6px;
}

section#footer p {
    color: #2e4056;
	font-weight:700 !important;
}

.footer-bottom{
	    background-color: #c0e7dc !important;
	width: 100vw !important;
    margin-top: 16px;
	padding:0;
}

.footer-block{
	   border-left: 1px solid #2e4056;
    border-right: 1px solid #2e4056;
}

.nav-menu .mega-menu-item .item-title {
    font-size: 14px;
    font-style: normal;
    font-family: 'GeometriaExtraLight';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 30px;
    line-height: 30px;
}


.logos_externos{
     display: flex;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.logos_externos .item {
	width:100%;
	 display: flex;
}

.logos_externos .item .logo_foo {
    width: 33%;
}

.logos_externos .item img{
    width:210px;
	margin:5px;
}

.box-two .row{
    display: flex;
    justify-content: center;
    gap: 32px;
}

.box-three .row{
	  display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 32px;
}

.box-three .row:before,
.box-three .row:after{
	display:none
}
 

.box-two .row > .columns,
.box-three .row > .columns
{
    width: auto;
}

.box-two .row > .columns h2,
.box-three .row > .columns h2 {
    font-size: 16px !important;
}

.text-box-price p {
	font-size:14px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
.box-two .row{
    display: flex;
    justify-content: center;
    gap: 32px;
}
	
	.box-three .row{
	  display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 32px;
}
    
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
.box-two .row {
    display: block;
}
	
	.box-three .row{
	  display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    gap: 32px;
}
	
}




@media (max-width: 799px){
#header-container:not(.small) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-left{
	padding:0px;
	}
	
	#header-container:not(.small) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-right{
			padding:0px;
	}
}


.ul-justify > li {
    margin: 10px;
    list-style: disc;
    margin-bottom: 10px;
}


@media (max-width: 600px) {
.footer-block{
	   border-left: none;
    border-right: none;
}
	
	.logos_externos .item img{
		width: 50%;
		    margin-bottom: 20px;
	}
	
	.logos_externos .item .logo_foo {
    width: 100%;
}
	
	
.logos_externos .item {
	 display: block;
}

	
}