/*
    Theme Name: Inteja Cycling Team
    Theme URI: http://dtavarez.com
    Author: Dalvin Tavárez
    Author URI: http://dtavarez.com/
    Description: intejacycling.com
    Version: 2.0
    License: GNU General Public License v2 or later
*/

@import url("css/bootstrap.min.css");
@import url("css/normalize.css");
@import url("css/lightbox.css");
@import url("css/bootstrap-social.css");
@import url("css/jquery.bxslider.css");

html, body{
    font-family: 'Fira Sans', sans-serif;
}

a:hover{
    color: #bf161b;
}

.all-rounded{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

amp-img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.div-relativo{
    position: relative;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 1380px){
    .main-menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-basis: 100%;
    }
}

@media (min-width: 1024px){
    .main-header{
        background: #f04f29;
        display: flex;
        flex-wrap: wrap;
    }

    .header-container{
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    .header-not-home{
        position: relative;
        background: #0080bb;
    }

    .main-box{
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
        background: #f04f29;
    }

    .main-box-left{
        flex-basis: 40%;
        margin-right: 2%;
    }

    .slide{
        position: relative;
    }

    .main-box-right{
        flex-basis: 58%;
    }

    .hamburger {
        width: 34px;
        cursor: pointer;
    }

    .hamburger-line {
        width: 100%;
        height: 3px;
        background-color: #fff;
        margin: 5px 0px 7px 0px;
        border-radius: 2px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .nav-flex{
        display: flex;
        flex-basis: 100%;
    }

    .nav-icons-ml {
        margin-left: 6px;
    }

    .main-menu {
        display: none;
    }

    .main-menu li a {
        color: #fff;
        text-transform: uppercase;
        padding: 0px 10px;
        display: block;
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .main-menu li a:hover{
        background-color: none;
        text-decoration: none !important;
    }

    .logo-div{
        flex-basis: 10%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .nav-div{
        flex-basis: 65%;
        margin-left: 15%;
        align-items: center;
        display: flex;
    }

    .menu-div{
        width: 16%;
        display: flex;
        align-items: center;
    }

    .nav-icons{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .form-search{
        position: relative;
    }

    .search-lupa{
        display: flex;
        align-items: center;
        cursor: pointer;
        position: absolute;
        right: 14px;
        top: 4px;
    }

    /* SLIDESHOW */
    .main-slide-box{
        background: #f04f29;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
    }

    .slide-content{
        position: absolute;
        min-width: 1200px;
        max-width: 1200px;
        top: 226px;
        left: 50%;
        margin-left: -600px;
        display: flex;
        flex-wrap: wrap;
    }

    .slide-title{
        color: #fff;
        text-transform: uppercase;
        font-size: 31px;
        position: absolute;
        bottom: 142px;
        left: 78px;
        text-shadow: 3px 3px 1px #000;
        -webkit-text-shadow: 3px 3px 1px #000;
        -moz-text-shadow: 3px 3px 1px #000;
        -o-text-shadow: 3px 3px 1px #000;
    }

    .search-input{
        color: #fff;
        background: #000;
        border-radius: 30px;
        border: none;
        padding: 7px 54px 7px 30px;
        width: 100%;
        text-transform: uppercase;
    }

    .slide-p{
        color: #fff;
        font-size: 44px;
        text-align: center;
        flex-basis: 70%;
        position: absolute;
        bottom: 83px;
        left: 77px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 2px 3px 4px #000;
    }

    .slide-p p{
        width: 80%;
        margin: 0px auto;
    }

    .slide-btn{
        color: #fff;
        border: #f04f29 solid 5px;
        border-radius: 33px;
        padding: 0.8em 3em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        text-shadow: 1px 1px 1px #666;
        bottom: 100px;
        margin-top: 3em;
        position: absolute;
        right: 50px;
        background: #0080bb;
    }

    .slide-btn:hover{
        background: #000000;
        color: #fff;
        text-decoration: none;
    }
    /* SLIDESHOW */

    /* FOOTER */
    .main-footer{
        background-color: #0080bb;
        padding: 5em 0em 0em 0em;
    }

    .footer-header{
        font-weight: 700;
        color: #ffff;
        text-transform: uppercase;
        font-size: 26px;
        margin: 0px 0px 30px 0px;
    }

    .footer-lista li a{
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        cursor: pointer;
    }

    .footer-lista li a:hover{
        text-decoration: underline;
    }

    .footer-contacto{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-contacto li{
        margin-bottom: 15px;
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        width: 100%;
    }

    .footer-icon{
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 10px;
    }

    .mapa{
        background: url(imagenes/icons/mapa.png);
        background-size: cover;
    }

    .telefono{
        background: url(imagenes/icons/telefono.png);
        background-size: cover;
    }

    .arroba{
        background: url(imagenes/icons/arroba.png);
        background-size: cover;
    }

    .pc{
        background: url(imagenes/icons/pc.png);
        background-size: cover;
    }

    .patrocinadores{
        display: flex;
        flex-wrap: wrap;
    }

    .patrocinadores li{
        width: 25%;
    }

    .footer-bottom{
        display: flex;
        border-top: #fff solid 4px;
        margin-top: 46px;
        justify-content: center;
    }

    .footer-bottom-content{
        width: 1200px;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .un-tercio{
        width: 33.333333%;
    }

    .copyright{
        font-size: 16px;
        display: flex;
        color: #fff;
        align-items: center;
    }

    .development-by{
        font-size: 16px;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: flex-end
    }

    .development-by a{
        color: #fff;
        text-decoration: underline;
    }

    .development-by a:hover{
        color: #bf161b;
    }

    .footer-redes{
        display: flex;
        background: #fff;
        width: 24%;
        margin-bottom: 15px;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .footer-redes li{
        background: #ad0b0b;
        border-radius: 50%;
        width: 45px;
        text-align: center;
        line-height: 45px;
        height: 45px;
        margin: 0px 3px
    }

    .footer-redes li amp-img{
        margin-top: 5px;
    }

    /* FOOTER */
    .noticias-bg{
        background: #eeeee4;
        padding: 5em 0em;
    }

    .noticias-header{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 92%;
        margin: 0em auto 2em auto;
    }

    .sala-de-prensa{
        color: #0080bb;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px;
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    .video{
        width: 68px;
        height: 52px;
        background: url(./imagenes/video-icon.png);
        position: absolute;
        top: 5px;
        z-index: 1;
        left: 5px;
        background-size: cover;
    }

    .inteja-color{
        color: #f04f29;
    }

    .noticia-seccion{
        display: flex;
        background: #f04f29;
        border-radius: 30px;
        height: 46px;
        padding: 5px;
        justify-content: flex-start;
        align-items: center;
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .noticia-seccion li{
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        font-size: 19px;
        padding: 5px 16px;
        cursor: pointer;
    }

    .li-active{
        background: #000;
        border-radius: 30px;
        color: #fff !important;
    }

    .news-container{

    }

    .news-box{
        margin-bottom: 4em;
        height: 266px;
        min-height: 266px;
        position: relative;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
    }

    .img-box{
        position: relative;
        top: -30px;
    }

    .noticia-title{
        color: #000;
        font-size: 16px;
        display: block;
        margin-bottom: 1em;
        font-weight: 700;
        line-height: 1.374;
    }

    .noticia-title:hover{
        color: #f04f29;
    }

    .more-button{
        color: #f04f29;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    .more-button:hover{
        color: #cbb57b;
    }

    .noticia-date{
        color: #f04f29;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    /* CE */
    .inteja-team-box{
        background-color: #0080bb;
        padding: 3em 0em;
        border-bottom: #000 solid 1px;
    }

    .equipos-mt{
        margin-top: 40px;
    }

    .ce-header{
        color: #fff;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        font-size: 38px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 1em;
    }
    /* CE */
    /* DISCIPLINAS */
    .disciplinas-container{
        max-width: 1200px;
        width: 1200px;
        display: flex;
        margin: 0px auto;
        padding: 5em 0em;
        flex-wrap: wrap;
    }

    .disciplinas-header{
        color: #000;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 2em;
    }

    .disciplinas{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-basis: 100%;
    }

    .disciplinas li{
        width: 18%;
        border: #1e2b34 solid 4px;
        border-radius: 2px;
    }

    .disciplinas li amep-img{
        width: 100% !important;
    }

    .disciplina-name{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em 0em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        color: #000;
        text-align: center;
    }
    /* DISCIPLINAS */
    /* FOTOS */
    .foto-box{
        width: 360px;
        overflow: hidden;
        margin: 0px 30px;
    }

    .foto-box-title{
        position: relative;
        bottom: 0;
        background: #fff;
        padding: 1em 0em 0em 4em;
    }

    .foto-box-title-div{
        position: absolute;
        width: 446px;
        height: 200px;
        top: -53px;
        left: 50px;
        background: #fff;
        transform: rotate(337deg);
        z-index: 1;
    }

    .foto-title{
        position: relative;
        z-index: 10;
        color: #000;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2;
        white-space: normal;
    }

    .foto-desc{
        margin: 1em 0em 0em 0em;
        position: relative;
        z-index: 1;
        text-align: center;
        color: #767575;
        white-space: normal;
    }

    .inteja-color-two{
        color: #0080bb;
    }

    .foto-date{
        position: relative;
        z-index: 1;
        text-align: right;
        margin: 1em 0em 0em 0em;
        color: #01afd2;
        font-weight: 700;
    }
    /* FOTOS */
    /* SINGLE */
    .post-box{
        margin: 6em auto;
    }

    .this-post-title {
        font-weight: 700;
        font-size: 54px;
        margin-top: 0;
        border-bottom: #ddd solid 2px;
        padding-bottom: 15px;
        color: #000;
    }

    .nota-imagen-caption{
        border-bottom: #ddd solid 2px;
        display: block;
        padding: 15px 20px;
        color: #939393;
    }

    .post-tags-box{
        display: flex;
        margin: 2em 0em;
        flex-wrap: wrap;
    }

    .post-properties {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

    .this-post-type {
        color: #b60707!important;
        font-weight: 700;
        text-decoration: underline!important;
    }

    .post-properties li {
        font-family: source sans pro,sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .news-icon {
        background: url(./imagenes/news-icon.png);
        width: 50px;
        height: 42px;
        background-size: cover;
        float: left;
    }

    .single-redes {
        margin: 0 auto;
        width: 610px;
        text-align: center;
        margin-bottom: 20px;
    }

    .this-post-img {
        position: relative;
    }

    .seccion-box{
        background: #efefef;
        padding: 50px 0px;
    }

    .seccion-items {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .seccion-items li {
        flex-basis: 100%;
        margin-bottom: 2em;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .wp-block-embed-youtube{
        background: #efefef;
        padding: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        margin-bottom: 30px;
    }

    .wp-block-embed-youtube iframe{
        width: 100%;
        height: 500px;
    }

    .home-others-news-box {
        width: 39%;
        float: left;
        margin-right: 15px;
    }

    .home-news-date {
        font-weight: 700;
    }

    .home-news-title {
        font-weight: 700;
        color: #000;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
        display: block;
    }

    .home-news-p {
        color: #000;
        font-size: 14px;
        line-height: 1.3;
    }

    .home-news-more {
        text-transform: uppercase;
        font-weight: 700;
    }

    .post-content{
        margin: 2em 5em;
    }

    .post-content p{
        font-size: 24px;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1.2;
        margin-bottom: 1em;
        color: #000;
        font-weight: 300;
    }

    .this-post-img-date {
        position: absolute;
        bottom: 30px;
        background: rgba(0,0,0,.9);
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding: 6px 15px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        left: 50%;
        width: 140px;
        margin-left: -70px;
        text-align: center;
    }

    .post-tags-box li{
    
    }

    .post-tag{
        background: #024f5e;
        margin-right: 1em;
        padding: 10px 20px;
        text-transform: lowercase;
        color: #fff;
        border-radius: 5px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        margin-bottom: 1em;
    }

    .post-tag:hover{
        color: #fff;
        text-decoration: none;
        background: #01afd2;
    }

    .others-line{
        background: #ddd;
        padding: 5em;
    }

    .others-more{
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 30px;
        display: flex;
        justify-content: center;
    }

    .single-others{
        display: flex;
        flex-wrap: wrap;
    }

    .single-others li{
        flex-basis: 18%;
        margin: 1%;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .headline{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        border-bottom: #ddd solid 5px;
        margin-bottom: 1em;
        padding-bottom: 6px;
    }

    .related-link{
        display: flex;
        width: 100%;
        font-size: 18px;
        color: #000;
        font-family: 'Source Sans Pro', sans-serif;
        border-bottom: #ddd dashed 1px;
        padding: 6px 0px;
    }

    .mas-de-box{
        background: #024f5e;
        padding: 15px;
        border-radius: 8px;
    }

   .single-mas{
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
   }

    .this-seccion-main, .this-seccion-line{
        display: flex;
        flex-wrap: wrap;
        border-bottom: #fff solid 1px;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .this-seccion-main-img{
        flex-basis: 100%;
        margin-bottom: 1em;
    }

    .this-seccion-line-img{
        flex-basis: 30%;
        margin-right: 4%;
    }

    .single-mr-a{
        flex-basis: 66%;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
    }

    .p-main-o-title{
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
    }

    .others-line-a{
        color: #000;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-top: 10px;
        display: block;
    }
    /* SINGLE */
    /* SEARCH */
    .desktop-form-search {
        width: 100%;
        background: #024f5e;
        position: fixed;
        z-index: 100;
        left: 0;
        padding: 68px 0px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        top: -100%;
    }

    .form-close {
        position: absolute;
        left: 19px;
        background: #ddd;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        color: #000;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .form-close:hover{
        background:#01afd2;

    }

    .desktop-input-search {
        border: none;
        padding: 20px 52px;
        text-transform: uppercase;
        font-family: source sans pro,sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #000;
        flex-basis: 70%;
        border-radius: 5px;
        margin-right: 1%;
    }

    .show-form {
        top: 0;
    }

    .desktop-submit-search {
        border: none;
        text-transform: uppercase;
        font-family: source sans pro,sans-serif;
        font-weight: 700;
        background: #efefef;
        color: #000;
        border-radius: 5px;
        padding: 25px 43px;
        font-size: 16px;
        top: -1px;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }
    /* SEARCH */
    /* PAGE */
    .page-whole-box{
        background: #ddd;
        display: flex;
        flex-wrap: wrap;
        padding: 5em;
        justify-content: center;
        align-items: center;
    }

    .page-box{
        flex-basis: 1000px;
        background: #fff;
        padding: 30px 70px;
        font-size: 20px;
    }

    .page-box p{
        margin-bottom: 50px;
    }

    .page-title{
        display: flex;
        justify-content: center;
        background: #fff;
        padding: 1em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 26px;
    }
    /* PAGE */
    /* COMITE EJECUTIVO */
    .miembro-box{
        width: 250px;
        margin: 15px;
    }

    .miembro-box amp-img{
        margin-bottom: 15px;
    }

    .miembro-name{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        color: #fff;
        font-size: 23px;
        text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
    }

    .miembro-cargo{
        display: flex;
        justify-content: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }
    /* COMITE EJECUTIVO */
    /* VIDEOS */
    .videos-box{
        display: flex;
        justify-content: center;
        background: #000;
    }
    
    .video-box-content{
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        padding: 3em 0em;
        justify-content: center;
    }

    .video-main{
        display: flex;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .vide-main-left{
        flex-basis: 50%;
        margin-right: 5%;
    }

    .vide-main-right{
        flex-basis: 45%;
    }

    .video-btn{
        background: #242323;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        display: block;
        float: left;
        padding: 10px 20px;
        margin-right: 1em;
        font-size: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
    }

    .video-btn:hover{
        text-decoration: none;
        color: #fff;
        background: #01afd2;
    }

    .video-title{
        color: #fff;
        font-size: 42px;
        display: block;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .video-item{
        flex-basis: 31%;
        margin: 1%;
    }

    .video-item-player iframe{
        width: 100% !important;
        height: 11.2em;
        margin-bottom: 10px;
    }

    .video-title-o{
        color: #fff;
        line-height: 1.2;
        display: block;
        margin: 0em 1em;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    /* VIDEOS */

    /* MENU GENERAL */
    .g-menu {
        position: fixed;
        right: -100%;
        background: #fff;
        padding: 5em;
        border-left: #000 solid 2px;
        bottom: 0;
        top: 0;
        z-index: 10000000;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow-y: auto;
    }

    .show-desktop-menu {
        right: 0!important;
    }

    .g-menu-logo {
        width: 126px;
        margin: 1em auto;
        border-bottom: #ddd dashed 1px;
        padding-bottom: 1em;
        display: flex;
    }

    .g-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .g-menu-list>li {
        border-bottom: #000 dashed 1px;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

    .g-menu-list>li>a {
        color: #000;
        text-transform: uppercase;
        display: block;
        padding: 8px 0;
        font-weight: 700;
    }

    .g-menu::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 5px;
    }

    .g-menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .menu-spand {
        background: #024f5e;
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        position: absolute;
        right: 0;
        top: 7px;
        border-radius: 50%;
        font-weight: 700;
        cursor: pointer;
    }

    .show-sub-menu {
        height: auto !important;
    }

    .g-menu-sub {
        height: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .g-menu-close{
        position: absolute;
        border: #ddd solid 1px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        font-weight: 700;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }

    .g-menu-close:hover{
        background-color: #ddd;
    }
    /* MENU GENERAL */



    .full-width-container{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inteja-sa-bg{
        background: #e7eff1;
    }

    .inteja-sa-header{
        background: #0080bb;
        flex-basis: 100%;
        justify-content: center;
        display: flex;
    }

    .inteja-sa-logo{
        padding: 5px 0px;
    }

    .inteja-sa-box{
        display: flex;
        flex-wrap: wrap;
        width: 1120px;
        max-width: 1120px;
        padding: 50px 0px;
    }

    .inteja-sa-p{
        text-align: center;
        margin-bottom: 20px;
        color: #646464;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
    }

    .inteja-sa-valores-box{
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
    }

    .inteja-sa-valores-header{
        flex-basis: 100%;
        text-transform: uppercase;
        font-weight: 700;
    }

    .valor-box{
        flex-basis: 31%;
        margin: 13px;
    }

    .valor-icon{
        width: 38px;
        height: 38px;
    }

    .icon-happy{
        background: url(./imagenes/icon-happy.png);
        background-size: contain;
        background-position-x: center;
        background-repeat-x: no-repeat;
    }

    .icon-soporte{
        background: url(./imagenes/icon-user.png);
        background-size: contain;
        background-position-x: center;
        background-repeat-x: no-repeat;
    }

    .icon-medal{
        background: url(./imagenes/icon-medal.png);
        background-size: contain;
        background-position-x: center;
        background-repeat-x: no-repeat;
    }

    .valor-type{
        color: #000;
        font-weight: 700;
        font-size: 20px;
        margin: 15px 0px;
    }

    .valor-p{
        color: #838383;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 1.3;
    }

    .patrocinadores-box{
        width: 1100px;
        max-width: 1100px;
        margin: 50px auto;
    }
}

@media (max-width: 800px){
    .main-header{
        background: #f04f29;
        position: relative;
        padding: 4px 8px;
        display: flex;
    }

    .header-container{
        flex-basis: 100%;
    }

    .header-not-home{
        position: relative;
        background: #024f5e;
    }

    .hamburger {
        width: 34px;
        cursor: pointer;
    }

    .hamburger-line {
        width: 100%;
        height: 3px;
        background-color: #fff;
        margin: 5px 0px 7px 0px;
        border-radius: 2px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .nav-icons-ml {
        margin-left: 6px;
    }

    .main-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-menu li a {
        color: #fff;
        text-transform: uppercase;
        padding: 0;
        display: block;
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .logo{
        width: 72px !important;
        height: 60px !important;
    }

    .main-menu li a:hover{
        background-color: none;
        text-decoration: none !important;
    }

    .logo-div{
        float: left;
        width: 26%;
    }

    .nav-div{
        display: none;
    }

    .menu-div{
        float: right;
        margin: 14px 10px;
    }

    .nav-icons{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .search-lupa{
        display: none
    }

    /* SLIDESHOW */
    .main-slide-box{
        background: #000000;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
    }

    .slide-content{
        position: absolute;
        min-width: 1200px;
        max-width: 1200px;
        top: 226px;
        left: 50%;
        margin-left: -600px;
        display: flex;
        flex-wrap: wrap;
    }

    .slide-title{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 43px;
        flex-basis: 30%;
    }

    .slide-p{
        color: #fff;
        font-size: 18px;
        text-align: center;
        flex-basis: 70%;
        float: left;
        text-shadow: 1px 1px 1px #666;
        margin-top: 87px;
    }

    .slide-p p{
        width: 80%;
        margin: 0px auto;
    }

    .slide-btn{
        color: #fff;
        border: #01afd2 solid 10px;
        padding: 0.8em 3em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        text-shadow: 1px 1px 1px #666;
        border-radius: 5px;
        bottom: 0;
        margin-top: 3em;
    }

    .slide-btn:hover{
        background: #01afd2;
        color: #fff;
        text-decoration: none;
    }
    /* SLIDESHOW */

    /* FOOTER */
    .main-footer{
        background-color: #01afd2;
        padding: 5em 0em 0em 0em;
    }

    .footer-header{
        font-weight: 700;
        color: #ffff;
        text-transform: uppercase;
        font-size: 26px;
        margin: 0px 0px 30px 0px;
        text-align: center;
    }

    .footer-lista li a{
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        cursor: pointer;
        text-align: center;
        display: block;
    }

    .footer-lista li a:hover{
        text-decoration: underline;
    }

    .footer-contacto{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-contacto li{
        margin-bottom: 15px;
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        width: 100%;
    }

    .footer-icon{
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 10px;
    }

    .mapa{
        background: url(imagenes/icons/mapa.png);
        background-size: cover;
    }

    .telefono{
        background: url(imagenes/icons/telefono.png);
        background-size: cover;
    }

    .arroba{
        background: url(imagenes/icons/arroba.png);
        background-size: cover;
    }

    .pc{
        background: url(imagenes/icons/pc.png);
        background-size: cover;
    }

    .patrocinadores{
        display: flex;
        flex-wrap: wrap;
    }

    .patrocinadores li{
        width: 25%;
        text-align: center;
    }

    .footer-bottom{
        display: flex;
        border-top: #fff solid 4px;
        margin-top: 46px;
        justify-content: center;
    }

    .footer-bottom-content{
        width: 1200px;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .un-tercio{
        width: 100%;
        justify-content: center;
    }

    .copyright{
        font-size: 16px;
        display: flex;
        color: #fff;
        align-items: center;
    }

    .development-by{
        font-size: 16px;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: flex-end
    }

    .development-by a{
        color: #fff;
        text-decoration: underline;
    }

    .development-by a:hover{
        color: #bf161b;
    }

    .footer-redes{
        display: flex;
        background: #fff;
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .footer-redes li{
        background: #ad0b0b;
        border-radius: 50%;
        width: 45px;
        text-align: center;
        line-height: 45px;
        height: 45px;
        margin: 0px 3px
    }

    .footer-redes li amp-img{
        margin-top: 5px;
    }

    /* FOOTER */
    .noticias-bg{
        background: #f04f29;
        padding: 1em 0em;
    }

    .noticias-header{
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0em auto 2em auto;
        flex-wrap: wrap;
    }

    .sala-de-prensa{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 22px;
        flex-basis: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .fedona-color{
        color: #01afd2;
    }

    .noticia-seccion{
        display: flex;
        background: #cbb57b;
        padding: 5px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .noticia-seccion li{
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 12px;
        padding: 5px 5px;
        cursor: pointer;
        flex-basis: 100%;
        text-align: center;
    }

    .li-active{
        background: #096db9;
        border-radius: 30px;
        color: #fff !important;
    }

    .news-container{

    }

    .news-box{
        margin-bottom: 4em;
        height: 300px;
        min-height: 300px;
        position: relative;
    }

    .img-box{
        margin-bottom: 20px;
        position: relative;
    }

    .noticia-title{
        color: #fff;
        font-size: 18px;
        display: block;
        margin-bottom: 1em;
    }

    .noticia-title:hover{
        color: #fff;
    }

    .more-button{
        color: #cbb57b;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .more-button:hover{
        color: #cbb57b;
    }

    .noticia-date{
        color: #cbb57b;
        position: absolute;
        bottom: 4px;
        right: 0px;
    }
    /* CE */
    .comite-ejecutivo{
        background-color: #1e2b34;
        padding: 3em 0em;
    }

    .ce-header{
        color: #fff;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 1em;
    }
    /* CE */
    /* DISCIPLINAS */
    .disciplinas-container{
        width: 100%;
        display: flex;
        margin: 0px auto;
        padding: 2em 0em;
        flex-wrap: wrap;
    }

    .disciplinas-header{
        color: #000;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 1em;
    }

    .disciplinas{
        display: flex;
        align-items: center;
        flex-basis: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .disciplinas li{
        flex-basis: 18%;
        border: #1e2b34 solid 4px;
        border-radius: 2px;
        margin-bottom: 20px;
    }

    .disciplinas li amep-img{
        width: 100% !important;
    }

    .disciplina-name{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em 0em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        color: #000;
        text-align: center;
    }
    /* DISCIPLINAS */
    /* FOTOS */
    .foto-box{
        position: relative;
        width: 500px;
        overflow: hidden;
    }

    .foto-box-title{
        position: relative;
        bottom: 0;
        background: #fff;
        padding: 1em 0em 0em 4em;
    }

    .foto-box-title-div{
        position: absolute;
        width: 400px;
        height: 200px;
        top: -53px;
        left: -10px;
        background: #fff;
        transform: rotate(337deg);
        z-index: 1;
    }

    .foto-title{
        position: relative;
        z-index: 10;
        color: #000;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
    }

    .foto-desc{
        margin: 1em 0em 0em 0em;
        position: relative;
        z-index: 1;
        text-align: center;
        color: #767575;
    }

    .foto-date{
        position: relative;
        z-index: 1;
        text-align: right;
        margin: 1em 0em 0em 0em;
        color: #01afd2;
        font-weight: 700;
    }
    /* FOTOS */
    /* SINGLE */
    .post-box{
        margin: 3em auto;
    }

    .this-post-title {
        font-weight: 700;
        font-size: 46px;
        text-align: center;
        margin-top: 0;
        border-bottom: #ddd solid 2px;
        padding-bottom: 15px;
    }

    .post-tags-box{
        display: flex;
        margin: 2em 0em;
        flex-wrap: wrap;
    }

    .post-properties {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .this-post-type {
        color: #b60707!important;
        font-weight: 700;
        text-decoration: underline!important;
    }

    .post-properties li {
        font-family: source sans pro,sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .news-icon {
        background: url(imagenes/news-icon.png);
        height: 50px;
        width: 50px;
        background-size: contain;
        margin: 10px auto;
    }

    .single-redes {
        margin: 0 auto;
        width: 610px;
        text-align: center;
        margin-bottom: 20px;
    }

    .this-post-img {
        position: relative;
    }

    .post-content{
        margin: 2em 0em;
    }

    .post-content p{
        font-size: 22px;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1.3;
        margin-bottom: 2em;
        color: #000;
    }

    .this-post-img-date {
        position: absolute;
        bottom: 30px;
        background: rgba(0,0,0,.9);
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding: 6px 15px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        left: 50%;
        width: 140px;
        margin-left: -70px;
        text-align: center;
    }

    .post-tags-box li{
    
    }

    .post-tag{
        background: #024f5e;
        margin-right: 1em;
        padding: 10px 20px;
        text-transform: lowercase;
        color: #fff;
        border-radius: 5px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        margin-bottom: 1em;
    }

    .post-tag:hover{
        color: #fff;
        text-decoration: none;
        background: #01afd2;
    }

    .others-line{
        background: #ddd;
        padding: 15px 0px 15px 0px;
    }

    .others-more{
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 30px;
        display: flex;
        justify-content: center;
    }

    .single-others{
        display: flex;
        flex-wrap: wrap;
    }

    .single-others li{
        flex-basis: 80%;
        margin: 10px auto;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .headline{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        border-bottom: #ddd solid 5px;
        margin-bottom: 1em;
        padding-bottom: 6px;
    }

    .related-link{
        display: flex;
        width: 100%;
        font-size: 18px;
        color: #000;
        font-family: 'Source Sans Pro', sans-serif;
        border-bottom: #ddd dashed 1px;
        padding: 6px 0px;
    }

    .mas-de-box{
        background: #024f5e;
        padding: 15px;
        border-radius: 8px;
    }

   .single-mas{
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 28px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
   }

    .this-seccion-main, .this-seccion-line{
        display: flex;
        flex-wrap: wrap;
        border-bottom: #fff solid 1px;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .this-seccion-main-img{
        flex-basis: 100%;
        margin-bottom: 1em;
    }

    .this-seccion-line-img{
        flex-basis: 30%;
        margin-right: 4%;
    }

    .single-mr-a{
        flex-basis: 66%;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
    }

    .p-main-o-title{
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
    }

    .others-line-a{
        color: #000;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-top: 10px;
        display: block;
    }
    /* SINGLE */
    /* SEARCH */
    .form-search{

    }

    .search-input{
        background: #000;
        color: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .form-close {
        position: absolute;
        left: 19px;
        background: #ddd;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        color: #000;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .form-close:hover{
        background:#01afd2;

    }

    .desktop-input-search {
        border: none;
        padding: 20px 52px;
        text-transform: uppercase;
        font-family: source sans pro,sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #000;
        flex-basis: 70%;
        border-radius: 5px;
        margin-right: 1%;
    }

    .show-form {
        top: 0;
    }

    .desktop-submit-search {
        border: none;
        text-transform: uppercase;
        font-family: source sans pro,sans-serif;
        font-weight: 700;
        background: #efefef;
        color: #000;
        border-radius: 5px;
        padding: 25px 43px;
        font-size: 16px;
        top: -1px;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }
    /* SEARCH */
    /* PAGE */
    .page-whole-box{
        background: #ddd;
        display: flex;
        flex-wrap: wrap;
        padding: 5em;
        justify-content: center;
        align-items: center;
    }

    .page-box{
        flex-basis: 1200px;
    }

    .page-title{
        display: flex;
        justify-content: center;
        background: #fff;
        padding: 1em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 26px;
    }
    /* PAGE */
    /* COMITE EJECUTIVO */
    .miembro-box{
        margin: 20px 5px;
        height: 410px;
        width: 250px;
    }

    .miembro-box amp-img{
        margin-bottom: 15px;
        border-radius: 50%;
    }

    .miembro-name{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        color: #fff;
        font-size: 23px;
        text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
    }

    .miembro-cargo{
        display: flex;
        justify-content: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }
    /* COMITE EJECUTIVO */
    /* VIDEOS */
    .videos-box{
        display: flex;
        justify-content: center;
        background: #000;
    }
    
    .video-box-content{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 3em 0em;
        justify-content: center;
    }

    .video-main{
        display: flex;
        flex-basis: 100%;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .vide-main-left{
        flex-basis: 100%;
    }

    .vide-main-left iframe{
        width: 100%;
    }

    .vide-main-right{
        flex-basis: 45%;
    }

    .video-btn{
        background: #242323;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        display: block;
        float: left;
        padding: 10px 20px;
        margin-right: 1em;
        font-size: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
    }

    .video-btn:hover{
        text-decoration: none;
        color: #fff;
        background: #01afd2;
    }

    .video-title{
        color: #fff;
        font-size: 42px;
        display: block;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .video-item{
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    .video-item-player iframe{
        width: 100% !important;
        height: 11.2em;
        margin-bottom: 10px;
    }

    .video-title-o{
        color: #fff;
        line-height: 1.2;
        display: block;
        margin: 0em 1em;
    }
    /* VIDEOS */

    /* MENU GENERAL */
    .g-menu {
        position: fixed;
        right: -100%;
        background: #fff;
        padding: 5em;
        border-left: #000 solid 2px;
        bottom: 0;
        top: 0;
        z-index: 10000000;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow-y: auto;
    }

    .show-desktop-menu {
        right: 0!important;
    }

    .g-menu-logo {
        width: 126px;
        margin: 1em auto;
        border-bottom: #ddd dashed 1px;
        padding-bottom: 1em;
        display: flex;
    }

    .g-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .g-menu-list>li {
        border-bottom: #000 dashed 1px;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

    .g-menu-list>li>a {
        color: #000;
        text-transform: uppercase;
        display: block;
        padding: 8px 0;
        font-weight: 700;
    }

    .g-menu::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 5px;
    }

    .g-menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .menu-spand {
        background: #024f5e;
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        position: absolute;
        right: 0;
        top: 7px;
        border-radius: 50%;
        font-weight: 700;
        cursor: pointer;
    }

    .show-sub-menu {
        height: auto !important;
    }

    .g-menu-sub {
        height: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .g-menu-close{
        position: absolute;
        border: #ddd solid 1px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        font-weight: 700;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }

    .g-menu-close:hover{
        background-color: #ddd;
    }
    /* MENU GENERAL */
    .footer-logo{
        margin: 0px auto 20px auto;
        display: block;
    }

    .inteja-sa-bg{
        background: #e7eff1;
    }

    .inteja-sa-header{
        background: #0080bb;
        flex-basis: 100%;
        justify-content: center;
        display: flex;
    }

    .inteja-sa-logo{
        padding: 5px 0px;
    }

    .inteja-sa-box{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        padding: 50px 10px;
    }

    .inteja-sa-p{
        text-align: center;
        margin-bottom: 20px;
        color: #646464;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
    }

    .inteja-sa-valores-box{
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
    }

    .inteja-sa-valores-header{
        flex-basis: 100%;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }

    .valor-box{
        flex-basis: 100%;
        margin: 13px;
    }

    .valor-icon{
        width: 38px;
        height: 38px;
    }

    .icon-happy{
        background: url(./imagenes/icon-happy.png);
        background-size: contain;
        background-position-x: center;
        background-repeat-x: no-repeat;
    }

    .icon-soporte{
        background: url(./imagenes/icon-user.png);
        background-size: contain;
        background-position-x: center;
        background-repeat-x: no-repeat;
    }

    .icon-medal{
        background: url(./imagenes/icon-medal.png);
        background-size: contain;
        background-position-x: center;
        background-repeat-x: no-repeat;
    }

    .valor-type{
        color: #000;
        font-weight: 700;
        font-size: 20px;
        margin: 15px 0px;
    }

    .valor-p{
        color: #838383;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 1.3;
    }

    .inteja-team-box{
        background-color: #0080bb;
        padding: 3em 0em;
        border-bottom: #000 solid 1px;
    }

    .equipos-mt{
        margin-top: 40px;
    }
}

.line-one-transform {
    transform: rotate(45deg);
    top: 8px;
    position: relative;
}

.hide-line-two {
    display: none;
}

.line-tree-transform {
    transform: rotate(130deg);
    width: 100%;
    position: relative;
    top: -2px;
}

.amp-carousel-button-prev{
    background: url(./imagenes/arrow-left.png);
    height: 92px;
    width: 80px;
}

.amp-carousel-button-next {
    background: url(./imagenes/arrow-right.png);
    height: 92px;
    width: 80px;
}