@font-face {
    font-family: "Circular Std";
    src: url("fonts/circularstd-book.otf") format("opentype");
}

html
{
    background-color: #173b6a;
}
body {
    margin: 0px;
    font-family: "Circular Std";
    ;
}

* {
    box-sizing: border-box;
}

a {
    outline: none;
    text-decoration: none;
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.amarillo-fg {
    color: #F9DF34 !important;
}

.azul-fg {
    color: #173B6A !important;
}

.azul-claro-fg {
    color: #2680EB !important;
}

.azul-secundario-fg {
    color: #173b6abf;
}

.gris-fg {
    color: #B4B4B4;
}

.bg-grey {
    background-color: #F5F5F5;
}

.bg-blue {
    background-color: #173B6A !important;
}

.bg-dark-blue {
    background-color: #102846;
}

.bg-white {

    background-color: white;
}

.h-100-p {
    height: 100%;
}

.flex {
    display: flex;
}

.br-20 {
    border-radius: 20px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.pointer {
    cursor: pointer;
}

.j-center {
    justify-content: center;
}

.j-between {
    justify-content: space-between;
}

.a-center {
    align-items: center;
}

.bold {
    font-weight: bold;
}

.over-yellow:hover {
    color: #F9DF34;
}

.over-blue:hover {
    color: #2680EB;
}

.over-scale:hover {
    transform: scale(1.01);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;

}

.half-container {
    max-width: 640px;
    width: 100%;
    box-sizing: border-box;
}

.radius-button {
    border-radius: 65px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wrap {
    flex-wrap: wrap;
}

.w-100-p {
    width: 100%;
}

.h-100-p {
    height: 100%;
}

.grow {
    flex-grow: 1;
}

a .static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.radius-button:hover {
    transform: scale(1.01);
}

.enlaces-externos .enlace .text .secondary {

    margin-left: 3px;
}

header {

    font-size: 0.85rem;
}

header .banner-container {
    position: fixed;
    top: 0;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 10000000;
}

header .banner-container .titulo-principal {
    font-weight: bold;
}



header .banner-container .enlaces-externos .enlace {
    padding: 0px 22px;
    position: relative;
    cursor: pointer;
    color: #173B6A;


}

header .banner-container .enlaces-externos .enlace .text {
    color: #173B6A;


}

header .banner-container .enlaces-externos .enlace .text:hover {
    color: #F9DF34 !important
}

header .banner-container .enlaces-externos .enlace:not(:last-child)::after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 70%;
    border-right: 1px solid #2680EB;
}

header .banner-container .enlaces-externos .enlace:last-child {
    padding-right: 0px;
}

header .banner-container .enlaces-externos .enlace .text {
    margin-left: 12px;
}

header .banner-container .main-escudo {
    height: 105px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(55px);
    transition: all 1s ease;
}

header .banner-container .main-escudo img {
    height: 100%;
}

header .banner-container .main-escudo.fixed {
    height: 50px;
    transform: translateX(-50%) translateY(0px);

}

header .navbar-container {
    max-height: 140px;
    height: 100%;
    position: fixed;
    width: 100%;
    color: white !important;
    transition: max-height 0.5s ease;
    top: 80px;
    z-index: 1000000;

}

header .navbar-container.fixed {
    max-height: 80px;
}

.header-separator {
    margin-top: 220px;
    transition: margin-top 1s ease;
}

.header-separator.fixed {
    margin-top: 160px;
}

header .navbar-container .data {
    height: 100%;
    position: relative;
}

header .navbar-container .xs-escudo {
    display: none;
}

header .navbar-container .data .asociate-texto {
    color: #173B6A;
    display: flex;
    align-items: center;
    background-color: #F9DF34;
}

header .navbar-container .data .asociate-texto svg {
    margin-left: 12px;
}



header .main-navigation ul li {
    display: inline;
    padding: 0px 16px;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
}

header .main-navigation .menu li>a {
    color: white;
}

header .main-navigation .menu li:hover>a {
    color: #2680EB
}

header .main-navigation>ul li:not(:last-child) {
    border-right: 1px solid #2680EB;
}

header .main-navigation ul li:first-child {
    padding-left: 0px;
}

header .main-navigation ul li:last-child {
    padding-right: 0px;
}

header .main-navigation ul li:hover .sub-menu {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
}

header .main-navigation .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 1000;
    background: #173B6A;

    padding: 12px 24px;
    min-width: 200px;
    padding-top: 24px;
    box-shadow: rgb(0 0 0 / 35%) 9px 16px 14px;
}

footer .escudo-nav img {
    height: 90px;
}

header .main-navigation .sub-menu li {
    text-align: left;
    display: block;
    padding: 8px 0px;
    min-width: 150px;
    margin-right: 30px;
    border-right: 0px;
}

header .main-navigation .sub-menu li a {
    color: #F9DF34;
}

.sponsors-section {
    padding: 15px 0px;
    background-color: #F0F0F0;
}

.sponsors-section.main .image-container {
    width: 200px;
    display: flex;
    justify-content: center;
}


.sponsors-section.main .sponsor-container {
    position: relative;
    min-width: 140px;
    padding: 0px 16px;
    display: flex;
    justify-content: center;
}


.sponsors-section.main .sponsor-container:last-child {
    padding-right: 0px;
}


.sponsors-section.main .sponsor-container img {
    width: 100%;
}



.noticias .search-bar {
    height: 70px;
    flex-wrap: nowrap !important;
}




.noticias .search-bar .search-input {
    flex: 0 1 320px;
    padding-left: 28px;
    height: 100%;
}

.noticias {
    padding: 90px 0px;
}

.noticias.general {
    padding: 24px 0px 0px 0px;
}

.noticias.general .otros-posts {
    width: 100%;
}

.noticias.general .otros-posts .container {
    padding: 0px;
}

.noticias.general .container>.titulo {

    margin-bottom: 34px;
}


.noticias .search-bar .search-input,
.noticias .search-bar .categorias {

    background-color: white;
    box-shadow: 0 3px 1px -2px rgba(181, 181, 181, 0.35);
}

.noticias .search-bar .search-input input {
    margin-left: 38px;
    border: 0px;
}

.noticias .search-bar .search-input input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B4B4B4;
    opacity: 1;
    /* Firefox */
}

