@font-face {
    font-family: 'Avenir';
    src:url('fonts/Avenir-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/Avenir-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/Avenir-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/Avenir-Medium.svg') format('svg'); /* Legacy iOS */
        font-weight: 400;
        font-display: block;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Avenir-Heavy.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/Avenir-Heavy.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/Avenir-Heavy.svg') format('svg'); /* Legacy iOS */
         font-weight: 600;
         font-display: block;
}
@font-face {
    font-family: 'Square';
    src:url('fonts/Square.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/Square.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/Square.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/Square.svg') format('svg'); /* Legacy iOS */
        font-weight: 400;
        font-display: block;
}
@font-face {
    font-family: 'Squareo';
    src:url('fonts/Squareo.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/Squareo.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/Squareo.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/Squareo.svg') format('svg'); /* Legacy iOS */
        font-weight: 400;
        font-display: block;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Square';
}
a {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Avenir';
}
p {
    font-family: 'Avenir';
}
html, body {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background-color: #000;
    color: #fff;
}
img, picture {
    max-width: 100%;
    justify-self: center;
    align-self: center;
}
video {
    max-width: 100%;
}
.mayus {
    text-transform: uppercase;
}
.header {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.top_social ul.social {
    display: flex;
    list-style-type: none;
    padding: 10px 10px 0px 10px;
    justify-content: flex-end;
}
.top_social ul.social a {
    width: 35px;
    display: inline-block;
    padding: 5px;
}
.navbar .top {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px 25px 10px;
}
.navbar .top a {
    display: flex;
}
.navbar .top img, .navbar .top picture {
    width: 250px;
}

.navbar .menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
/*    padding-bottom:2rem;*/
    align-items: center;
}
.navbar .menu ul a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
    display: inline-flex;
    font-weight: 600;
    color:#fff;
    font-size:1.2rem;
    font-family: 'Square';
}
.navbar .menu ul a:hover {
    color: #ea348d;
}
.switch_lang {
    text-decoration: none;
    color: #fff;
    padding: 20px;
    position: absolute;
    font-weight: 600;
    right: 0;
    font-family: 'Square';
    font-size: 1.5rem;
}
.switch_lang:hover:after {
    content: "";
    background-color: #ca1587;
    top: 15px;
}
.switch_lang:after {
    z-index: -1;
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background-color: transparent;
    transition-duration: .3s;
    position: absolute;
    top: -30px;
    left: 16px;
}
.header .video video {
    width: 100%;
}
.section {
    padding: 5rem 2rem;
    text-align: center;
}
.section .inner > h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.section p {
    font-size: 1.2rem;
    max-width: 722px;
    text-align: justify;
    margin: 0 auto 1.5rem;
}

