@font-face {
    font-family: 'grata_bold';
    src: url('../fonts/cajatypetrial-bold-webfont.woff2') format('woff2'),
         url('../fonts/cajatypetrial-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'grata_medium';
    src: url('../fonts/cajatypetrial-medium-webfont.woff2') format('woff2'),
         url('../fonts/cajatypetrial-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'grata_regular';
    src: url('../fonts/cajatypetrial-regular-webfont.woff2') format('woff2'),
         url('../fonts/cajatypetrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.contenidoIndex{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, transparent 100%);
    background-blend-mode: multiply;
    flex-direction: column;
    flex-wrap: no-wrap;
    justify-content: flex-end;
    align-items: center;
}
.contenidoIndex .logo{
    width:400px;
    margin-bottom: 20px;
}
.contenidoIndex p{
    width:460px;
    color: #f1f1f1;
    font-weight: normal;
    font-family: 'grata_medium';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
}
.scrollfigure{
    width: 28px;
    height: 48px;
    margin-bottom: 12px;
    border-radius: 24px;
    border: 2px solid #f1f1f1;

}
.icone-scroll {
    width: 8px;
    height: 8px;
    margin: 8px auto 0px auto;
    background: #f1f1f1;
    border-radius: 50%;
    animation: scroll 1.5s infinite
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
@media (max-width: 768px) {
    .contenidoIndex .logo{
        width: 70%;
    }
    .contenidoIndex p{
        width: 80%;
        font-size: 14px;
        line-height: 1.2;
    }
}

/* --------------modificacion original -------------------- */
.ocultar{
    display: none!important;
}
#section-2 p {
    font-size: 16px!important;
    line-height: 18px!important;
}
.main-button {
    border: 1px solid #ff561f!important;
    font-size: 18px!important;
}
.main-button-bg{
    background: #ff561f!important;
}
.main-button-text {
    color: #ff561f!important;
    mix-blend-mode: normal!important;
}
.main-button:hover>.main-button-text {
    color: #000!important;
    mix-blend-mode: normal!important;
    transition: all 0.5s linear;
}
.main-button-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FF5417;
    margin-right: 12px;
    position: relative;
    z-index: 1;
}
.project-image{
    cursor: auto;
}
.audiovisual .project-image{
    background-image: url('../img/audiovisual.jpg')!important;
}
.fotografia .project-image{
    background-image: url('../img/fotografia.jpg')!important;
}
.produccion .project-image{
    background-image: url('../img/produccion3d.jpg')!important;
}
.project-info{
    position: initial!important;
    flex-direction: column;
    align-items: flex-start!important;
}
.project-info .project-nombre {
    margin: 5px 0px;
    font-size: 18px;
    color: #FF5417;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    font-weight: bold;
}
.project-info p{
    width:100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
    text-align: left;
    margin: 0px;
}
.project-info p span{
    font-weight: bold;
}
.bottom h1{
    font-family: 'grata_bold'!important;
    font-size: 5vw!important;
    width:90%!important;
    max-width: 90%!important;
    /* margin-top: 20px!important; */
}

@media (max-width: 1200px){
    .project-info p{
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 1024px) {
    
    .project{
        height: 400px!important;
    }
    .project-image {
        height: calc(100% - 100px) !important;
    }
}
/* ----------nav---------- */
#nav-right a{
    padding: 0px 20px!important;
}
#nav-right a:hover{
    color: #FF5417!important;
    background: #fff;
    transition: 0.3s all linear;
}
/* --------foter--------- */
#footer .container{
    height: 74px!important;
    padding-top: 0px!important;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
}
.lang-button{
    color: #FF5417;
    text-align: right!important;
    padding: 2px 10px 3px 0px;
    border-radius: 10px;
    border: 2px solid #FF5417;
    justify-content: flex-end;
    margin-bottom: 0px!important;
    /* margin: 5px; */
}
.lang-button.active{
    background:#FF5417;
    color: #f1f1f1;
}
.langs{
    height: 80%;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-around!important;
    /* align-content: space-around!important; */
}
.social a:hover{
    color: #FF5417;

}