.noticias .search-bar .search-input input:focus {
    outline: none;
}


.noticias .search-bar .categorias {
    margin-left: 12px; 
    flex-grow: 1;
    /* padding: 0px 34px 0px 58px; */
    padding: 0px 24px;
    text-align: center;
    height: 100%;
}


.noticias .search-bar .categorias ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.noticias .search-bar .categorias ul li {
    padding: 0px 12px;
    font-size: 0.75rem;
    cursor: pointer;
    position: relative;
}

.noticias .search-bar .categorias ul li.todas a {
    min-width: 210px;
}

.noticias .search-bar .categorias ul li.todas svg {
    margin-left: 12px;
}

.noticias .search-bar .categorias ul li:not(.todas) a {
    color: #B4B4B4;
}

.noticias .search-bar .categorias ul li:hover a {
    color: #173B6A;
}

.noticias .container>.titulo {
    font-weight: normal;
    font-size: 3.375rem;
    margin-bottom: 56px;
}



.otros-posts .post .info {
    padding: 28px;
}




.fixture .widget-titulo {
    padding: 24px 12px;
    font-size: 1.5rem;

    text-align: center;
    color: #F9DF34;
}


.home .carc-videos {
    background-color: #F5F5F5;
    padding: 120px 0px;
}

.carc-videos {
    padding: 70px 0px;
}

.carc-videos .carc-videos-titulo {
    margin-right: 76px;
    flex: 1 1 0;
    max-width: 300px;
    min-width: 240px;
}

.carc-videos .carc-videos-titulo h2 {
    margin-bottom: 32px;
    margin-top: 0px;
}

.carc-videos .carc-videos-titulo .todos-videos-button {
    width: 100%;
    font-size: 1.125rem;
}

.carc-videos .carc-videos-titulo .todos-videos-button svg {
    margin-left: 20px;
}

