.content_catalogo{
    display: inline-flex;
    position: absolute;
    width: 95%;
    z-index: 300; 
    margin-left: -98%;
  margin-top:12%;
}


.cat1{
    width: 58%;
}
.img_cat{
width:85%;
   -webkit-animation: seesaw 1s infinite;
    -webkit-transform: rotate(-1deg);
}

.catalogo_imge{
width:100%
}
.fondo_cat_2{
display:none!important; 
}



.text_cat{

    width: 40%;
  background
}
/* 
.btn {
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  margin: 10px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase; 
  box-sizing: border-box;
  width:28%;
}

.btn--snakeBorder {
  background: white;
  overflow: hidden;
  color:black;
  border-radius:11px;
      margin-top: 13%;
}
.btn--snakeBorder::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
}
.btn--snakeBorder span {
  position: absolute;
}
.btn--snakeBorder span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0c002b, #1779ff);
  animation: borderAnimation1 2s linear infinite;
}
@keyframes borderAnimation1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.btn--snakeBorder span:nth-child(2) {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #0c002b, #1779ff);
  animation: borderAnimation2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes borderAnimation2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.btn--snakeBorder span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #0c002b, #1779ff);
  animation: borderAnimation3 2s linear infinite;
}
@keyframes borderAnimation3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn--snakeBorder span:nth-child(4) {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #0c002b, #1779ff);
  animation: borderAnimation4 2s linear infinite;
  animation-delay: 1s;
} */





.button { 
	  border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.8);
    border-radius: 20px;
    color: #fff;
    font-size: 32px;
    padding: 10px 30px;
  	margin: 0 20px;
    line-height: 34px;
    text-align: center;
  	cursor: pointer;
    justify-content: center;      /* Centra el contenido horizontalmente */
    align-items: center; align-items: center;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .8);
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    justify-content: center;
    line-height: 34px; 

    padding: 25px;
    text-align: center;
    width: 34%;
 

}
.button span {
  display: none;
}
 
button.success {
    -webkit-animation: seesaw 1s infinite;
    
    -webkit-transform: rotate(-1deg);    background: transparent;
} 

button.success:hover {
  	background-image: -webkit-linear-gradient(top, #ffffff, #ff3225);

    transition:0.5s;
}

@-webkit-keyframes seesaw {
  0% {
      -webkit-transform: rotate(-2deg);
  }
  50% {
      -webkit-transform: rotate(1deg);
  }
}



.h5{
color: white;
    font-family: revert;
    font-size: 40px;
    margin-top:12%
}
.h3{
color:white;font-family: revert;    margin-top: 6%;
    font-size: 78px!important;
  
}
@media(max-width:1741px){
  .button{
      padding: 22px;
        width: 37%;

  }
}

@media(max-width:1541px){
  .button{
      padding: 9px;
  }
}

@media(max-width:1365px){
  .button{
     width: 46%;
  }
  .h3{
      font-size: 61px!important;
  }
}

@media(max-width:1179px){
 .h3{
      font-size: 53px!important;
  }
  .button{
  font-size: 26px;width: 42%;padding: 6px;
    
  }
}

@media(max-width:990px){
  .catalogo_imge{
display:none!important;
}
.fondo_cat_2{
display:block!important;
  width:100%;
}
  
.content_catalogo {
    display: block;
    margin-top: -95%;
    margin-left: 0%;
    position: absolute;
    width: 100%;
    z-index: 300;
}
  .cat1 {
   width: 100%;
}
  .text_cat {
    width: 100%;
}
.img_cat {
    width: 83%!important
}
  .h3 {
        font-size: 53px!important;
       
     
    }
  .button{
        
      
        width: 30%;

  }
}

@media(max-width:854px){
.h3 {
              font-size: 47px!important;
  
    }
}

@media(max-width:664px){
.h3 {
              font-size: 38px!important;
  
    }
  .img_cat {
        width: 97% !important;
    }
}


@media(max-width:510px){
.h3 {
              font-size: 38px!important;
  
    }
      .button {
        width: 41%;
    }
}

@media (max-width: 484px) {
    .h3 {
        font-size: 30px!important
    }
      .button {
        width: 38%;
        font-size: 24px;
        padding: 3px;
    }
    }
}



