.text-pc{
    display: block !important;
}

.text-movil{
    display: none !important;
}

@media (max-width: 500px) {
    .text-1{
        font-size: 1.8em;
    }

    .text-2{
        font-size: 2.5em;
    }

    .text-3{
        font-size: 1.8em;
    }

    .text-4{
        font-size: 1.5em;
    }

    .text-pc{
        display: none !important;
    }

    .text-movil{
        display: block !important;
    }

    .text-help{
        margin-top: 0px;
    }

    .size-bg{
        background: #fff;
        border: #fff;
    }

    .carousel-indicators li{
        border-radius: 100% !important;
        margin: 20px 20px !important;
        padding: 8px 5px !important;
        background: #0072BD !important;
    }

    .contenedor{
        position: relative;
        display: inline-block;
        text-align: center;
    }
     
    .centrado{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 !important;
        transform: translate(-50%, -50%);
    }

    .centrado1{
        position: absolute;
        top: 45%;
        left: 50%;
        width: 100%;
        padding: 0 !important;
        transform: translate(-50%, -50%);
    }

    #slider-mobil{
        padding-top: 90px;
    }
}
