.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.portada {

    background-image: url(../img/portada.jpg);
    background-size: cover;
    height: 483px;
    margin-top: 8%;
}

.plumin {
    background-image: url(../img/portadaLum.jpg);
    background-size: cover;
    height: 425px;
    margin-top: 8%;
}

.pbol {
    background-image: url(../img/portadaNas.jpg);
    background-size: cover;
    height: 425px;
    margin-top: 8%;
}

.pprue {
    background-image: url(../img/portadapat.jpg);
    background-size: cover;
    height: 425px;
    margin-top: 8%;
}

.navbar {
    box-shadow: 0px 1px 2px #d6d6d6;
}

.tcentral {
    position: relative;
    width: 100%;
    margin-top: 12%;
    text-align: center;
    font-size: 22px;
}

.tcentral h1 {
    font-size: 50px;
    text-shadow: 1px 1px 5px #a1a1a1;
}

.tcentral p {
    font-size: 26px;
    text-shadow: 1px 1px 5px #a1a1a1;
    color: #000;
}

.tcentrallum {
    position: relative;
    margin-top: 13%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    margin-bottom: -5%;
}

.tcentrallumb {
    position: relative;
    margin-top: 13%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    margin-bottom: -5%;
}

.tcentrallum h1 {
    font-size: 50px;
    text-shadow: 1px 1px 5px #a1a1a1;
}

.tcentrallum p {
    font-size: 26px;
    text-shadow: 1px 1px 5px #a1a1a1;
    color: #000;
}

.tcentrallump {
    position: relative;
    margin-top: 13%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    margin-bottom: -5%;
}

.tcentrallump h1 {
    font-size: 50px;
    text-shadow: 1px 1px 5px #a1a1a1;
}

.tcentrallump p {
    font-size: 26px;
    text-shadow: 1px 1px 5px #a1a1a1;
    color: #000;
}

.cardpres {
    float: left;
    position: relative;
    width: 100%;
    background-color: #f4f8fa;
}


.cardpres .card {
    top: -83px;
    height: 350px;
    box-shadow: 2px 2px 12px #d6d6d6;
    width: 21rem;
}

.card-body h4 {
    font-weight: 300;
}

.card-text {
    color: #8d97ad;
}

.circulo {
    background-color: #188ef4;
    padding: 1.2rem;
    position: absolute;
    border-radius: 50%;
    margin-top: -2.5rem;
    margin-left: 2.5rem;
    top: 0;
    width: 78px;
    height: 78px;

}

.circulo1 {}

.circulo2 {}

.circulo3 {}

.sabiasque {
    color: #8d97ad;
    font-size: 18px;
}

.sabiasque h2 {
    color: #2b2b2b;
    font-weight: 300;
}

.sabiasque ul {
    color: #2b2b2b;
    width: 90%;
    padding-top: 10px;
}

.servicios {
    background-color: #f4f8fa;
    position: relative;
    float: left;
    width: 100%;

}

.servicios h1 {
    font-weight: 300;
}

.servicios span {
    color: #8d97ad;
}

.cuadro {
    margin: 15px;
    padding: 10px;
    background-color: #fff;
    color: #2b2b2b;
    width: 100%;
    position: relative;
    float: left;
    box-shadow: 0px 0px 10px #f3f3f3;
    border-radius: 5px;
}

.cuadro p {
    font-size: 1.4rem;
}

.cuadro .icono {
    font-size: 3.5rem;
    color: #1dc9cb;

}

