    @import url('https://fonts.googleapis.com/css?family=Raleway:400,700,800');
    #carousel-wrapper {
        background-color: #004A61;
        font-family: 'Raleway', sans-serif;
    }

    body.front #carousel-wrapper.movil {
        display: none;
    }

    #carousel-general {
        height: 350px;
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 1300px;
        float: unset;
    }

    #carousel-general .content-item {
        height: 350px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
    }

    #carousel-general .content-item .content-img {
        background: no-repeat scroll left center / cover;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    #carousel-general .content-item .content-data {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 11;
        background-image: linear-gradient(90deg, #004A61, #004A61, #00000000);
    }

    #carousel-general .content-item .content-data .content-text,
    #carousel-general .content-item .content-data .content-title {
        color: #FFFFFF;
        line-height: 1.1;
        font-weight: 800;
        margin-left: 50px;
    }

    #carousel-general .content-item .content-data .content-title {
        padding-bottom: 15px;
        padding-top: 15px;
        margin-top: 40px;
        padding-right: 25px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        font-size: 48px;
        margin-left: 50px;
    }

    #carousel-general .content-item .content-data .content-text {
        font-size: 24px;
        position: absolute;
        bottom: 0;
        min-width: 204px;
        width: 100%;
        margin-bottom: 50px;
    }

    #carousel-general .content-item .content-data .content-text a {
        color: #FFFFFF;
    }

    #carousel-general .carousel-footer {
        bottom: 140px;
        position: absolute;
        width: 100%;
        z-index: 100;
    }

    #carousel-general .carousel-footer .thumbnail-item {
        cursor: pointer;
        height: 50px;
        width: 40px;
    }

    #carousel-general .carousel-footer .thumbnail-item.item-next {
        float: right;
        margin-right: 0;
        font-size: 35px;
        text-align: right;
        padding-right: 10px;
    }

    #carousel-general .carousel-footer .thumbnail-item.item-prev {
        float: left;
        margin-left: 0;
        font-size: 35px;
        padding-left: 10px;
    }

    #carousel-general .carousel-footer .thumbnail-item.item-next a,
    #carousel-general .carousel-footer .thumbnail-item.item-prev a {
        color: #FFFEFE;
        text-shadow: black 0.02em 0.01em 0.2em;
    }

    #carousel-general .carousel-footer .thumbnail-item.item-next a:hover,
    #carousel-general .carousel-footer .thumbnail-item.item-prev a:hover {
        color: #E4004F;
    }
    /*****************************************************************************************************
                                           MOBILE
*****************************************************************************************************/

    @media only screen and (max-width: 1311px) {
        #carousel-general,
        #carousel-general .content-item {
            height: 200px;
        }
        #carousel-general .content-item .content-data .content-title {
            font-size: 29px;
            padding: 5px 15px 10px 0;
            margin-top: 10px;
        }
        #carousel-general .content-item .content-data .content-text {
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 20px;
        }
        #carousel-general .carousel-footer {
            bottom: 70px;
        }
    }

    @media only screen and (max-width: 767px) {
        body.front #page-wrapper {
            clear: both;
        }
        body.front #carousel-wrapper {
            display: none;
        }
        body.front #carousel-wrapper.movil {
            display: inline-block;
            width: 90%;
            margin: 16px auto;
            display: block;
        }
        body.front #carousel-wrapper.movil img {
            width: 100%;
            display: block;
        }
        .texto-carrusel-movil {
            position: absolute;
            color: rgb(255, 255, 255);
            display: block;
            font-family: Raleway, sans-serif;
            font-size: 29px;
            font-weight: 800;
            line-height: 31.9px;
            margin-left: 50px;
            margin-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 15px;
            padding-top: 5px;
            text-size-adjust: 100%;
        }
    }
