@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

@font-face {
    font-family: 'Eurostile';
    src: url("../font/eurostile0.eot");
    src: url("../font/eurostile0.eot?#iefix") format("embedded-opentype"),url("../font/eurostile0.woff") format("woff"),url("../font/eurostile0.ttf ") format("truetype")
}

body {
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #231f20;
    position: relative
}

h1, h2, h3, h4, h5 {
    color: #ff0d1b
}

h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

p {
    color: #26292a;
    word-wrap: break-word
}

a {
    color: #26292a;
    text-decoration: none
}

    a:hover, a:active, a:focus {
        color: #26292a;
        text-decoration: underline;
        outline: none
    }

.clearfix::after {
    clear: both;
    content: '';
    display: table
}

.no-link {
    cursor: default;
    pointer-events: none;
    display: block
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.full-wd {
    width: 100%
}

.no-pad {
    padding-left: 0;
    padding-right: 0
}

.no-min-height {
    min-height: 0
}

.no-transform-text {
    text-transform: none
}

video {
    width: 100%
}

.pos-absolute {
    position: absolute
}

.pos-relative {
    position: relative
}

.pos-static {
    position: static
}

.text-white {
    color: #fff
}

.text-black-color {
    color: #000
}

.primary-text-color {
    color: #26292a
}

.secondary-text-color {
    color: #606062
}

.normalw-text {
    font-weight: 400
}

.semibold-text {
    font-weight: 600
}

.bold-text {
    font-weight: 700
}

.blackw-text {
    font-weight: 900
}

.bg-white {
    background: #fff
}

.bg-primary {
    background: #ff0d1b
}

.bg-secondary {
    background: #606062
}

.bg-tertiary {
    background: #ececec
}

.bg-tansparent {
    background-color: transparent
}

.play-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    .play-toggle img {
        width: auto;
        max-width: 78px;
        max-height: 76px
    }

.back-to-top {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 15px
}

    .back-to-top i {
        padding-right: 5px
    }

#header {
    padding-bottom: 0px;
    background: #ff0d1b
}

    #header .top {
        background: #565656
    }

        #header .top .top-bar {
            background: transparent !important
        }

    #header .navbar {
        background: transparent !important
    }

        #header .navbar .navbar-brand .navbar-brand img {
            max-width: 164px;
            max-height: 108px
        }

        #header .navbar .navbar-brand .navbar-toggler {
            margin-left: 2.3rem;
            border: 0
        }

            #header .navbar .navbar-brand .navbar-toggler .navbar-toggler-icon {
                background-image: none;
                border-radius: 5px
            }

                #header .navbar .navbar-brand .navbar-toggler .navbar-toggler-icon i {
                    color: white;
                    font-size: 2em
                }

        #header .navbar .navbar-collapse {
            margin: 0px -15px
        }

            #header .navbar .navbar-collapse ul li a {
                color: #fff;
                text-transform: none;
                font-weight: 400;
                font-size: 16px;
                padding: 10px;
                border-bottom: none;
                border-color: transparent;
                text-align: center;
                display: block
            }

                #header .navbar .navbar-collapse ul li a:hover, #header .navbar .navbar-collapse ul li a:focus {
                    background-color: #565656;
                    color: #ff0d1b;
                    font-weight: 400;
                    border-radius: 0px
                }

            #header .navbar .navbar-collapse ul li.active a {
                color: #ff0d1b;
                background-color: white
            }

                #header .navbar .navbar-collapse ul li.active a, #header .navbar .navbar-collapse ul li.active a:hover {
                    background-color: white;
                    color: #000
                }

            #header .navbar .navbar-collapse ul li.dropdown a {
                color: white;
                background-color: #565656
            }

            #header .navbar .navbar-collapse ul li.dropdown.open ul.dropdown-menu li a {
                color: white;
                font-size: 16px;
                text-transform: none;
                padding-left: 20px
            }

                #header .navbar .navbar-collapse ul li.dropdown.open ul.dropdown-menu li a:hover {
                    color: #ff0d1b;
                    background-color: #fff;
                    font-weight: bold
                }

            #header .navbar .navbar-collapse .dropdown-menu {
                padding: 0px;
                border: 0
            }

                #header .navbar .navbar-collapse .dropdown-menu li {
                    display: block
                }

                    #header .navbar .navbar-collapse .dropdown-menu li a {
                        color: white;
                        padding: 10px 10px 10px 30px
                    }

                        #header .navbar .navbar-collapse .dropdown-menu li a:hover {
                            background-color: white;
                            color: #000
                        }

                    #header .navbar .navbar-collapse .dropdown-menu li:last-child {
                        display: block
                    }

@media (min-width: 576px) {
    #header {
        position: absolute;
        z-index: 1;
        background: transparent;
        width: 100%
    }

        #header .top {
            background: transparent
        }

        #header .affix {
            top: 0;
            width: 100%;
            z-index: 9999 !important;
            position: fixed
        }

        #header #social-header {
            background: transparent;
            min-height: 30px;
            padding-top: 13px;
            padding-bottom: 5px;
            padding-top: 20px;
            padding-bottom: 0
        }

            #header #social-header .section-brand {
                display: inline-block;
                margin-top: 20px
            }

                #header #social-header .section-brand img {
                    max-width: 150px;
                    max-height: 108px
                }

            #header #social-header .content-social {
                float: right;
                padding-top: 50px;
                padding-right: 0px
            }

                #header #social-header .content-social ul.social-link {
                    margin-bottom: 0px
                }

                    #header #social-header .content-social ul.social-link button {
                        background-color: transparent;
                        border-color: transparent;
                        padding: 0
                    }

                    #header #social-header .content-social ul.social-link .btn-group .dropdown-menu.show {
                        background-color: #ff0d1b
                    }

                        #header #social-header .content-social ul.social-link .btn-group .dropdown-menu.show a {
                            color: white;
                            padding: 5px
                        }

                            #header #social-header .content-social ul.social-link .btn-group .dropdown-menu.show a:hover, #header #social-header .content-social ul.social-link .btn-group .dropdown-menu.show a:active, #header #social-header .content-social ul.social-link .btn-group .dropdown-menu.show a:focus {
                                text-decoration: underline
                            }

                    #header #social-header .content-social ul.social-link li {
                        list-style: none;
                        display: inline-block;
                        padding-left: 10px
                    }

                        #header #social-header .content-social ul.social-link li a {
                            padding-left: 0px;
                            color: white
                        }

                            #header #social-header .content-social ul.social-link li a i {
                                background-color: white;
                                border-radius: 50%;
                                color: #4d4d4f;
                                height: 29px;
                                width: 29px;
                                padding: 5px;
                                font-size: 20px;
                                top: 5px;
                                position: relative
                            }

                                #header #social-header .content-social ul.social-link li a i:hover {
                                    background: #a8a8a9
                                }

                            #header #social-header .content-social ul.social-link li a.no-link {
                                font-size: 28px;
                                font-style: italic;
                                color: #000;
                                position: relative;
                                top: -40px
                            }

                                #header #social-header .content-social ul.social-link li a.no-link span {
                                    color: #ff0d1b
                                }

                            #header #social-header .content-social ul.social-link li a:hover {
                                color: white
                            }

                                #header #social-header .content-social ul.social-link li a:hover img {
                                    opacity: 0.8
                                }

                    #header #social-header .content-social ul.social-link .contact a {
                        color: white
                    }

                        #header #social-header .content-social ul.social-link .contact a i {
                            background: none;
                            color: white;
                            position: relative;
                            top: 0px
                        }

        #header .navbar {
            border-radius: 0px;
            background-color: rgba(255,13,27,0.9);
            z-index: 2;
            height: 50px
        }

            #header .navbar .navbar-brand {
                width: 260px
            }

                #header .navbar .navbar-brand .navbar-brand {
                    max-width: 100%
                }

                    #header .navbar .navbar-brand .navbar-brand img {
                        max-width: none
                    }

            #header .navbar .navbar-collapse {
                background-color: transparent;
                padding: 0
            }

                #header .navbar .navbar-collapse .navbar-nav {
                    position: relative;
                    top: 0px;
                    z-index: 1;
                    text-align: right;
                    width: 100%;
                    margin: 0;
                    padding: 7px 0px 0px 0px
                }

                    #header .navbar .navbar-collapse .navbar-nav li {
                        display: inline-block;
                        float: none;
                        padding: 0px 10px
                    }

                        #header .navbar .navbar-collapse .navbar-nav li a {
                            color: #fff;
                            background-color: transparent !important;
                            border-bottom: none;
                            padding: 7px 4px 8px 4px;
                            font-weight: 400;
                            font-size: 15px;
                            border-radius: 25px;
                            letter-spacing: 0px;
                            text-align: left
                        }

                            #header .navbar .navbar-collapse .navbar-nav li a i {
                                background-color: transparent
                            }

                            #header .navbar .navbar-collapse .navbar-nav li a:hover, #header .navbar .navbar-collapse .navbar-nav li a:focus, #header .navbar .navbar-collapse .navbar-nav li a:active {
                                background-color: transparent;
                                color: #fff;
                                font-weight: 400;
                                box-shadow: none;
                                border-radius: 10px;
                                border-radius: 0px;
                                text-decoration: underline
                            }

                        #header .navbar .navbar-collapse .navbar-nav li:hover {
                            background: rgba(86,86,86,0.4)
                        }

                        #header .navbar .navbar-collapse .navbar-nav li:first-child a {
                            border-left: 0px
                        }

                        #header .navbar .navbar-collapse .navbar-nav li.active a {
                            background-color: transparent;
                            box-shadow: none;
                            border-radius: 25px;
                            color: white
                        }

                            #header .navbar .navbar-collapse .navbar-nav li.active a, #header .navbar .navbar-collapse .navbar-nav li.active a:hover {
                                background-color: transparent;
                                box-shadow: none;
                                border-radius: 0px;
                                color: white
                            }

                    #header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
                        background-color: rgba(255,13,27,0.6);
                        border: none;
                        padding-bottom: 0px;
                        border-radius: 0;
                        margin: 0;
                        width: 100%
                    }

                        #header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
                            display: block
                        }

                            #header .navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
                                padding: 8px 15px 5px 30px;
                                text-align: left
                            }

                                #header .navbar .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
                                    color: white;
                                    text-decoration: none
                                }

                                #header .navbar .navbar-collapse .navbar-nav .dropdown-menu li a:after {
                                    height: 0px
                                }

                            #header .navbar .navbar-collapse .navbar-nav .dropdown-menu li:last-child {
                                display: block
                            }

                    #header .navbar .navbar-collapse .navbar-nav li.dropdown a:hover {
                        color: white;
                        background: rgba(86,86,86,0.4)
                    }

                    #header .navbar .navbar-collapse .navbar-nav li.dropdown.open ul.dropdown-menu li a {
                        padding-left: 10px
                    }
}

@media (min-width: 992px) {
    #header {
        position: absolute
    }

        #header #social-header .section-brand img {
            max-width: 164px;
            max-height: 108px
        }

        #header .navbar .navbar-collapse {
            top: -35px
        }

            #header .navbar .navbar-collapse .navbar-nav {
                display: block;
                text-align: right;
                padding: 10px 0px 0px 0px
            }

                #header .navbar .navbar-collapse .navbar-nav li {
                    padding: 5px 10px
                }

                    #header .navbar .navbar-collapse .navbar-nav li a {
                        padding: 7px 12px 8px 14px;
                        font-size: 16px
                    }

                #header .navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
                    padding: 15px 15px 15px 20px
                }
}

@media (min-width: 1441px) {
    #header .navbar {
        min-height: 50px
    }

        #header .navbar .title-area .navbar-brand {
            padding-top: 13px;
            padding-bottom: 11px
        }

        #header .navbar .navbar-collapse .navbar-nav {
            display: block;
            text-align: right;
            padding: 10px 0px 0px 0px
        }

            #header .navbar .navbar-collapse .navbar-nav li a {
                font-size: 16px;
                padding: 3px 0px 8px 22px;
                text-transform: none
            }

            #header .navbar .navbar-collapse .navbar-nav li:hover {
                border-bottom: none
            }

            #header .navbar .navbar-collapse .navbar-nav li.has-dropdown.hover ul.dropdown li a {
                font-size: 15px;
                padding-left: 20px
            }

        #header .navbar:after {
            margin-top: 0px;
            position: relative;
            z-index: 1
        }

    #header #social-header {
        position: relative;
        z-index: 3
    }

        #header #social-header .section-brand {
            display: inline-block;
            position: absolute;
            z-index: 3;
            background: transparent;
            border-radius: 5px;
            top: 10px;
            left: 0px;
            margin-top: 0px
        }

        #header #social-header .content-social {
            float: right;
            display: inline-block;
            width: auto;
            padding-top: 20px;
            padding-bottom: 40px;
            padding-right: 0px
        }

            #header #social-header .content-social ul.social-link {
                padding-left: 0px
            }

                #header #social-header .content-social ul.social-link li a {
                    padding-left: 0px
                }
}

