@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap');


body, html{
    font-family: 'Nunito', sans-serif;
    scroll-behavior: smooth;
}

.text-primary{
    color: var(--color-I) !important;
}
.text-verde{
    color:#00d1b2;
}

a{
    color: var(--color-I);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.display-none{
    display: none;
}

.fb{
    font-weight: 900;
}

.navbar-brand{
    background: url(../img/sitio/Logo.svg) no-repeat center left;
    text-indent: -9999px;
    width: 250px;
    height: 40px;
}

.navbar-light{
    background: #FFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    min-height: 69px;
}

.nav-link-2{
    padding: 8px 20px !important;
    margin-left: 10px;
    border-radius: 100px;
    border: 1px solid #dad9da;
    background-color: transparent;
}

.nav-link-3{
    background-color: #fc5185;
    border: #fc5185;
    color: #FFF !important;
}

.btn-primary{
    /* border-radius: 100px;
    padding: 12px 20px; */
    color: #fff;
    background-color: var(--color-I);
    border-color: var(--color-I);
    /* justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
}

.text-coral{
    background-color: #fc5185;
}

.homepage{
    display: block;
    position: relative;
    width: 100%;
    background: var(--color-I);    
    margin-top: 0;
    padding: 50px 0;
}
.homepage:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sitio/bg-wsp.png) repeat;
    background-attachment: fixed;
    content: '';
    opacity: 40%;
}

.homepage .searchwords .form-control{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: none;
    height: 60px;
}
.homepage .searchwords .btn{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero-copy {
    padding: 5em 0;
}
.hero-copy h1{
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;;
}
.hero-shape{
    position: absolute !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.hero-copy .btn{
    border-radius: 100px;
    padding: 12px 20px;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hero-copy .btn-crear{
    background-color: #fc5185;
    border: #fc5185;
    color: #FFF !important;
}
.hero-copy .btn-crear:hover{
    background: #fb1f62 radial-gradient(circle,transparent 1%,#fb1f62 1%) center/15000%;
}

.wb-hero{
    position: relative;
}
.wb-hero-img{
    position: relative;
    z-index: 20 !important;
}
.wb-hero-img-1{
    position: absolute;
    top: 130px;
    right: -100px;
    z-index: 30;
}
.wb-hero-img-2{
    position: absolute;
    top: 310px;
    right: -150px;
    z-index: 40;
}


.headline{
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 900;;
}

.homepage .headline{
    position: relative;
    font-size: 2.2em;
    width: 100%;
}
.word {
  position: absolute;
  width: auto;
  opacity: 0;
  color: #00d1b2;
}
.letter {
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
  transform: rotateX(-90deg);
}
.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.subheadline{
    font-size: 1em;
    font-weight: 400;
}

.telefono-wrapper{
    position: relative;
    display: block;
    min-height: 600px;
    text-align: center;
}
.oval {
    display: block !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 25.6875rem;
    width: 25.6875rem;
    border-radius: 100%;
    right: 0;
    background: var(--color-I);
    z-index: -1;
}
.oval:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background: url(../img/sitio/bg-wsp.png) repeat;
    background-attachment: fixed;
    content: '';
    opacity: 40%;
}
.telefono-wrapper img{
    position: absolute !important;
    max-height: 120%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.funciona{
    text-align: center;;
}
.funciona h3{
    color: var(--color-I);
    font-size: 2.125em;
    font-weight: 900;
}

.funciona-wrapper{
    position: relative;
    margin-top: 200px;
}

.gratis{
    background-color: #00d1b2;
    padding: 10px;
    text-align: center;
    color: #FFF;
    border-radius: 50px;
}

.planes{
    background: var(--color-I);
    padding: 50px 0;
}
.planes .card{
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 0 0 80px;
} 

.planes .card .card-title{
    text-align: center;
    color: var(--color-I);
    font-weight: 700;
    font-size: 1.5em;
}

.planes .card .price{
    text-align: center;
}

.planes .card .price .currency {
    margin-right: 0.25rem;
    color: #434c54;
    font-weight: 700;
    font-size: 1.5rem;
    vertical-align: 40%;
}

.planes .card .price .value {
    color: #434c54;
    font: 700 3.25rem/3.5rem "Nunito", sans-serif;
    text-align: center;
}

.planes .card .frequency {
    text-align: center;
    font-size: 0.875rem;
}

.planes .card .divider {
    height: 1px;
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    border: none;
    background-color: #ccd3df;
}
.planes .card .fa-ul .fas {
    color: var(--color-I);
    font-size: 0.875rem;
    line-height: 1.625rem;
}
.planes .card .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #00d1b2;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}
.planes .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.planes .card .btn{
    position: absolute;
    bottom: 20px;
    left: 50%;    
    transform: translateX(-50%);
    white-space: nowrap;
}




.contacto{
    background-color: #f3f7fd;
    padding: 50px 0;
}
.contacto .icon-container {
    text-align: center;
}
.contacto .fa-stack {
    width: 2em;
    margin-bottom: 0.75rem;
    margin-right: 0.375rem;
    font-size: 1.5rem;
}
.contacto .fa-stack .fa-stack-2x {
    color: var(--color-I);
    transition: all 0.2s ease;
}
.contacto .fa-stack .fa-stack-1x {
    color: #fff;
    transition: all 0.2s ease;
}


.footer{
    padding-top: 25px;
    background-color: #f4f5ff;
}
.logo-footer{
    max-width: 200px;
}
.footer h5{
    text-transform: uppercase;
    color: var(--color-I);
    font-weight: 900;
}
.list-footer a:hover{
    text-decoration: none;
    opacity: .6;
}

.copyright{
    border-top: solid 1px rgba(140,133,255,.2);
    padding: 20px 0;
    color: #2f1c6a!important;
}

.h-100 {
    height: 100%!important;
}

.list-cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 25px;
}

.list-cards li{
    margin: 0 5px 5px 0;
    border-radius: 5px;
}

.text-label{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px!important;
    text-transform: uppercase;
    color: #727586;
}

.footer-redes{
    margin: 0;
    padding:0;
    list-style: none;
}
.footer-redes li{
    display: inline-block;
    margin-right: 10px;
}

.btn-redes{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-I);
    text-align: center;
    color: #FFF;
    padding-top: 10px;
    font-size: 1.4em;    
}
.btn-redes:hover,
.btn-redes:focus{
    background: #FFF;
    color: var(--color-I);
}

.list-comfort{
    margin: 50px 0;
    padding:0;
    text-align: center;
    width: 100%;
}
.list-comfort li{
    display: inline-block;
    margin: 0 25px;
}
.list-comfort li i{
    display: block;
    font-size: 1.75em;
    color: var(--color-I);
    margin-bottom: 15px;
}



.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}
.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}
/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}



.producto-preview{
    position: relative;
    display: block;
    width: 100%;
    background: #FFF;
    border: 3px solid transparent;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border: none;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.producto-preview .titulo{
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.producto-preview .desc{
    font-size: .7em;
    line-height: 1.1em;
    text-align: left;
    margin: 0;
}
.producto-preview .precio{
    text-align: left;
    font-weight: bold;
    color: var(--color-I);
}
.producto-preview:hover{
    background: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    text-decoration: none;
    opacity: 1;
}
.producto-preview-novisible{
    opacity: .5;
}
.producto-preview img{
  max-width: 100px;
}


/* LOADER */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-I);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




@media (max-width: 700px){
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
    .headline{
        font-size: 1.8em;
    }
    .subheadline{
        font-size: .75em;
    }

    .homepage{
        padding: 2em 0 0;
    }
    .hero-copy{
        padding: 0;
        text-align: center;
    }
    .hero-copy .headline{
        font-size: 1.75em;
    }
    .hero-copy h2{
        font-size: 1.5em;
    }

    .wb-hero{
        width: 100vw;        
    }
    .wb-hero-img{
        margin: 25px 0;
    }

    .text-verde{
        display: block;
    }
    .word{
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .funciona{
        padding-top: 50px;
    }
    .funciona .subheadline{
        font-size: 1.5em;
    }
    .funciona-wrapper{
        margin-top: 0;
    }
    .funciona h3{
        font-size: 1.75em;
    }

    .oval{
        height: 20rem;
        width: 20rem;
    }

    .planes .card{
        height: auto;
        margin-bottom: 50px;
    }
}

.btn-vehiculo{
    display: block;
    width: 100%;
    text-align: left;
    color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    border: 1px solid #dad9da;
    background-color: #FFF;
}
.btn-vehiculo .desc{
    font-size: .8em;
    text-transform: uppercase;
    margin: 0;
}
.btn-vehiculo .titulo{
    margin: 0;
}
.btn-vehiculo .patente{
    margin: 0;
}

.fw-bold{
    font-weight: bold;
}