.carc-videos .videos-carousel {
    flex-grow: 1;
    width: 300px;
}

.posts-fixture-container {
    margin-top: 36px;
    padding-bottom: 36px;
    padding-top: 36px;
}

.posts-fixture-container .posts {
    /* flex-grow: 1; */
    flex: 1 1 70%;
    padding-right: 32px;
    flex-wrap: wrap;
}


.posts-fixture-container .posts .post-principal {
    width: 100%;
    position: relative;
}

.posts-fixture-container .post-principal,
.posts-fixture-container .sidebar-banner {

    margin-bottom: 48px;
}



.posts-fixture-container .posts .post-principal .gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, rgba(23, 59, 106) 1%, rgb(23 59 106 / 38%) 60%);
}

.posts-fixture-container .posts .post-principal img {
    min-height: auto !important;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}



.posts-fixture-container .posts .post-principal .info {
    height: 100%;
    max-width: 65%;
    opacity: 0.88;
    z-index: 10000;
    padding: 120px 10%;
    position: relative;
}


.posts-fixture-container .posts .post-principal .post-title {
    margin: 46px 0px;
    font-size: 2.8125rem;
    color: white;
}

.posts-fixture-container .posts .post-principal .post-subtitle {
    font-size: 1rem;
    color: white;
    max-width: 580px;
}



.carc-videos .videos-carousel .videos-carousel-title {
    margin-bottom: 36px;
}

.carc-videos .videos-carousel .videos-carousel-title .ultimos-videos {
    font-size: 2rem;
}

.carc-videos .videos-carousel .videos-carousel-title .arrows svg {
    margin: 0px 16px;
    width: 30px;
    height: 30px;
}

.carc-videos .videos-carousel .videos-carousel-list {
    overflow: hidden;
}

.carc-videos .videos-carousel .videos-carousel-list .video {
    width: 100%;
    min-width: 25%;
    padding-right: 12px;
}

.carc-videos .videos-carousel .videos-carousel-list .video:last-child {
    padding-right: 0px;
}

.carc-videos .videos-carousel .videos-carousel-list .video img {
    width: 100%;
    border-radius: 20px;
}

.carc-videos .videos-carousel .videos-carousel-list .video .info {
    margin-top: 36px;
}



section h2 {
    font-weight: normal;
    font-size: 3.25rem;
    line-height: 3rem;
}



footer {
    height: 320px;
    position: relative;
}

footer .footer-navigation nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin-left: 48px;
    font-size: 0.85rem;
}

footer .footer-navigation nav ul li {
    padding: 0px 16px;
    cursor: pointer;
    text-align: center;
}

footer .footer-navigation nav ul li a {
    color: white;
}

footer .footer-navigation nav ul li a:hover {
    color: #2680EB;
}

footer .footer-navigation nav ul li:not(:last-of-type) {

    border-right: 1px solid white;
}

footer .footer-navigation .enlaces-externos .enlace {
    margin-right: 32px;
    cursor: pointer;
}

footer .footer-navigation .enlaces-externos .enlace .text {
    color: #2680EB;
}

footer .footer-navigation .enlaces-externos .enlace .text:hover {
    color: #F9DF34;
}

footer .footer-navigation .enlaces-externos .enlace svg {
    margin-right: 12px;
}

footer .footer-navigation .social {

    max-width: 220px;
}

footer .footer-navigation .social a {

    width: 30px;
    height: 30px;
    cursor: pointer;

    margin: 0px 6px;
    background-repeat: no-repeat;

}

footer .footer-navigation .social a img {
    width: 100%;
    filter: invert(39%) sepia(64%) saturate(1415%) hue-rotate(190deg) brightness(95%) contrast(94%);
}

footer .footer-navigation .social a img:hover {
    filter: invert(78%) sepia(73%) saturate(469%) hue-rotate(354deg) brightness(105%) contrast(95%);
}


footer .copyright {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 24px;
    font-size: 0.875rem;
    width: 100%;
    padding: 0px 15px;
}

.ver-mas-button {
    max-width: 165px;
    font-size: 0.875rem;
    margin-top: 48px;
    font-weight: bold;
}