footer {
    margin-top: 0px;
    border-top: solid 4px #F00;
    position: relative
}

    footer #top-footer {
        background-color: #e6e7e8;
        height: auto;
        padding: 20px 0px
    }

        footer #top-footer h4 {
            text-align: center;
            color: #000;
            font-weight: bold;
            padding: 15px 0px
        }

        footer #top-footer ul {
            text-align: center
        }

            footer #top-footer ul li {
                text-align: center;
                list-style: none;
                display: inline-block;
                padding: 5px 0px
            }

                footer #top-footer ul li a {
                    color: #636466;
                    text-transform: uppercase;
                    font-size: 18px;
                    font-weight: 500
                }

                    footer #top-footer ul li a:hover {
                        background: none;
                        color: #000
                    }

                footer #top-footer ul li img {
                    max-width: 65px
                }

    footer #bottom-footer {
        padding-top: 30px;
        background-color: #222
    }

        footer #bottom-footer .footer-logo {
            padding-bottom: 30px
        }

            footer #bottom-footer .footer-logo a {
                color: white;
                text-align: center;
                font-size: 12px;
                padding-bottom: 30px
            }

                footer #bottom-footer .footer-logo a i {
                    display: block
                }

            footer #bottom-footer .footer-logo img {
                margin: 0 auto;
                display: block;
                background: transparent;
                border-radius: 5px;
                max-width: 164px
            }

        footer #bottom-footer .menu-footer p {
            color: white;
            text-align: center;
            text-decoration: underline
        }

        footer #bottom-footer .menu-footer ul.Footer-navList {
            padding-left: 0px;
            text-align: center
        }

            footer #bottom-footer .menu-footer ul.Footer-navList li.Footer-navLink {
                list-style: none;
                line-height: 1.8
            }

                footer #bottom-footer .menu-footer ul.Footer-navList li.Footer-navLink a {
                    color: white
                }

        footer #bottom-footer .menu-footer .exlink {
            text-align: center;
            display: block;
            color: white;
            padding-bottom: 20px;
            font-size: 15px
        }

            footer #bottom-footer .menu-footer .exlink:hover {
                font-weight: bold
            }

        footer #bottom-footer .header-button {
            margin: 0 auto;
            text-align: center
        }

            footer #bottom-footer .header-button a {
                box-shadow: 0px 0px 20px 5px rgba(51,51,51,0.39)
            }

        footer #bottom-footer .social_links {
            padding-top: 10px
        }

            footer #bottom-footer .social_links .link-title p {
                font-size: 12px;
                color: #d2d2d3;
                text-align: center
            }

            footer #bottom-footer .social_links .social-icon {
                text-align: center;
                padding-top: 0px;
                padding-bottom: 10px;
                padding-left: 0px;
                display: flex;
                justify-content: center
            }

                footer #bottom-footer .social_links .social-icon li {
                    list-style: none
                }

                    footer #bottom-footer .social_links .social-icon li a {
                        padding: 0px 7px
                    }

                        footer #bottom-footer .social_links .social-icon li a i {
                            height: 49px;
                            width: 49px;
                            background-color: #d2d2d3;
                            border-radius: 50%;
                            color: #4d4d4f;
                            font-size: 33px;
                            padding-top: 8px
                        }

                            footer #bottom-footer .social_links .social-icon li a i:hover {
                                background: #a8a8a9
                            }

        footer #bottom-footer .contact-info {
            text-align: center
        }

            footer #bottom-footer .contact-info p, footer #bottom-footer .contact-info a {
                color: white;
                font-size: 14px;
                margin-bottom: 5px
            }

                footer #bottom-footer .contact-info p i, footer #bottom-footer .contact-info a i {
                    padding-right: 5px
                }

        footer #bottom-footer #content-legal {
            margin-top: 20px;
            padding-top: 5px;
            padding-bottom: 0px;
            border-top: 4px solid #e6e7e8;
            width: 100%
        }

            footer #bottom-footer #content-legal .footer-legal {
                margin-top: 0px;
                margin-bottom: 0px
            }

                footer #bottom-footer #content-legal .footer-legal p {
                    color: #aaa9a9;
                    font-size: 13px;
                    line-height: 20px;
                    text-align: center;
                    text-transform: capitalize;
                    text-decoration: none;
                    font-weight: normal
                }

                footer #bottom-footer #content-legal .footer-legal a {
                    color: #aaa9a9;
                    font-size: 12px
                }

                    footer #bottom-footer #content-legal .footer-legal a:hover {
                        font-weight: bold;
                        text-decoration: underline
                    }

    footer .foot_footer {
        background-color: #222;
        height: 40px;
        width: 100%;
        padding-top: 10px;
        border-top: 1px solid #777;
        padding-bottom: 45px
    }

        footer .foot_footer .sub_footer_body p {
            width: 100%;
            text-align: center;
            color: white;
            font-size: 0.8em
        }

@media (min-width: 576px) {
    footer #top-footer ul {
        position: relative;
        width: 100%;
        text-align: center;
        margin: 0;
        height: auto;
        display: flex;
        flex-flow: wrap;
        justify-content: space-evenly;
        align-items: center
    }

        footer #top-footer ul li {
            padding: 5px 0px
        }

            footer #top-footer ul li a {
                padding: 5px 10px;
                padding-right: 0px;
                font-weight: bold
            }

                footer #top-footer ul li a:hover, footer #top-footer ul li a:active, footer #top-footer ul li a:focus {
                    background: transparent
                }

                footer #top-footer ul li a .active:hover {
                    background: transparent
                }

    footer #bottom-footer #content-legal {
        border-top: 1px solid #e6e7e8;
        padding-top: 10px
    }

        footer #bottom-footer #content-legal .footer-legal {
            padding-bottom: 10px
        }

            footer #bottom-footer #content-legal .footer-legal p {
                font-size: 15px;
                margin: 0px
            }
}

@media (min-width: 768px) {
    footer #top-footer ul li a img {
        max-width: 80px
    }
}

@media (min-width: 992px) {
    footer #top-footer ul li {
        padding: 5px 5px
    }

        footer #top-footer ul li a img {
            max-width: 115px
        }

    footer #bottom-footer {
        padding-top: 15px
    }

        footer #bottom-footer .footer-logo {
            padding-bottom: 0px
        }

        footer #bottom-footer .col {
            border-right: 2px solid #aaa9a9;
            margin-top: 8px
        }

        footer #bottom-footer .menu-footer {
            padding-top: 5px;
            display: inline-block
        }

            footer #bottom-footer .menu-footer p {
                text-align: left
            }

            footer #bottom-footer .menu-footer ul.Footer-navList {
                text-align: left
            }

            footer #bottom-footer .menu-footer .exlink {
                font-size: 13px;
                padding-bottom: 0px;
                display: inline-block;
                border-right: 2px solid #aaa9a9;
                padding-right: 36px;
                padding-left: 20px
            }

        footer #bottom-footer .header-button {
            text-align: right;
            display: inline-block;
            padding-left: 45px
        }

        footer #bottom-footer .social_links {
            display: inline-flex;
            padding-top: 10px;
            text-align: right;
            padding-left: 0px;
            padding-bottom: 0px
        }

            footer #bottom-footer .social_links .link-title {
                display: inline-block
            }

            footer #bottom-footer .social_links .social-icon {
                text-align: right;
                top: -5px;
                position: relative;
                padding-left: 10px;
                margin-bottom: 0px
            }

                footer #bottom-footer .social_links .social-icon li a {
                    padding: 0px 6px
                }

                    footer #bottom-footer .social_links .social-icon li a i {
                        height: 29px;
                        width: 29px;
                        padding: 5px;
                        font-size: 20px
                    }

                footer #bottom-footer .social_links .social-icon li:first-child a i {
                    padding-right: 10px
                }

        footer #bottom-footer .contact-info {
            text-align: left
        }
}

@media (min-width: 1200px) {
    footer #top-footer ul li {
        padding: 5px 20px
    }
}

@media (min-width: 1441px) {
    footer #top-footer ul li a {
        padding: 5px 22px;
        padding-right: 0px
    }

    footer #bottom-footer .footer-logo img {
        width: auto
    }

    footer #bottom-footer .menu-footer .exlink {
        padding-left: 33px;
        padding-right: 43px;
        font-size: 15px
    }

    footer #bottom-footer .menu-footer #link1 {
        padding-left: 75px
    }

    footer #bottom-footer .header-button {
        padding-left: 40px
    }
}

.btn {
    background-color: #ff0d1b;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    opacity: 1;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem
}

    .btn:hover, .btn:active, .btn:focus {
        background-color: #606062;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius: 0;
        opacity: 1;
        padding-top: 0.8rem;
        padding-right: 2rem;
        padding-bottom: 0.8rem;
        padding-left: 2rem
    }

.btn-tab {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem
}

    .btn-tab:hover, .btn-tab:active, .btn-tab:focus {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem
    }

.social-items {
    list-style: none
}

.custom-social {
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid #ff0d1b;
    color: #ff0d1b;
    width: 39px
}

    .custom-social:hover {
        color: #fff;
        background-color: #d90b17;
        border: 2px solid #d90b17
    }

@media (min-width: 768px) {
    .carousel .carousel-inner .carousel-item a {
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
        display: block;
        border-radius: 5px
    }

        .carousel .carousel-inner .carousel-item a img {
            margin-bottom: 10px;
            border-radius: 5px;
            max-height: 200px;
            display: block
        }

        .carousel .carousel-inner .carousel-item a:hover, .carousel .carousel-inner .carousel-item a:active, .carousel .carousel-inner .carousel-item a:focus {
            opacity: 0.9
        }

    .carousel .carousel-control-prev, .carousel .carousel-control-next {
        z-index: 1;
        color: #000;
        font-size: 60px;
        background-color: #ff0d1b;
        width: 36px;
        height: 60px;
        top: 33%;
        opacity: 1
    }

        .carousel .carousel-control-prev:hover, .carousel .carousel-control-next:hover {
            background-color: #606062
        }

    .carousel .carousel-indicators {
        bottom: -50px
    }

        .carousel .carousel-indicators li {
            background-color: #606062;
            height: 10px
        }

            .carousel .carousel-indicators li:before {
                background-color: #606062;
                height: 10px
            }

            .carousel .carousel-indicators li.active {
                background-color: #ff0d1b
            }

                .carousel .carousel-indicators li.active:before {
                    background-color: #606062
                }
}

#pagination {
    margin: 1em 0
}

    #pagination li {
        list-style: none
    }

        #pagination li a {
            padding: 0.5rem
        }

        #pagination li .disabled {
            color: #cdcdcd
        }

        #pagination li.active a {
            color: red
        }

#content_main {
    width: 1024px;
    margin: 1em auto
}

    #content_main #content_login {
        max-width: 470px;
        margin: 0 auto;
        width: 100%
    }

        #content_main #content_login .logo {
            float: none;
            margin: 2em auto;
            display: block;
            text-align: center
        }

        #content_main #content_login #head_wrap {
            background: #F00D1D;
            border: solid 1px #c20a17;
            border-radius: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizinga: border-box;
            box-sizing: border-box;
            margin: 0.5em 0;
            text-align: center;
            width: 100%;
            height: 55px
        }

            #content_main #content_login #head_wrap span {
                color: #FFF;
                font: 1em oswaldregular;
                line-height: 50px
            }

        #content_main #content_login #wrapper_login, #content_main #content_login #wrapper_main {
            background: #FFF;
            border: solid 1px #EEE;
            border-radius: 10px;
            box-sizing: border-box;
            margin-bottom: 1em;
            min-height: 260px;
            padding: 1em;
            width: 100%
        }

            #content_main #content_login #wrapper_login .wrap_titulo, #content_main #content_login #wrapper_login .tareas, #content_main #content_login #wrapper_main .wrap_titulo, #content_main #content_login #wrapper_main .tareas {
                background: #f6f6f6;
                border: solid 1px #CCC;
                box-sizing: border-box;
                border-radius: 10px;
                height: 50px;
                line-height: 50px;
                margin-bottom: 1em;
                text-align: left;
                width: 100%;
                padding: 0 1em
            }

.input {
    border: solid 1px #CCC;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0.5em 0;
    padding: 0.5em;
    width: 100%
}

.bg-theme {
    color: #fff
}

.loader-wrapper {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

    .loader-wrapper .loader-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        height: 150px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 5px solid #fff;
        box-shadow: 0 0 0 5px #ff0d1b;
        overflow: hidden
    }

        .loader-wrapper .loader-circle .loader-wave {
            position: relative;
            width: 100%;
            height: 100%;
            background: #ff0d1b;
            border-radius: 50%;
            box-shadow: inset 0 0 50px rgba(0,0,0,0.5)
        }

            .loader-wrapper .loader-circle .loader-wave:before, .loader-wrapper .loader-circle .loader-wave:after {
                content: '';
                position: absolute;
                width: 200%;
                height: 200%;
                top: 0%;
                left: 50%;
                transform: translate(-50%, -75%)
            }

            .loader-wrapper .loader-circle .loader-wave:before {
                border-radius: 45%;
                background: white;
                animation: animate 5s linear infinite;
                -webkit-animation: animate 5s linear infinite;
                -ms-animation: animate 5s linear infinite;
                -moz-animation: animate 5s linear infinite
            }

            .loader-wrapper .loader-circle .loader-wave:after {
                border-radius: 40%;
                background: rgba(255,255,255,0.5);
                animation: animate 10s linear infinite;
                -webkit-animation: animate 10s linear infinite;
                -ms-animation: animate 10s linear infinite;
                -moz-animation: animate 10s linear infinite
            }

.mce-visualblocks:not([dir=rtl]) address, .mce-visualblocks:not([dir=rtl]) article, .mce-visualblocks:not([dir=rtl]) aside, .mce-visualblocks:not([dir=rtl]) blockquote, .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]), .mce-visualblocks:not([dir=rtl]) dl, .mce-visualblocks:not([dir=rtl]) figcaption, .mce-visualblocks:not([dir=rtl]) figure, .mce-visualblocks:not([dir=rtl]) h1, .mce-visualblocks:not([dir=rtl]) h2, .mce-visualblocks:not([dir=rtl]) h3, .mce-visualblocks:not([dir=rtl]) h4, .mce-visualblocks:not([dir=rtl]) h5, .mce-visualblocks:not([dir=rtl]) h6, .mce-visualblocks:not([dir=rtl]) hgroup, .mce-visualblocks:not([dir=rtl]) ol, .mce-visualblocks:not([dir=rtl]) p, .mce-visualblocks:not([dir=rtl]) pre, .mce-visualblocks:not([dir=rtl]) section, .mce-visualblocks:not([dir=rtl]) ul {
    margin-left: 0;
    padding-left: 1px
}

    .mce-visualblocks:not([dir=rtl]) address .row, .mce-visualblocks:not([dir=rtl]) article .row, .mce-visualblocks:not([dir=rtl]) aside .row, .mce-visualblocks:not([dir=rtl]) blockquote .row, .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]) .row, .mce-visualblocks:not([dir=rtl]) dl .row, .mce-visualblocks:not([dir=rtl]) figcaption .row, .mce-visualblocks:not([dir=rtl]) figure .row, .mce-visualblocks:not([dir=rtl]) h1 .row, .mce-visualblocks:not([dir=rtl]) h2 .row, .mce-visualblocks:not([dir=rtl]) h3 .row, .mce-visualblocks:not([dir=rtl]) h4 .row, .mce-visualblocks:not([dir=rtl]) h5 .row, .mce-visualblocks:not([dir=rtl]) h6 .row, .mce-visualblocks:not([dir=rtl]) hgroup .row, .mce-visualblocks:not([dir=rtl]) ol .row, .mce-visualblocks:not([dir=rtl]) p .row, .mce-visualblocks:not([dir=rtl]) pre .row, .mce-visualblocks:not([dir=rtl]) section .row, .mce-visualblocks:not([dir=rtl]) ul .row {
        border: 3px solid #dc35456b !important
    }

        .mce-visualblocks:not([dir=rtl]) address .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) article .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) aside .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) blockquote .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]) .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) dl .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) figcaption .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) figure .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) h1 .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) h2 .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) h3 .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) h4 .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) h5 .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) h6 .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) hgroup .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) ol .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) p .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) pre .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) section .row div[class*=col-], .mce-visualblocks:not([dir=rtl]) ul .row div[class*=col-] {
            border: 1px solid #dc35456b !important
        }

