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

.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);
}
@media(max-width:1428px){
  .buttone {
  font-size: 8px;
  }
}
@media(max-width:991px){
.contenedor_general{

        display: block;
        margin: 0px auto 0 12%;
        width: 71%;
}
.contenedor_logo{
width:100%;
} 
}



.bubbly-button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #8231a7;
    border: none;
    border-radius: 4px;
    border-radius: 20px;
    box-shadow: 0 2px 0 rgba(255, 0, 130, .5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
    padding: 8px;
    position: relative;
    transition: transform .1s ease-in, box-shadow .25s ease-in;
    width: 30%;
    font-size: 12px;
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;    
  }
}

@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;
    }
}
