* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    font-family: 'open sans';
    align-items: center;
    justify-content: center;

}

.contenedor {
    padding: 30px 0;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
}

.titulo {
    color: #000;
    font-size: 60px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
    
}


.navfix {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: #000;
    margin-bottom: -10px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px);
}



.toplogo {
    width: 33%;
    float: left;
    height: 136px;
    padding-top: 40px;
    padding-left: 10%;
}

/* ------------------------------------------------------ animacion  PARALAX--------------------------------------------------------*/



/*------------------------------------------------------------------------- ANIMACION FADE TEXT --------------------------------------------------*/


.s-animado{
  position: relative;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
  

  }




}


@keyframes header_Iso {
    0%{
        transform: rotate(0deg);
    }

    100%{
        transform: rotate(4360deg);
    }



}




/* --------------------------------------------------ANIMACION PARTICULAS--------------------------------------------------------------------------*/

#particles-js{
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
}







/* ---------------------------------------------- Header ---------------------------------------------------------*/

header {
    width: 100%;
    height: 100vh;
    background: #0000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(0, 100%, 0%, 0.6), hsla(0, 45%, 0%, 0.6)), url(../img2/005.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(0, 100%, 0%, 0.7), hsla(0, 45%, 0%, 0.6)), url(../img2/005.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

nav {
    text-align: right;
    text-decoration: none;
    padding: 10px 50px 0 0;
}


nav .ul .li{
    display: inline-block;
}

.li a{
    color:#fff;
    font-weight: 600;
    text-decoration: none;
    margin-right: 50px;

}

 .li a:hover{
    text-decoration: none;
    color: #ff6801;
}


header .textos-header{
    display: flex;
    height: 710px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.header_logo{
    width: 260px;
    margin-top: px;
    align-content: flex-start;

    
}

.header_Iso {
    position: left;
    align-items: left;
    width: 200px;
    margin-left: 100px;
    


}

.header.header_Iso > img: activate{
    transform: rotate(360deg);


}

/* --------------------------------------------------------------------------------- Header Botones ------------------------------------------------------------------------------*/


header .Ingresar-button{
    margin-right: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
    margin-bottom: 10px;

}



.Ingresar-button:hover {

    transform: translateY(-3px);
    color: #fff;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}

.Iniciar-button{
    text-decoration: none;
    display: inline-block;
    padding: 4px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
    margin-bottom: 10px;
    border: solid #ff6801;

}


.esp-banderas{
    margin-right: 10px;
}



li .Iniciar-button:hover {
    transform: translateY(-3px);
    color: #fff;
    text-decoration-color: #fff;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
    background: #ff6801;
}


.textos-header h1{
    margin-top: 10px;
    font-size: 90px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 4px;
    max-width: 80%;
}

.textos-header h2{
    letter-spacing: 4px;
    font-size: 40px;
    font-weight: 400;
    color:#fff;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* About us */

main .sobre-nosotros{
    padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
}

.imagen-app{
    width: 30%;
}

.imagen-app : hover{
    transition: ;
}

.sobre-nosotros .contenido-textos{
    width: 48%;
}

.titulo{
    font-size: 80px;
}


.SubT{
    font-size: 30px;
}

.SubT2{
    width: 300px;
 
}

.t06{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;

}


.contenido-textos h3{
    margin-bottom: 15px;
}

.contenido-textos h3 span{
    background: linear-gradient( #ffc401, #ff6801  );
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

/* Galeria */

/* ----------------------------------------------------------------GALERIA ---------------------------------------------------------------------------------------*/


/*========================================================    CARACTERISTICAS    ================================================================*/

.tlaptop{
    text-align: center;
    font-size:80px;
    color: #fff;
    padding-top: 50px;
    z-index: 1;
}

.subtlaptop{
    font-size: 35px;
    letter-spacing: 8px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}



.Caracteristicas-cont{
    
    align-content: center;
    align-items: center;
    display: inline-block;
    align-content: center;
    flex-direction: column;

}

.cuadritos{
    
    background: #FF6801;
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: solid 0.5px #fd9a57;
    margin-left: 20px;
    justify-content: center;
   
    
}

.Caracteristicas-cont .cuadritos .icon-caract{
    width: 70px;
    height: 100px;
    margin-left: 30px;
    flex-direction: column;
    
   
}


.Caracteristicas-cont .cuadritos .texto-caract{
    width: 450px;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;

}

.b-caract{
    font-weight: 600;
    font-size: 25px;
}


.tablet-img{
    width: 900px;
    margin-bottom: 170px;
    display: inline-block;
    justify-content: space-evenly;
    margin-left: 10px;
    
}

/* =======================================================================================================================================================*/

.caracteristicas{
    background: #f2f2f2;
}


.galeria-caract{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.Caracteristicas-t{
    color: #fff;
    font-size: 22px;
}

.Caracteristicas-s{
    color: #4d4d4d;
    font-size: 15px;
    padding: 18px;
    padding-top: 10px;
    text-align: center;
}

.imagen-caract{
    
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-caract > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galeria{
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: rgba(0, 0, 0, .6);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img{
    width: 50px;
}

.hover-galeria p{
    color: #fff;
}

.imagen-caract:hover .hover-galeria{
    transform: scale(1);
}
/* -------------------------------
/* Clients */

.cards{
    display: flex;
    justify-content: space-evenly;
}

.cards .card{
    background: linear-gradient( #ffc401, #ff6801  );
    display: flex;
    width: 46%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 25px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card > .contenido-texto-card{
    width: 60%;
    color: #fff;
}

.cards .card > .contenido-texto-card p{
    font-weight: 300;
    padding-top: 5px;
}

/*  app */

.about-services{
    background: #f2f2f2;
    padding-bottom: 80px;
    
}


.servicio-cont{
    justify-content: space-between;
    align-items: center;
}

.laptop-img{
    width: 1000px;
    align-content: flex-end;
    text-align: right;
    align-items: end;
    align-content: end;
    align-self: flex-end;
    justify-content: end;
    justify-items: end;

}


/*
.servicio-ind{
    width: 28%;
    text-align: center;
}

.servicio-ind img{
    width: 90%;
}

.servicio-ind h3{
    margin: 10px 0;
}

.servicio-ind p{
    font-weight: 300;
    text-align: justify;
}
*/


.p-info{
    font-size: 12px;
    margin: 8px;
}

.p-infoB{
    font-size: 12px;
    margin: 8px;
    font-weight: 600;
    align-items: right;
}






/* footer */



footer{
    background: #191919;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: justify;
    justify-content: center;
    
}

.content-foo h4{
    color: #fff;
    border-bottom: 3px solid #FF6801;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.content-foo p{
    color: #ccc;
    justify-content: center;
    text-align: justify;
}

.titulo-final{
    text-align: center;
    font-size: 24px;
    color: #9e9797;
}

.video01{
    align-items: center;
    align-content: center;
    width: 25%;

}

.video{
    align-items: center;
    align-content: center;
    width: 70%;
    

}

.icon-footer{
    height: 20PX;
    align-content: center;
    margin-left: 90px;
    float: center;
    margin-top: 30px;
    max-width: 60%;
    

}

.cont-lap{
    background: linear-gradient(to left,#FFBA0B, #FF6909);
    
    
}




.titulo-laptop{
    margin-top: 30px;
    font-size: 60px;
    text-align: center;
}

.sub-laptop{
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
}
    /*- ---------------------------------------------------------------------MENU HMBURGUESA -------------------------------------------------------------------------*/

.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 5px;
    cursor: pointer;
    display: none;
}

#check1{
    display: none;
}
@media (max-width: 1700px){


 

    .tablet-img{
        margin-bottom: 130px;
        width: 550px;
        margin
        margin-bottom: 30px;
        display: inline-block;
        justify-content: space-evenly;
        margin-left: 50px
        
    }

    .textos-header h1{
        margin-top: 10px;
        font-size: 48px;
        font-weight: 600;
        color:#fff;
        letter-spacing: 4px;
        margin: 20px;
    }


    .textos-header h2{
        letter-spacing: 4px;
        font-size: 25px;
        font-weight: 400;
        color:#fff;
    }

    

    .cuadritos{
        margin-left: 40px;
    }

    .Caracteristicas-cont .cuadritos .texto-caract{
    width: 450px;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;

}
    





}


@media (max-width: 1263px){
    .enlace{
        padding-left: 20px;
    }
    .menu2 .ul .li .a1{
        font-size: 16px;
    }

    .header_Iso {
    position: left;
    align-items: left;
    width: 45px;
    margin-left: 100px;
    margin-top: 15px;
}


.video01{
    align-items: center;
    align-content: center;
    width: 50%;

}

.video{
    align-items: center;
    align-content: center;
    width: 50%;

}

.t06{
    font-size: 12px;
    letter-spacing: 0px;
}



@media (max-width: 1262px){

    .checkbtn{
        display: block;

    }



    .ul{
        font-size: 25px;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .7);
        backdrop-filter: blur(10px);
        top: 80px;
        right: -100%;
        text-align: center;
        transition: all .5s;
    }

    .menu2 .ul .li{
        display: block;
        margin: 50px 0;
        line-height: 27px;
    }

    .menu2 .ul .li .a1{
        font-size: 20px;
    }



    #check1:checked ~ .ul{
        right:0;
    }

 
}



/*------------------------------------------ SCREEN 1200PX -----------------------------------------------------------------------*/

@media screen and (max-width:1260px){


.cards .contenedor-paquetes{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header_Iso {
        position: left;
        align-items: left;
        width: 250px;
        margin-left: 40px;
    }

    .contenedor-footer{
        flex-direction: column;
        border: none;
    }

    .terminos-condiciones-s{
        max-width: 90%;
        justify-content: center;
        text-align:center;
        color: #fff;
        margin-left: 0px;
}



/*------------------------------------------ SCREEN 900PX -----------------------------------------------------------------------*/

@media screen and (max-width:900px){
    header{
        background-position: center;
    }



    .header_Iso {
        position: left;
        align-items: left;
        width: 200px;
        margin-left: 40px;
    }


    .PAIS {
        border-radius: 10px;
        padding: 5px;
        width: 40px;
        border: 10px;
        position: fixed;
        margin-right: none;
        backdrop-filter: blur(10px);
        box-shadow: 0px 0px 10px rgba(0, 1, 1, .2);
    
    }

    .tlaptop{
        font-size: 55px;
    }

    .subtlaptop{
        font-size: 20px;
        
    }

    .Caracteristicas-cont .cuadritos{
        margin-left: 20px;
        width: 90%;
        height: 200px;
        font-size: 30px;
    }
 

    .Caracteristicas-cont .cuadritos .texto-caract{
        width: 90%;
        margin-left: 20px;
        font-size: 20px;
    }
    



    .tablet-img{
        
        width: 600px;
        margin-bottom: 30px;
        display: inline-block;
        justify-content: space-evenly;
        margin-left: 70px
        
    }




    .SubT{
        font-size: 22px;
    }

    .titulo {
        font-size: 80px;
        text-align: center;
    }




    .textos-header h1{
    margin-top: 10px;
    font-size: 60px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 4px;
    margin: 20px;
    }



    .textos-header h2{
        letter-spacing: 4px;
        font-size: 30px;
        font-weight: 400;
        color:#fff;
    }



    .Caracteristicas-t:{
       display: none;
    }

    .Caracteristicas-s{
        display: none;
    }

    .iconC{
        max-width: 10px;
        align-items: center;
        align-content: center;
    }


    .imagen-caract:hover .hover-galeria{
    transform: scale(0,1,0,0);
    }

    .bandera{
        padding: 5px;

    }   

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contenedor-paquetes{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    /* Galeria */

    .imagen-port{
        width: 44%;
    }

    /* Clientes */

    .cards{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 90%;
    }



    .cards .card:first-child{
        margin-bottom: 30px;
    }


    /* cactareiticas-------------------------------- */

        .cards .contenedor-paquetes{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 900px;
    }

    .cards .card img{
        width: 100px;
        height: 100px;
    }



    /* servicios */

    .servicio-cont{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-ind{
        width: 100%;
        text-align: center;
    }

    .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){
        margin-bottom: 60px;
    }

    .servicio-ind img{
        width: 90%;
    }

 

    .laptop-img{ 
        width: 500px;
        position: right;
        background-size: cover;
        background-size: cover;
        display: flex;
        justify-content: space-evenly;
   
    }
    .cards .card{
        
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contenedor-footer{
        flex-direction: column;
        border: none;
    }


    .contenedor-footer{
        display: flex;
        width: 90%;
        justify-content: space-evenly;
        margin: auto;
        padding-bottom: 50px;
        border-bottom: 1px solid #ccc;
    }

    .paquetes-cards{
        
        width: 70%;
        justify-content: space-evenly;
       
        flex-direction: column;
    }

    .p-card01{
        max-width: 80%;
    }

    .p-card02{
        max-width: 80%;
    }

    .p-card03{
        max-width: 85%;
    }

    .p-card04{
        max-width: 80%;
    }



    .p-info{
    font-size: 18px;
    margin: 15px;
    }

    .p-infoB{
        font-size: 18px;
        margin: 15px;
        font-weight: 600;
        align-items: right;
    }

    .contenedor-footer{
        flex-direction: column;
        border: none;
    }

    
    .laptop-img{
        margin-right: 0px;
        width: 770px;
    }


    .titulo-laptop{
        font-size: 50px;
        text-align: center;
    }

    .sub-laptop{
        text-align: center;
        font-size: 24px;
        letter-spacing: 4px;
    }




    .imagen-app{
        width: 60%;
    }

    .icon-footer{
    height: 20px;
    align-content: center;
    float: center;
    margin-top: 10px;
    margin-left: 20px;
    flex-direction: column;

}



    
}


}


/*------------------------------------------ SCREEN 500PX -----------------------------------------------------------------------*/

@media screen and (max-width:500px){
      header{
        background-position: center;
    }

    .header_Iso {
    position: left;
    align-items: left;
    width: 180px;
    margin-left: 40px;


    }

    .PAIS {
    border-radius: 10px;
    padding: 5px;
    width: 40px;
    border: 10px;
    position: fixed;
    margin-right: none;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px rgba(0, 1, 1, .2);
    }

    .tablet-img{
        width: 350px;
        margin-bottom: 30px;
        display: inline-block;
        justify-content: space-evenly;
        
    }

    .bandera{
        padding: 5px;

    }   

    .SubT{
        font-size: 18px;
    }

    .titulo {
        font-size: 40px;
        text-align: center;
    }


    .textos-header h1{
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 4px;
    margin: 20px;
    }

    .textos-header h2{
        letter-spacing: 4px;
        font-size: 20px;
        font-weight: 400;
        color:#fff;
    }


    .tlaptop{
        font-size: 35px;
    }

    .subtlaptop{
        font-size: 15px;
        letter-spacing: 4px;
    }

    .Caracteristicas-cont .cuadritos{
        margin-left: 5px;
        width: 90%;
        height: 200px;
    }


    .Caracteristicas-cont .cuadritos .texto-caract{
        width: 90%;
        margin-left: 20px;
        font-size: 15px;
    }
    



    .tablet-img{
        
        width: 400px;
        margin-bottom: 30px;
        display: inline-block;
        justify-content: space-evenly;
        margin-left: 10px
        
    }




    .Caracteristicas-s{
        display: none;
    }

    .iconC{
        max-width: 22px;
        align-items: center;
        align-content: center;
    }


    .imagen-caract:hover .hover-galeria{
    transform: scale(1);
    }


    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    .imagen-about-us{
        width: 90%;
    }

    /* Galeria */

    .imagen-port{
        width: 44%;
    }

    /* Clientes */

    .cards{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 90%;
    }



    .cards .card:first-child{
        margin-bottom: 30px;
    }


    /* cactareiticas-------------------------------- */

        .cards .contenedor-paquetes{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cards .card img{
        width: 150px;
        height: 150px;
    }



    /* servicios */

    .servicio-cont{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-ind{
        width: 100%;
        text-align: center;
    }

    .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){
        margin-bottom: 60px;
    }

    .servicio-ind img{
        width: 90%;
    }

 

   .laptop-img{ 
        width: 400px;
        position: relative;
        background-size: cover;
        background-size: cover;
        display: flex;
        justify-content: space-evenly;
   
    }

    .cards .card{
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contenedor-footer{
        flex-direction: column;
        border: none;
    }


    .contenedor-footer{
        display: flex;
        width: 90%;
        justify-content: space-evenly;
        margin: auto;
        padding-bottom: 50px;
        border-bottom: 1px solid #ccc;
    }

    .paquetes-cards{
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon-ubi{
        width: 30px;
        text-align: center;
        
      }
    

   


    .p-card01{
        max-width: 80%;
    }

    .p-card02{
        max-width: 80%;
    }

    .p-card03{
        max-width: 85%;
    }
    .p-card04{
        max-width: 80%;
    }

    .p-info{
    font-size: 12px;
    margin: 15px;
    }

    .p-infoB{
        font-size: 12px;
        margin: 15px;
        font-weight: 600;
        align-items: right;
    }



    .imagen-app{
        width: 60%;
    }

    .telefono-fix{

    background: #000;
    position: fixed;
    width: 160px;
    height: 60px;
    top: 9%;
    left: 20%;
    
    border-radius: 25px;
    backdrop-filter: blur(10px);
  }


  .tel-800{
    font-size: 14px;
    text-align: center;
    align-content: center;
    margin-top: 10px;
    margin-left: 10px;
    color: #fff;

  }

  .icon-footer{
    height: 20PX;
    align-content: center;
    float: center;
    margin-top: 30px;
    padding-left: 10%;
    margin-left: 0px

}




    
}


}}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------- Paquetes ---------------------------------------------------------------*/

.SubT{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    
}

.SubT1{
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;


}

.SubT2{
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(0, 181, 33, 0.3);
    padding: 5px;
    max-width: 300px;
    border-radius: 25px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}



.desc{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;


}

.paquetes-cards{
    width: 100%;
    display: flex;
    max-width: 2000px;
    align-items: center;

}


.img-cards{
    width: 65px;
    align-items: center;
    align-content: center;
    margin-top: 20px;
    margin-left: 0px;
}



.precio {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
    text-align: center;

}





.tipo-p2{
    margin-top: -10px;
    font-weight: 800;
    text-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 6px;
    font-size: 30px;
}

.check{
    width: 12px;
    margin-right: 15px;

}

.masvendido {
    font-weight: 600;
    text-align: center;
    align-items: center;
    font-size: 12px;
    width: 150px;
    border: 500px;
    color: #000;
    align-items: center;
    align-content: center;
    text-decoration: none;
    padding: 5px;
    margin-top: 10px;
    color: #008046;
    background: rgba(0, 181, 33, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;

}


/* ---------------------------        Card01           ---------------------------------------------------------------------------------------*/
.paquete-color01{
    width: 100%;
    background-image: linear-gradient(#87EB00, #36D40B);
    height: 140px;

}


.p-card01{
    width: 100%;
    margin: 30px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;


}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: 1px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
}

.p-card01:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.p-card01 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card01 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
    
}

.p-card01  h3{

    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}


.p-card01 .contenido a {
    
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card01 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}


/* ---------------------------        Card02           ----------------------------*/


.paquete-color02{
    background-image: linear-gradient(#0FD9EB, #028BD4);
    height: 140px;

}


.p-card02{
    width: 100%;
    margin: 30px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;
}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
  ;
}

.p-card02:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.p-card02 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card02 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.p-card02  h3{
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}


.p-card02 .contenido a {
    padding-top: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card02 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}


/* ---------------------------        Card03           ----------------------------*/

.paquete-color03{
    background-image: linear-gradient(#FCCB3C, #ff6801);
    height: 140px;


}


.p-card03{
    width: 100%;
    margin: 20px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(255, 104, 1, .4);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;
    


}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
  ;
}

.p-card03:hover{
    box-shadow: 5px 5px 20px rgba(255, 104, 1, 0.8);
    transform: translateY(-3%);
}

.p-card03 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card03 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.p-card03  h3{
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

.p-card03 .contenido a {

    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card03 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}




/* ---------------------------        Card04           ----------------------------*/

.paquete-color04{

    background-image: linear-gradient(#D40BB3, #780BD4);
    height: 140px;


}



.p-card04{
    width: 100%;
    margin: 30px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;
}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
  ;
}

.p-card04:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.p-card04 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card04 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.p-card04  h3{
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}


.p-card04 .contenido a {

    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card04 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}



/* ----------------------------------------  Personaliza tu Paquete -----------------------------------------------------*/



.personaliza-tu-paquete a{
    border: 500px;
    color: #000;
    align-items: center;
    align-content: center;
    text-decoration: none;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    color: ;
    background: #D4D4D4;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;

}

.personaliza-tu-paquete a:hover {

    transform: translateY(-3px);
    color: #4d4d4d;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
    
}

.personaliza-tu-paquete-img{
    width: 18px;
    margin-right: 10px;
    padding-top: 30px;


}




/* ----------------------------------------------------------------------------------------------------------------------------------*/



.terminos-condiciones-t{
    text-align: left;
    max-width: 700px;
    font-size: 25px;
}

.terminos-condiciones-s{
    max-width: 700px;
    text-align: center;
    text-align: center;
    color: #fff;
    justify-content:center;

}

.icon-redes{
    margin-right: 8px;
    width: 30px;
    align-items: flex-start;

}

.icon-redesYT{
    width: 35px;
    margin-bottom: 2.5px;
}

.icon-redes:hover{
    transform: translateY(-5px);
    transition: 0.2s;

}


/* -------------------------------------------------------------------------Boton de Pais----------------------------------------------------------- */

.PAIS{
    margin-top: 5PX;
    margin-left: 100px;
    border-radius: 10px;
    padding: 5px;
    align-content: right;
    width: 50px;
    border: 120px;
    margin-left: 85%;
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px rgba(0, 1, 1, .2);
    z-index: 10;
    
}


.banderaMX{
    padding: 5px;
    background-color: rgba(1, 255, 82, .5);
    border-radius: 5px;
    width: 35px;


}


.banderaUS{
    margin-top: 3px;
    padding: 5px;
    width: 35px;

}


.es{
    padding-left: 50px;
    margin: 10px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.en {
    padding-bottom: 10px;
    padding-left: 30px;

    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}


/* ------------------------------------------- WhatsApp --------------------------------------------------------------------------------------*/

.cbh-phone{
    display:block;
    position:fixed; 
    right: -50px;
  bottom: -55px; 
  visibility:hidden;
  background-color:transparent;
  width:200px;
  height:200px;cursor:pointer;
  z-index:999;-webkit-backface-visibility:hidden;
  -webkit-transform:translateZ(0);
  -webkit-transition:visibility .5s;
  -moz-transition:visibility .5s;
  -o-transition:visibility .5s;
  transition:visibility .5s}
  .cbh-phone.cbh-show{
    visibility:visible
  }

  @-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  .cbh-phone.cbh-static1{
    opacity:.6
  }

  .cbh-phone.cbh-hover1{
    opacity:1

}
  .cbh-ph-circle{
    width:110px;
    height:110px;top:40px;left:40px;
    position:absolute;
    background-color:transparent;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;border:2px solid rgba(30,30,30,.4);
    opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation:cbh-circle-anim 1.2s infinite ease-in-out;
    animation:cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition:all .5s;-moz-transition:all .5s;
    -o-transition:all .5s;transition:all .5s

}


  .cbh-phone.cbh-active .cbh-ph-circle1{
    -webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;
    -moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;
    -ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;
    -o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;
    animation:cbh-circle-anim 1.1s infinite ease-in-out!important
}


  .cbh-phone.cbh-static .cbh-ph-circle{
    -webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;
    animation:cbh-circle-anim 2.2s infinite ease-in-out!important
}


  .cbh-phone.cbh-hover .cbh-ph-circle{
    border-color:rgba(0,175,242,1);
    opacity:.5
  }

  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{
    border-color:rgba(117,235,80,1);
    opacity:.5
  }

  .cbh-phone.cbh-green .cbh-ph-circle{b
    order-color:rgba(0,175,242,1);
    opacity:.5
  }

  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{
    border-color:rgba(204,204,204,1);
    opacity:.5
  }

  .cbh-phone.cbh-gray .cbh-ph-circle{
    border-color:rgba(117,235,80,1);
    opacity:.5
  }
  
  .cbh-ph-circle-fill{
    width:74px;
    height:74px;top:58px;left:58px;
    position:absolute;
    background-color:#000;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;border:2px solid transparent;
    opacity:.1;
    -webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -o-transition:all .5s;transition:all .5s
}


  .cbh-phone.cbh-active .cbh-ph-circle-fill{
    -webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important
}


  .cbh-phone.cbh-static .cbh-ph-circle-fill{
    -webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

  .cbh-phone.cbh-hover .cbh-ph-circle-fill{
    background-color:rgba(0,175,242,.5);opacity:.75!important
}

  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{
    background-color:rgba(117,235,80,.5);
    opacity:.75!important
  }

  .cbh-phone.cbh-green .cbh-ph-circle-fill{
    background-color:rgba(0,175,242,.5);
    opacity:.75!important
  }

  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{
    background-color:rgba(204,204,204,.5);
    opacity:.75!important
  }

  .cbh-phone.cbh-gray .cbh-ph-circle-fill{
    background-color:rgba(117,235,80,.5);
    opacity:1!important
  }

  .cbh-ph-img-circle1{
    width:50px;
    height:50px;
    top:70px;left:70px;
    position:absolute;
    background-image:url(../img2/whats-icon.svg );
    background-size: 40px 40px;background-color:rgba(30,30,30,.1);
    background-position:center center;background-repeat:no-repeat;
    -webkit-border-radius:100%;-moz-border-radius:100%;
    border-radius:100%;border:2px solid transparent;
    opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation:cbh-circle-img-anim 1s infinite ease-in-out;
    animation:cbh-circle-img-anim 1s infinite ease-in-out
}


  .cbh-phone.cbh-active .cbh-ph-img-circle1{
    -webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;
    -moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;
    -o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-img-circle1{
    -webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;
    -moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;
    -o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color: #40f5bb }
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color: #40f5bb}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color: #40f5bb}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color: #40f5bb}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba #40f5bb}
  .cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color: #40f5bb}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
  .cbh-ph-img-circle1 {}
  .cbh-phone.cbh-green .cbh-ph-circle {border-color:  #40f5bb}
  .cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: #40f5bb;}
  .cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color: #40f5bb;}

  .kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
  }
  .kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
  }
  .kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
  }

  .vm{
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    align-items: flex-start;
    justify-content: left;
    justify-items: left;
    text-decoration: none;
  }

  .vm:hover{
    text-decoration: none;
    color: #ff6801;


  }


  .ver-mas{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .ver-mas:hover{
    color: #ff6801;
  }


/*------------------------------------------------------------------------------- Telefono -----------------------------------------------------------------------------*/



.telefono-fix{
    background: rgba(0, 0, 0, .4);
    position: fixed;
    width: 160px;
    height: 60px;
    top: 95%;
    left: 6%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
  }


  .llama-icon{
    width: 35px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }


  .tel-800{
    font-size: 14px;
    text-align: center;
    align-content: center;
    margin-top: 10px;
    color: #fff;

  }



  .icon-ubi{
    width: 30px;
    text-align: center;
   
  }


.Derechos{
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #9e9797;
}