.header {
    background: #fff
}

    .header .logo {
        display: inline-block;
        font-size: 23px;
        font-weight: 500;
        color: #ff0d1b !important;
        max-height: 30px
    }

        .header .logo:hover {
            color: #ff0d1b !important
        }

        .header .logo span.small {
            color: #26292a !important;
            font-weight: 500
        }

    .header .flex-header-menu, .header .flex-social {
        display: flex
    }

    .header .mt-13 {
        margin-top: 13px
    }

    .header .dropdown-menu.mt-10 {
        margin-top: 0.1rem !important
    }

    .header .menu-icon {
        position: relative;
        display: inline-block;
        font-size: 18px;
        margin: 5px 15px 0px 10px;
        cursor: pointer
    }

        .header .menu-icon #sidebar-toggle-btn:before {
            content: '\f0c9';
            font-family: FontAwesome !important;
            display: inline-block;
            color: #313246;
            transition: 300ms
        }

        .header .menu-icon #sidebar-toggle-btn.slide-in:before {
            content: '\f00d';
            font-family: FontAwesome !important;
            display: inline-block;
            color: #313246;
            font-size: 18px
        }

        .header .menu-icon:first-child {
            margin: 5px 15px 0px 0px;
            color: #313246
        }

        .header .menu-icon:last-child {
            margin-right: 0px
        }

    .header .top-menu li a:hover, .header .top-menu li a:active, .header .top-menu li a:focus {
        color: #ff0d1b
    }

        .header .top-menu li a:hover span, .header .top-menu li a:active span, .header .top-menu li a:focus span {
            color: #ff0d1b
        }

.main-content {
    position: relative
}

    .main-content .content.expand-content {
        min-width: 92%
    }

    .main-content .content {
        transition: 200ms
    }

        .main-content .content h5 {
            border: 1px solid #ececec;
            padding: 1em
        }

        .main-content .content #form_edit {
            position: relative
        }

            .main-content .content #form_edit .input {
                display: list-item;
                width: 100%;
                list-style: none
            }

            .main-content .content #form_edit .control {
                display: inline-block;
                margin: 2px;
                vertical-align: top
            }

            .main-content .content #form_edit .checkbox-inline {
                height: 20px;
                width: 35%
            }

            .main-content .content #form_edit .delete {
                background: url("../img/admin/delete.png") no-repeat #CCC center !important;
                display: block;
                height: 16px;
                position: absolute;
                right: 10px;
                top: 10px;
                width: 16px
            }

                .main-content .content #form_edit .delete:hover {
                    background: url("../img/admin/delete.png") no-repeat #FF0D1D center !important
                }

    .main-content .sidebar {
        height: auto;
        min-height: 100vh;
        transition: 200ms
    }

        .main-content .sidebar .inner-sidebar {
            height: 100%;
            background: #2E2E3A
        }

            .main-content .sidebar .inner-sidebar .avatar img {
                width: 75px;
                height: 75px;
                margin-top: 25px;
                margin-bottom: 10px;
                border: 3px solid #fff
            }

            .main-content .sidebar .inner-sidebar .avatar P {
                color: #fff
            }

            .main-content .sidebar .inner-sidebar .sidebar-menu {
                padding: 0;
                margin: 0
            }

                .main-content .sidebar .inner-sidebar .sidebar-menu li {
                    position: relative !important;
                    display: block;
                    border-bottom: 1px solid #313246
                }

                    .main-content .sidebar .inner-sidebar .sidebar-menu li a {
                        display: block;
                        color: #fff;
                        font-size: 15px;
                        padding: 13px 20px;
                        transition: 300ms
                    }

                        .main-content .sidebar .inner-sidebar .sidebar-menu li a:hover {
                            padding-left: 30px
                        }

                    .main-content .sidebar .inner-sidebar .sidebar-menu li ul {
                        width: 100%;
                        height: auto;
                        background: #313246;
                        display: none
                    }

                        .main-content .sidebar .inner-sidebar .sidebar-menu li ul li {
                            border: 0px
                        }

                    .main-content .sidebar .inner-sidebar .sidebar-menu li:first-child {
                        border-top: 1px solid #313246
                    }

        .main-content .sidebar.shrink-sidebar {
            max-width: 85px !important;
            min-width: 85px !important
        }

            .main-content .sidebar.shrink-sidebar .avatar img {
                width: 40px;
                height: 40px
            }

            .main-content .sidebar.shrink-sidebar .avatar p, .main-content .sidebar.shrink-sidebar .avatar span.small {
                display: none
            }

            .main-content .sidebar.shrink-sidebar .sidebar-menu li {
                position: relative !important;
                border-bottom: 1px solid #313246
            }

                .main-content .sidebar.shrink-sidebar .sidebar-menu li a {
                    padding-top: 10px
                }

                    .main-content .sidebar.shrink-sidebar .sidebar-menu li a:hover {
                        padding-left: 15px
                    }

                    .main-content .sidebar.shrink-sidebar .sidebar-menu li a span.none {
                        display: none
                    }

                .main-content .sidebar.shrink-sidebar .sidebar-menu li ul {
                    position: absolute;
                    z-index: 1000;
                    top: 0px;
                    left: 50px;
                    width: 270px !important
                }

                    .main-content .sidebar.shrink-sidebar .sidebar-menu li ul li {
                        border-bottom: 1px solid #2E2E3A
                    }

                        .main-content .sidebar.shrink-sidebar .sidebar-menu li ul li:last-child {
                            border-bottom: none
                        }

                .main-content .sidebar.shrink-sidebar .sidebar-menu li:hover ul {
                    display: block
                }

                    .main-content .sidebar.shrink-sidebar .sidebar-menu li:hover ul li a {
                        padding-left: 2px
                    }

@media only screen and (max-width: 1074px) {
    .main-content .login-box {
        width: 75%
    }

    .main-content .content.expand-content {
        min-width: 100%
    }

    .main-content .content {
        min-width: 90%
    }

    .main-content .sidebar {
        max-width: 85px !important;
        min-width: 85px !important
    }

        .main-content .sidebar .inner-sidebar .avatar img {
            width: 40px;
            height: 40px
        }

        .main-content .sidebar .inner-sidebar .avatar P, .main-content .sidebar .inner-sidebar .avatar span.small {
            display: none
        }

        .main-content .sidebar .inner-sidebar .sidebar-menu li {
            position: relative !important;
            border-bottom: 1px solid #313246
        }

            .main-content .sidebar .inner-sidebar .sidebar-menu li a {
                padding-top: 10px;
                pointer-events: none
            }

                .main-content .sidebar .inner-sidebar .sidebar-menu li a:hover {
                    padding-left: 15px
                }

                .main-content .sidebar .inner-sidebar .sidebar-menu li a span.none {
                    display: none
                }

            .main-content .sidebar .inner-sidebar .sidebar-menu li ul {
                position: absolute;
                z-index: 1000;
                top: 0px;
                left: 50px;
                width: 270px !important
            }

                .main-content .sidebar .inner-sidebar .sidebar-menu li ul li {
                    border-bottom: 1px solid #2E2E3A
                }

                    .main-content .sidebar .inner-sidebar .sidebar-menu li ul li:last-child {
                        border-bottom: none
                    }

            .main-content .sidebar .inner-sidebar .sidebar-menu li:hover ul {
                display: block
            }

                .main-content .sidebar .inner-sidebar .sidebar-menu li:hover ul li a {
                    padding-left: 2px
                }

        .main-content .sidebar.shrink-sidebar {
            max-width: 250px !important;
            min-width: 250px !important;
            z-index: 1000;
            position: absolute;
            bottom: -20px;
            top: 0px;
            height: 100%
        }

            .main-content .sidebar.shrink-sidebar .avatar img {
                width: 50px;
                height: 50px
            }

            .main-content .sidebar.shrink-sidebar .avatar p, .main-content .sidebar.shrink-sidebar .avatar span.small {
                display: block
            }

            .main-content .sidebar.shrink-sidebar .sidebar-menu li a {
                pointer-events: auto
            }

                .main-content .sidebar.shrink-sidebar .sidebar-menu li a span.none {
                    display: initial
                }

            .main-content .sidebar.shrink-sidebar .sidebar-menu li ul {
                position: relative;
                left: 0px;
                z-index: 0 !important;
                width: auto !important
            }

                .main-content .sidebar.shrink-sidebar .sidebar-menu li ul li {
                    border-bottom: none
                }

            .main-content .sidebar.shrink-sidebar .sidebar-menu li:hover ul {
                display: none
            }
}

@media only screen and (max-width: 906px) {
    .main-content .content.expand-content {
        width: 100%;
        min-width: 100%
    }

    .main-content .content {
        width: 100%;
        min-width: 100%
    }

    .main-content .sidebar {
        max-width: 0px !important;
        min-width: 0px !important;
        width: 0px !important;
        min-height: 100%;
        overflow: hidden;
        height: 100%;
        padding: 0px;
        margin: 0px;
        z-index: 1000;
        position: absolute;
        top: 0px;
        bottom: 0px !important
    }

        .main-content .sidebar .inner-sidebar .avatar img {
            display: none
        }

        .main-content .sidebar .inner-sidebar .avatar P, .main-content .sidebar .inner-sidebar .avatar span.small {
            display: none
        }

        .main-content .sidebar.shrink-sidebar .avatar {
            text-align: center
        }

            .main-content .sidebar.shrink-sidebar .avatar img {
                display: inline
            }

            .main-content .sidebar.shrink-sidebar .avatar p, .main-content .sidebar.shrink-sidebar .avatar span.small {
                display: block
            }

    .main-content .content.pl-0 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .main-content .card-chats {
        width: 100%
    }
}

@media only screen and (max-width: 868px) {
    .cont-1, .cont-2, .cont-3, .cont-4 {
        display: initial
    }

    #card-chats, #card-all {
        margin-left: 0px !important
    }

    #card-chats, #card-all, .card-pro, .card-traffic, .card-analytics, .card-calendar {
        display: block !important;
        min-width: 100%;
        width: 100% !important;
        box-sizing: border-box;
        padding: 0px
    }

    .login-box {
        width: 85%
    }

    .profile-img {
        top: 100px
    }

    .bio-header {
        margin-left: 0px
    }

    .bio-header, .bio-comment {
        display: block;
        min-width: 100% !important;
        text-align: center !important
    }

    .bio-comment {
        padding: 5px 0px !important
    }
}

@media only screen and (max-width: 748px) {
    .container-fluid {
        padding: 0px !important
    }

    .header.pt-3.pb-2 {
        display: initial;
        padding: 0px !important;
        margin: 0px !important
    }

    .header-logo {
        display: block;
        min-width: 100%;
        width: 100%;
        padding: 10px 7px;
        margin: 0px
    }

    .logo, .logo span.small {
        color: #fff !important;
        font-size: 23px
    }

    .header-menu {
        display: block;
        min-width: 100%;
        padding: 7px 5px 7px 15px !important;
        box-shadow: 0px 2px 2px 0px #ccc
    }

        .header-menu .top-menu:hover, .header-menu .top-menu:active, .header-menu .top-menu:focus {
            color: #ff0d1b
        }

            .header-menu .top-menu:hover span, .header-menu .top-menu:active span, .header-menu .top-menu:focus span {
                color: #ff0d1b
            }

    .menu-icon:first-child {
        margin: 5px 15px 0px 30px
    }

    .sidebar {
        top: 0px
    }

        .sidebar.shrink-sidebar .sidebar-menu li a {
            padding-left: 25px !important
        }

            .sidebar.shrink-sidebar .sidebar-menu li a:hover {
                padding-left: 30px !important
            }

        .sidebar.shrink-sidebar .sidebar-menu li .login-box {
            width: 95%
        }
}