.section p:last-child {
    margin-bottom: 0;
}
.section + .section {
    padding-top: 3rem;
}
.slider_w {
    position: relative;
    width: 100%;
    margin-top: 5rem;
}
.slider_proy .proyecto.slick-slide {
    display: flex;
}
.slider_proy .proyecto > div {
    width: 50%;
}
.slider_proy {
    margin-left: -2rem;
    margin-right: -2rem;
}
.slider_proy .proyecto .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: center;
    padding: 2rem 2rem 4rem;
}
p.tecnica {
    font-size: 1rem;
    color: #fff;
    margin-left:0;
}
a.link-vimeo {
    border: 0.2rem solid;
    padding: 0.3rem;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
a.link-vimeo:hover {
    color: #000;
    background-color: #fff;
    border: 0.2rem solid #fff;
}
.slider_proy .proyecto .txt .inner {
    max-width: 420px;
}
.slider_proy .proyecto h3 {
    font-size: 1.8rem;
}
.slider_proy .proyecto h4 {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.arrows_w {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2rem;
    width: calc(50% + 2rem);
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.arrows_w .inner {
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.next.slick-arrow {
    width: 60px;
    margin-bottom: 0rem;
    border: none!important;
    cursor: pointer;
    pointer-events: all;
    display: flex;
}
.prev.slick-arrow {
    width: 60px;
    margin-bottom: 0rem;
    border: none!important;
    cursor: pointer;
    pointer-events: all;
    display: flex;
    margin-right: 10px;
}
.block_quienes {
    display: flex;
    margin: 3rem auto 0;
    /*max-width: calc(1083px + 4rem);*/
}
.block_quienes .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.block_quienes .quien {
    padding: 2rem;
}
.block_quienes .quien .img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem;
}
.block_quienes .quien .img img:nth-child(2), .block_quienes .quien .img picture:nth-child(2) {
    position: absolute;
    opacity: 0;
    border-radius: 50%;
    padding: 2rem;
}
.block_quienes .quien .img img, .block_quienes .quien .img picture {
    border-radius: 50%;
    width: 100%;
}
.block_quienes .quien .img:hover img:nth-child(2), .block_quienes .quien .img:hover picture:nth-child(2) {
    opacity: 1;
}
.block_quienes .quien h4 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
a.link-quienessomos {
    color: #ea348d;
    text-decoration: none;
    cursor: pointer;
}
a.link-quienessomos:hover {
    color: #fff;
}
#contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hello.left {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom:5rem;
}
.hello.right {
    grid-column-start: 3;
    grid-column-end: 4;
    margin-bottom:5rem;
}
.follow.left {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.follow.right {
    grid-column-start: 3;
    grid-column-end: 4;
}
#contacto .left p {
    font-size: 2.3rem;
    font-weight: 600;
    text-align: left;
    margin: unset;
}
#contacto .right a {
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 120%;
}
#contacto .right a:hover {
    color: #d51111;
}
#contacto .right p {
    margin-bottom: 0;
}
.follow.left img, .follow.left picture {
    width: 200px;
    margin-top: 6rem;
    align-self: flex-start;
}
img.just-mob, picture.just-mob {
    display: none;
}
.slider_w .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider_w .slick-dots li button {
    padding: 0px;
    display: flex;
    width: unset;
    align-items: center;
}
.slider_w .slick-dots li {
    width: 25px;
}
.slider_w .slick-dots li.slick-active button:before {
    color: #a7ff3c;
    opacity: 1;
}
.slider_w .slick-dots li button:before {
    font-size: .8rem;
    line-height: 20px;
    right: 0;
    left: 0;
    opacity: 1;
    color: #FFF;
}

