        .container1 {
            display: flex;
            width: 100%;
        }

        .sidebar1 {
            width: 15%;
            background-color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 20px;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
            border-radius: 15px;
            padding: 10px;
        }

        .icon-button1 {
            background: none;
            border: none;
            cursor: pointer;
        }

        .icon-button1 img {
            width: 100px;
            height: 100px;
            transition: box-shadow 0.3s ease;
        }

        /* Efecto de sombreado */
        .icon-button1.active img {
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
		background-color: #f4f4f4;

        }

        .content0 {
            width: 85%;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
            border-radius: 15px;
            padding: 10px;
        }

        .content-item1 {
            display: none;
            padding-top: 140px;
 	font-family: "Roboto-Light";
        }
.section-title1 {color: #962C49;font-size: 24px;}
.image-container {border: 1px solid #962C49;padding: 5px;margin-top: 20px; }

body{
    margin: 0;
    padding: 0;
    font-family: "Roboto-Light";
    font-size: 16px;
    color: #212121;
}

.header{
    top: 0;
    background-color: #000000;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 102;
}
.menu {
    margin: 30px 30px 0 30px;
    display: inline-block;
}
.logo{
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.header-menu{
    display: inline-block;
    float: right;
    margin: 20px 65px 0 0;
    vertical-align: top;
    text-align: center;
}
.menu-box{
    border-bottom: 1px solid #777777;
    color: #ffffff;
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 45px!important;
    max-width: 80px;
    font-size: 15px;
}
.header-link{
    color: #FFFFFF;
}
.menu-box:hover{
    border-bottom: 1px solid #980e52;
}
.header-buttons{
    display: inline-block;
    margin: 5px 0 0 60px;
    vertical-align: top;
}
.executive-wrapper{
    background-image: url(../img/executive-header.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}   
.executive-text{
    color: #ffffff;
    padding: 120px 0 0 100px;
}
h1{
    font-weight: normal;
    font-size: 40px;
    font-family: 'Roboto';
    margin: 0 0 10px 0;
}
.executive-title{
    font-family: 'Roboto';
    font-size: 40px;
    margin-bottom: 10px;
}
.executive-description{
    max-width: 300px;
    margin-bottom: 40px;
    font-size: 18px;
}
.store-arrow{
    margin: -30px auto;
    display: block;
    transform: rotate(90deg);
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.animated{
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode:both;
    -webkit-animation-duration:4s;
    -moz-animation-duration:4s;
    -ms-animation-duration:4s;
    -o-animation-duration:4s;
    animation-duration:4s;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-10px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-10px);}
    60% {-moz-transform: translateY(-10px);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-10px);}
    60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-10px);}
}
.background-arrow{
    margin: -57px auto 0 auto;
    display: block;
}
.store-wrapper{
    margin-top: -10px;
    background-color: #EDE9E9;
    padding: 30px 0;
    text-align: center; 
}
.google-store{
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
}
.store-title{
    display: inline-block;
    font-family: 'Roboto-Medium';
    font-size: 19px;
}
.store-description{
    max-width: 545px;
    font-family: 'Roboto-Light';
    display: block;
    font-size: 17px;
    padding-top: 10px;
    margin: 0 130px;
}
.app-store{
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}
.corporative-wrapper{
    margin: 100px auto;
    text-align: center;
}
.corporative-left{
    display: inline-block;
    width: 55%;
    padding-top: 50px;
    margin-left: 50px;
}
.sedan-corporative{
    max-width: 100%;
}
.corporative-right{
    display: inline-block;
    vertical-align: top;
    width: 35%;
    text-align: left;
}
h2{
    font-family: 'Roboto';
    font-size: 35px;
    color: #962C49;
    margin: 0 0 20px 0;
    font-weight: normal;
}
.corporative-title{
    font-family: 'Roboto';
    font-size: 35px;
    color: #962C49;
    margin-bottom: 20px;
}
.corporative-subtitle{
    margin: 20px 0;
    width: 395px;
}
.corporative-icon{
    display: inline-block;
    padding: 15px 0 10px 15px;
}
.corporative-description{
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 21px 5px;
}
.corporative-btn{
    margin-left: 20px;
}
.service-wrapper{
    text-align: center;
}
.service-text{
    display: inline-block;
    vertical-align: top;
    padding: 0 60px;
}
.service-icon{
    height: 65px;
}
.service-description{
    font-family: 'Roboto';
    font-size: 15px;
    max-width: 186px;
    text-align: center;
}
.business-wrapper{
    height: 500px;
    margin-top: 150px;
    background-size: cover;
    background-image: url(../img/home-business.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.business-left{
    display: inline-block;
    list-style: none;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
    padding: 20px 0 0 320px;
}
.business-title{
    font-family: 'Roboto';
    padding-top: 35px;
    font-size: 32px;
}
.business-subtitle {
    font-family: 'Roboto-Light';
    font-size: 27px;
    padding: 20px 0 0 0px;
}
.business-description{
    max-width: 385px;
    padding: 15px 0 25px 0px;
}
.business-btn{
    margin: 0 0 20px 0px!important;
}
.business-phone{
    height: 600px;
    display: inline-block;
    margin: -40px 250px 0 0;
    float: right;
}
.enterprise-wrapper{
    margin: 100px 0;
    text-align: center;
}
.enterprise-col{
    list-style: none;
    display: inline-block;
    color: #962C49;
    width: 171px;
    vertical-align: top;
    margin: 0 25px;
}
.enterprise-subtitle{
    text-align: left;
    padding-left: 60px;
}
.enterprise-title{
    font-family: 'Roboto-Bold';
    font-size: 52px;
}
.enterprise-number{
    padding-top: 20px;
}
.enterprise-description{
    color: #000000;
    font-size: 15px;
}
.gallery-title{
    display: inline-block;
    margin-left: 80px;
    vertical-align: bottom;
    color: #962C49;
    font-family: 'Roboto';
    font-size: 30px;
}
.gallery-executive {
    max-width: 100%;
    text-align: center;
    margin: 50px 0 -4px 0;
}
.grey-button{
    background-color: transparent;
    margin-left: 20px;
    padding: 8px 15px;
    border: 1px solid #aba8a8;
    border-radius: 5px;
    color: #aba8a8;
    display: inline-block;
    font-family: 'Roboto-Light';
    font-size: 15px;
    cursor: pointer;
}
.grey-button:hover{
    border: 1px solid #962C49;
    color: #962C49;
}
.white-button{
    background-color: transparent;
    margin-left: 20px;
    padding: 8px 15px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto-Light';
    font-size: 15px;
    cursor: pointer;
}
.white-button:hover{
    background-color: #ffffff;
    color: #212121;
}
.button-left{
    margin-left: 0; 
}
.select-button{
    background-color: #ffffff;
    color: #000000;
}
.select-button:hover{
    background-color: transparent;
    color: #ffffff;
}
.red-button {
    background-color: transparent;
    margin-top: 10px;
    padding: 8px 17px;
    border: 1px solid #962C49;
    border-radius: 5px;
    color: #962C49;
    display: inline-block;
    font-family: 'Roboto-Light';
    background: none;
    font-size: 16px;
    cursor: pointer;
}
.red-button:hover{
    background-color: #962C49;  
    color: #FFFFFF;
}
.footer {
    margin-top: 0 !important;
}
p{
    margin: 0 !important;
}
a{
    text-decoration: none !important;
}
ul{
    padding-left: 0 ;
    margin: 0;
    list-style: none;
}
@font-face{
    font-family:"Roboto";
    src:url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face{
    font-family:"Roboto-Light";
    src:url(../fonts/Roboto-Light.ttf) format("truetype");
}
@font-face{
    font-family:"Roboto-Medium";
    src:url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face{
    font-family:"Roboto-Bold";
    src:url(../fonts/Roboto-Bold.ttf) format("truetype");
}

/*
*
* Counter
*/
.counter-classic {
	text-align: center;
	font-family: 'Roboto-Bold';
    font-size: 52px;
	animation-duration: 15s;
}

.counter-classic-main {
	font-family: 'Roboto';
	font-size: 52px;
	color: #962C49;
	
}

.counter-classic-main > * {
	display: inline-block;
	vertical-align: bottom;
}

.counter-classic-main .small {
	position: relative;
	top: -.05em;
	font-size: .55em;
	line-height: 1;
}

.counter-classic-title {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 52px;
	letter-spacing: 0;
}

.counter {
    animation-duration: 15s;
    animation-fill-mode: both;
    opacity: 1;
}

* + .counter-classic-title {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.counter-classic-main {
		font-size: 50px;
	}
	* + .counter-classic-title {
		margin-top: 15px;
	}





@media only screen and (min-width: 1024px) and (max-width: 1365px){
    .menu-box{
        margin-left: 10px;
    }
    .header-buttons{
        margin: 5px 0 0 20px;
    }
    .executive-wrapper {
        background-position: right;
    }
    .store-description{
        margin: 0 25px;
    }
    .corporative-left{
        width: 50%;
        margin: 0;
    }
    .corporative-right{
        width: 450px;
    }
    .corporative-icon{
        padding: 5px 0 5px 15px;
    }
    .corporative-description{
        padding: 10px 5px;
    }
    .business-left{
        padding: 0 0 0 270px;
    }
    .business-phone{
        margin: -40px 250px 0 0;
    }
    .service-text{
        padding: 0 30px;
    }
    .enterprise-col{
        width: 148px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
    .header{
        height: 100px;
    }
    .menu{
        margin: 35px;
    }
    .logo{
        margin-top: 15px; 
    }
    .header-menu{
        margin: 25px 65px 0 0;
    }
    .content{
        padding-top: 100px; 
    }
    .executive-wrapper{
        height: 570px;
    }
    .executive-text{
        margin-left: 20px;
    }
    .executive-title{
        font-size: 60px;        
    }
    .executive-description{
        font-size: 20px;
        width: 400px;
    }
    .store-description{
        margin: 0 180px;
    }
    .business-wrapper{
        height: 580px;
        margin-top: 180px;
    }
    .business-left{
        padding: 70px 0 0 320px;
    }
    .business-title{
        padding-top: 15px;
    }
    .business-phone{
        margin: -67px 250px 0 0;
        height: 750px;
    }
    .enterprise-wrapper{
        margin: 130px 0;
    }
    .enterprise-col{
        margin: 0 45px;
    }
    .white-button{
        font-size: 18px;
    }
    .red-button{
        font-size: 18px;
    }
}

.business-wrapper2{
  
   background-image:  url(../img/SiguenosBanner.png);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 350px;
            text-align: center;
            color: white;
            position: relative;
	    margin-top:50px;
	   
}

.content_sumate {
            background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
            padding: 20px;
            border-radius: 10px;
            max-width: 90%;
        }

        /* Estilo del texto de encabezado */
        .content_sumate .p_sumate {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        /* Estilo del correo electrónico */
        .email_sumate {
            background-color: #8f294f; /* Color de fondo del cuadro de email */
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 1.2rem;
            font-weight: bold;
            color: white;
        }

        /* Responsividad */
        @media (max-width: 768px) {
            .content_sumate p_sumate {
                font-size: 1rem;
            }
            .email_sumate {
                font-size: 1rem;
            }
        }

.rse-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 15px;
}

.rse-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.rse-img {
    width: 261px;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
}

.badge-sello {
    background-color: #962C49;
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
}

.badge-sello a {
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    .rse-row {
        gap: 20px;
    }

    .rse-item {
        width: 100%;
    }
}