@media only screen and (max-width: 580px) {
    .search-box {
        display: none
    }

    .profile-img {
        top: 27%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-height: 497px) {
    .dropdown-menu.mt-10 {
        margin-top: 2.7rem !important
    }
}

@font-face {
    font-family: 'EurostileRegular';
    src: url("../font/eurostile0.eot");
    src: url("../font/eurostile0.eot?#iefix") format("embedded-opentype"),url("../font/eurostile0.woff") format("woff"),url("../font/eurostile0.ttf") format("truetype"),url("../font/eurostile0.svg#eurostile0") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Flaticon";
    src: url("iconfonts/flaticon.eot");
    src: url("iconfonts/flaticon.eot#iefix") format("embedded-opentype"),url("iconfonts/flaticon.woff") format("woff"),url("iconfonts/flaticon.ttf") format("truetype"),url("iconfonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 1rem;
    font-style: normal
}

.flaticon-arrow621:before {
    content: "\e000"
}

.flaticon-facebook31:before {
    content: "\e001"
}

.flaticon-social19:before {
    content: "\e002"
}

.flaticon-youtube18:before {
    content: "\e003"
}

a:link {
    text-decoration: none
}

figure {
    margin: 0
}

h1, h2, h3 {
    font-family: EurostileRegular,sans-serif
}

ul {
    margin: 0;
    padding: 0
}

input, textarea {
    background: #ededed;
    border: none;
    font-family: EurostileRegular,sans-serif;
    height: 40px;
    padding: 0 0.5rem;
    width: 100%
}

    input:focus, textarea:focus {
        outline: none;
        border: solid 1px #565656
    }

.button {
    height: 50px;
    border-style: solid;
    border-width: 1px
}

    .button.default {
        background: #fff;
        border-color: #565656;
        color: #565656
    }

.bar {
    position: relative
}

    .bar .bar-title {
        text-align: center;
        margin: 0
    }

        .bar .bar-title .body-bar {
            background: red;
            border-right: solid 1rem #ba1111;
            color: #fff
        }

        .bar .bar-title .name {
            font-size: 2rem
        }

    .bar .extensor {
        background: red;
        border-radius: 0;
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        top: -0;
        width: 1000px
    }

.home-video.internal-recintos .carousel {
    position: relative
}

#recintos_container {
    margin: 1rem auto;
    min-height: 100px
}

    #recintos_container h2 {
        color: #565656;
        font-family: EurostileRegular,sans-serif;
        font-size: 2rem;
        margin: 0;
        text-align: center
    }

    #recintos_container span.red {
        color: red
    }

    #recintos_container .arrow-down {
        background: rgba(255,0,0,0.3);
        color: #fff;
        display: block;
        height: 103px;
        margin: 0 auto;
        line-height: 103px;
        text-align: center;
        text-decoration: none;
        width: 103px
    }

        #recintos_container .arrow-down:before {
            font-size: 3rem
        }

    #recintos_container .info {
        background: #f2f2f2;
        margin: 1rem 0;
        min-height: 308px;
        width: 100%;
        position: relative
    }

        #recintos_container .info .wrapper {
            margin: 0 auto;
            float: none;
            background: transparent
        }

            #recintos_container .info .wrapper .oferta-recintos h3 {
                background: red;
                color: white;
                font-size: 22px
            }

            #recintos_container .info .wrapper .oferta-recintos h4 {
                color: #565656;
                text-align: left;
                padding-left: 2rem;
                font-size: 18px;
                font-weight: 600
            }

            #recintos_container .info .wrapper .oferta-recintos ul {
                margin: 0;
                padding: 0;
                text-align: justify;
                padding: 1rem;
                list-style: none
            }

                #recintos_container .info .wrapper .oferta-recintos ul li {
                    position: relative;
                    padding-left: 20px
                }

                    #recintos_container .info .wrapper .oferta-recintos ul li:after {
                        content: '\f069';
                        position: absolute;
                        font-family: 'fontawesome';
                        left: 0;
                        top: 0;
                        color: #ff0000a6;
                        font-weight: normal;
                        font-size: 12px
                    }

                    #recintos_container .info .wrapper .oferta-recintos ul li span {
                        padding: 0;
                        margin: 0;
                        text-align: left;
                        font-style: italic;
                        font-weight: 600;
                        font-size: 15px
                    }

                #recintos_container .info .wrapper .oferta-recintos ul.nopadding {
                    padding-top: 0;
                    padding-bottom: 0
                }

            #recintos_container .info .wrapper .oferta-recintos p {
                text-align: left
            }

                #recintos_container .info .wrapper .oferta-recintos p.title2 {
                    padding: 0;
                    margin: 0;
                    text-align: left;
                    padding-left: 2rem;
                    font-style: italic;
                    font-weight: 600;
                    font-size: 15px
                }

[class*='block-'] {
    margin: 1rem 0;
    overflow: hidden
}

.block-info .info {
    color: #565656;
    overflow: hidden;
    padding: 1rem 0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

    .block-info .info .tabs {
        margin-bottom: 2rem
    }

        .block-info .info .tabs ul li {
            display: inline-block
        }

            .block-info .info .tabs ul li a {
                border: solid 2px #565656;
                color: #565656;
                display: block;
                font-family: EurostileRegular,sans-serif;
                height: 36px;
                line-height: 36px;
                width: 162px
            }

                .block-info .info .tabs ul li a:hover {
                    border-color: red;
                    color: red
                }

                .block-info .info .tabs ul li a.selected {
                    border-color: red
                }

    .block-info .info .tabs-content div {
        display: none
    }

    .block-info .info .selected {
        display: block !important
    }

    .block-info .info a {
        cursor: pointer
    }

    .block-info .info .row .columns:last-child {
        padding-top: 20px
    }

.block-oferta.section {
    padding-bottom: 60px;
    padding-top: 0px
}

.block-oferta {
    text-align: center
}

    .block-oferta .ofertas {
        margin-top: 1rem
    }

    .block-oferta .item {
        background: #565656;
        color: #fff;
        display: inline-block;
        font-family: EurostileRegular,sans-serif;
        padding: 1rem;
        margin-bottom: 0.4rem;
        width: 100%
    }

        .block-oferta .item:hover {
            background: red
        }

#recintos-location.section {
    padding-top: 10px;
    padding-bottom: 40px
}

.location {
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 10px
}

    .location:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(255,255,255,0.99) 40%, rgba(255,255,255,0.9) 100%, rgba(255,255,255,0.1) 100%);
        z-index: 1
    }

    .location .row {
        position: relative;
        z-index: 2
    }

    .location .wrapper {
        background: transparent
    }

        .location .wrapper .oferta-recintos ul {
            list-style: none
        }

            .location .wrapper .oferta-recintos ul li i {
                color: #565656;
                padding-right: 1rem
            }

            .location .wrapper .oferta-recintos ul li a {
                font-size: 18px
            }

            .location .wrapper .oferta-recintos ul li.mailto, .location .wrapper .oferta-recintos ul li.locations {
                padding-top: 10px;
                line-height: 1.5
            }

                .location .wrapper .oferta-recintos ul li.mailto i, .location .wrapper .oferta-recintos ul li.locations i {
                    float: left
                }

                .location .wrapper .oferta-recintos ul li.mailto .mails-box a, .location .wrapper .oferta-recintos ul li.locations .mails-box a {
                    display: inline-block
                }

                .location .wrapper .oferta-recintos ul li.locations .location-box {
                    padding-left: 60px
                }

        .location .wrapper .oferta-recintos .horarios {
            padding-top: 20px
        }

            .location .wrapper .oferta-recintos .horarios ul {
                padding-left: 2rem
            }

                .location .wrapper .oferta-recintos .horarios ul li {
                    padding-left: 2rem;
                    position: relative
                }

                    .location .wrapper .oferta-recintos .horarios ul li:after {
                        content: '\f069';
                        position: absolute;
                        font-family: 'fontawesome';
                        left: 0;
                        top: 0;
                        color: #ff0000a6;
                        font-weight: normal;
                        font-size: 12px
                    }

.queue ul {
    display: inline-flex;
    list-style: none;
    padding: 5px
}

    .queue ul li {
        position: relative;
        padding: 5px
    }

        .queue ul li div img {
            max-width: 150px
        }

@media (min-width: 768px) {
    .bar {
        position: absolute;
        bottom: 10%
    }

        .bar .bar-title {
            clear: both;
            line-height: 56px;
            font-size: 100%
        }

            .bar .bar-title .body-bar {
                background: rgba(238,238,238,0.22);
                border-right: transparent;
                color: #fff;
                display: inline-block;
                height: 154px;
                line-height: 154px;
                position: relative;
                width: 400px
            }

            .bar .bar-title .name {
                font-size: 4rem;
                text-shadow: 1px 1px #000
            }

        .bar .extensor {
            background: red;
            border-radius: 0;
            display: block;
            height: 100%;
            position: absolute;
            right: 100%;
            top: -0;
            width: 1000px
        }

    #recintos-location.section {
        padding-top: 10px
    }

    .block-oferta .item {
        width: auto
    }

    .location .wrapper {
        background: transparent
    }

        .location .wrapper .oferta-recintos ul {
            list-style: none
        }

            .location .wrapper .oferta-recintos ul li i {
                color: #565656;
                padding-right: 3rem;
                margin-left: 3rem
            }

            .location .wrapper .oferta-recintos ul li.mailto, .location .wrapper .oferta-recintos ul li.locations {
                padding-top: 10px;
                line-height: 1.5
            }

                .location .wrapper .oferta-recintos ul li.mailto i, .location .wrapper .oferta-recintos ul li.locations i {
                    float: left
                }

                .location .wrapper .oferta-recintos ul li.mailto .mails-box, .location .wrapper .oferta-recintos ul li.locations .mails-box {
                    padding-top: 15px
                }

                    .location .wrapper .oferta-recintos ul li.mailto .mails-box a, .location .wrapper .oferta-recintos ul li.locations .mails-box a {
                        display: inline-block
                    }

            .location .wrapper .oferta-recintos ul li.locations {
                clear: both
            }

                .location .wrapper .oferta-recintos ul li.locations .location-box {
                    padding-top: 15px
                }

        .location .wrapper .oferta-recintos .horarios {
            padding-top: 20px;
            margin-left: 5rem
        }

            .location .wrapper .oferta-recintos .horarios h5 {
                padding-left: 3rem
            }

            .location .wrapper .oferta-recintos .horarios ul {
                padding-left: 2rem
            }

                .location .wrapper .oferta-recintos .horarios ul li {
                    padding-left: 2rem
                }

    .block-info .info .row .columns:last-child {
        padding-top: 0px
    }
}

@media (min-width: 992px) {
    .location {
        height: 500px;
        padding-top: 10px
    }

        .location:after {
            background: linear-gradient(270deg, rgba(255,255,255,0.99) 40%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.1) 75%)
        }

        .location .header-top {
            padding-left: 4rem
        }

        .location .wrapper {
            padding-left: 2rem;
            background: transparent
        }

            .location .wrapper .oferta-recintos ul {
                list-style: none
            }

                .location .wrapper .oferta-recintos ul li i {
                    color: #565656;
                    padding-right: 3rem;
                    margin-left: 3rem
                }

                .location .wrapper .oferta-recintos ul li a {
                    font-size: 18px
                }

                .location .wrapper .oferta-recintos ul li.mailto, .location .wrapper .oferta-recintos ul li.locations {
                    padding-top: 10px;
                    line-height: 1.5
                }

                    .location .wrapper .oferta-recintos ul li.mailto i, .location .wrapper .oferta-recintos ul li.locations i {
                        float: left
                    }

                    .location .wrapper .oferta-recintos ul li.mailto .mails-box a, .location .wrapper .oferta-recintos ul li.locations .mails-box a {
                        display: inline-block
                    }

            .location .wrapper .oferta-recintos .horarios {
                padding-top: 20px;
                margin-left: 5rem
            }

                .location .wrapper .oferta-recintos .horarios h5 {
                    padding-left: 3rem
                }

                .location .wrapper .oferta-recintos .horarios ul {
                    padding-left: 2rem
                }

                    .location .wrapper .oferta-recintos .horarios ul li {
                        padding-left: 2rem
                    }
}

section p, section h3, section ul {
    text-align: center
}

    section p li, section h3 li, section ul li {
        padding: 5px 0px
    }

section h3 {
    margin: 1.46rem 0 1.168rem 0
}

.Summary-title.important {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 40px
}

.MainSection {
    background-attachment: fixed;
    background-position: center left 30%;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    background-size: cover;
    z-index: -1
}

    .MainSection:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 1
    }

    .MainSection .MainSection-title {
        color: white;
        border-radius: 10px;
        font-family: 'Oswald';
        position: absolute;
        bottom: 1rem;
        right: 7.5%;
        background-color: #ed1c24;
        padding: 0.75rem;
        z-index: 2;
        background-color: transparent;
        bottom: 5rem
    }

    .MainSection h2 {
        color: white;
        font-size: 60px;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        margin: 0
    }

    .MainSection .ad {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 99
    }

        .MainSection .ad .content {
            text-align: center;
            padding: 1rem;
            background: rgba(255,0,0,0.65)
        }

            .MainSection .ad .content p {
                margin: 0
            }

                .MainSection .ad .content p a {
                    color: white
                }

        .MainSection .ad #content2 {
            margin-top: 5px
        }

.CourseList {
    margin-top: 40px;
    margin-bottom: 40px
}

    .CourseList .row {
        margin-bottom: 0px
    }

    .CourseList .collection .collection-item {
        border-bottom: none;
        list-style-type: none
    }

        .CourseList .collection .collection-item:hover, .CourseList .collection .collection-item:active, .CourseList .collection .collection-item:focus {
            text-decoration: underline
        }

            .CourseList .collection .collection-item:hover a, .CourseList .collection .collection-item:active a, .CourseList .collection .collection-item:focus a {
                color: #ff0d1b
            }

.Summary {
    color: #565656
}

    .Summary .Summary-topic {
        background: white;
        border-top: solid 1px #dddddc;
        border-bottom: solid 1px #dddddc
    }

        .Summary .Summary-topic .Summary-title.important {
            font-family: "Oswald";
            font-weight: 300;
            font-size: 40px
        }

.gallery-three img {
    width: 100%;
    border-radius: 5px
}

.profile, .information {
    position: relative
}

    .profile .background, .information .background {
        position: relative
    }

        .profile .background:before, .information .background:before {
            background-color: rgba(255,255,255,0.9);
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0
        }

        .profile .background .topic, .information .background .topic {
            position: relative
        }

    .profile ul li, .information ul li {
        padding: 5px 15px;
        list-style-position: inside;
        list-style-type: disc;
        color: black
    }

@media (min-width: 600px) {
    section p, section h3, section ul {
        text-align: left
    }

        section p li, section h3 li, section ul li {
            padding: 5px 0px
        }

    .MainSection .ad {
        width: 100%;
        bottom: 20%;
        left: 0
    }

        .MainSection .ad .content {
            padding: 1rem;
            position: absolute;
            width: 35%
        }

        .MainSection .ad #content1 {
            left: 5%
        }

        .MainSection .ad #content2 {
            right: 5%;
            margin-top: 0
        }
}

