/* FONTS */
@font-face {
	font-family: 'gl';
    src: url(../fonts/Gotham-Light.otf);
}
@font-face {
	font-family: 'gb';
    src: url(../fonts/Gotham-Book.otf);
}
@font-face {
	font-family: 'gm';
    src: url(../fonts/Gotham-Medium.otf);
}
*{
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.img100{
    width: 100%;
}
.row{
    width: 100%;
    padding: 0 2rem;
}
.paddbottom{
    padding-bottom: 5rem;
}
.green{
    background: #00C853;
}
.sky{
    background: rgba(3,155,229,1);
}
.nomargin{
    display: block;
    margin-bottom: -1rem;
    margin-top: -6rem;
}
body{
    font-family: 'gb';
    padding-top: 70px;
}
header{
    width: 100%;
    position: absolute;
    top: 1rem;
    z-index: 10;
}
@media screen {
    header{
        position: fixed;
    }
}
.header-wrapp{
    backdrop-filter: blur(30px);
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    border-radius: 1rem;
    max-width: 98%;
    margin: 0 auto;
    padding: 1rem;
}
.logosvg{
    
}
.principal{
    display: grid;
    grid-template-columns: 46% 54%;
    padding: 2rem;
}
.principal .textos{
    align-items: center;
    display: flex;
    font-family: "gl";
    justify-content: center;
    padding-right: 2rem;
}
.txtuno{
    font-size: 1.5rem;
    color: #039BE5;
}
.txtdos{
    font-size: 3rem;
    font-family: "gl";
    margin: 1rem 0;
    background: linear-gradient(to right, #00C853 , #039BE5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txttre{
    font-size: 1rem;
    color: #039BE5;
    font-family: "gb";
}
.resalt{
    font-family: "gm";
}
.resalt-sky{
    color: #039BE5;
    font-family: "gm";
}
.btn{
    background: #039BE5;
    border-radius: .5rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-family: "gb";
    padding: 1rem 2rem;
    margin-top: 2rem;
    text-decoration: none;
}
.btn2{
    background: #00C853;
}
.btn-x{
    background: #00C853;
    border-radius: .5rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-family: "gb";
    margin-top: 4rem;
    padding: 1rem 2rem;
    text-decoration: none;
    text-align: center;
}
.titulos{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}
.wrapp{
    max-width: 98%;
    margin: 0 auto;
}
.logos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.txt_stit{
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin: 1rem 0 4rem 0;
}
/* Caracteristicas */
.grid-four{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.grid-four div{
    background: rgba(255,255,255,1);
    border-radius: .5rem;
    color: #666;
    font-size: 1.2rem;
    padding: 2rem 1.5rem;
    text-align: center;
}
.grid-four i{
    color: #00C853;
    display: block;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.txtdes{
    font-size: .9rem;
    color: #00C853;
    margin-top: 30rem;
}
.textos2{
    text-align: center;
    color: #fff!important;
}
/* formulario */
.txt1{
    font-size: 1.5rem;
    color: #039BE5;
}
.txt2{
    font-size: 2.2rem;
    margin: 2rem 0;
}
.txt3{
    font-size: 1rem;
    font-family: "gb";
}
.resaltbold{
    font-family: "gm";
}

form{
    margin-top: 2rem;
    text-align: center;
}
form input{
    padding: 1rem;
}
form input[type=submit]{
    border-radius: .0 .5rem .5rem 0!important;
}
form input[type=text]{
    border-radius: .5rem 0 0 .5rem;
    color: #666;
    font-family: "gb";
    font-size: 1.1rem;
    width: 360px;
}
/* testimonios */
.titulos2{
    font-size: 2.5rem;
    color: #039BE5;
    text-align: center;
    margin: 5rem 0;
}
.grid-three{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.grid-three div{
    background: #f1f5f9;
    border-radius: .5rem;
    color: #666;
    padding: 2rem;
    text-align: center;
    margin-bottom: 4rem;
}
.txt-testi{
    font-size: .9rem;
}
.txt-testiperson{
    font-size: 1rem;
    color: #039BE5;
    margin-top: 1.5rem;
}
.txt-testicargo{
    font-size: .8rem;
    color: #00C853
}

.barra{
    display: block;
    padding: .5rem;
    margin-bottom: .2rem;
}
.buno{
    background: #ddd;
    width: 100%;
}
.bdos{
    background: rgba(3,155,229,.2);
    width: 60%;
    margin: 1rem auto .2rem auto;
    padding: .8rem;
}
.btre{
    background: rgba(0, 200, 83,.5);
    width: 40%;
    margin: 0 auto;
}

/* precios */
.price{
    max-width: 85%;
    margin: 0 auto;
    gap: 3rem;
}
.price div{
    background: #fff;
    /*border: 1px solid rgba(3,155,229,.5);*/
    border: 1px solid rgba(0, 200, 83,.5);
    position: relative;
    padding-bottom: 5rem;
}
.price div:nth-child(3){
    background: rgba(0, 200, 83,.14);
    position: relative;
}
.price-popular{
    background: #039BE5!important;
    color: #fff!important;
    position: absolute!important;
    border-radius: .2rem;
    padding: .3rem .5rem!important;
    font-size: .6rem;
    top: .5rem;
    right: .5rem;
}
.price li{
    font-size: .9rem;
    line-height: 2.5rem;
    list-style: none;
    margin-left: 1rem;
    text-align: left;
}
.price ul li::before{
    /*content: "❯";   Add content: \2022 is the CSS Code/unicode for a bullet */
    content: "🎯";
    color: #00C853;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.5em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 1rem;
}
.price-plan{
    color: #039BE5;
    font-size: 2.2rem;
}
.price-txt{
    color: #00C853;
    font-family: 'gm';
    font-size: 2rem;
    margin: 1rem 0 0 0;
}
.price-mes{
    font-size: .9rem;
}
.price-line{
    background: linear-gradient(to right, #00C853 , #039BE5);
    display: block;
    margin: 1rem 0;
    padding: 1px;
    width: 100%!important;
}
.price-mas{
    color: #039BE5;
    font-size: .9rem;
    margin: 1.6rem 0 .7rem 0;
}
.price-quiero{
    border-radius: .5rem;
    color: #fff;
    display: block;
    margin-top: 2rem;
    padding: 1rem;
    background: #039BE5;
    text-decoration: none;
    width: 82%;

    position: absolute;
    bottom: 1rem;
}
.price-dscto{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    color: #666;
    font-family: 'gm';
}
.price-dscto .resalt{
    color: #00C853;
}

/* Carrusel */
.owl-carousel .owl-item img {
    width: 180px!important;
    margin: 0 auto;
}
.owl-dots{
    margin: 2rem auto;
    text-align: center;
}
.owl-dots .owl-dot{
    border-radius: 50px;
    height: 12px;
    margin: 5px;
    width: 12px;
    background: #039BE5!important;
}
.owl-dots .owl-dot:hover{
    background: #00C853!important;
}
.owl-dots .owl-dot.active{
    background: #00C853!important;
}
footer{
    border-top: 1px solid rgba(3,155,229,.2);
    /*border-top: 1px solid rgba(0, 200, 83,.5);*/
    padding: 2rem;
    text-align: center;
    font-size: .8rem;
    color: #666;
}
footer a{
    color: #039BE5;
    text-decoration: none;
}

.footer-div{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 2rem;
    font-size: 13px;
    color: #666;
    line-height: 1.5rem;

    border-bottom: 1px solid rgba(3,155,229,.2);
    padding-bottom: 1.5rem;
}
.footer-div div p{
    font-size: 17px;
    color: #00C853;
}
.ico-redes{
    font-size: 25px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 1rem;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #039BE5;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #00C853;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #00C853;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* The switch - the box around the slider */

/*Media Queries*/
@media only screen and (max-width: 768px){
    .principal{
        grid-template-columns: 100%;
    }
    .grid-four{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 667px){
    .header-wrapp{
        padding: 1rem;
    }
    /* principal */
    .txtuno{
        font-size: .9rem;
    }
    .txtdos{
        font-size: 2rem;
        margin: .5rem 0;
    }
    .txttre{
        font-size: 1rem;
    }
    .btn{
        width: 100%!important;
        text-align: center;
    }
    .principal .textos{
        padding-right: 0;
    }
    .img100{
        margin-top: 2rem;
    }
    /* clientes */
    .txt_stit{
        font-size: 1rem;
    }
    .logos{
        grid-template-columns: repeat(2, 1fr);
    }
    /* caracteristicas */
    .titulos, .titulos2{
        font-size: 2rem;
    }
    .grid-three, .grid-four, .footer-div{
        grid-template-columns: 100%;
    }
    .nomargin{
        margin-top: 0;
    }
    .price{
        max-width: 100%;
    }
    /* testi */
    .titulos2{
        margin: 2rem 0;
    }
    /* form */
    input, input[type=submit]{
        width: 100%!important;
        margin-top: .5rem;
        border-radius: .5rem!important;
    }
    form input[type=submit]{
        border-radius: .5rem!important;
    }
    .grid-three div{
        margin-bottom: 0rem;
    }
    .txt2{
        font-size: 1.5rem;
    }
    .price-dscto{
        display: block;
        text-align: center;
    }
    .switch{
        margin: .5rem 0;
    }
    footer{
        margin-top: 4rem;
    }
}