html, body {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width:100%;
    overflow-x: hidden;

}

.dropdown-item:active{
    background-color: #0bbf8c !important;
    outline: none;
    box-shadow: none !important;
}

h1{
    font-family: Playfair display, serif;

}

h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

header.masthead {
    position: relative;
    background-color: white;
}

#logo{
    justify-content: center;
}

header.masthead input[type="text"]{
    background: none; 
    border: none; 
    border-radius: 0; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-color: black;
}

header.masthead input[type="email"]{
    background: none; 
    border: none; 
    border-radius: 0; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-color: black;
}

header.masthead input[type="tel"]{
    background: none; 
    border: none; 
    border-radius: 0; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-color: black;
}

header.masthead input[type="text"]:focus{
    border-bottom-width: 3px;
    outline: transparent;
}

header.masthead input[type="email"]:focus{
    border-bottom-width: 3px;
    outline: transparent;
}

header.masthead input[type="tel"]:focus{
    border-bottom-width: 3px;
    outline: transparent;
}

header.masthead label{
    color:black;
}

header.masthead button{
    color: white;
    border-color: black;
    border-radius: 50px;
    background-color: #04AA6A;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

header.masthead h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 5rem;
}

header.masthead label{
    color:black;
}

header.masthead form{
    height: 5rem;
    margin-bottom: 5rem;
}

@media (min-width:768px) {
    
    #logo{
        justify-content: start !important;
    }

    header.masthead h1 {
        margin-top: 10rem;
        margin-bottom: 8rem;
        text-align: center;
        font-size: 7rem
        
    }

    header.masthead form{
        height: 15rem;
    }


    header.masthead input[type="text"]{
        background: none; 
        border: none; 
        border-radius: 0; 
        border-bottom-style: solid; 
        border-bottom-width: 1px; 
        border-color: black;
    }

    header.masthead input[type="email"]{
        background: none; 
        border: none; 
        border-radius: 0; 
        border-bottom-style: solid; 
        border-bottom-width: 1px; 
        border-color: black;
    }
    
    header.masthead input[type="tel"]{
        background: none; 
        border: none; 
        border-radius: 0; 
        border-bottom-style: solid; 
        border-bottom-width: 1px; 
        border-color: black;
    }

    header.masthead input[type="text"]:focus{
        border-bottom-width: 3px;
        outline: transparent;
    }

    header.masthead input[type="email"]:focus{
        border-bottom-width: 3px;
        outline: transparent;
    }

    header.masthead input[type="tel"]:focus{
        border-bottom-width: 3px;
        outline: transparent;
    }

    header.masthead label{
        color:black;
    }

    header.masthead button{
        color: white;
        border-color: black;
        border-radius: 0;
        background-color: #04AA6A;
    }

    
}

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover
}

@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem
    }
    
}


.features-icons {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#acceso{
    position: relative;
    background: url(../images/Acceso.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;  
}

#seguridad{
    position: relative;
    background-color: #000000;
    background: url(../images/Seguridad2.jpg) no-repeat right center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

#pago{
    position: relative;
    background-color: #000000;
    background: url(../images/Pago2.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.features-icons .features-icons-item {
    max-width: 20rem
    
}

.overlayTexto{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: opacity(50%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    
}

.texto{
    padding-top: 12rem;
}

.features-icons .features-icons-item .features-icons-icon {
    padding-top: 1rem;
    height: 35rem
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.testimonials .testimonial-item {
    max-width: 18rem
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
    position: relative;
    background-color: white;
    background: url(../images/remoteame-14.png) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}


footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.suscripcion {
    background: #F2F3F4 !important; 
    background-size: cover !important;
}

@media (min-width:768px) {
    .suscripcion{
        background: #F2F3F4 !important;
        background-size: cover !important;
    }    
    
}

.pagos{
    padding-bottom: 4rem; 
    padding-top: 4rem;
}

.pagos-item{
    padding-top: 1rem;
}

.pago-texto{
    margin: 1rem;
}

.pago-texto a{
    border-color: black;
    border-radius: 0;
    background-color: #04AA6A;
}
.pago-texto h5, p{
    color:white;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #04AA6A;
    border-radius: 50%;
}

#fondo{
    background-image: url('../images/fondo_mailing.png');
    background-size: cover;
    background-position: center;
}

#fondo_mail {
    position:absolute;
    width: 100%;
    height: auto;
}

#texto_fondo {
    position: relative;
    padding-left: 1rem;
    padding-top: .8rem;
    width: 60%;
    height: auto;
}

#texto_fondo_peq {
    position: relative;
    width: 20rem;
}

#flechas {
    padding-left: 0.8rem;
    position:relative;
    width: 12rem;
    height: auto;
    opacity: 0.8;

}

#mas_info {
    position:relative;
    width: 5rem;
    padding-top: 1rem;
}

#franja {
    height: 4rem;
}

#suscribete {
    width: 15rem;
}

#mujer {
    background: url('../images/mujer_mailing.png') center left 40%;
    background-size: cover;
    height: 15rem;
}

#letras_mujer {
    position: relative;
    width: 12rem;
}


@media (min-width:768px) {

    #texto_fondo {
        position: relative;
        width: 40rem;
    }

    #texto_fondo_peq {
        position: relative;
        width: 40rem;
    }

    #flechas {
        width: 35rem;
    }

    #franja {
        height: 7.5rem;
    }

    #suscribete {
        width: 25rem;
    }
    
    #mujer{
        height: 50rem;
    }
    
    #letras_mujer {
        position: relative;
        width: 25rem;
        padding-top: 15rem;
    }
}

.testimonials {
    overflow: hidden;
    position: relative;
    max-height: auto;
  }
  
  .testimonials {
    background: white;
  }
  
  .one-slide,
  .testimonial,
  .message {
    border: none !important;
    outline: none !important;
  }
  
  .icon-overlay {
    position: absolute;
    opacity: 0.3;
    right: 10%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 400px;
  }
  
  .carousel-controls .control {
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
  }
  
  .prev {
    left: -2.25rem;
  }
  
  .next {
    right: -2.25rem;
  }
  
@media screen and (max-width: 768px) {
    .testimonials {
      max-height: 700px;
    }
    .icon-overlay {
      height: 300px;
      top: calc(50% - 150px);
    }
    .carousel-controls .control {
      width: 25px;
      height: 25px;
      top: inherit;
    }
    .prev {
      left: 0;
    }
    .next {
      right: 0;
    }
    .control i {
      font-size: .7rem;
    }
    .testimonials .message {
      font-size: 1rem;
    }
    .testimonials h2 {
      font-size: 1.5rem;
    }
}