@media (min-width: 992px) {
    .MainSection .ad {
        bottom: 5%;
        width: 30%;
        right: auto;
        left: 5%
    }

        .MainSection .ad .content {
            padding: 1.5rem;
            position: relative;
            width: 100%
        }

            .MainSection .ad .content p a {
                text-transform: uppercase;
                font-size: 22px
            }

        .MainSection .ad #content1 {
            left: auto
        }

        .MainSection .ad #content2 {
            right: auto;
            margin-top: 5px
        }
}

#button {
    display: inline-block;
    background-color: #ff0d1b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff
    }

    #button:hover {
        cursor: pointer;
        background-color: #606062
    }

    #button:active {
        background-color: #606062
    }

    #button.show {
        opacity: 1;
        visibility: visible
    }

#button {
    margin: 30px
}

#content {
    margin-top: 0px;
    margin-bottom: 0px
}

.section {
    padding-top: 40px;
    padding-bottom: 40px
}

    .section .header-top {
        padding-bottom: 45px;
        text-align: center
    }

        .section .header-top h1 {
            display: inline-block;
            position: relative;
            color: #000
        }

            .section .header-top h1:before {
                content: "";
                height: 5px;
                width: 80%;
                background: #ff0d1b;
                position: absolute;
                left: 10%;
                right: 0;
                bottom: -20px
            }

    .section p {
        font-size: 16px;
        color: #565656
    }

        .section p.icon {
            position: relative
        }

            .section p.icon i {
                font-size: 30px
            }

            .section p.icon:before {
                content: "";
                height: 3px;
                width: 100px;
                color: #000;
                background: #565656;
                position: absolute;
                top: 11px;
                margin-left: -128px
            }

            .section p.icon:after {
                content: "";
                height: 3px;
                width: 100px;
                color: #000;
                background: #565656;
                position: absolute;
                top: 11px;
                margin-left: 20px
            }

    .section .text-section p {
        line-height: 1.5
    }

    .section .bottom-button {
        text-align: center;
        padding-top: 40px
    }

.home-video {
    position: relative;
    background-position-y: 35%;
    background-position-x: 50%;
    height: 350px
}

    .home-video .carousel .carousel-inner .carousel-item .title-text h1 {
        text-align: center;
        color: white;
        padding-top: 80px;
        line-height: 1.2;
        font-size: 40px;
        text-shadow: 1px 1px #000
    }

    .home-video .carousel .orbit-timer, .home-video .carousel .orbit-slide-number, .home-video .carousel .orbit-bullets-container, .home-video .carousel .orbit-prev, .home-video .carousel .orbit-next {
        display: none
    }

    .home-video .ad {
        position: absolute;
        bottom: 0;
        width: 100%
    }

        .home-video .ad .content {
            text-align: center;
            padding: 1rem;
            background: rgba(255,0,0,0.65)
        }

            .home-video .ad .content p {
                margin: 0
            }

                .home-video .ad .content p a {
                    color: white
                }

            .home-video .ad .content:hover {
                background: rgba(38,41,42,0.7)
            }

        .home-video .ad #content2 {
            margin-top: 5px
        }

#carousel-carreras {
    background: #fff
}

    #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a {
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
        display: block;
        border-radius: 5px
    }

        #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a img {
            margin-bottom: 10px;
            border-radius: 5px;
            max-height: 200px;
            display: block
        }

        #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a:hover, #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a:active, #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a:focus {
            opacity: 0.9
        }

    #carousel-carreras .courses-list-content .carousel .carousel-control-prev, #carousel-carreras .courses-list-content .carousel .carousel-control-next {
        z-index: 1;
        color: #000;
        font-size: 60px;
        background-color: #ff0d1b;
        width: 36px;
        height: 60px;
        top: 33%;
        opacity: 0.6
    }

        #carousel-carreras .courses-list-content .carousel .carousel-control-prev:hover, #carousel-carreras .courses-list-content .carousel .carousel-control-next:hover {
            background-color: #606062
        }

    #carousel-carreras .courses-list-content .carousel .carousel-indicators {
        bottom: -50px
    }

        #carousel-carreras .courses-list-content .carousel .carousel-indicators li {
            background-color: #606062;
            height: 10px
        }

            #carousel-carreras .courses-list-content .carousel .carousel-indicators li:before {
                background-color: #606062;
                height: 10px
            }

            #carousel-carreras .courses-list-content .carousel .carousel-indicators li.active {
                background-color: #ff0d1b
            }

                #carousel-carreras .courses-list-content .carousel .carousel-indicators li.active:before {
                    background-color: #606062
                }

    #carousel-carreras .bottom-button {
        padding-top: 40px
    }

#last-courses {
    background: white;
    padding-top: 0px;
    padding-bottom: 40px
}

    #last-courses .section-text p {
        text-align: center;
        line-height: 2
    }

        #last-courses .section-text p span.text-red {
            color: #ff0d1b
        }

    #last-courses ul.tabs {
        justify-content: center
    }

        #last-courses ul.tabs li.nav-item {
            flex: 1 1 auto;
            text-align: center
        }

            #last-courses ul.tabs li.nav-item .nav-link {
                background: #e1e1e1;
                padding: 0.8rem 2rem 0.8rem 2rem;
                border-radius: 0
            }

                #last-courses ul.tabs li.nav-item .nav-link:hover, #last-courses ul.tabs li.nav-item .nav-link:active, #last-courses ul.tabs li.nav-item .nav-link:focus {
                    background-color: #606062;
                    border-radius: 0;
                    color: white
                }

                #last-courses ul.tabs li.nav-item .nav-link.active, #last-courses ul.tabs li.nav-item .show > .nav-link {
                    background-color: #ff0d1b;
                    border-radius: 0
                }

    #last-courses .tab-content .content .carousel .carousel-inner .carousel-item .box {
        padding: 20px 0px
    }

        #last-courses .tab-content .content .carousel .carousel-inner .carousel-item .box .content-box {
            margin-bottom: 10px
        }

            #last-courses .tab-content .content .carousel .carousel-inner .carousel-item .box .content-box img {
                margin-bottom: 10px
            }

        #last-courses .tab-content .content .carousel .carousel-inner .carousel-item .box .bottom-box {
            text-align: center;
            background: #ff0d1b
        }

            #last-courses .tab-content .content .carousel .carousel-inner .carousel-item .box .bottom-box a {
                display: block;
                color: white;
                padding: 15px 15px
            }

    #last-courses .tab-content .content .carousel .carousel-inner .carousel-item img {
        margin: 0 auto
    }

    #last-courses .tab-content .content .carousel .carousel-inner li.active {
        position: relative
    }

    #last-courses .tab-content .content .carousel .carousel-control-prev, #last-courses .tab-content .content .carousel .carousel-control-next {
        z-index: 1;
        color: #000;
        font-size: 60px;
        background-color: #ff0d1b;
        width: 36px;
        height: 60px;
        top: 33%;
        opacity: 0.6
    }

        #last-courses .tab-content .content .carousel .carousel-control-prev:hover, #last-courses .tab-content .content .carousel .carousel-control-next:hover {
            background-color: #606062
        }

    #last-courses .tab-content .content .carousel .carousel-indicators {
        bottom: -50px
    }

        #last-courses .tab-content .content .carousel .carousel-indicators li {
            background-color: #606062;
            height: 10px
        }

            #last-courses .tab-content .content .carousel .carousel-indicators li span {
                color: #ff0d1b
            }

            #last-courses .tab-content .content .carousel .carousel-indicators li:before {
                background-color: #606062;
                height: 10px
            }

            #last-courses .tab-content .content .carousel .carousel-indicators li.active {
                background-color: #ff0d1b
            }

                #last-courses .tab-content .content .carousel .carousel-indicators li.active:before {
                    background-color: #606062
                }

.section-news {
    background: white
}

    .section-news .body-content #carousel-noticias .carousel-inner {
        height: 100%
    }

        .section-news .body-content #carousel-noticias .carousel-inner .carousel-item .item-header img {
            border-radius: 0px;
            width: 100%
        }

        .section-news .body-content #carousel-noticias .carousel-inner .carousel-item .item-body h1.text-left {
            font-size: 18px;
            font-family: "Eurostile";
            padding-top: 20px;
            color: #565656
        }

        .section-news .body-content #carousel-noticias .carousel-inner .carousel-item .item-body a {
            width: 100%;
            display: block;
            position: relative;
            text-align: left
        }

            .section-news .body-content #carousel-noticias .carousel-inner .carousel-item .item-body a .caption {
                position: absolute;
                bottom: 0;
                background-color: rgba(51,51,51,0.8);
                color: #fff;
                width: 100%;
                padding: 0.625rem 0.875rem;
                font-size: 0.875rem
            }

        .section-news .body-content #carousel-noticias .carousel-inner .carousel-item .item-body .line {
            height: 4px;
            width: 120px;
            background: #ff0d1b;
            text-align: left;
            margin-bottom: 20px;
            border: none
        }

    .section-news .body-content #carousel-noticias .carousel-control-prev, .section-news .body-content #carousel-noticias .carousel-control-next {
        z-index: 1;
        color: #000;
        font-size: 60px;
        background-color: #ff0d1b;
        width: 36px;
        height: 60px;
        top: 33%;
        opacity: 0.6
    }

        .section-news .body-content #carousel-noticias .carousel-control-prev:hover, .section-news .body-content #carousel-noticias .carousel-control-next:hover {
            background-color: #606062
        }

    .section-news .body-content #carousel-noticias .carousel-indicators {
        bottom: -50px
    }

        .section-news .body-content #carousel-noticias .carousel-indicators li {
            background-color: #606062;
            height: 10px
        }

            .section-news .body-content #carousel-noticias .carousel-indicators li span {
                color: #ff0d1b
            }

            .section-news .body-content #carousel-noticias .carousel-indicators li:before {
                background-color: #606062;
                height: 10px
            }

            .section-news .body-content #carousel-noticias .carousel-indicators li.active {
                background-color: #ff0d1b
            }

                .section-news .body-content #carousel-noticias .carousel-indicators li.active:before {
                    background-color: #606062
                }

.eventos {
    background: white
}

    .eventos .img {
        margin-top: 5px
    }

        .eventos .img img {
            border-radius: 5px
        }

    .eventos .tabs-content .content {
        padding-top: 0px
    }

        .eventos .tabs-content .content .img {
            margin-top: 0px
        }

    .eventos .event-content ul.nav-tabs li a {
        background: #ececec;
        padding: 0.5rem 2rem;
        margin: 5px 0px
    }

        .eventos .event-content ul.nav-tabs li a article .event-box .date-section h1 {
            line-height: 1
        }

        .eventos .event-content ul.nav-tabs li a article .event-box .description-section p {
            font-size: 14px;
            margin-bottom: 5px
        }

        .eventos .event-content ul.nav-tabs li a article .event-box .description-section .by {
            font-weight: bold;
            color: #606062
        }

            .eventos .event-content ul.nav-tabs li a article .event-box .description-section .by span {
                color: #000
            }

        .eventos .event-content ul.nav-tabs li a article .event-box .description-section .nombre {
            margin-top: 5px;
            font-weight: bold
        }

        .eventos .event-content ul.nav-tabs li a article .event-box .description-section .desc {
            font-weight: bold
        }

        .eventos .event-content ul.nav-tabs li a article .event-box .description-section .place {
            color: #606062
        }

        .eventos .event-content ul.nav-tabs li a:hover, .eventos .event-content ul.nav-tabs li a:active, .eventos .event-content ul.nav-tabs li a:focus {
            background: #d1d0d0
        }

#instagram-section {
    background: rgba(255,255,255,0.9)
}

    #instagram-section .iframe {
        background: white;
        margin: 30px 0px;
        margin-bottom: 15px
    }

.modal-content {
    background-image: url(../img/modal_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left 100%;
    background-size: contain;
    height: 570px !important
}

.modal .modal-dialog .modal-content {
    background-size: contain;
    height: 333px;
    position: absolute;
    width: 100%
}

@media (min-width: 576px) {
    .section .bottom-button {
        text-align: right;
        padding-top: 0px
    }

    .home-video {
        background-image: none;
        height: 300px
    }

        .home-video .video {
            width: 100%;
            min-width: 100%;
            min-height: 100%;
            z-index: -1000
        }

            .home-video .video video {
                position: fixed;
                z-index: -1
            }

        .home-video .carousel .carousel-inner .carousel-item .title-text h1 {
            padding-top: 200px;
            font-size: 40px
        }

        .home-video:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #0a3a68;
            background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 0%, rgba(240,240,240,0) 100%)
        }

        .home-video .ad {
            width: 100%;
            bottom: 20%;
            left: 0
        }

            .home-video .ad .content {
                padding: 1rem;
                position: absolute;
                width: 35%
            }

            .home-video .ad #content1 {
                left: 5%
            }

            .home-video .ad #content2 {
                right: 5%;
                margin-top: 0
            }

    .section-news {
        background: white
    }

        .section-news .body-content #carousel-noticias .orbit-container .orbit-prev {
            left: 15px
        }

        .section-news .body-content #carousel-noticias .orbit-container .orbit-next {
            right: 15px
        }

    .modal .modal-dialog .modal-content {
        background-position: center center;
        height: 494px
    }

    #optionbutton {
        top: 45%;
        right: 10%
    }

        #optionbutton .dropbtn {
            font-size: 30px
        }

        #optionbutton .dropdown-content a {
            padding: 12px 5px
        }

            #optionbutton .dropdown-content a span {
                position: absolute;
                left: -193px;
                padding: 12px 8px;
                width: 196px;
                font-size: 19px
            }

        #optionbutton:hover .dropdown-content {
            display: flex;
            flex-direction: column
        }
}

