/**
Theme Name: Theme Mimo
Author: ss0lan0
Author URI: https://mimocomunicacion.com
Description: Child Theme desarrollado para Mimo.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-mimo
Template: astra
*/
.links_footer a{
	color:#fff;
}
.destaca_texto
{
	border-radius:20px;
}
/* Scroll lateral Servicios */
.nomargen 
{
    position:sticky;
	bottom:0;
	left:0px !important;
}
@media (max-width: 768px)
{
	.scrolllateral
	{
		display:flex !important;
		margin-left: -2.3rem;
        margin-right: -2.3rem;
        width: 100vw !important;
	}
    .scrolllateral .wp-block-uagb-container
	{
		display:flex !important;
	    flex-direction:row;
	    flex-wrap: nowrap;
	    overflow-x:auto;
		/* ss0lan0 
	    flex:1 0 85%;*/
		flex:1 0 80%;
		scroll-snap-align: center;
	    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        -webkit-scrollbar: initial;
	}
	
@media (min-width: 782px) 
{
   .uagb-block-9449f61c .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column 
	{
       flex-basis: 0;
       flex-grow: 1;
       justify-content: center;
       align-content: center;
    }
}
/* Fin Scroll lateral Servicios */