/**
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
*/
.tit_seccion{
	border-radius:25px;
}
.servicios-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
}

.tag-servicio {
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  font-weight:bold;
  white-space: nowrap;
  border: 1px solid #ddd;
  transition: background-color 0.3s;
  background-color: #217b93;
  color: #fff;
  text-decoration:none !important;
}

.tag-servicio:hover {
  background-color: #e0e0e0;
  color: #000;
}

.main-header-bar {
    border-bottom-color: #e0e0e0;
}	
	
@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;
	}
}	