@media (min-width: 768px) {
    #carousel-carreras .bottom-button {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 992px) {
    .home-video {
        height: 500px
    }

        .home-video .carousel {
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0
        }

            .home-video .carousel .carousel-inner .carousel-item .title-text h1 {
                padding-top: 20px;
                padding-bottom: 20px
            }

        .home-video .ad {
            width: 30%;
            bottom: 5%;
            left: 5%;
            right: auto
        }

            .home-video .ad .content {
                padding: 1.5rem;
                position: relative;
                width: 100%
            }

                .home-video .ad .content p a {
                    text-transform: uppercase;
                    font-size: 22px
                }

            .home-video .ad #content1 {
                left: auto
            }

            .home-video .ad #content2 {
                right: auto;
                margin-top: 5px
            }

    #carousel-courses {
        padding-bottom: 40px
    }

        #carousel-courses .courses-list-content .orbit-container .orbit-slides-container li {
            padding-left: 50px;
            padding-right: 50px
        }

    #instagram-section {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 40px
    }

        #instagram-section .iframe {
            background: white;
            margin: 0px 50px;
            margin-bottom: 0px
        }
}

@media (min-width: 1200px) {
    .home-video {
        height: 750px
    }

        .home-video .ad {
            bottom: 35%;
            left: 5%;
            right: auto
        }

    #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a img {
        max-height: 180px
    }
}

@media (min-width: 1260px) {
    #carousel-carreras .courses-list-content .carousel .carousel-inner .carousel-item a img {
        max-height: 200px
    }
}

#button, #optionbutton, #whatsapp-button {
    display: inline-block;
    background-color: #ff0d1b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#optionbutton {
    background-color: #606062;
    opacity: 1;
    visibility: visible;
    top: 31%;
    right: 3%
}

    #optionbutton .dropbtn {
        background: transparent;
        color: white;
        border: 0;
        font-size: 30px;
        display: none !important
    }

        #optionbutton .dropbtn:hover, #optionbutton .dropbtn:active, #optionbutton .dropbtn:focus {
            border: 0;
            outline: none
        }

    #optionbutton .dropdown-content {
        background-color: #606062;
        display: none;
        position: absolute;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 5px;
        display: block !important
    }

        #optionbutton .dropdown-content img {
            max-width: 40px;
            display: inline-block;
            padding-bottom: 5px
        }

        #optionbutton .dropdown-content a {
            color: black;
            padding: 7px 5px;
            text-decoration: none;
            display: block
        }

        #optionbutton .dropdown-content span:hover {
            text-decoration: underline
        }

        #optionbutton .dropdown-content a.onhover span {
            display: none
        }

        #optionbutton .dropdown-content a.onhover:hover img {
            border-bottom: 3px solid white
        }

        #optionbutton .dropdown-content a span {
            position: absolute;
            left: -193px;
            background: #606062;
            padding: 12px 8px;
            width: 196px;
            z-index: -1;
            color: white;
            text-align: left;
            border-radius: 5px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            font-size: 19px
        }

        #optionbutton .dropdown-content a#becas-link span {
            padding-bottom: 13px;
            top: 0
        }

        #optionbutton .dropdown-content a#pagos-link span {
            padding-bottom: 13px
        }

        #optionbutton .dropdown-content a#becas-link:hover span, #optionbutton .dropdown-content a#servicios-link:hover span, #optionbutton .dropdown-content a#pagos-link:hover span {
            display: block
        }

    #optionbutton:hover .dropdown-content {
        display: flex;
        flex-direction: column
    }

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

#optionbutton:hover {
    cursor: pointer;
    background-color: #606062
}

#button:hover {
    cursor: pointer;
    background-color: #606062
}

#button:active {
    background-color: #606062
}

#optionbutton:active {
    background-color: #606062
}

#button.show {
    opacity: 1;
    visibility: visible
}

#button {
    margin: 30px
}

#optionbutton {
    background-color: #606062;
    opacity: 1;
    visibility: visible;
    top: 31%;
    right: 3%
}

    #optionbutton .dropbtn {
        background: transparent;
        color: white;
        border: 0;
        font-size: 30px;
        display: none !important
    }

        #optionbutton .dropbtn:hover, #optionbutton .dropbtn:active, #optionbutton .dropbtn:focus {
            border: 0;
            outline: none
        }

    #optionbutton .dropdown-content {
        background-color: #606062;
        display: none;
        position: absolute;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 5px;
        display: block !important
    }

        #optionbutton .dropdown-content img {
            max-width: 40px;
            display: inline-block;
            padding-bottom: 5px
        }

        #optionbutton .dropdown-content a {
            color: black;
            padding: 7px 5px;
            text-decoration: none;
            display: block
        }

            #optionbutton .dropdown-content a span {
                position: absolute;
                left: -193px;
                background: #606062;
                padding: 12px 8px;
                width: 196px;
                z-index: -1;
                color: white;
                text-align: left;
                border-radius: 5px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                font-size: 19px
            }

            #optionbutton .dropdown-content a#becas-link span {
                padding-bottom: 13px;
                top: 0
            }

            #optionbutton .dropdown-content a#pagos-link span {
                padding-bottom: 13px
            }

            #optionbutton .dropdown-content a#becas-link:hover span, #optionbutton .dropdown-content a#servicios-link:hover span, #optionbutton .dropdown-content a#pagos-link:hover span {
                display: block
            }

        #optionbutton .dropdown-content span:hover {
            text-decoration: underline
        }

        #optionbutton .dropdown-content a.onhover span {
            display: none
        }

        #optionbutton .dropdown-content a.onhover:hover img {
            border-bottom: 3px solid white
        }

    #optionbutton:hover {
        cursor: pointer;
        background-color: #606062
    }

        #optionbutton:hover .dropdown-content {
            display: flex;
            flex-direction: column
        }

#whatsapp-button {
    left: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #4dc247;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px
}

    #whatsapp-button:after {
        content: "\f232";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff
    }

    #whatsapp-button:hover {
        cursor: pointer;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.4)
    }

.banner-general {
    position: relative;
    background: url("../img/background-courses.jpg");
    background-position: top left 50%;
    background-position-y: 16%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative
}

    .banner-general #carousel-cursos {
        padding-top: 10px
    }

        .banner-general #carousel-cursos .carousel-item {
            z-index: 1;
            text-align: center
        }

            .banner-general #carousel-cursos .carousel-item h1 {
                color: white;
                text-shadow: 1px 1px #000;
                text-align: center;
                font-size: 35px;
                border-bottom: solid 1px #e3e3e3;
                padding-bottom: 20px;
                margin-bottom: 20px
            }

            .banner-general #carousel-cursos .carousel-item p {
                width: 80%;
                margin: 0 auto;
                padding-bottom: 20px;
                color: white
            }

            .banner-general #carousel-cursos .carousel-item a {
                border: none;
                text-shadow: 1px 1px #000;
                background-color: rgba(255,255,255,0.3);
                padding: 20px
            }

                .banner-general #carousel-cursos .carousel-item a:hover, .banner-general #carousel-cursos .carousel-item a:active, .banner-general #carousel-cursos .carousel-item a:focus {
                    background-color: rgba(255,255,255,0.1)
                }

    .banner-general:after {
        position: absolute;
        content: '';
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        background: rgba(0,0,0,0.8)
    }

    .banner-general .carousel-control-prev, .banner-general .carousel-control-next {
        z-index: 1
    }

        .banner-general .carousel-control-prev span, .banner-general .carousel-control-next span {
            width: 50px;
            height: 100%
        }

    .banner-general .carousel-control-prev {
        left: -15px
    }

    .banner-general .carousel-control-next {
        right: -10px
    }

.section-item-generico1 {
    position: relative
}

    .section-item-generico1 .header-top {
        margin-bottom: 40px
    }

        .section-item-generico1 .header-top .header-title {
            padding-top: 20px;
            padding-bottom: 30px
        }

            .section-item-generico1 .header-top .header-title h1 {
                text-align: center;
                color: #565656;
                font-weight: bold
            }

                .section-item-generico1 .header-top .header-title h1 span {
                    color: #ff0d1b
                }

        .section-item-generico1 .header-top .header-description p {
            text-align: center;
            font-family: "Eurostile";
            font-size: 20px;
            width: 80%;
            margin: 0 auto
        }

    .section-item-generico1 .carousel-items {
        padding-bottom: 20px
    }

        .section-item-generico1 .carousel-items .top-item img {
            border-radius: 5px;
            margin: 0 auto;
            display: block
        }

        .section-item-generico1 .carousel-items .top-item h1 {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            padding: 10px 0px
        }

        .section-item-generico1 .carousel-items .more-info {
            padding-bottom: 20px
        }

            .section-item-generico1 .carousel-items .more-info a {
                width: 100%;
                background-color: rgba(255,0,0,0.9);
                border: none;
                padding: 10px
            }

    .section-item-generico1 .carousel-control-prev span, .section-item-generico1 .carousel-control-next span {
        background-image: none
    }

        .section-item-generico1 .carousel-control-prev span i, .section-item-generico1 .carousel-control-next span i {
            color: #ccc;
            font-size: 50px;
            border: 1px solid #ccd
        }

@media (min-width: 576px) {
    .section-item-generico1 .carousel-control-prev {
        left: -20px
    }
}

@media (min-width: 992px) {
    .banner-general #carousel-cursos {
        padding: 130px 0px 0px 0px
    }

        .banner-general #carousel-cursos .carousel-item h1 {
            border: none;
            padding: 0px 80px
        }
}

@media (min-width: 1200px) {
    .banner-general #carousel-cursos .carousel-item h1 {
        font-size: 45px
    }
}

.section.wapprer-new header {
    padding: 5px 0px
}

.section.wapprer-new .encabezado {
    border-bottom: solid 3px #d5d5d5;
    font-size: 16px;
    color: #000;
    text-align: justify;
    padding-bottom: 1rem
}

.section.wapprer-new .marco_imagen_titulo {
    position: relative
}

    .section.wapprer-new .marco_imagen_titulo .pieFoto {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        width: 100%;
        padding: 0 5px;
        color: white;
        font-size: 14px
    }

.section.wapprer-new .parrafo {
    color: #565656;
    font-size: 0.9em;
    line-height: 1.5;
    position: relative
}

.section.wapprer-new .compartir {
    background: #EEF;
    margin-top: 1em;
    width: 100%
}

    .section.wapprer-new .compartir .margenes {
        padding: 1em
    }

        .section.wapprer-new .compartir .margenes .date {
            float: left;
            margin-right: 1rem
        }

        .section.wapprer-new .compartir .margenes .fb_reset {
            background: none;
            border: 0;
            border-spacing: 0;
            color: #000;
            cursor: auto;
            direction: ltr;
            font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
            font-size: 11px;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            margin: 0;
            overflow: visible;
            padding: 0;
            text-align: left;
            text-decoration: none;
            text-indent: 0;
            text-shadow: none;
            text-transform: none;
            visibility: visible;
            white-space: normal;
            word-spacing: normal
        }

.section.wapprer-new .origen-noticia {
    border-top: solid 1px #E3E3E3;
    margin-top: 1em;
    padding-top: 1em
}

.section.wapprer-new .noti_extra {
    color: #565656;
    border-bottom: solid 1px #E3E3E3;
    margin-bottom: 0.5em;
    min-height: 100px;
    position: relative;
    width: 100%
}

    .section.wapprer-new .noti_extra .btn {
        font-size: 12px
    }

.section.wapprer-new .content {
    padding-bottom: 1rem;
    padding-top: 1rem
}

    .section.wapprer-new .content h2 {
        font-size: 1.5rem !important;
        color: #000
    }

.section.wapprer-new .row .image {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.section .header-top {
    padding-bottom: 0px
}

    .section .header-top h1 {
        padding-bottom: 0px;
        margin-bottom: 50px;
        border: 0
    }

    .section .header-top .parrafo ul {
        list-style-position: inside
    }

#internal-page-content {
    background: none;
    height: auto
}

    #internal-page-content .video img {
        width: 100%
    }

    #internal-page-content.internal-cursos {
        height: 220px
    }

    #internal-page-content .section-recintos .orbit-container .orbit-slide-number {
        display: none
    }

    #internal-page-content .section-recintos .orbit-container .orbit-timer {
        display: none
    }

    #internal-page-content .section-recintos .orbit-container .orbit-slides-container {
        z-index: -1
    }

    #internal-page-content .section-recintos .orbit-bullets-container {
        display: none
    }

.wrapper .parrafo .mision-vision span {
    font-size: 26px;
    text-align: left;
    color: #000 !important
}

.wrapper .parrafo .historia .images-container img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto !important
}

.wrapper .parrafo .simbolos .row {
    margin-bottom: 20px
}

    .wrapper .parrafo .simbolos .row span {
        font-size: 26px;
        text-align: center;
        color: #000 !important;
        display: block;
        margin-bottom: 20px
    }

.wrapper .parrafo .simbolos .enlaces p {
    margin-bottom: 0px
}

    .wrapper .parrafo .simbolos .enlaces p a {
        color: #339
    }

.wrapper .parrafo.becas h1 {
    color: #ff0d1b
}

.wrapper .parrafo.becas pre {
    text-align: left
}

.wrapper .parrafo.becas a.btn {
    background-color: #ff0d1b;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    opacity: 1;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem
}

    .wrapper .parrafo.becas a.btn:hover, .wrapper .parrafo.becas a.btn:active, .wrapper .parrafo.becas a.btn:focus {
        background-color: #606062;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius: 0;
        opacity: 1;
        padding-top: 0.8rem;
        padding-right: 2rem;
        padding-bottom: 0.8rem;
        padding-left: 2rem
    }

.wrapper .parrafo.becas .accordion {
    padding-bottom: 20px
}

    .wrapper .parrafo.becas .accordion .card-header {
        text-align: left;
        padding: 0
    }

        .wrapper .parrafo.becas .accordion .card-header .btn {
            background-color: transparent;
            color: #ff0d1b;
            text-align: left
        }

    .wrapper .parrafo.becas .accordion .card-body {
        text-align: left
    }

        .wrapper .parrafo.becas .accordion .card-body p, .wrapper .parrafo.becas .accordion .card-body ul {
            text-align: justify;
            padding: 10px 0px
        }

.wrapper .parrafo.servicios #search {
    background: white;
    background-image: url("../img/searchicon.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px
}

.wrapper .parrafo.servicios table thead th {
    border-top: 0
}