.slider_w .slick-dots {
    bottom: 6px!important;
    z-index: 111;
}
.navbar ul.menu_mob {
    display: none;
}
.menu_toggle {
    display: none;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.menu_toggle div {
    background-color: #fff;
    height: 2px;
    width: 20px;
    margin: 5px 0;
}
.menu_toggle div:nth-child(1) {
    background-color: #ea348d;
}
.menu_toggle div:nth-child(2) {
    background-color: #fff;
}
.menu_toggle div:nth-child(3) {
    background-color: #ea348d;
}
.navbar .menu .logo_mob, .navbar .menu .close {
    display: none;
}
.caritas.section {
    max-width: 60%;
    margin: 0 auto;
}

/*WEB UPDATE*/
li.lang_switch {
    display: flex;
    padding: 15px;
}

li.lang_switch a {
    padding: 5px!important;
}

li.social {
    display: flex;
    padding: 15px;
}

li.social a {
    padding: 5px!important;
    width: 34px;
}

.navbar .left, .navbar .right {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 555px;
}
.navbar a.active {
    color: #ea348d!important;
}
.new-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
}
span.c_orange.mayus {
    color: #ea348d;
    font-family: Squareo;
}
.menu-centro {
    max-width: 200px;
    margin:1rem
}
.menu-iz {
    display: flex;
    flex-direction: row;
}
.menu-iz ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.menu-iz li {
    text-decoration: none;
    list-style: none;
    padding: 1rem;
    max-width: 50%;
    color: #fff;
}
.menu-iz li a {
    color: #ffff;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.menu-iz {
    display: flex;
    flex-direction: row;
}
.menu-der ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.menu-der li {
    text-decoration: none;
    list-style: none;
    padding: 1rem;
    max-width: 50%;
    color: #fff;
}
.menu-der li a {
    color: #ffff;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.menu-iz li a:hover, .menu-der li a:hover {
    color: #ea348d;
}
.quien h4 {
    text-transform: uppercase;
    color: #ea348d;
}
span.c_lilac.mayus {
    color: #ffff;
}
.quienes-interno {
    display: flex;
    flex-direction: row;
}
.block_quienes.prueba2quienes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(800px + 4rem);
}
.quienes-interno .quien {
    max-width: 50% !important;
}
ul.contact-list a {
    text-decoration: none;
    list-style: none;
}
li.mail {
    list-style: none;
    color: #ffff;
}
li.mail a {
    text-transform: uppercase;
    color: #ffff;
    font-size:1.5rem;
    font-weight:600;
}
span.span-contact {
    color: #ea348d;
}
.contact-details h2 {
    font-size: 2.4rem;
}
.contact-details a:hover {
    text-decoration: underline;
}
li.mail.first {
    letter-spacing: 0.29rem;
}
li.mail.second {
    letter-spacing: 0.15rem;
}
li.mail.third {
    letter-spacing: 0.06rem;
}
.social-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.social-wrap img {
    max-width: 50px;
    padding: 0.4rem;
}
.contact-details.social {
    margin-top: 3rem;
}
.proyectos-inner-wrap {
    margin-top: 4rem;
}
h4.subtitle-p {
    text-transform: uppercase;
    font-size: 2rem;
    color: #ea348d;
    margin-bottom: 2rem;
}
.wrap-tirapro {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.proy-item .img_wrap:hover:after {
    content: "";
    background-image: url("https://ojoraro.com.ar/img/ojito.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.proy-item .img_wrap {
    position: relative;
}
.pro-inter {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro-inter h5 {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffff;
    text-align:center;
}
.pro-inter span {
    color: #ea348d !important;
    font-size: 1.5rem;
}
.proyectos-inner-wrap img:hover {
    filter: sepia(100%) hue-rotate(281deg) saturate(700%) contrast(80%);
}
.ojito-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
}
.ojito-wrap img {
    max-width: 90px;
    padding: 1rem;
}
.ojito-wrap h2 {
    margin-bottom: 0;
}
.contact-details.social h2 {
    margin-bottom: 1rem;
}
div#about h2 {
    font-size: 3.5rem;
}

/*PROYECTO IND*/

div#pro-ind-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrap-int-p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}
.wrap-int-p img {
    max-width: 400px;
}
.about-ind {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}
.about-ind h2 {
    font-size: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ea348d !important;
}
.logo-ind img {
    max-width: 175px;
    margin-bottom: 1rem;
}
.about-ind p {
    text-align: center;
}
.about-ind span {
    color: #fff !important;
}
.captures-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
}
.captures-wrap picture {
    max-width: 33.3333%;
    padding: 1rem;
}
.headteam-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headteam-wrap img {
    border-radius: 50%;
}
.infoautor {
    padding: 2rem;
}
.infoautor h2 {
    text-transform: uppercase;
    padding-bottom: 1rem;
    color: #ea348d;
    margin-bottom: 0rem;
    font-size: 2rem;
}
.team h4 {
    text-transform: uppercase;
}
.team span {
    color: #ea348d !important;
}
img.ojitos {
    border-radius: 0% !important;
    padding: 0 !important;
    max-width: 200px;
    margin-top: 2rem;
}
div#equipo {
    max-width: 80%;
    margin: 0 auto;
}
.panel-menu {display: none;}
.panel-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow: x;
    overflow-x: hidden;
    overflow-y: auto;
    min-width:100%; 
    -webkit-transform:translateX(100%); 
        -ms-transform:translateX(100%); 
            transform:translateX(100%);   
    -webkit-transition: all .4s;   
    -o-transition: all .4s;   
    transition: all .4s;
    z-index: 99999;
    color:#000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.panel-menu.abierto{
-webkit-transform:translateX(0%);
    -ms-transform:translateX(0%);
        transform:translateX(0%);  
}
.wrap-popup {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
}
.wrap-popup img {
    max-width: 300px;
    padding: 0;
    margin:  0;
}
.texto-wrap {
    padding: 2rem;
}
.texto-wrap h4 {
    color: #000;
}
.texto-wrap p {
    color: #000;
}
.texto-wrap a:hover {
    color: #000;
}
h4.cerrar {
    font-size: 3rem !important;
    margin: 0 !important;
    font-family: 'Squareo';
    padding: 1rem;
    cursor: pointer;
}