.ver-mas-button svg {
    margin-left: 12px;
}


.mobile-navigation {
    display: none;
}

.xs {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.noticias .bar1,
.noticias .bar2,
.noticias .bar3 {
    background-color: #173b6a;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -7px);
    transform: rotate(45deg) translate(-9px, -7px);
}


.page .page-title {
    padding-top: 70px;
    margin-bottom: 25px;
    font-size: 3rem;
    margin-top: 0px;
}

.page .contenido {
    padding: 85px 0px;
}

#plantel-carousel {
    display: flex !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.floating-container {
    position: fixed;
    bottom: 40px;
    z-index: 10000;
    right: 20px;
    z-index: 10000000;
}

.floating-container .whatsapp img {
    width: 70px;
}

@media (max-width: 1560px) {
    .container {
        padding: 0px 30px;
        box-sizing: border-box;
    }

    .half-container {

        padding: 0px 15px;

    }

}

@media (max-width: 1280px) {
    html {
        font-size: 14px;
    }

    .noticias .posts-fixture-container .posts .post .info .post-title {
        min-height: 0px;
    }

    .noticias .posts-fixture-container .posts .post .info {
        padding: 28px;
        height: 340px;
    }

}




@media (min-width: 769px) {
    .gt-xs {
        display: block;
    }

    .xs {
        display: none !important;
    }



}




@media (max-width: 768px) and (min-width:481px) {
    .container {
        padding: 0px 48px;
    }

    .noticias .posts-fixture-container .fixture {
        margin-left: 0px;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }

    .noticias .posts-fixture-container .fixture .widget.tabla {

        height: 400px;
    }


    .noticias .posts-fixture-container .fixture .widget {
        height: 100%;
        width: 50%;
    }

}

@media (max-width: 480px) {
    .container {
        padding: 0px 15px;
    }

    .noticias .posts-fixture-container .fixture {
        margin-left: 0px;
    }

    .noticias.general .search-bar {
        display: none;
    }

    .noticias .posts-fixture-container .fixture .widget {
        max-width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .noticias {
        padding: 45px 0px;
    }

    .single-noticia .noticias {
        padding: 0px 0px 0px !important;
    }

    .socios-newsletter .hacete-socio,
    .socios-newsletter .newsletter {
        padding: 70px 0px;
    }

    .noticias .container>.titulo {
        margin-bottom: 12px;
    }

    .plantel {
        padding: 70px 0px;
    }

    .noticias .posts-fixture-container .fixture .widget.tabla {

        height: 400px;

    }




    .single-noticia .posts-fixture-container {
        padding-bottom: 24px;
        margin-top: 0px !important;
    }

    .posts-fixture-container .posts .post-principal .info {
        padding: 60px 5%;
        max-width: 100%;
    }

    footer nav {
        display: none;
    }


    .floating-container {
        bottom: 20px;
    }

}

@media (max-width:1024px) {
    .posts-fixture-container .posts {

        padding-right: 0px;
    }
}


@media (max-width: 768px) {



    .flex {

        flex-wrap: wrap;
    }

    .xs {
        display: flex;
    }


    .gt-xs {
        display: none !important;
    }

    .main-navigation {
        height: 100%;
        max-height: 0px;
        transition: max-height 1s ease;
        overflow: hidden;
    }

    header .main-navigation.show {
        max-height: 1200px;
    }

    header .main-navigation ul {
        flex-direction: column;
        padding-bottom: 24px;
    }

    header .main-navigation ul li {
        border: none !important;
        padding: 8px 0px;
        font-size: 1.25rem;
    }

    header .main-navigation .sub-menu {
        display: none;
        flex-direction: column;
        position: relative;
        z-index: 1000;
        background: #173B6A;
        min-width: 100%;
        padding: 12px 0px;

        box-shadow: none;
    }

    header .main-navigation .sub-menu li {
        font-size: 1.25rem;
    }

    .mobile-navigation {
        display: block !important;
    }

    .main-navigation {
        order: 5;
        z-index: 10;
        position: relative;
        top: 30px;
        width: 100%;
        background-color: rgb(23, 59, 106);
    }


    header .main-navigation>ul {
        flex-direction: column;
        padding-bottom: 24px;
    }

    header .main-navigation>ul li {
        border: none !important;
        padding: 8px 0px;
        font-size: 1.25rem;
    }

    header .main-navigation>ul li {
        border: none !important;
        padding: 8px 0px;
        font-size: 1.25rem;
    }


    .gt-xs {
        display: none;
    }

    .ver-mas-button {
        margin-top: 24px;
    }



    header .banner-container {
        justify-content: center;
        height: 120px;
        padding: 12px 0px;
    }

    header .banner-container .container {
        justify-content: space-between;
        flex-direction: column;
    }



    header .banner-container .main-escudo {
        display: none;
    }


    .todos-productos-button,
    .todos-videos-button,
    .todas-noticias-button {
        max-width: 240px;
    }

    .todos-productos-button svg,
    .todos-videos-button svg,
    .todas-noticias-button svg {
        margin-left: 12px;
    }

    header .navbar-container {
        color: white;
        margin-top: 40px;
        height: auto !important;
        max-height: auto !important;
        min-height: 60px;
    }

    .header-separator {
        margin-top: 179px;
    }

    header .navbar-container .data  {
        min-height: 60px;
        padding: 0px;
    }

    header .main-navigation
    {
        padding: 0px 15px;
    }

    header .mobile-navigation
    {
        position: relative;
        left: 15px;
        top: 4px;
    }

    header .navbar-container .xs-escudo {
          transform: translateX(-50%);
          height: 40px;
          position: absolute;
          left: 50%;
          top: 10px;
          display: block;
    }

    header .navbar-container .data .asociate-texto {
        display: none;
    }

    header .enlaces-externos {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }



    header .banner-container .enlaces-externos .enlace {
        padding: 0px !important;
        flex-direction: column;
        flex: 1 1 0;
        text-align: center;
        align-items: center;
    }

    header .banner-container .enlaces-externos .enlace svg {
        margin-bottom: 8px;
        height: 30px;
    }

    header .banner-container .enlaces-externos .enlace:not(:last-child)::after {
        display: none;
    }

    footer {
        height: 440px;
    }


    footer .container {
        justify-content: flex-start;
        align-items: center;
        padding-top: 24px;
    }

    footer .escudo-nav {
        width: 100%;
        justify-content: center;
    }



    footer nav {
        width: 100%;
        margin-top: 36px;
    }

    footer .footer-navigation .social {
        max-width: 70%;
        margin: 0 auto;
    }

    footer .enlaces-externos {
        width: 100%;
        justify-content: center;
        margin: 48px auto;
    }

    .footer .footer-navigation {
        align-items: center;
        justify-content: center;
    }

    footer .footer-navigation .enlaces-externos .enlace {
        margin: 0px 12px;
    }


    .noticias .search-bar .mobile-navigation {
        margin-left: 12px;
    }

    .noticias .categorias {
        height: 100%;
        max-height: 0px;
        position: absolute;
        transition: max-height 1s ease;
        overflow: hidden;
        order: 3;
    }




    .noticias .search-bar {
        justify-content: space-between;
        display: none;
    }


    .noticias .search-bar .search-input {
        max-width: 80%;
    }

    .noticias .search-bar .search-input input {
        margin-left: 12px;
    }

    .todas-noticias-button {
        margin-bottom: 48px;
    }



    .sponsors-section.main .sponsor-container {

        width: 140px;
        height: 110px;
        align-items: center;
    }

    .carc-videos .container {
        display: block;
    }

    .carc-videos .button-gt-lg {
        display: none;
    }

    .carc-videos .videos-carousel {
        width: 100%;
    }

    .owl-carousel {
        width: 100% !important;
    }



    .carc-videos .videos-carousel .videos-carousel-list .video {
        max-width: 100% !important;
        padding-right: 0px;
    }

    .carc-videos .videos-carousel .videos-carousel-list .video .info {
        margin-top: 12px;
        margin-bottom: 12px;
    }

}