.wrapper .parrafo.servicios table tr {
    text-align: left
}

    .wrapper .parrafo.servicios table tr td {
        vertical-align: middle;
        padding: 0.1rem
    }

        .wrapper .parrafo.servicios table tr td:nth-child(3) pre, .wrapper .parrafo.servicios table tr td:nth-child(4) pre {
            color: #ff0d1b;
            text-align: center
        }

.wrapper .parrafo.servicios h1.medium {
    text-align: center;
    width: 100%;
    font-size: 25px
}

.wrapper .parrafo.servicios ul li {
    list-style: none
}

.wrapper .parrafo.servicios p {
    text-align: justify
}

.wrapper .parrafo.formas-pago h2 {
    font-size: 18px
}

.wrapper .parrafo.formas-pago img {
    max-width: 120px;
    padding-bottom: 20px
}

.wrapper .parrafo.formas-pago p {
    text-align: justify
}

@media (min-width: 576px) {
    .section .header-top h1:before {
        left: 0;
        width: 100%
    }

    .section .header-top .parrafo p, .section .header-top .parrafo ul, .section .header-top .parrafo span {
        text-align: left
    }

    #internal-page-content {
        height: 300px
    }

        #internal-page-content.internal-cursos {
            height: 350px
        }

        #internal-page-content.internal-recintos {
            height: auto
        }

    .wrapper {
        background: white;
        position: relative
    }

        .wrapper .historia p {
            text-align: justify !important
        }

        .wrapper .simbolos .row p {
            text-align: center
        }

        .wrapper .parrafo.servicios h1.medium {
            text-align: left
        }

        .wrapper .parrafo.servicios p, .wrapper .parrafo.servicios a {
            text-align: left
        }

        .wrapper .parrafo.formas-pago h2 {
            text-align: left
        }

        .wrapper .parrafo.formas-pago p {
            text-align: left
        }

        .wrapper .parrafo.formas-pago img {
            padding-bottom: 0px
        }
}

@media (min-width: 992px) {
    #internal-page-content {
        height: 450px
    }

        #internal-page-content .section-news {
            background: Url("../img/banners/upoli-news.jpg");
            background-position: center top 100%;
            background-attachment: fixed
        }

        #internal-page-content .section-contact-us {
            background: Url("../img/banners/contact-background.jpg");
            background-position: center top 100%;
            background-attachment: fixed
        }

        #internal-page-content .section-bienvenida {
            background: Url("../img/banners/background-bienvenida.jpeg");
            background-size: cover;
            background-position: center top 100%;
            background-attachment: fixed
        }

        #internal-page-content.internal-cursos {
            height: 450px
        }

        #internal-page-content.internal-recintos {
            height: 550px;
            overflow: hidden
        }

    .section-contact p {
        margin-bottom: 10px
    }

    .section-contact .contact_form {
        padding-bottom: 2rem
    }

    .wrapper {
        background: white;
        position: relative
    }

        .wrapper .parrafo .historia .images-container img {
            max-width: 100%
        }

            .wrapper .parrafo .historia .images-container img:first-child {
                padding-top: 5px
            }

        .wrapper .parrafo .simbolos .row {
            display: flex;
            align-items: center
        }

            .wrapper .parrafo .simbolos .row p, .wrapper .parrafo .simbolos .row span {
                text-align: left
            }
}

#header.header_dependencias {
    margin: 0
}

    #header.header_dependencias .top {
        background: #fff
    }

        #header.header_dependencias .top .navbar .navbar-collapse {
            z-index: 1001
        }

            #header.header_dependencias .top .navbar .navbar-collapse ul li a {
                background: #565656;
                color: #fff
            }

                #header.header_dependencias .top .navbar .navbar-collapse ul li a:hover, #header.header_dependencias .top .navbar .navbar-collapse ul li a:active, #header.header_dependencias .top .navbar .navbar-collapse ul li a:focus {
                    background: white;
                    color: #ff0d1b
                }

            #header.header_dependencias .top .navbar .navbar-collapse .dropdown-menu {
                margin: 0
            }

        #header.header_dependencias .top .navbar .navbar-brand {
            position: relative;
            width: 100%;
            margin-right: 0
        }

            #header.header_dependencias .top .navbar .navbar-brand .navbar-toggler {
                position: absolute;
                right: 0;
                top: 30%;
                margin-left: 0
            }

                #header.header_dependencias .top .navbar .navbar-brand .navbar-toggler .navbar-toggler-icon i {
                    color: #ff0d1b
                }

                    #header.header_dependencias .top .navbar .navbar-brand .navbar-toggler .navbar-toggler-icon i:hover, #header.header_dependencias .top .navbar .navbar-brand .navbar-toggler .navbar-toggler-icon i:active, #header.header_dependencias .top .navbar .navbar-brand .navbar-toggler .navbar-toggler-icon i:focus {
                        color: #606062
                    }

.top-carousel-section .carousel-container .carousel .carousel-control-prev, .top-carousel-section .carousel-container .carousel .carousel-control-next {
    z-index: 1;
    color: #000;
    font-size: 60px;
    background-color: #ff0d1b;
    width: 36px;
    height: 60px;
    top: 33%;
    opacity: 0.6
}

    .top-carousel-section .carousel-container .carousel .carousel-control-prev:hover, .top-carousel-section .carousel-container .carousel .carousel-control-next:hover {
        background-color: #606062
    }

.top-carousel-section .carousel-container .carousel .carousel-indicators {
    bottom: -50px
}

    .top-carousel-section .carousel-container .carousel .carousel-indicators li {
        background-color: #606062;
        height: 10px
    }

        .top-carousel-section .carousel-container .carousel .carousel-indicators li:before {
            background-color: #606062;
            height: 10px
        }

        .top-carousel-section .carousel-container .carousel .carousel-indicators li .active {
            background-color: #ff0d1b
        }

            .top-carousel-section .carousel-container .carousel .carousel-indicators li .active:before {
                background-color: #606062
            }

.top-carousel-section .carousel-container .carousel .carousel-item {
    max-height: 500px
}

.top-carousel-section .carousel-container .title-section .shape-background .header-top h1 {
    font-size: 20px
}

.top-carousel-section-s2 {
    padding-bottom: 0px;
    position: relative
}

.section-content.top-carousel-section .carousel-container {
    position: relative
}

    .section-content.top-carousel-section .carousel-container .title-section {
        background: #606062;
        position: absolute;
        height: 50px;
        z-index: 2;
        right: 0;
        width: 80%;
        bottom: -30px;
        top: auto;
        left: 0;
        margin: 0 auto
    }

        .section-content.top-carousel-section .carousel-container .title-section .shape-background {
            display: flex;
            align-items: center;
            justify-content: center
        }

            .section-content.top-carousel-section .carousel-container .title-section .shape-background .content {
                position: relative;
                top: auto;
                left: auto
            }

                .section-content.top-carousel-section .carousel-container .title-section .shape-background .content .header-top {
                    text-align: center
                }

                    .section-content.top-carousel-section .carousel-container .title-section .shape-background .content .header-top h1 {
                        font-size: 20px;
                        color: #fff
                    }

                        .section-content.top-carousel-section .carousel-container .title-section .shape-background .content .header-top h1:before {
                            height: 0
                        }

            .section-content.top-carousel-section .carousel-container .title-section .shape-background:after {
                height: 0
            }

.section-content.top-carousel-section::after {
    width: 0;
    height: 0
}

.about-section .content-menu .items {
    display: flex;
    flex-wrap: wrap
}

    .about-section .content-menu .items .item {
        flex: 0 0 100%;
        border-radius: 10px;
        height: auto
    }

        .about-section .content-menu .items .item .content-link {
            height: 100%;
            border-radius: 5px
        }

            .about-section .content-menu .items .item .content-link a {
                display: flex;
                padding-top: 0.2rem;
                padding-bottom: 0.2rem;
                height: 100%;
                background: #7777772b;
                align-items: center;
                border-radius: 5px
            }

                .about-section .content-menu .items .item .content-link a img {
                    max-width: 50px;
                    padding-left: 5px
                }

                .about-section .content-menu .items .item .content-link a:hover, .about-section .content-menu .items .item .content-link a:active, .about-section .content-menu .items .item .content-link a:focus {
                    background-color: #4c4c4c14;
                    border-radius: 5px;
                    color: #ff0d1b
                }

            .about-section .content-menu .items .item .content-link:hover, .about-section .content-menu .items .item .content-link:active, .about-section .content-menu .items .item .content-link:focus {
                border-radius: 5px;
                transform: scale(0.9);
                transition: .3s ease-in-out
            }

.section-content.display-section ul.tabs {
    justify-content: center
}

    .section-content.display-section ul.tabs li.nav-item {
        flex: 1 1 100%;
        text-align: left;
        width: 100%
    }

        .section-content.display-section ul.tabs li.nav-item .nav-link {
            background: #e1e1e1;
            padding: 0.8rem 2rem 0.8rem 2rem;
            border-radius: 0;
            padding-left: 10px
        }

            .section-content.display-section ul.tabs li.nav-item .nav-link:hover, .section-content.display-section ul.tabs li.nav-item .nav-link:active, .section-content.display-section ul.tabs li.nav-item .nav-link:focus {
                background-color: #606062;
                border-radius: 0;
                color: white
            }

            .section-content.display-section ul.tabs li.nav-item .nav-link.active {
                background-color: #ff0d1b;
                border-radius: 0
            }

        .section-content.display-section ul.tabs li.nav-item .show > .nav-link {
            background-color: #ff0d1b;
            border-radius: 0
        }

.section-content.display-section .header-top .h1 {
    text-align: left
}

    .section-content.display-section .header-top .h1:before {
        height: 2px
    }

.section-content.display-section .content-info .content-image-top {
    height: 250px;
    display: block;
    overflow: hidden
}

.section-content.display-section .content-info .info ul {
    list-style: none
}

    .section-content.display-section .content-info .info ul li {
        padding-left: 20px;
        color: #565656
    }

.section-content-s2.display-section {
    position: relative;
    padding-bottom: 0px
}

    .section-content-s2.display-section .bottom-content {
        background-color: #e1e1e1;
        position: relative;
        padding-top: 40px
    }

        .section-content-s2.display-section .bottom-content .content-row {
            padding: 40px 0px
        }

    .section-content-s2.display-section .accordion .card .card-header h2 button {
        background-color: #888889
    }

    .section-content-s2.display-section .accordion .card .collapse .card-body ul.tabs li.nav-item .nav-link {
        background: #e1e1e1;
        color: #26292a
    }

        .section-content-s2.display-section .accordion .card .collapse .card-body ul.tabs li.nav-item .nav-link:hover, .section-content-s2.display-section .accordion .card .collapse .card-body ul.tabs li.nav-item .nav-link:active, .section-content-s2.display-section .accordion .card .collapse .card-body ul.tabs li.nav-item .nav-link:focus {
            background-color: #606062;
            color: white
        }

        .section-content-s2.display-section .accordion .card .collapse .card-body ul.tabs li.nav-item .nav-link.active {
            background-color: #ff0d1b;
            color: white
        }

    .section-content-s2.display-section .header-top {
        padding-left: 15px
    }

        .section-content-s2.display-section .header-top h3 {
            color: #000;
            font-size: 20px;
            margin-top: 8px
        }

    .section-content-s2.display-section .tab-content .tab-pane .courses-list-content .content-info {
        padding-left: 15px
    }

        .section-content-s2.display-section .tab-content .tab-pane .courses-list-content .content-info a {
            text-decoration: none;
            color: #606062
        }

            .section-content-s2.display-section .tab-content .tab-pane .courses-list-content .content-info a:hover, .section-content-s2.display-section .tab-content .tab-pane .courses-list-content .content-info a:active, .section-content-s2.display-section .tab-content .tab-pane .courses-list-content .content-info a:focus {
                color: #ff0d1b;
                text-decoration: underline
            }

        .section-content-s2.display-section .tab-content .tab-pane .courses-list-content .content-info ul {
            padding-left: 30px;
            padding-top: 15px;
            list-style: none
        }

.content-activities .content {
    padding: 10px 0px
}

    .content-activities .content img a {
        display: block
    }

    .content-activities .content .information {
        text-align: left
    }

        .content-activities .content .information .title a h3 {
            color: #26292a;
            font-size: 16px;
            text-align: left;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: bold
        }

        .content-activities .content .information .description .sub p {
            text-align: left;
            margin-bottom: 0;
            font-size: 14px
        }

.activities-section-s2 {
    background: white
}

    .activities-section-s2 .img {
        margin-top: 5px
    }

        .activities-section-s2 .img img {
            border-radius: 5px
        }

    .activities-section-s2 .tab-content .content article .event-box .date-section h1 {
        line-height: 1
    }

    .activities-section-s2 .tab-content .content article .event-box .description-section p {
        font-size: 14px;
        margin-bottom: 5px
    }

    .activities-section-s2 .tab-content .content article .event-box .description-section .by {
        color: #606062
    }

        .activities-section-s2 .tab-content .content article .event-box .description-section .by span {
            color: #000
        }

    .activities-section-s2 .tab-content .content article .event-box .description-section .nombre {
        margin-top: 5px;
        font-weight: bold
    }

    .activities-section-s2 .tab-content .content article .event-box .description-section .place {
        color: #ff0d1b
    }

    .activities-section-s2 .event-content ul.nav-tabs li a {
        background: #ff0d1b;
        padding: 0.2rem 1rem;
        margin: 5px 0px;
        position: relative;
        color: white;
        border-radius: 5px
    }

        .activities-section-s2 .event-content ul.nav-tabs li a:hover, .activities-section-s2 .event-content ul.nav-tabs li a:active, .activities-section-s2 .event-content ul.nav-tabs li a:focus {
            background: #d1d0d0;
            color: #606062
        }

.enlaces-section .content-enlaces ul, .enlaces-section .content-images-enlaces ul {
    text-align: center;
    list-style: none;
    -moz-columns: 3;
    columns: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
}

    .enlaces-section .content-enlaces ul li, .enlaces-section .content-images-enlaces ul li {
        flex: 1 1 100%
    }

    .enlaces-section .content-images-enlaces ul li {
        flex: 0 1 auto;
        padding: 0.5rem 2rem
    }

        .enlaces-section .content-images-enlaces ul li a {
            display: inline-block
        }

            .enlaces-section .content-images-enlaces ul li a img {
                max-width: 80px
            }