.cuadro:hover {
    background: linear-gradient(90deg, #369898, #5eeebb);
    transform: translateY(-10px);
    transition: all 0.3s;
    color: #fff;
}

.cuadro:hover .icono {
    color: #fff;
    transition: all 0.3s;
}

.marcas {
    background: #5eeebb;
    background: linear-gradient(to right, #5eeebb, #51aafa);
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

.marcas h1 {
    font-weight: 300;
}

.marcas .media img {
    max-width: 100%;
}

.contacto {
    background-color: #f4f8fa;
    position: relative;
    float: left;
    width: 100%;
}

.formulario {
    background-color: #fff;
    box-shadow: 0px 0px 10px #f3f3f3;
    border-radius: 5px;
}

.formulario form {
    padding: 30px;
}

.formulario form h1 {
    font-weight: 300;
}

.formulario-cuadro {
    padding: 2rem;
    background: linear-gradient(45deg, #2bdc9d, #51aafa);
    height: 100%;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.infologo {
    font-weight: 400 !important;
    text-align: center;
    font-size: 22px;
    text-shadow: 1px 1px 4px #7d7d7d;
}

.botoncito {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    border-radius: 15px 15px 15px 15px;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
}

.botoncito:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 15px 15px 15px 15px;
    color: #5CE2C6;
    padding: 10px;
    font-size: 18px;
    text-shadow: none;
    font-weight: 600;
    transition: all 230ms linear;
    text-decoration: none;

}

section {
    position: relative;
    float: left;
    width: 100%;
}

.beneficios h1 {
    font-weight: 200;
}

.beneficios {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 15px;
}

.beneficios2 {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 21px;
}

.beneficios2 h1 {
    font-weight: 200;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: linear-gradient(90deg, #369898, #5eeebb);
    transform: translateY(-10px);
    transition: all 0.3s;
    color: #fff;
    margin: 5% 0% 5% 0%;
    border-radius: 20px;

}

.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
    background: linear-gradient(90deg, #369898, #5eeebb);
    transform: translateY(-10px);
    transition: all 0.3s;
    color: #fff;
    margin: 0% 0% 0% 0%;


}



#chico {
    display: none;
}

#grande {
    display: block;
}


a .nav-link:active {
    background-color: #00b1cc;

}


@media (max-width: 520px) {
    .cardpres .card {
        top: 0;
        margin-top: 60px;
        width: 100%;
    }

    .infologo img {
        max-width: 100%;
    }

    .beneficios img {
        max-width: 100%;
    }

    .imagtab img {
        max-width: 100%;
    }

    .tcentrallum {
        margin-top: 45%;
        margin-bottom: -35%
    }

    .tcentral {
        margin-top: 45%;
        margin-bottom: -35%
    }

    #chico {
        display: block;

    }

    #grande {
        display: none;
    }
}

h5 {
    color: #11afa2;
}

.navbar-light .navbar-nav .nav-link {
    color: #3e3e3e;
}

.navbar-nav {
    margin-right: 3%;
    margin-left: -5%;
}

.nav-item:hover {
    background: linear-gradient(90deg, #369898, #5eeebb);
    transition: all 0.3s;
    border-radius: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.nav-item.active {
    background: linear-gradient(90deg, #369898, #5eeebb);
    transition: all 0.3s;
    border-radius: 15px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

@media only screen and (min-width: 1720px) and (max-width: 1920px) {
    .portada {
        height: 650px;
        margin-top: 6%;
    }

    .plumin {
        height: 650px;
        margin-top: 6%;
    }

    .pbol {
        height: 650px;
        margin-top: 5.8%;
    }

    .pprue {
        height: 650px;
        margin-top: 6%;
    }


    .tcentral {
        margin-top: 20%;
    }

    .tcentrallum {
        margin-top: 22%;
    }

    .tcentrallumb {
        margin-top: 22%;
    }

    .tcentrallump {
        margin-top: 22%;
    }
}

@media only screen and (min-width: 1520px) and (max-width: 1719px) {
    .portada {
        height: 580px;
        margin-top: 6%;
    }

    .plumin {
        height: 580px;
        margin-top: 6%;
    }

    .pbol {
        height: 580px;
        margin-top: 6%;
    }

    .pprue {
        height: 580px;
        margin-top: 6%;
    }

    .tcentral {
        margin-top: 16%;
    }

    .tcentrallum {
        margin-top: 20%;
    }

    .tcentrallumb {
        margin-top: 20%;
    }

    .tcentrallump {
        margin-top: 20%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .portada {
        height: 450px;
        margin-top: 9%;
    }

    .plumin {
        height: 450px;
        margin-top: 9%;
    }

    .pbol {
        height: 450px;
        margin-top: 9%;
    }

    .pprue {
        height: 450px;
        margin-top: 9%;
    }

    .tcentral {
        margin-top: 16%;
    }

    .tcentral h1 {
        font-size: 45px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentral p {
        font-size: 22px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }

    .cardpres .card {
        top: -83px;
        height: 100%;
        box-shadow: 2px 2px 12px #d6d6d6;
        width: 100%;
    }

    .tcentrallum {
        margin-top: 16%;
    }

    .tcentrallumb {
        margin-top: 18%;
        margin-left: 26%;
        margin-right: 26%;
    }

    .tcentrallump {
        margin-top: 16%;
    }

}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .portada {
        height: 385px;
        margin-top: 13%;
    }

    .plumin {
        height: 385px;
        margin-top: 13%;
    }

    .pbol {
        height: 385px;
        margin-top: 13%;
    }

    .pprue {
        height: 385px;
        margin-top: 13%;
    }

    .tcentral {
        margin-top: 16%;
    }

    .cardpres .card {
        top: -20px;
        height: 100%;
        box-shadow: 2px 2px 12px #d6d6d6;
        width: 100%;
    }

    .tcentrallum {
        margin-top: 9%;
    }

    .tcentrallumb {
        margin-top: 22%;
        margin-left: 20%;
        margin-right: 20%;
    }

    .tcentrallump {
        margin-top: 15%;
    }

    .tcentrallump h1 {
        font-size: 40px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentrallump p {
        font-size: 22px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }

}

@media only screen and (min-width: 500px) and (max-width: 599px) {
    .portada {
        height: 380px;
        margin-top: 18.5%;
        background-image: url(../img/portadamovil.jpg);
        background-size: 100%;
    }

    .plumin {
        height: 380px;
        margin-top: 18.5%;
        background-image: url(../img/portadaLummovil.jpg);
        background-size: 100%;
    }

    .pbol {
        height: 380px;
        margin-top: 18.5%;
        background-image: url(../img/portadaNasmovil.jpg);
        background-size: 100%;
    }

    .pprue {
        height: 380px;
        margin-top: 18.5%;
        background-image: url(../img/portadapatmovil.jpg);
        background-size: 100%;
    }

    .tcentral {
        margin-top: 20%;
    }

    .tcentrallum {
        margin-top: 9%;
    }

    .tcentrallumb {
        margin-top: 22%;
    }

    .tcentrallump {
        margin-top: 18%;
    }


    .tcentrallump h1 {
        font-size: 38px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentrallump p {
        font-size: 22px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }

    .cardpres .card {
        top: 70px;
        height: 320px;
        box-shadow: 2px 2px 12px #d6d6d6;
        width: 100%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 499px) {
    .portada {
        height: 315px;
        margin-top: 22.5%;
        background-image: url(../img/portadamovil.jpg);
        background-size: 100%;
    }

    .plumin {
        height: 320px;
        margin-top: 22.5%;
        background-image: url(../img/portadaLummovil.jpg);
        background-size: 100%;
    }

    .pbol {
        height: 320px;
        margin-top: 18.5%;
        background-image: url(../img/portadaNasmovil.jpg);
        background-size: 100%;
    }

    .pprue {
        height: 320px;
        margin-top: 22.5%;
        background-image: url(../img/portadapatmovil.jpg);
        background-size: 100%;
    }

    .tcentral {
        margin-top: 20%;
    }

    .tcentrallum {
        margin-top: 5%;
    }

    .tcentrallumb {
        margin-top: 25%;
    }

    .tcentrallum h1 {
        font-size: 45px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentrallum p {
        font-size: 22px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }

    .tcentrallump {
        margin-top: 9%;
    }

    .tcentrallump h1 {
        font-size: 38px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentrallump p {
        font-size: 18px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }
}

@media only screen and (min-width: 350px) and (max-width: 399px) {
    .portada {
        height: 275px;
        margin-top: 29.5%;
        background-image: url(../img/portadamovil.jpg);
        background-size: 100%;
    }

    .plumin {
        height: 275px;
        margin-top: 29.5%;
        background-image: url(../img/portadaLummovil.jpg);
        background-size: 100%;
    }

    .pbol {
        height: 275px;
        margin-top: 18.5%;
        background-image: url(../img/portadaNasmovil.jpg);
        background-size: 100%;
    }

    .pprue {
        height: 275px;
        margin-top: 29.5%;
        background-image: url(../img/portadapatmovil.jpg);
        background-size: 100%;
    }

    .tcentral {
        margin-top: 20%;
    }

    .tcentrallum {
        margin-top: 5%;
    }

    .tcentrallumb {
        margin-top: 22%;
    }

    .tcentrallum h1 {
        font-size: 40px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentrallum p {
        font-size: 18px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }
    
        .tcentrallump h1 {
        font-size: 32px;
        text-shadow: 1px 1px 5px #a1a1a1;
    }

    .tcentrallump p {
        font-size: 15px;
        text-shadow: 1px 1px 5px #a1a1a1;
        color: #000;
    }

}