p.boton.boton-left.boton-lit.botonquienes {
    background-color: #fff;
    color: #ea348d;
    font-family: 'Square';
    font-size: 1.2rem;
    padding: 0.2rem;
    cursor:pointer;
}
p.boton.boton-left.boton-lit.botonquienes:hover {
    background-color: #ea348d;
    color: #fff;
    font-family: 'Square';
    font-size: 1.2rem;
    padding: 0.2rem;
}
a.pro-mob {
    display: none;
}
.img.autor-insidep {
    margin: 0rem 5rem 0rem 5rem;
}
.navbar {
    padding-bottom: 2rem;
}
img.img-mob {
    display: none;
}
.captures-wrap.captures-50 picture {
    max-width: 50% !important;
}
.headteam-wrap p {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.headteam-wrap h2 {
    margin-top: 1.5rem;
    font-size: 2rem;
}
.headteam-wrap h2 span {
    color: #ea348d !important;
}
div#video-proyect {
    max-width: 50%;
    margin: 0 auto;
}
.team br {
    display: none;
}
a.pro-desk.proy-item {
    max-width: 50%;
}
div#convo img {
    max-width: 30%;
}

div#convo .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wrap-flex h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
}
.wrap-flex {padding-right: 5rem;/* display: flex; */align-items: ;/* justify-content: center; */flex-direction: column;}

.wrap-flex p.boton {
    font-family: 'Square';
    background-color: #ea348d;
    padding: 0.1rem;
    cursor:pointer;
}
.wrap-flex p.boton:hover {
    font-family: 'Square';
    background-color: #fff;
    color: #ea348d;
    padding: 0.1rem;
}
a.boton-convo p {
    margin-top: 1rem !important;
    color: #fff;
}
a.link-convo {
    color: #ea348d;
}