.contact-button .modal-content {
    background-image: none;
    height: 100%
}

.contact-button .modal .modal-dialog .modal-content {
    background-size: contain;
    height: auto;
    position: relative;
    width: 100%
}

.contact-button-s2 {
    background-color: #e1e1e1;
    position: relative
}

    .contact-button-s2 .contact_form {
        background-color: white;
        padding-top: 40px;
        margin-top: 40px;
        box-shadow: 0 0 10px 5px #ccc
    }

        .contact-button-s2 .contact_form form {
            padding: 10px
        }

            .contact-button-s2 .contact_form form .input {
                border: 0;
                padding: 0px 10px
            }

.div-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

    .div-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.divider-1 {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to right bottom, #e1e1e1 49%, #fff 50%),linear-gradient(-50deg, #fff 16px, #000 0)
}

.divider-2 {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to left bottom, #fff 49%, #823A9C 50%)
}

.shape-divider-bottom, .shape-divider-top {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.shape-divider-bottom {
    bottom: 0;
    transform: rotate(180deg)
}

.shape-divider-top {
    top: 0
}

    .shape-divider-bottom svg, .shape-divider-top svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 25px;
        transform: rotateY(180deg)
    }

    .shape-divider-bottom .shape-fill, .shape-divider-top .shape-fill {
        fill: #FFFFFF
    }

@media (min-width: 576px) {
    #header.header_dependencias {
        position: relative
    }

        #header.header_dependencias .top .navbar {
            height: auto
        }

            #header.header_dependencias .top .navbar .navbar-collapse {
                background-color: #565656
            }

                #header.header_dependencias .top .navbar .navbar-collapse ul li a {
                    font-size: 16px;
                    text-align: center
                }

                    #header.header_dependencias .top .navbar .navbar-collapse ul li a:hover, #header.header_dependencias .top .navbar .navbar-collapse ul li a:active, #header.header_dependencias .top .navbar .navbar-collapse ul li a:focus {
                        background-color: white !important;
                        color: #000
                    }

    .shape-divider-bottom svg, .shape-divider-top svg {
        height: 52px
    }
}

@media (min-width: 768px) {
    .top-carousel-section {
        position: relative;
        overflow: hidden;
        z-index: 1
    }

        .top-carousel-section .carousel-container {
            position: relative
        }

            .top-carousel-section .carousel-container .carousel .carousel-control-prev, .top-carousel-section .carousel-container .carousel .carousel-control-next {
                top: 50%
            }

            .top-carousel-section .carousel-container .carousel .carousel-control-prev {
                left: 2%
            }

            .top-carousel-section .carousel-container .carousel .carousel-control-next {
                left: 64%
            }

            .top-carousel-section .carousel-container .carousel .carousel-indicators {
                bottom: 0;
                left: 0%;
                right: auto;
                margin-bottom: 0
            }

            .top-carousel-section .carousel-container .carousel .carousel-inner .carousel-item .img {
                background-size: cover;
                background-position: center left;
                background-repeat: no-repeat;
                min-height: 300px
            }

            .top-carousel-section .carousel-container .title-section {
                background: #ff0d1b;
                position: absolute;
                height: 100%;
                z-index: 2;
                top: 0;
                right: 0;
                width: 20%
            }

                .top-carousel-section .carousel-container .title-section .shape-background {
                    position: relative;
                    height: 100%
                }

                    .top-carousel-section .carousel-container .title-section .shape-background .content {
                        position: absolute;
                        top: 30%;
                        left: -20px;
                        padding-right: 15px
                    }

                        .top-carousel-section .carousel-container .title-section .shape-background .content .header-top {
                            text-align: left
                        }

                            .top-carousel-section .carousel-container .title-section .shape-background .content .header-top h1 {
                                font-size: 30px;
                                color: white;
                                padding-bottom: 0;
                                margin-bottom: 0
                            }

                                .top-carousel-section .carousel-container .title-section .shape-background .content .header-top h1:before {
                                    background: white;
                                    bottom: -10px
                                }

                        .top-carousel-section .carousel-container .title-section .shape-background .content .name h3 {
                            font-size: 14px;
                            line-height: 1.3;
                            color: white;
                            text-align: left;
                            margin: 1.46rem 0 1.168rem 0
                        }

                    .top-carousel-section .carousel-container .title-section .shape-background:after {
                        content: '';
                        position: absolute;
                        height: 100%;
                        top: 0;
                        right: 0;
                        width: 80%;
                        transform: skew(18deg);
                        left: -50px;
                        z-index: -1;
                        background: #ff0d1b
                    }

        .top-carousel-section:after {
            content: '';
            position: absolute;
            height: 94%;
            top: 0;
            right: 45px;
            width: 21%;
            transform: skew(18deg);
            z-index: 1;
            background: #ff0d1b
        }

        .top-carousel-section.top-carousel-section-s2 {
            position: relative;
            overflow: hidden;
            z-index: 1;
            padding-bottom: 0px
        }

            .top-carousel-section.top-carousel-section-s2 .carousel-container {
                position: relative
            }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-control-prev, .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-control-next {
                    top: 50%
                }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-control-prev {
                    left: 2%
                }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-control-next {
                    left: auto;
                    right: 2%
                }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-indicators {
                    bottom: 0;
                    left: auto;
                    right: 0;
                    margin-bottom: 0;
                    top: auto
                }

                    .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-indicators li {
                        background-color: #fff
                    }

                        .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-indicators li.active {
                            background-color: #ff0d1b
                        }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-inner .carousel-item .img {
                    background-size: cover;
                    background-position: center left;
                    background-repeat: no-repeat;
                    min-height: 300px;
                    height: 500px
                }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .carousel .carousel-inner .carousel-item video {
                    height: 500px
                }

                .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section {
                    background: rgba(0,0,0,0.2);
                    position: absolute;
                    height: 35%;
                    max-height: 200px;
                    z-index: 2;
                    top: 35%;
                    bottom: auto;
                    left: 10%;
                    width: 250px
                }

                    .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background {
                        position: relative;
                        height: 0
                    }

                        .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background .content {
                            position: relative;
                            top: 0;
                            left: 0;
                            padding-right: 0;
                            padding-left: 15px;
                            padding-top: 15px
                        }

                            .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background .content .header-top {
                                text-align: left
                            }

                                .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background .content .header-top h1 {
                                    font-size: 30px;
                                    color: white;
                                    padding-bottom: 0;
                                    margin-bottom: 0
                                }

                                    .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background .content .header-top h1:before {
                                        background: white;
                                        bottom: -10px
                                    }

                            .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background .content .name h3 {
                                font-size: 16px;
                                line-height: 1.3;
                                color: white;
                                text-align: left;
                                margin: 1.46rem 0 1.168rem 0
                            }

                        .top-carousel-section.top-carousel-section-s2 .carousel-container .title-section .shape-background:after {
                            content: '';
                            position: absolute;
                            height: 0;
                            top: 0;
                            right: 0;
                            width: 0;
                            transform: skew(18deg);
                            left: -50px;
                            z-index: -1;
                            background: #ff0d1b
                        }

            .top-carousel-section.top-carousel-section-s2:after {
                content: '';
                position: absolute;
                height: 0;
                top: 0;
                right: 45px;
                width: 0;
                transform: skew(18deg);
                z-index: 1;
                background: #ff0d1b
            }

    .section-content.top-carousel-section .carousel-container .carousel .carousel-inner .carousel-item .img {
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        min-height: 300px
    }

    .about-section .content-menu .items .item {
        flex: 0 0 17%;
        height: 180px
    }

        .about-section .content-menu .items .item .content-link a {
            display: block;
            padding-top: 1rem;
            padding-bottom: 1rem
        }

            .about-section .content-menu .items .item .content-link a img {
                max-width: 80px
            }

    .content-activities .content.secondary-row {
        display: flex
    }

        .content-activities .content.secondary-row .img a img {
            height: auto;
            width: 160px
        }

        .content-activities .content.secondary-row .information {
            height: 80px;
            overflow: scroll;
            padding-left: 10px
        }

            .content-activities .content.secondary-row .information .title a h3 {
                margin-top: 0
            }

    .activities-section-s2 {
        background: white
    }

        .activities-section-s2 .img {
            margin-top: 5px
        }

            .activities-section-s2 .img img {
                border-radius: 5px
            }

        .activities-section-s2 .tabs-content .content {
            padding-top: 0px
        }

            .activities-section-s2 .tabs-content .content .img {
                margin-top: 0px
            }

        .activities-section-s2 .event-content ul.nav-tabs li {
            width: 100%
        }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .date-section h1 {
                line-height: 1
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section p {
                font-size: 14px;
                margin-bottom: 5px
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .by {
                font-weight: bold;
                color: #606062
            }

                .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .by span {
                    color: #000
                }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .nombre {
                margin-top: 5px;
                font-weight: bold
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .desc {
                font-weight: bold
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .place {
                color: #606062
            }

            .activities-section-s2 .event-content ul.nav-tabs li a:hover, .activities-section-s2 .event-content ul.nav-tabs li a:active, .activities-section-s2 .event-content ul.nav-tabs li a:focus {
                background: #d1d0d0
            }

    .enlaces-section .content-enlaces ul, .enlaces-section .content-images-enlaces ul {
        text-align: center;
        list-style: none;
        -moz-columns: 3;
        columns: 3;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        align-content: center
    }

        .enlaces-section .content-enlaces ul li, .enlaces-section .content-images-enlaces ul li {
            flex: 1 1 33%
        }

    .enlaces-section .content-images-enlaces {
        padding-top: 2rem
    }

        .enlaces-section .content-images-enlaces ul li {
            flex: 0 1 auto;
            padding: 0.5rem 2rem
        }

            .enlaces-section .content-images-enlaces ul li a {
                display: inline-block
            }

                .enlaces-section .content-images-enlaces ul li a img {
                    max-width: 80px
                }
}

@media (min-width: 992px) {
    #header.header_dependencias {
        position: relative
    }

        #header.header_dependencias .top .navbar {
            height: auto
        }

            #header.header_dependencias .top .navbar .navbar-collapse {
                background-color: transparent
            }

                #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li {
                    padding: 0;
                    border-left: 1px solid #ccc
                }

                    #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a {
                        font-size: 16px;
                        text-align: center;
                        color: #26292a;
                        padding: 0px 12px 0px 14px;
                        position: relative
                    }

                        #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a:hover, #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a:active, #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a:focus {
                            color: #ff0d1b;
                            text-decoration: none
                        }

                            #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a:hover:after, #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a:active:after, #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li a:focus:after {
                                content: '';
                                background: #ff0d1b;
                                border: 2px solid #ff0d1b;
                                position: absolute;
                                left: 0;
                                width: 100%;
                                bottom: -10px
                            }

                    #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav li:hover {
                        background: none
                    }

                #header.header_dependencias .top .navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
                    color: #fff
                }

            #header.header_dependencias .top .navbar .navbar-brand {
                width: auto
            }

    .top-carousel-section .carousel-container {
        position: relative
    }

        .top-carousel-section .carousel-container .title-section .shape-background:after {
            content: ''
        }

    .top-carousel-section:after {
        width: 23%;
        height: 97%
    }

    .section-content.top-carousel-section .carousel-container .carousel .carousel-inner .carousel-item .img {
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        min-height: 300px
    }

    .activities-section-s2 {
        background: white
    }

        .activities-section-s2 .img {
            margin-top: 5px
        }

            .activities-section-s2 .img img {
                border-radius: 5px
            }

        .activities-section-s2 .tabs-content .content {
            padding-top: 0px
        }

            .activities-section-s2 .tabs-content .content .img {
                margin-top: 0px
            }

        .activities-section-s2 .event-content ul.nav-tabs li a {
            width: 100%;
            max-width: 110px;
            text-align: center
        }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .date-section h1 {
                line-height: 1
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section p {
                font-size: 14px;
                margin-bottom: 5px
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .by {
                font-weight: bold;
                color: #606062
            }

                .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .by span {
                    color: #000
                }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .nombre {
                margin-top: 5px;
                font-weight: bold
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .desc {
                font-weight: bold
            }

            .activities-section-s2 .event-content ul.nav-tabs li a article .event-box .description-section .place {
                color: #606062
            }

            .activities-section-s2 .event-content ul.nav-tabs li a:hover, .activities-section-s2 .event-content ul.nav-tabs li a:active, .activities-section-s2 .event-content ul.nav-tabs li a:focus {
                background: #d1d0d0
            }

            .activities-section-s2 .event-content ul.nav-tabs li a.active:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-left: 25px solid #ff0d1b;
                border-bottom: 20px solid transparent;
                top: 6px;
                right: -11px;
                z-index: 0
            }

            .activities-section-s2 .event-content ul.nav-tabs li a.active:hover:after, .activities-section-s2 .event-content ul.nav-tabs li a.active:active:after, .activities-section-s2 .event-content ul.nav-tabs li a.active:focus:after {
                border-left: 25px solid #d1d0d0
            }

    .content-activities .content.secondary-row .img {
        flex: 1 1 0%
    }

        .content-activities .content.secondary-row .img a img {
            width: 100%;
            height: 120px
        }

    .content-activities .content.secondary-row .information {
        flex: 1 1 0%;
        overflow: hidden;
        height: auto
    }

        .content-activities .content.secondary-row .information .title a h3 {
            font-size: 14px
        }
}

@media (min-width: 1200px) {
    .top-carousel-section .carousel-container {
        position: relative
    }

        .top-carousel-section .carousel-container .carousel .carousel-inner .carousel-item .img {
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat;
            min-height: 500px
        }

        .top-carousel-section .carousel-container .title-section .shape-background .content {
            top: 35%
        }

            .top-carousel-section .carousel-container .title-section .shape-background .content .header-top h1 {
                font-size: 40px
            }

            .top-carousel-section .carousel-container .title-section .shape-background .content .name h3 {
                font-size: 20px;
                line-height: 1.3
            }

        .top-carousel-section .carousel-container .title-section .shape-background:after {
            content: ''
        }
}
