.text-verde{
    color: rgb(50, 114, 149);
}

.navbar-collapse .navbar-nav .nav-item .text-verde:hover{
    color: rgb(50, 114, 149);
}

.i-rayo {
    background-image: url(../img/INTRO/rayo.svg);
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bg-verde{
    background-color: rgb(50, 114, 149);
}

.bg-verde-g {
    background: rgb(82,154,169);
    background: linear-gradient(149deg, rgba(82,154,169,1) 30%, rgba(50,114,149,1) 70%);
}

.mt-banner{
    margin-top: 35vh;
    z-index: 1;
}

hr{
    opacity: 1;
}

.text-justify{
    text-align: justify;
}

.btn:first-child:hover, :not(.btn-check)+.btn:hover{
    color: rgb(50, 114, 149);
}

ul.icon-list-prestaciones li{
    list-style: url("../img/icon_list.png");
}

.bg-barra{
    background-image: url("../img/PRESTACIONES/barra.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
}

.bg-banner-mobil{
    background-image: url("../img/INTRO/BannerMobil.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    z-index: 0;
    opacity: .5;
}

.text-verde-c{
    color: rgb(82, 154, 169);
}

.i-bandera{
    background-image: url(../img/SABIAS_QUE/Bandera.svg);
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.img-valores{
    width: 90px;
}

.bg-derechos{
    background-image: url("../img/DERECHOS/Derechos.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

ul.lista-prestaciones li::before {
    content: "\2022";
    color: rgb(82, 154, 169);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.lista-prestaciones{
    display: inline-block;
}

.bg-beneficios{
    background-image: url("../img/BENEFICIOS/Beneficios.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.bg-verde-cc{
    background-color: rgb(236, 247, 248);
}

ul.rombo {
    list-style: none;
}

ul.rombo li {
    margin: 0;
    padding-left: 1em;
    position: relative;
}

ul.rombo li:after {
    content: '';
    height: .4em;
    width: .4em;
    background: rgb(82, 154, 169);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: .5em;
    left: 0;
}

.text-azul{
    color: rgb(112,199,232);
}

.banner-size{
    height: 100vh;
}

.boder-diagonal-radius{
    border-radius: 10% 5%;
}

@media (min-width: 768px){
    .bg-banner-mobil{
        background: none;
    }

    .bg-circuito{
        background-image: url("../img/INTRO/circuito.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

    .bg-circuito img{
        left: -100px;
        bottom: 0px;
        height: 600px;
    }

    .mt-banner{
        margin-top: 40vh;
    }

    .banner-size{
        height: 800px;
    }

    .mt-banner{
        margin-top: 300px;
    }

    .img-quienes{
        background-image: url("../img/QUIENES_SOMOS/quienes.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
        min-height: 30vh;
    }

    .img-valores {
        width: 90%;
    }

    .shadow-bottom{
        box-shadow: 0px 10px 7px 0px rgba(0,0,0,.15)!important;
    }

    ul.icon-list-prestaciones li {
        display: inline-block;
        padding-right: 20px;
    }

    ul.icon-list-prestaciones li:before{
        content: url("../img/icon_list.png");
        padding-right: 5px;
    }

    .bg-barra{
        background-image: url("../img/PRESTACIONES/images.jpg");
    }

    .w-md-100{
        width: 100% !important;
    }

    .img-celular-mano img{
        position: absolute;
        width: 350px;
        bottom: -3rem;
        left: -50px;
    }

    .boder-diagonal-radius{
        border-radius: 50px 15px;
    }
}

@media (min-width: 992px){
    .banner-size {
        height: 100vh;
    }

    .bg-circuito {
        background-size: 60%;
        background-position-x: right;
    }

    .bg-circuito img{
        left: 0;
        height: 90vh;
    }

    .mt-banner{
        margin-top: 260px;
    }

    .img-quienes{
        background-position-y: center;
        height: 80vh;
    }

    .sabias-que-texto{
        align-self: flex-start !important;
    }

    .img-republica{
        margin-right: -300px;
        width: 95% !important;
    }

    .img-prestaciones{
        max-width: 50px !important;
    }

    .relleno-prestaciones{
        height: 142%;
        width: 100%;
        position: absolute;
        top: -21%;
    }

    ul.lista-prestaciones li {
        display: inline-block;
        padding-right: 20px;
    }

    .bg-barra{
        height: 80vh;
    }

    .img-celular-mano img {
        width: 60vh;
        left: 0;
    }

    .optimizamos{
        height: 80vh;
    }
}

@media (min-width: 1200px){
    .mt-banner {
        margin-top: 40vh;
    }

    .sabias-que-texto{
        margin-top: 0;
        margin-left: 0px;
    }
}

@media (min-width: 1800px){
    .sabias-que-texto{
        margin-top: 15vh;
        margin-left: -3vw;
    }
}