html {
    font-size: 18px;
    scroll-behavior: smooth;
}

.mobile {
    display: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, 0.6);
    background: #000;
}

i,
.MenuFlotante,
.Header-Menu,
.LogoPrincipal {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: rgba(0, 0, 0, 0.6);
}

/*//// SCROLL /////*/
#productos,
#procesos,
#nosotros {
    scroll-margin-top: 3rem;
}

/*//// UTILITIES ///*/

.ClNaranja {
    color: #EF8114;
}

.BgNaranja {
    background: #EF8114;
}

.ClGris {
    color: #eceded;
}

.BgGris {
    background: #eceded;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100vw !important;
    height: 100vh !important;
    background-color: white;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.SliderBoxControlInfo {
    position: fixed;
    right: 110px;
    bottom: 40px;
    z-index: 999;
    width: 60px;
    height: 60px;
}

.BotonTop {
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 15px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    line-height: 1.5rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover,
.BotonTop:focus,
.BotonTop:active {
    color: #fff;
    background: rgba(0, 80, 160, 1);
}

.hasScrolled {
    display: block;
}

/*//// AND UTILITIES ///*/

.BurberMenu,
.BtnMenuBurger-Close {
    display: none;
}

.Wrapper {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

/*///////////// WEB MENU FLOTANTE /////////////*/

.MenuFlotante {
    position: fixed;
    left: -1000px;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    background: linear-gradient(90deg, rgba(216, 119, 63, 1) 0%, rgba(238, 141, 58, 1) 50%, rgba(220, 126, 61, 1) 100%);
}

.MenuFlotante.active {
    left: 0px;
    padding: 2rem !important;
}

.MenuFlotante .MenuFlotante-BoxLogo {}

.MenuFlotante .MenuFlotante-BoxLogo .BoxLogo-Img {
    width: 9rem;
}

.MenuFlotante-BoxClose {
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
    top: -10px;
}

.MenuFlotante-BoxClose .BoxClose-Icon {
    width: 20px;
    height: 20px;
    background: url(../../assets/images/icon-close.png);
    background-size: cover;
    display: inline-block;
}

.MenuFlotante-List {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
}

.MenuFlotante-List .List-Link {
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 8px 0;
    display: flex;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.MenuFlotante-IdiomaRedes {
    display: flex;
    width: 100%;
    padding: 15px 0;
}

/*///////////// WEB HEADER MENU //////////////////*/

.logoInicioMobile {
    position: absolute;
    width: 13rem;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    object-fit: contain;
}

.Header-Menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.5s ease;
        background: linear-gradient(90deg, rgba(216, 119, 63, 1) 0%, rgba(238, 141, 58, 1) 50%, rgba(220, 126, 61, 1) 100%);
    }

    &.HeaderActive::before {
        opacity: 1;
    }

    .Header-Menu.HeaderActive::before {
        opacity: 1;
    }

    .botonMenuMobile {
        position: absolute;
        left: 1rem;
        top: 1rem;
        display: none;
        background-color: rgba(220, 126, 61, 0.4);
        border: none;
        display: none;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        height: 5rem;
        width: 5rem;
        z-index: 1;
        outline: none;
        transition: transform 0.1s;

        svg {
            width: 3rem;
            height: 3rem;
            color: rgb(206, 203, 203);
        }
    }

    .botonMenuMobile:active {
        transform: scale(0.9);
    }

    .idiomas {
        position: absolute;
        right: 3rem;
        display: flex;
        height: 100%;
        align-items: center;

        .dropdown {
            button {
                background-color: transparent;
                border: none;
                display: flex;
                align-items: center;
            }

            .dropdown-menu {
                min-width: 0;
                padding-top: 0;
                padding-bottom: 0;

                a:active,
                a.active {
                    background-color: rgb(220, 126, 61);
                }
            }
        }
    }

    .row {
        height: 100%;

        .HeaderLogoMenu-Grid {
            height: 100%;

            .Header-Menu-Principal {
                display: flex;
                height: 100%;
                align-items: center;
                position: relative;
                width: 100%;
                justify-content: center;

                .Menu {
                    display: flex;
                    height: 100%;
                    align-items: center;
                    border: none;

                    img {
                        object-fit: contain;
                        height: 80%;
                    }

                    .Link {
                        color: rgba(255, 255, 255, 1);
                        font-size: 0.8rem;
                        padding: 5px 0px;
                        display: flex;
                        height: 100%;
                        align-items: center;
                        position: relative;
                        text-decoration: none;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        width: 120px;
                        text-align: center;
                        justify-content: center;
                        font-weight: 600;
                    }

                    a {
                        text-decoration: none;
                    }

                    a:hover {
                        text-decoration: underline;
                        text-decoration-color: white;
                    }
                }
            }
        }
    }
}

.Header-Menu.HeaderActive {
    height: 60px;
    padding-top: 0px;
    
}

.Header-Menu.HeaderActive.Header-Logo {
    height: 7rem;
}

.Site-Header_Menu {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e7;
    position: relative;
}


.HeaderBox-Left {
    position: absolute;
    left: 0;
}

.MenuBox {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.MenuBox:hover .MenuBox-IconMenu {
    background: url(../../assets/images/icon-menu-color.png);
}

.MenuBox .MenuBox-IconMenu {
    width: 31px;
    height: 18px;
    background: url(../../assets/images/icon-menu.png);
    background-size: cover;
    display: inline-block;
}

.MenuBox .MenuBox-Text {
    padding: 10px;
}

.HeaderBox-Right {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RedesBox a i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.RedesBox .RedesBox-Link {
    color: #fff;
    padding: 5px;
    font-size: 1.5rem;
}

.RedesBox .RedesBox-Link:hover {
    color: #EF8114;
}

.RedesBox .RedesBox-Link i {}

/*///////////// WEB INTRO GIF /////////////*/

.IntroVideoBox.IntroVideoBoxClientes {
    position: relative;
    height: 55vh;
    overflow: hidden;
}

.IntroVideoBox{
    background: url("../../assets/images/carouseles/portada.jpg");
    background-size: cover;
}

.IntroVideoBox .logoBlancoInicio{
    width: 25rem;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(6px 6px 10px rgba(0,0,0,0.5));
}

.separadorVideo{
    position: absolute;
    bottom: -0.1rem;
    width: 100%;
    height: 14rem;
    clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 2rem;
}

.separadorVideo h1{
    font-weight: 700;
}

.Link {
    display: flex;
    justify-content: center;
    margin: 0 1rem;
    align-items: center;
}

.Link .IconLine {
    background: url("../../assets/images/detalle-intro-line.png");
    width: 95px;
    height: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}

.Link .IconLine.BgLine-Blanco {
    background: url("../../assets/images/detalle-intro-line.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.Link .IconLine.BgLine-Naranja {
    background: url("../../assets/images/detalle-intro-line-naranja.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.BgOverlay {
    background: rgb(36, 39, 40);
    background: -moz-linear-gradient(0deg, rgba(36, 39, 40, 0) 18%, rgba(36, 39, 40, 0.5) 78%);
    background: -webkit-linear-gradient(0deg, rgba(36, 39, 40, 0) 18%, rgba(36, 39, 40, 0.5) 78%);
    background: linear-gradient(0deg, rgba(36, 39, 40, 0) 18%, rgba(36, 39, 40, 0.5) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#242728", endColorstr="#242728", GradientType=1);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.separadorImagen {
    position: absolute;
    bottom: -0.1rem;
    width: 100%;
    height: 14rem;
    clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 100%);
    /*background: linear-gradient(90deg, rgba(216, 119, 63, 1) 0%, rgba(238, 141, 58, 1) 50%, rgba(220, 126, 61, 1) 100%);*/
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 1rem;

    h1 {
        font-family: 'Montserrat', cursive;
        margin: 0 auto;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6rem;
    }
}

/*//////////////// NUESTROS PRODUCTOS //////////////////*/
.nuestrosProductos {
    background-color: white;
    padding-bottom: 4rem;
    padding-top: 2rem;
    user-select: none;

    .row {
        margin: 0 auto;
        width: 95%;
        max-width: 2000px;

        div {
            display: flex;
            justify-content: center;
            overflow: hidden;
            position: relative;

            img {
                object-fit: cover;
                max-height: 27rem;
                width: 100%;
            }

            p {
                position: absolute;
                top: 46%;
                font-family: 'Sansita Swashed', cursive;
                color: white;
                font-size: 2rem;
                text-shadow: 0px 2px 5px #252651;
            }
        }
    }

    .divProducto {
        cursor: pointer;
        position: relative;

        .variedades {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
            background-color: rgba(0, 0, 0, 0.4);
            width: calc(100% - 30px);
            height: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: absolute;
            
            h2 {
                font-weight: 600;
                line-height: 40px;
                font-size: 1.5rem;
                margin: 0;
                color: #e5e5e5;
            }
        }

        p {
            transition: opacity 0.3s ease;
        }
    }

    .divProducto.active {
        .variedades {
            opacity: 1;
            visibility: visible;
        }

        p {
            opacity: 0;
        }
    }
}

/*///////////// HOME - TABS /////////////*/

.MenuFlotante-List .MenuFlotante-MenuMobile {
    display: none;
}

.MenuFlotante-List .MenuFlotante-MenuMobile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.MenuFlotante-List .MenuFlotante-MenuMobile .List-Link {
    color: white;
}

.Header-Title {
    background: #EF8114;
    color: #000;
    padding: 12px 20px;
    display: inline-block;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.nav-link {
    display: block;
    padding: 1rem 1rem;
}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: space-between;
    background: #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #EF8114;
    : #333;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 0;
}

.nav-tabs .nav-item .nav-link a.show,
.nav-tabs .nav-link a.active {
    color: #EF8114;
}

.nav-tabs .nav-link a {
    color: #333;
    text-align: center;
}

.nav-tabs .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25%;
}

.nav-tabs .nav-link:hover {
    color: #EF8114;
}

.Site-Tabs {}

.AboutBox__Text {
    border-bottom: 1px solid #fff;
}

.AboutBox__Text .Title {
    color: #EF8114;
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 4rem;
}

.AboutBox__Text .SubTitle {
    color: #EF8114;
    font-size: 1.6rem;
    line-height: 2rem;
}

.BoxSession {
    display: flex;
    flex-direction: column;
}

.BoxSession .BoxSession-Number {
    color: #EF8114;
    text-transform: uppercase;
}

.BoxSession .BoxSession-Title {
    color: #EF8114;
    text-transform: uppercase;
}

.BoxSession .BoxSession-Fecha {
    font-size: 0.7rem;
}

.BoxSession .BoxSession-Text {}

.BoxSession .BoxSession-Link {
    color: #EF8114;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.BoxSession .BoxSession-Link .IconArrow {
    width: 19px;
    height: 13px;
    display: inline-block;
    background: url(../images/tacto/arrow-right.png);
    background-size: cover;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.TabsBox {
    border-top: 1px solid #fff;
}

/*///////////// WEB FOOTER /////////////*/

.Site-Footer {}


.RedesBox {
    display: flex;
    justify-content: flex-start;
}

.RedesBox .LinkRed {
    color: #3e3d40;
    padding: 0 10px;
}

.Footer-Brands {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Footer-Brands .BoxLogo {
    margin-right: 20px;
}

.Footer-Menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.BoxMenu {
    width: 100%;
    text-align: right;
    position: relative;
    right: -10px;
}

.BoxMenu .BoxMenu-Link {
    color: #3e3d40;
    padding: 0 10px;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

/*///////////// WEB PARTIDOS /////////////*/

.Site-HomePartidos {
    border-bottom: 1px solid #cdcdcd;
}

.BoxPartido {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.BoxPartido-BoxImg {
    height: 170px;
    overflow: hidden;
}

.BoxPartido-BoxImg .Img {
    width: 100%;
}

.BoxPartido-Text {
    padding: 0rem 0;
}

.BoxPartido-Text .Title {
    color: #333;
    font-family: 'Montserrat', cursive;
}

.BoxPartido-Text .Title .TextPartido {
    color: #c5c5c5;
}

.BoxPartido-Text .Text {
    color: #333;
    min-height: 45px;
}

.BoxPartido-Text .LinkVerPartidos {
    display: inline-block;
}

.BoxPartido-Text .Line {
    width: 30px;
    height: 2px;
    background: #EF8114;
    display: flex;
    margin-bottom: 15px;
}

/*///////////// WEB INSTITUCIONAL /////////////*/

.nosotros {
    background-color: #dadada;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0 !important;
}

.nosotros video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.2);
}

.logoContainer {
    width: 32rem;
    height: 32rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;

    img {
        object-fit: contain;
        max-height: 70%;
        margin-bottom: 3rem;
    }
}

.BoxInstitucional {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.BoxInstitucional .PreTitle {
    color: #EF8114;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-weight: 600;
}

.BoxInstitucional .Title {
    color: #333;
    font-size: 3rem;
    line-height: 3.4rem;
    font-family: 'Montserrat', cursive;
}

.BoxInstitucional .Line {
    background: #EF8114;
    width: 40px;
    height: 5px;
    display: inline-block;
    margin-bottom: 1rem;
}

.BoxInstitucional .Text {
    color: #fff !important;
}

.BoxInstitucional .Text.TextDestacadoIntro {
    font-size: 4rem;
    line-height: 4rem;
    font-family: 'Montserrat', cursive;
    color: #fff;
}

.BoxInstitucional .Text.TextDestacado {
    font-family: 'Sansita Swashed', cursive;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.2rem;
    width: 100%;
    text-shadow: 0px 2px 5px #252651;
}

.BoxVisionMision {
    background: rgba(255, 255, 255, 0.8);
    padding: 35px;
    margin-bottom: 25px;
    border-top: 2px solid #000;
}

.BoxVisionMision .Title {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.BoxVisionMision .Text {
    margin-bottom: 0;
}

.vision {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;

    .seccionVision {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 60rem;
        margin: 0 auto;

        .BoxVision {
            margin: 0 5rem;
        }
    }
}

.LineDivider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    width: 100%;
}

.BoxVision .Title {
    font-size: 4rem;
    line-height: 4rem;
    font-family: 'Sansita Swashed', cursive;
    color: #144982;
}

.BoxVision .Title .Text {
    color: #ef8114;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
}

.BoxVision .SubTitle {
    font-family: 'Sansita Swashed', cursive;
    font-size: 2rem;
    color: #144982;
}

.Site-MasInformacion {
    background: #3e3d40;
}

.BoxVision .Parrafo {}

.BoxVision.BoxMasInformacion .Parrafo {
    color: #fff;
}

.BoxVision.BoxMasInformacion .Link {
    color: #EF8114;
    margin: 0;
    font-size: 1.4rem;
}

/*///////////// WEB VIDEO /////////////*/

.BoxVideo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 15px solid #fff;
}

.IntroVideoBox {
    position: relative;
    height: calc(100vh + 14rem);
}

.BoxVideo.BoxVideoMarketing {
    height: auto;
}

.BoxVideo.BoxInstitutoMessi {
    background: url(../images/instituto/bg-instituto-messi-alta.jpg) #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 70vh;
}

.BoxVideo.BoxInstitutoMessi .BoxVideo-BoxText {
    position: static;
    text-align: left;
    width: 1140px;
    z-index: 2;
    margin-top: 10rem;
    padding: 0 15px;
}

.BoxVideo.BoxInstitutoMessi .BgOverlay {
    transform: rotate(180deg);
}

.BoxVideo.BoxInstitutoMessi .BoxVideo-BoxText .Title {
    justify-content: flex-start;
}

.BoxVideo .BgOverlay {}

.BoxVideo-BoxText {
    position: absolute;
    text-align: center;
    width: 55%;
    z-index: 2;
}

.BoxVideo-BoxText .Title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: 'Montserrat', cursive;
    color: #fff;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BoxVideo-BoxText .Line {
    background: #EF8114;
    width: 40px;
    height: 5px;
    display: inline-block;
    margin-bottom: 1rem;
}

.BoxVideo-BoxText .Text {
    color: #fff;
    margin-bottom: 0;
}

.BoxVideo-Media {
    width: 100%;
}

.BoxVideo-Media .Video {
    width: 100%;
}

/*///////////// WEB LA SELECCION /////////////*/


.Site-HomeLaSeleccion {
    background: url(../images/la-seleccion/bg-la-seleccion.jpg) #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.Site-HomeLaSeleccion .BoxInstitucional .Title {
    color: #fff;
}

.Site-HomeLaSeleccion .BoxInstitucional .Text {
    color: #fff;
}

/*///////////// WEB INSTITUTO /////////////*/

.procesos .Link {
    margin: 0 0rem;
}

.procesos .slider {
    padding: 2rem 0;
}

.procesos .slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.procesos p {
    color: white;
    width: 25rem;
    font-size: 1.4rem;
    line-height: 1.1;
}

.slider h1 {
    font-size: 2.8rem;
    display: flex;
    justify-content: center;
    text-justify: auto;

    svg{
        height: 3.2rem;
        width: 3.2rem;
        margin: 0 0.3rem;
    }
}

.slider1,
.slider3 {


    hr{
        background-color: white;
    }

    p,
    h1 {
        text-align: center;
        color: white;
    }

    .contenedorTextos{
        margin-right: 0.5rem;
    }

    
    .SliderInstitutoAFA-Grid{
        margin-left: 0.5rem;
    }

    background: linear-gradient(90deg, rgba(226, 163, 41, 1) 0%, rgba(246, 186, 71, 1) 50%);
    background: linear-gradient(to right, #f46b45, #eea849);
}

.slider2,
.slider4 {

    p,
    h1 {
        text-align: center;
        margin-left: 1rem;
        color: rgba(0, 0, 0, 0.6);
    }

    /*background-color: #f9bb33;*/
    background-color: white;

    .contenedorTextos{
        margin-left: 0.5rem;
    }

    
    .SliderInstitutoAFA-Grid{
        margin-right: 0.5rem;
    }

}

.ItemSliderInstitutoAFA .Img {
    width: 100%;
}

.SliderInstitutoAFA-Grid .tns-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tns-outer [data-action] {
    display: none;
}

.SliderInstitutoAFA-Grid .tns-nav button {
    position: relative;
    background: #333;
    border: 1px solid #333;
    border-radius: 0px;
    width: 40px;
    margin: 0 2px;
    height: 6px;
    outline: none;
}

.SliderInstitutoAFA-Grid {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 40rem;
}

.SliderInstitutoAFA-Grid p {
    color: white;
}

.tns-ovh {
    height: 20rem;
    width: 40rem;
    border-radius: 10px;
}

.PartidosModal {
    width: 650px;
}

.BoxPartidos {
    display: flex;
    flex-wrap: wrap;
}

.BoxPartidos-List {}

.BoxPartidos-List.ListW33 {
    width: 33.3%;
}

.BoxPartidos-List.ListW50 {
    width: 50%;
}

.BoxPartidos-List.ListW100 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.BoxPartidos-List .Item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.BoxPartidos-List .Item .Pais {
    color: #c5c5c5;
    font-size: 0.6rem;
    margin: 0 5px;
}

.BoxPartidos-List .Item .Fecha {
    color: #c5c5c5;
    margin-right: 15px;
    width: 25%;
}

.LinkMasInfo {
    text-align: left;
    justify-content: flex-start;
    margin: 0;
    color: #EF8114;
}

.contacto {
    background: #144982;
}

.contenedorRedes {
    display: flex;
    justify-content: center;

    a {
        margin: 0 2rem;

        font-size: 1.5rem;

        .fa-instagram {
            color: #f13544;
        }
    }
}

.BoxContacto__Correo .SubTitleForm {
    display: flex;
    min-width: 300px;
    border: 1px solid #cdcdcd;
    text-align: center;
    justify-content: center;
    padding: 40px 0 15px 0px;
    margin: 0 auto;
    position: relative;
    top: -10px;
    border-top: 0;
    color: #cdcdcd;
    font-size: 0.9rem;
}

.BoxContacto__Correo .Link {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Montserrat', cursive;
    color: #252651;
}

.Site-Formulario {
    background: #fff;
}

/* FORMULARIO */

.Contacto-BoxFormulario {}

.Contacto-BoxFormulario .Title {
    font-weight: 700;
    font-size: 1.6rem;
    color: #444341;
}

.Contacto-BoxFormulario .FormContacto {}

.Contacto-BoxFormulario .FormContacto .Input {
    background: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #afaeac;
    border-radius: 0;
    padding: 15px 0;
    font-size: 1rem;
    color: #afaeac;
    box-shadow: none;
    text-align: left;
}

.Contacto-BoxFormulario input::-webkit-input-placeholder {
    color: #afaeac;
    opacity: 1 !important;
    font-size: 1rem;
}

.Contacto-BoxFormulario input::-moz-placeholder {
    color: #afaeac;
    opacity: 1 !important;
    font-size: 1rem;
}

.Contacto-BoxFormulario input:-ms-input-placeholder {
    color: #afaeac;
    opacity: 1 !important;
    font-size: 1rem;
}

.Contacto-BoxFormulario input:-moz-placeholder {
    color: #afaeac;
    opacity: 1 !important;
    font-size: 1rem;
}

.Contacto-BoxFormulario .FormContacto .Input:focus {
    border-bottom: 1px solid #EF8114;
    color: #444341;
}

.Contacto-BoxFormulario .FormContacto .BtnEnviar {
    cursor: pointer;
    background: #EF8114;
    color: #fff;
    padding: 17px 36px;
    border: 1px solid #EF8114;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.2);
    min-width: 220px;
    font-size: 1.4rem;
    max-height: 70px;
    z-index: 1;
    font-family: 'Montserrat', cursive;
}

.Contacto-BoxFormulario .FormContacto .BtnEnviar:hover {
    background: #404041;
    color: #fff;
    text-decoration: none;
    border: 1px solid #404041;
}


.BoxClasicoVideo .Video {
    width: 100%;
}

.Site-MarketingVideos {
    background: #fff;
}

/*.Site-MarketingVideos .BoxVision .Title {
    font-size: 3rem;
    line-height: 3rem;
}
.Site-MarketingVideos .BoxVision .Title .Text {
    font-size: 2rem;
    line-height: 2rem;
}*/

.Marketing-ListPartido {
    padding-left: 0;
    font-size: 0.8rem;
    color: #000;
    list-style: none;
}

.Marketing-ListPartido li {
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

.Site-Gracias {
    background: #fff;
}

.BoxGracias__Mensaje {
    display: flex;
    flex-direction: column;
    padding: 5rem 0;
}

.BoxGracias__Mensaje .SubTitle {
    text-transform: uppercase;
}

.BoxGracias__Mensaje .Text {
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Montserrat', cursive;
    color: #252651;
}

.BoxGracias__Mensaje .LinkSeguir {
    background: #333333;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid #333333;
    font-size: 0.8em;
    width: 250px;
    margin: 0 auto;
}

.Img-Hover {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 1rem;
}

.BoxImg {
    position: relative;
}

.BoxImg:hover .Img-Hover {
    opacity: 1;
}

.BoxImg:hover {
    opacity: 0;
}

.BoxContactoRedes {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BoxContactoRedes .BoxContactoRedes-Link {
    color: #252651;
    font-size: 2rem;
    padding: 1rem;
}

.BoxContactoRedes .BoxContactoRedes-Link:hover {
    color: rgb(249 154 90);
}

.contacto {
    color: rgb(182, 173, 173);

    .Link {
        margin: 1rem 0;
        color: white;
        width: auto;
    }

    span {
        user-select: none;
    }

    .copy {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        text-align: end;

        span {
            margin-bottom: 1rem;
        }

        p {
            color: white;
            margin-bottom: 0;
            font-size: 1rem;
        }
    }
}

.contacto {
    padding: 0 !important;
}