.textos {
    width: 70%;
    padding: 0px;
    margin: 0px;
}

.botones{
    width: 30%;
    height: 100%;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.bloquegeneral{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0px;
    display: flex;
    align-items: center;
    background: linear-gradient(89deg, #672479 0%, #B156AA 100%);
}

.texto1{
    color: white;
    font-size: 35px;
    font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
    font-weight: 300;
    line-height: 38.50px;
    margin: 0px;
    padding: 0px;
}

.texto2{
    color: white;
    font-size: 60px;
    font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
    font-weight: 700;
    text-transform: uppercase;
    line-height: 73.20px;
    margin: 0px;
    padding: 0px;
}


a.boton1{
    display: block;
    margin: 0;
    padding-left: 42px; 
    padding-right: 42px; 
    padding-top: 33px; 
    padding-bottom: 33px; 
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(87deg, #FF8F02 0%, #FFA510 100%); 
    border-radius: 15px; 
    border-left: 0.50px white solid; 
    border-top: 0.50px white solid; 
    border-right: 0.50px white solid; 
    border-bottom: 0.50px white solid; 
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

a.boton1:hover{
    display: block;
    margin: 0;
    padding-left: 42px; 
    padding-right: 42px; 
    padding-top: 33px; 
    padding-bottom: 33px;
    color: #0279E8;
    text-decoration: none;
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
    font-weight: 700;
    text-transform: uppercase;
    background: white; 
    border-radius: 15px; 
    border-left: 0.50px white solid; 
    border-top: 0.50px white solid; 
    border-right: 0.50px white solid; 
    border-bottom: 0.50px white solid; 
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}


















  /*------------------------------------------------------------------*/

@media screen and (max-width: 600px){

    .textos {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .botones{
        width: 1000%;
        height: 100%;
        margin: 0px;
        display: flex;
        justify-content: center;
    }
    
    .bloquegeneral{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px;
        display: flex;
        flex-wrap:wrap; 
        background: linear-gradient(89deg, #672479 0%, #B156AA 100%);
    }
    
    .texto1{
        text-decoration: none; 
        text-align:center;
        color: white;
        font-size: 21px;
        font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
        font-weight: 300;
        line-height: 38.50px;
        margin: 0px;
        padding: 0px;
    }
    
    .texto2{
        text-decoration: none;
        text-align:center;
        color: white;
        font-size: 30px;
        font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px;
        margin: 0px;
        padding: 10px 0px 40px 0px;
    }
    
    
    a.boton1{
        display: block;
        margin: 0;
        padding-left: 32px; 
        padding-right: 32px; 
        padding-top: 23px; 
        padding-bottom: 23px; 
        color: white;
        text-decoration: none;
        font-size: 21px;
        font-family: ITC Avant Garde Gothic Std, Poppins,Helvetica, sans-serif; 
        font-weight: 700;
        text-transform: uppercase;
        background: linear-gradient(87deg, #0279E8 0%, #019DEB 100%); 
        border-radius: 15px; 
        border-left: 0.50px white solid; 
        border-top: 0.50px white solid; 
        border-right: 0.50px white solid; 
        border-bottom: 0.50px white solid; 
        animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    }
    
    
    @keyframes borderPulse {
        0% {
          box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
        }
        100% {
          box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
        }
      }

    
}















