body{
background: #ffffff;
background: linear-gradient(139deg, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 1) 83%);!important;
}

.smart{
margin:0 auto;
  width:80%;
  margin-top:50px;
  
  display:flex;
  }
  .smart_1{
  width:50%;
    margin:5px;
  }
.titulo_servicios{
color: white;
    background: #675cff;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    width: 68%;
    text-align: center;
    margin: 0 auto;
    font-family: arial;
}
.info-list{
text-align:center;
}
  .smart_2{
  width:50%;
    margin:5px;
 
  }
  





.h1_titulo{
color:black;font-size:51px;                                                                                                                                                                                                                                                                                                                                                                                
    font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin:30px;
  font-weight:700;
}
.contenedor_general{
 
  display:flex;
    width:86%;
  margin:0 auto;
}
.contenedor_logo{
width:30%;margin:20px;border-radius:9px;background:white;
  box-shadow: 1px 3px 11px -4px rgba(0,0,0,0.78);
-webkit-box-shadow: 1px 3px 11px -4px rgba(0,0,0,0.78);
-moz-box-shadow: 1px 3px 11px -4px rgba(0,0,0,0.78);
}
.contenedor_logo:hover{
background:#dee2e5;
  transition:0.4s; 
} 
.imagen_logo{ 
   border-top-left-radius: 10px;  
  border-top-right-radius: 10px;   
    width: 100%;

} 
   
.buttone {
     background-color: #fff; 
    border: none !important; 
    border-radius: 45px;  
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    color: #000;
    cursor: pointer; 
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 500;
    height: 28px;
    letter-spacing: 2.5px;
    margin: 9px;
    outline: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 30%;
  }

.titulo_cat{
    font-size: 33px;
    font-family: Montserrat, serif;
    font-optical-sizing: auto;
    color: #353232;
    font-weight: bold;
}
.descripction{
line-height: 22px;
    width: 90%;
    text-align: justify;
    color: black;
    font-size: 14px;
}

.buttone:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}


.titulo_smart{
justify-content:center;
  width:30%;
  display: block;
  margin: 0 auto;
  margin-top: 4%;  
}
@media(max-width:1428px){
  .buttone {
  font-size: 8px;
  }
}
@media(max-width:991px){
.contenedor_general{

        display: block;
        margin: 0px auto 0 12%;
        width: 71%;
}

@media(max-width:1425px){ 
  .bubbly-button{
      width: 50%;
  }
}

@media(max-width:730px){
.h1_titulo {
    font-size: 33px;
  }
      .contenedor_general { 
        display: block;
        margin: 0px auto 0 13%;
        width: 67%;
    }
}
@media(max-width:594px){
    .contenedor_general {
        margin: auto auto auto 7%;
        width: 76%;
    }
}

@media(max-width:581px){
/* .contenedor_general{
 margin-left: 20%; 
} */
  .contenedor_general{
   margin-left: 10%;
    width: 74%;
  }
}

@media(max-width:553px){
  .bubbly-button{
      width: 50%;
  }
}
@media(max-width:493px){
    .contenedor_general {
        width: 72%;
      margin-left: 9%;
    }
}
@media(max-width:450px){
    .bubbly-button {
        width: 61%;
   padding: 1px;
    }
}
  
  
  @media(max-width:795px){
    .titulo_smart {
    justify-content: center;
    width: 60%;
    }
 .smart {
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
    display: block;
}
    .smart_1, .smart_2 {
    width: 100%;
    margin: 5px;
}
  }
    
  
