@charset "utf-8";
/*Call to action 1*/
.call-box .mask-custom{background-color: #fdfdfb;}
.call-box h3,.call-box p{color:#000;}
.section-bg {width: 100%;height: 100px;position: relative;}
.call-box .box{background-color: #e6e1d0;height: 324px;position: relative;}
.call-box .box::before{;height: 324px;overflow: hidden;position: absolute;top:0;left: 0;content: "";width: 100%;opacity: 0.2;background: url(/sites/default/files/images/bg-fondo.svg) no-repeat center;background-size: cover;}
.call-box .box p,.call-box .box p a{color: var(--primary-color);}
.call-box div.lead p strong,.call-box div.lead a{font-size: 1.5rem;color:#22446c;font-style: italic;text-align: center;}
.call-box div.lead p{text-align: center;} 
/*Ajuste grid*/
.call-box .grid-container .col-size {width: 15px;height: 40px;}
/*Fin ajuste grid*/
@media (max-width: 768px) {
.call-box .box{height: inherit;}
.call-box .grid-container {gap:25px;}
}