a.link-convo:hover {
    text-decoration: underline;
}
.wrap-tirapro.wrap-prensa {
    flex-wrap: wrap;
}
a.proy-item.prensa {
    max-width: 33.333%;
}
a.proy-item.prensa img {
    border: #ca1587 solid 0.1rem;
}
.wrap-tirapro.flexwrap {
    flex-wrap: wrap;
}
@media (max-width: 1100px) {
    .wrap-tirapro.wrap-prensa span {
    font-size: 1.2rem;
    }
    .wrap-tirapro.wrap-prensa h5 {
    font-size: 0.9rem;
    }
	.block_quienes{
        flex-wrap: wrap;
    }
    .navbar {
        padding-bottom: 0rem;
    }
	.headteam-wrap {
    flex-direction: column;
	}
    .caritas.section {
    max-width: 100%;
    }
    .section p {
        font-size: 1rem;
    }
    p.text-center {
    text-align: center;
	}
    .slider_proy .proyecto h3 {
        font-size: 1.6rem;
    }
    
    .slider_proy .proyecto h4 {
        font-size: 1.2rem;
    }
    
    p.tecnica {
        font-size: .9rem;
    }
    
    .section .inner > h2 {
        font-size: 2rem;
    }
    
    .navbar .menu ul a {
        font-size: 1.2rem;
    }
    
    .block_quienes .quien h4 {
        font-size: 1.6rem;
    }
    
    #contacto .right a {
        font-size: 1.8rem;
    }
    #contacto .left p {
        font-size: 1.8rem;
    }
    .section p {
    font-size: 1rem;
    }
    .slider_proy .proyecto h4 {
        font-size: 1.2rem;
    }
    p.tecnica {
        font-size: .9rem;
    }
    .section .inner > h2 {
        font-size: 2rem;
    }
    .navbar .menu ul a {
        font-size: 1.2rem;
    }
    .block_quienes .quien h4 {
        font-size: 1.6rem;
    }

    #contacto .right a {
        font-size: 1.8rem;
    }
    #contacto .left p {
        font-size: 1.8rem;
    }
    .quien {
    margin:0 auto;
	}
	.wrap-int-p h2 {
    font-size: 2rem;
	}
}
@media (min-width: 1095px) {
    .menu {
        display: grid;
        grid-template-columns: calc(50% - 90px) 180px calc(50% - 90px);
        padding: 15px 0;
    }
}
@media (max-width: 1094px) {
    .headteam-wrap h2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    }
    div#video-proyect {
    max-width: 100%;
    } 
    .menu-abierto {
    margin: 3rem;
    }
    .menu_toggle {
        display: block;
    }
    .navbar .left, .navbar .right {
        display: none;
    }
    .logo_pc picture {
        width: 160px;
        display: block;
        margin: 50px auto;
    }
    .open .logo_pc picture{
        display: none;
    }
    .navbar .top img, .navbar .top picture {
        margin-top: 30px;
        margin-bottom: 25px;
        width: 150px;
    }    
    .header {
        min-height: unset;
        margin-bottom: 2rem;
    }
    .menu.open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 1111;
    }
    .navbar .menu ul {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        background-color: #000;
        width: auto;
        padding: 0 15px;        
        flex-grow: 1;
        max-height: 500px;
     }
    .navbar .menu.open ul {
        display: inline-flex;
    }
    .navbar .menu.open .logo_mob {
        display: flex;
        width: 200px;
        margin: 15px;
    }
    .navbar .menu.open .close {
        display: inline-block;
        color: #000;
        font-size: 2.3rem;
        font-weight: 600;
        padding: 10px;
    }
}
@media (max-width: 850px) {
    .wrap-tirapro {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    p.align-c {
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .wrap-tirapro.wrap-prensa span {
    font-size: 0.8rem !important;
    }
    .wrap-tirapro.wrap-prensa img {
    margin-bottom: -1.5rem !important;
    }
    .wrap-tirapro.wrap-prensa h5 {
    font-size: 0.7rem !important;
    }
    div#convo .inner {
    flex-direction: column;
    }
    .wrap-flex {
        padding: 0 !important;
        margin-bottom: 3rem;
    }
        .captures-wrap.captures-50 picture {
    max-width: 100% !important;
    }
	a.pro-mob {
    display: block;
	}
	a.pro-desk {
	    display: none;
	}
	.wrap-int-p img {
    max-width: 300px;
	}
	.about-ind {
	    padding: 1rem;
	}
	.logo-ind img {
	    max-width: 150px;
	}
	.captures-wrap picture {
	    max-width: 50%;
	}
	.headteam-wrap img {
	    padding: 1rem;
	}
	div#pro-ind-wrap .wrap-int-p {
    flex-direction: column;
	}
	img.poster {
    max-width: 500px;
	} 
    .wrap-tirapro.wrap-prensa span {
    font-size: 1rem;
    }
    .wrap-tirapro.wrap-prensa h5 {
    font-size: 0.8rem;
    }
}
@media (max-width: 700px) {
    .wrap-tirapro.wrap-prensa {
    flex-direction: row;
    }
    a.proy-item.prensa {
    max-width: 50%;
    }
	.quien {
    max-width: 100%;
	}
	img.poster {
    max-width: 500px;
	}
	.captures-wrap picture {
    max-width: 100%;
	}
	img.poster {
	    max-width: 200px;
	}
	.wrap-int-p {
	    padding: 1rem;
	}
	span.c_orange.mayus {
	    font-size: 1.5rem;
	}
	.wrap-int-p h2 {
	    font-size: 1.5rem !important;
	}
	div#equipo {
	    max-width: 100%;
	}
	.team span {
	    font-size: 1rem;
	}
	.team span.c_lilac.mayus {
    font-size: 1rem;
	}
	.logo-ind img {
	    max-width: 100px !important;
	}
	.infoautor h2 {
	    font-size: 1.5rem !important;
	}
	.infoautor h2 span {
	    font-size: 1.5rem !important;
	}
	span.c_lilac.mayus {
    font-size: 1rem;
	}
	li.mail a {
    font-size: 1rem;
	}
	span.mayus {
	    font-size: 1.5rem;
	}
	h2 {
	    font-size: 1.5rem !important;
	}
	li.mail.first {
    letter-spacing: 0;
	}
	li.mail.second {
    letter-spacing: 0;
	}
	li.mail.third {
    letter-spacing: 0;
	}
	.wrap-tirapro {
    flex-direction: column;
	}
    div#contacto {
    margin-bottom: 2rem;
    }
    .slider_proy .proyecto.slick-slide {
        flex-direction: column;
    }
    .slider_proy .proyecto > div {
        width: 100%;
    }
    img.just-mob, picture.just-mob {
    display: flex;
    max-width: 30%;
    margin-bottom: 2rem;
    margin-top: 2rem;
    }
    .section .inner > h2 {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
    .section p {
        font-size: 0.9rem;
    }
    
    .block_quienes {
        flex-direction: column;
        margin: 0 auto;
    }
    .block_quienes .img{
        max-width: 90%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .block_quienes .quien {
        padding: 0.5rem;
    }
   /* .block_quienes .txt {
        flex-shrink: 1;
        overflow: auto;
    }*/
    .block_quienes .quien .img picture {
        max-width: 60vh;
    }
    .menu-abierto {
        overflow: auto;
        justify-content: flex-start;
        margin: 3rem 2rem 5rem;
        padding: 0 1rem;
        display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    .block_quienes .quien h4.cerrar {
        position: absolute;
        bottom: 0;
        /* z-index: 10000; */
    }
    p.tecnica.violeta {
        margin-bottom: 1rem;
    }
    span.c_lilac.mayus {
        font-size: 1.5rem;
    }
    div#contacto {
        display: flex;
        flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
    #contacto .left p {
        font-size: 1.5rem;
        text-align: center !important;
        margin: auto;
    }
    .hello.right p {
        font-size: 1rem !important;
    }
    #contacto .right a {
        font-size: 1.5rem;
    }
    #contacto p {
        text-align: center;
    }
    .section {
        padding: 1rem 1rem;
    }
    .hello.left {
        margin-bottom: 2rem;
    }
    .hello.right {
        margin-bottom: 2rem;
    }
    .follow.left img, .follow.left picture {
        display: none;
    }
    .follow.left {
        margin-bottom: 2rem;
    }
    .arrows_w {
        position: relative;
        margin-right: 1rem;
        width: 100%;
        right: 0;
        margin-right: 0;
    }
    .slider_proy .proyecto .txt {
        padding-bottom: 2rem;
    }
    p.tecnica {
    margin-bottom: 2rem;
    }
    
    .slider_proy .proyecto h3 {
	    font-size: 1.3rem;
	}
	.slider_proy .proyecto h4 {
	    font-size: 1rem;
	}
}
@media (max-width: 650px) {
    .team br {
    display: block;
    }
    .team h4 {
    font-size: 0.8rem;
    }
    .team span {
        font-size: 0.8rem !important;
    }
    .team h4 {
    font-size: 0.8rem;
    }
    .team span {
        font-size: 0.8rem !important;
    }
    .captures-wrap.captures-50 {
        max-width: 100%;
    }
    .captures-wrap.captures-50 picture {
        padding: 0;
    }
    .infoautor {
    padding: 1rem;
    }
    .headteam-wrap h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    }
    img.img-desk {
    display: none !important;
    }
    img.img-mob {
    display: block;
    }
    /* pop up quienes somos */
    .wrap-popup {
        flex-direction: column-reverse;
    }
    .panel-menu .block_quienes .txt {
        width: 100%;
    }
    .panel-menu .block_quienes .quien .img {
        margin: 0;
    }
    .panel-menu .texto-wrap {
        padding: 1rem;
    }
   .panel-menu  p.tecnica.violeta, .block_quienes .quien h4 {
        text-align: center;
    }
    .block_quienes .quien .panel-menu .img {
        padding: 0;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }
}
.slide-int img {
        width: 100%;
    }
@media (min-width: 1921px){

    .captures-wrap.captures-50 picture {
        max-width: unset !important;
        flex-grow: 1;
    }
    .wrap-tirapro .proy-item {
        flex-grow: 1;
    }

    .block_quienes {
        justify-content: center;
    }
}