 /* HOME NUEVO */

/* Navbar */

ul{
    list-style-type: none;
}

li{
    list-style-type: none;
}

.sub-menu-1{
    position: absolute;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 6vw;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #42505a;
}

.sub-menu-1 a{
    margin: 0.5vw;
    color: #fff;
    cursor: pointer;
}

.sub-menu-1 ul li{
    margin: 10px 0px;
    text-align: center;
}

#usados:hover .sub-menu-1{
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: 500ms;
}

.sub-menu-2{
    position: absolute;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 8vw;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #42505a;
}

.sub-menu-2 a{
    margin: 0.5vw;
    color: #fff;
    cursor: pointer;
}

.sub-menu-comercial{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 80%;
    background: #42505a;
    padding: 2em;
    border-radius: 5px;
}

.sub-menu-comercial a{
    margin: 0.5vw;
    color: #fff;
    cursor: pointer;
}

.sub-menu-hogar{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
    height: auto;
    position: absolute;
    top: 32px;
    left: 80%;
    padding: 2em;
    border-radius: 5px;
    background: #42505a;
}

.sub-menu-hogar a{
    margin: 0.5vw;
    color: #fff;
    cursor: pointer;
}

#comercial{
    margin-bottom: 20px;
}

#comercial:hover .sub-menu-comercial{
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: 500ms;
}

#hogar:hover .sub-menu-hogar{
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: 500ms;   
}

#emprendimientos:hover .sub-menu-2{
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: 500ms;
}

.sub-menu-3{
    position: absolute;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 6vw;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #42505a;
}

.sub-menu-3 a{
    margin: 0.5vw;
    color: #fff;
    cursor: pointer;
}

#nosotros:hover .sub-menu-3{
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: 500ms;
}

.lineBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.line{
    width: 95%;
    height: 1.5px;
    align-self: center;
    margin: 10px;
    background: white;
    margin: 10px;
}

/* Header */

.headerBox{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 420px;
    background: #42505a;
}

.headerBox h1{
    color: #fff;
    margin: 30px 0px 15% 15%;
    font-size: 40px;
    width: 600px;
}

.img-box-header{
    position: relative;
    top: -140px;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-box-header a:hover{
    opacity: 1;
    transform: scale(1.02);
}

.imgBox1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgBox1 a{
    height: 100%;
}

.imgBox1 a video{
    width: auto;
    height: 100%;
    border-radius: 0px 20px;
    margin: auto;
}

.imgBox2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.imgBox2 a{
    height: 48%;
}

.imgBox2 a video{
    width: auto;
    height: 100%;
    border-radius: 0px 20px;
    margin: auto;
}

.searchBox{
    position: relative;
    top: -75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 40px;
    list-style: none;
    margin: 20px;
}

.search li{
    margin: 5px 20px 5px 20px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    border-radius: 20px;
}

.search li:hover{
    background: #42505a;
    color: #fff;
    padding: 20px 50px;
}

.buscar-btn{
    background: #407360;
    color: #fff;
    transition: 500ms;
}

.buscar-btn:hover{
    background: #42505a;
    transition: 500ms;
}

/* Emprendimientos */

.emprendimientos{
    margin-top: 30px;
    width: 100%;
    height: 1400px;
    padding: 0px;
}

.emprendimientosBox1{
    width: 100%;
    height: 33%;
    display: flex;
    flex-direction: row;
}

.emprendimientosBox2{
    width: 100%;
    height: 34%;
    display: flex;
}

.emprendimientosBox3{
    width: 100%;
    height: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emp1-textBox{
    width: 65%;
    background: #885639;
}

.emp1-textBox div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    height: 85%;
    width: 50%;
    margin: 0 0 8% 10%;
}

.emp1-textBox div h2{
    margin: 0px 0px 20px 0px;
    font-weight: bold;
}

.emp-btn{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
}

.emp-btn:hover{
    background: #fff;
    color: #000;
    transition: 500ms;
}

.emp1-imgBox{
    width: 35%;
    background:#fff;
}

.emp1-imgBox img{
    height: 100%;
    width: 100%;
}

.emp-line1{
    width: 15%;
    height: 3px;
    background: #fff;
    position: relative;
    top: -15%;
    left: 172%;
}

.emp2-imgBox{
    width: 40%;
    background:#fff;
}

.emp2-imgBox img{
    width: 100%;
    height: 100%;
}

.emp2-textBox{
    width: 60%;
    background: #88B2B5;
}

.emp2-textBox div{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    height: 85%;
    width: 50%;
    margin: 0 0 8% 40%;
}

.emp2-textBox div h2{
    margin: 0px 0px 20px 0px;
    font-weight: bold;
}

.emp2-textBox div p{
    text-align: end;
}

.emp-line2{
    width: 15%;
    height: 3px;
    background: #fff;
    position: relative;
    top: -15%;
    left: -172%;
}

.emp3-textBox{
    width: 60%;
    height: 100%;
    background: #407360;
}

.emp3-textBox div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    height: 85%;
    width: 50%;
    margin: 0 0 8% 10%;
}

.emp3-textBox div h2{
    margin: 0px 0px 20px 0px;
    font-weight: bold;
}

.emp3-imgBox{
    width: 40%;
    height: 100%;
    background:#fff;
}

.emp3-imgBox img{
    width: 100%;
    height: 100%;
}

.emp-line3{
    width: 14%;
    height: 3px;
    background: #fff;
    position: relative;
    top: -15%;
    left: 172%;
}

/* Equipo */

.equipo{
    background-image: url("../img/fondo-casas.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 40px 0px;
    margin: 0px 0px 50px 0px;
}

.equipo-imgBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-equipo{
    width: 90%;
    min-height: 700px;
    max-height: 1000px;
    margin: 75px 0px 0px 0px;
}

.equipo-line{
    width: 65px;
    height: 4px;
    background: #88B2B5;
    margin: 0px 0px 40px 0px;
    transform: rotateZ(90deg);
}

.equipo-textBox{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.equipo h2{
    margin: 0px 0px 20px 0px;
    font-weight: bold;
    margin: 20px;
    font-size: 2.5vw;
}

.equipo-textBox p{
    text-align: center;
    margin: 20px 0px 40px 0px;
    font-size: 1.5vw;
}

.equipo-btn{
    background: #55575B;
    padding: 5px 40px 5px 40px;
    color: #fff;
    margin: 20px;
    cursor: pointer;
}

.equipo-btn:hover{
    color: #fff;
}

.destacadas{
    width: 100%;
    background: #fff;
    padding: 0px 5% 0 5%;
    
}

.dest-box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 20%;
}

.dest-box1-sub1{
    display: flex;
    flex-direction: column;
    
}

.dest-box1-sub1 h3{
    margin: 0px;
    font-weight: bold;
    font-size: 2.5vw;
}

.dest-box1-sub2{
    display: flex;
    align-items: center;
}

.dest-box1-sub2 a{
    margin: 10px;
    font-size: 1vw;
    color: #000;
}

.dest-box1-sub2 button{
    font-weight: 400;
    background: none;
    border: none;
    margin: 10px;
    font-size: 2vw;
}

.ig-section{
    width: 100%;
    height: auto;
    background: #88B2B5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ig-textBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 110px 0px 0px 0px;
}

.ig-textBox a{
    color: #fff;
}

.ig-imgBox{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 0px 0px;
}

.ig-textBox p{
    letter-spacing: 2px;
    margin: 0px;
}

.ig-textBox h4{
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 1.5px;
}


.ig-imgBox a{
    width: 30%;
    height: 300px;
    margin: 10px;
}

.ig-imgBox a img{
    width: 100%;
    height: 100%;
}


/* Footer */

.footer{
    width: 100%;
    background: #55575B;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    padding: 50px 5% 0% 5%;
}

.footer-logoBox{
    margin: 10px 0px 40px 0px;
}

.footer-logoBox img{
    width: 25%;
}

.footer p{
    margin: 0;
}

.footer a{
    cursor: pointer;
}

.footer-contentBox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contentBox-sub1{
    width: 40%;
    height: 100%;
    align-self: flex-start;
    margin: 4px 0px 0px 0px;
}

.footer-contentBox-sub1 p{
    width: 55%;
    height: 100%;
}

.footerIcon{
    width: 15px; 
    margin: 5px; 
}

.footer-contentBox-sub2{
    width: 50%;
    height: 100%;
}

.footer-contentBox-sub2 p{
    margin: 2px;   
}

.footer-contentBox-sub2 a{
    color: #fff;   
}

.footer-contentBox-sub3{
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer-contentBox-sub3 a{
    color: #fff;
}

.footer-contentBox-sub4{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.fa-arrow-up{
    font-size: 1.5vw;
    cursor: pointer;
}

.footer-infoBox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px;
    padding: 30px 0px;
    border-top: 1px solid #fff;
}

.footer-infoBox a{
    color: #fff;
    cursor: pointer;
}

.matriculasBox{
    display: flex;
    flex-direction: column;
    margin: 5px;
}

/* Equipo */

.header-equipo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #42505a;
    color: #fff;
    padding: 35px 0px 0px 0px;
    position: relative;
    z-index:1;
}

.header-equipo-box1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.descBox{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.descBox p{
    margin: 0px;
}

.descBox img{
    width: 110px;
    height: 22px;
    margin: 0px 0px 0px 10px;
}

.header-equipo-box1 h2{
    font-weight: normal;
    font-size: 3vw;
}

.header-equipo-box1{
    width: 35%;
    font-size: 1.3vw;
    text-align: center;
}

.header-equipo-box2{
    width: 100%;
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-equipo-box2 img{
    width: 73%;
    max-height: 800px; 
    position: relative;
    top: 285px;
    z-index: 3;
}

/* Miembros*/

.miembros{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 515px 0px 20px 0px;
    background: #88B2B5;
    
}

.miembros h2{
    font-size: 2.5vw;
    margin: 50px;
}

.miembros-box, .miembros-box-staff-row4,.miembros-box-staff-row3{
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    height: 100%;
    margin: 25px;
    justify-content: center;
    /*flex-wrap: wrap;*/
}

.miembros-box-staff-row3{
    grid-template-columns: 1fr 1fr 1fr ;
}

.miembros-box div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
    /*flex: 0 1 300px;*/
}

.miembros-box div img {
    width: 180px;
    height: 180px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 0px 10px 0px;
}

.miembros-box div h4{
   margin: 5px 0px 0px 0px;
   font-size: 1.5vw;
   font-weight: bold;
   color: #fff;
}

.miembros-box div p{
   margin: 5px 0px 0px 0px;
   font-size: 1.5vw;
   color: #fff;
}

.miembros-box div a{
    color: #42505A;
    cursor: pointer;
    font-size: 1.2vw;
}

.arrows-box-mobile{
    display: none;   
}

.arrows-box{
    position: absolute;
    right: 30px;
    top: 275px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
}

.arrows-box img{
    width: 100px;
    height: 100px;
}

.down-text-equipo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px;
}

.down-text-equipo p{
    font-size: 20px;
    text-align: center;
}

.css-1j6s1vj{
    background: none !important;
}

/* seccion instagram */

#feed-contenedor{
    width: 100%;
    margin: 5rem 0;
    overflow: hidden;
    
}

.main-gallery{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.chevron span{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-size: 2rem;
    color: #000;
    width: 4.3rem;
    height: 4.7rem;
    background-color: #000;
    opacity: 0.9;
    border: 100%;
    cursor: pointer;
}

.chevron span:hover{
    opacity: 0.6;
}

.chevron #prev{
    padding-right: .5rem;
    justify-content: flex-end;
    left: -1.7rem;
    
    
}

.chevron #next{
    padding-right: .5rem;
    justify-content: flex-start;
    left: -1.7rem;
}

.gallery{
    display: flex;
    flex-wrap: nowrap;
}

.image{
    min-width: 20%;
    height: 273px;
    position: relative;
}

.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.image:hover .opacity-hover{
    width: 100%;
}

.caption{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(300px);
    transition: 100ms linear;
}

.opacity-hover:hover .caption{
    transform: transalteY(0px);
}

.caption p{
    color: #fff;
    width: 80%;
}

.opacity{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: background-color 300ms linear;
}

.opacity-hover:hover{
    background: #000;
    opacity: 0.8;   
}











/* media querys */

@media screen and (max-width: 1680px) {
    
    .img-box-header{
        height: 630px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 15px;
    }
    
}

@media screen and (max-width: 1580px) {
    
    .img-box-header{
        height: 580px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 15px;
    }
    
}

@media screen and (max-width: 1480px) {
    
    .img-box-header{
        height: 560px;
    }
    
    
    
    .imgBox1 a video{
        margin: 0px 0px 0px 15px;
    }
    
}



@media screen and (max-width: 1380px) {
    
    .img-box-header{
        height: 515px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 10px;
    }
    
}

@media screen and (max-width: 1280px) {
    
    .img-box-header{
        height: 480px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 10px;
    }
    
}

@media screen and (max-width: 1200px){
 
    /* header home */
    
    .img-box-header{
        height: 450px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 5px;
    }
    
}

@media screen and (max-width: 1080px){
    
    .img-box-header{
        height: 380px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 10px;
    }
    
}

@media screen and (min-width: 900px) {
    
     .imgBox1{
        margin: 0px 0px 0px 15px;
    }
    
}

@media screen and (max-width: 900px){
    
    .img-box-header{
        height: 350px;
    }
    
    
    
    .imgBox1 a video{
        margin: 0px 0px 0px 10px;
    }
    
    
    
}

@media screen and (max-width: 868px){
    
    .img-box-header{
        height: 340px;
    }
    
    .imgBox1 a video{
        margin: 0px 0px 0px 5px;
    }
    
}


@media screen and (max-width: 768px){
    
    /* Sub menu emprendimientos */
    
    .separador{
        width: 90%;
        height: 2px;
        background: #fff;
    }
    
    .hidden{
        display: none;
    }
    
    .flex{
        display: flex;
    }
    
    .sub-menu-emp-mobile{
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        margin: 40px 0px 20px 0px;
    }
    
    .sub-menu-emp-mobile li{
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        opacity: 1;
        padding-top: 20px;
        display: inline-block;
        /* max-width: 80%; */
        margin-right: 14px;
        margin-top: 3px;
    }
    
    .sub-menu-emp-mobile{
        padding: 0px 0px;
        margin: 40px 0 0 0;
    }
    
    #hogar-mobile{
        margin-bottom: 8px;
    }
    
    #sub-menu-comercial-mobile{
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        margin: 40px 0px 20px 0px;
        top: 125px;
        position: absolute;
        background: #42505a;
        width: 100%;
        padding: 15px 5px;
        border-radius: 5px;
        left: -10px;
    }
    
    #sub-menu-hogar-mobile{
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        margin: 40px 0px 20px 0px;
        top: 152px;
        position: absolute;
        background: #42505a;
        width: 100%;
        padding: 15px 5px;
        border-radius: 5px;
        left: -10px;
    }
    
    #sub-menu-emp-mobile{
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        margin: 12px 0px 12px 0px;
    }
    
    /* header */
    
    .arrows-box{
        display: none;
    }
    
    .arrows-box-mobile{
        display: flex;
    }
    
    .arrows-box-mobile{
        width: 100%;
        position: absolute;
        top: 330px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
        margin: 30px 0px 20px 0px;
    }

    .arrows-box-mobile img{
        width: 100px;
        height: 100px;
    }
    
    .headerBox h1{
        margin: 55px 0px 40% 8%;
    }
    
    header.header_tasac.header_generic{
        background-position-y: -20px;
    }
    
    header.header_generic{
        height: 510px;
    }
    
    /* Nav */
    
    .lineBox{
        margin: 0px 15px 0px 15px;   
    }
    
    .bar{
        background: #000;
    }
    
    .line{
        width: 100%;
    }
    
    /* Equipo */
    
    .header-equipo{
        padding: 70px 0px 0px 0px;
    }
    
    .header-equipo-box1{
        font-size: 4vw;
        width: 70%;
    }
    
    .header-equipo-box1 h2{
        font-size: 7vw;   
    }
    
    .header-equipo-box2 img{
        height: auto;
        top: 145px;
    }
    
    
    .header-equipo-box2{
        height: 205px;
    }
    
    .miembros{
        margin: 230px 0px 0px 0px;
    }
    
    .miembros h2{
        font-size: 4.5vw;
    }
    
    .miembros-box{
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .miembros-box div h4{
        font-size: 2.5vw;
        text-align: center;
    }
    
    .miembros-box div p{
        font-size: 2.5vw;
        text-align: center;
    }
    
    /* Home */
    
    .img-box-header{
        height: auto;
        flex-direction: column;
        top: -200px;   
    }
    
    .imgBox1 a{
        width: 95%;
        height: auto;
    }
    
    .imgBox1 a video{
        width: 100%;
        height: auto;
        margin: 0px 0px 25px 0px;
    }
    
    .imgBox2 a{
        width: 95%;
        height: auto;
    }
    
    .imgBox2 a video{
        width: 100%;
        height: auto;
        margin: 0px 0px 25px 0px;
    }
    
    .searchBox{
        top: -90px;
    }
    
    .search{
        width: auto;
        flex-direction: column;
        padding: 10px 0px 15px 0px;
    }
    
    .search li{
        font-weight: bold;
        padding: 15px 5px 15px 5px;
    }
    
    .header input.select2-search__field{
        height: 20px;
        
    }
    
    .home .select2-container{
        margin-top: 0px;   
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li input{
        height: 23px;
        font-size: 1.5rem;
        
    }
    
    .buscar-btn{
        padding: 10px;
        width: 70%;
        text-align: center;
    }
    
    .home header{
        height: auto;
        padding: 40px 0px;
    }
    
    /* Seccion emprendimientos home */
    
    /* menu propiedades home */
    
    .custom-propiedad{
        border: 1px solid;
        padding: 20px 50px;
        width: 26rem;
    }
    
    #buscar-btn{
        padding: 15px 10px 15px 10px;
        margin: 10px;
    }
    
    .emprendimientos{
        height: auto;
    }
    
    .emprendimientosBox1{
        flex-direction: column;
    }
    
    .emp1-textBox{
        width: 100%;
        padding: 35px 0px 0px 0px;
    }
    
    .emp-line1{
        display: none;
    }
    
    .emp1-imgBox{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .emp1-imgBox img{
        height: 600px;
    }
    
    .emprendimientosBox2{
        flex-direction: column-reverse;
    }
    
    .emp2-textBox div {
        align-items: flex-start;
        width: 60%;
        margin: 0 0 8% 10%;
    }
    
    .emp2-textBox div p{
        text-align: start;
    }
    
    .emp2-textBox{
        width: 100%;
        padding: 40px 0px 0px 0px;
    }
    
    .emp-line2{
        display: none;
    }
    
    .emp2-imgBox{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .emp2-imgBox img{
        width: 100%;
        height: 100%;
    }
    
    .emprendimientosBox3{
        flex-direction: column;
        
    }
    
    .emp3-textBox{
        width: 100%;
        padding: 40px 0px 0px 0px;
    }
    
    .emp3-imgBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    
    .emp3-imgBox img{
        width: 100%;
    }
    
    /* Seccion equipo home */
    
    .img-equipo{
        width: 90%;
        height: 490px;
        min-height: 260px;
    }
    
    .equipo h2{
        font-size: 4.5vw;
    }
    
    .equipo-textBox p{
        font-size: 2vw;
    }
    
    .equipo-btn{
        font-size: 3.5vw;   
    }
    
    .dest-box1-sub1 h3{
        font-size: 4.5vw;
    }
    
    .dest-box1-sub2 a{
        font-size: 2.5vw;
    }
    
    .dest-box1-sub2 button{
        font-size: 2.5vw;
    }
    
    /* Seccion instagram home */
    
    .ig-textBox p{
        font-size: 3.5vw;
    }
    
    .ig-textBox h4{
        font-size: 4.5vw;
    }

    .ig-imgBox a{
        height: 250px;
    }

    .ig-imgBox img{
        height: 280px;
    }
    
    /* Footer */
    
    .footer-logoBox{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-contentBox{
        flex-direction: column;
    }
    
    .footer-contentBox-sub1{
        width: 80%;
        align-self: center;
    }
    
    .footer-contentBox-sub1 p{
        width: 100%;
        text-align: center;
    }
    
    .footer-contentBox-sub2{
        margin: 20px 0px 20px 0px;  
        text-align: center;
    }
    
    .footer-contentBox-sub3{
        width: 100%;
        text-align: center;
    }
    
    .footer-contentBox-sub3 a{
        font-size: 3vw;
        margin: 10px;
    }
    
    .footer-contentBox-sub4{
        width: 100%;
        justify-content: center;
        margin: 40px 0px 0px 0px;
    }
    
    .footer-contentBox-sub4 .fa-arrow-up{
        font-size: 6vw;
    }
    
    /* pagina emprendimientos */
    
    .propiedad_item .etiquetas_props{
        width: 80%;
    }
    
    .emprendimientos_props .propiedad_item.emprendimiento_item{
        min-height: 450px;
    }
    
    /* footer */
    
    .footer-contentBox-sub1 p{
        font-size: 5vw;
        margin: 20px 0px 30px 0px;
    }
    
    .footer-contentBox-sub2 p{
        font-size: 3vw;
    }
    
    .footer-contentBox-sub4 .fa-arrow-up{
        font-size: 12vw;;
    }
    
    .footer-infoBox{
        flex-direction: column;
    }
    
    .footer-infoBox p{
        margin: 30px;
        text-align: center;
    }
    
    /* pagina tasaciones */
    
    header.header_tasac.header_generic{
        margin-bottom: -75px;
    }
    
    .footer-contentBox-sub2{
        width: 95%;    
    }
    
    .footer-contentBox-sub2 p{
        margin: 5px;
    }
    
    /* pagina equipo */
    
    .descBox img{
        width: 75px;
        height: 16px;
    }
    
    .header-equipo-box1{
        width: 100%;
    }
    
    .miembros{
        margin: 0px;
        padding: 135px 0px 20px 0px;
    }
    
    .header-equipo-box2 img{
        width: 85%;
    }
    
    .miembros-box div a{
        font-size: 2.2vw;
    }
    
    /* pagina contacto */
    
    header.header_contacto.header_generic{
        background-position-y: 0px;
    }
    
    
}

@media screen and (max-width: 656px){
    
    /* Pagina equipo */
    
    .miembros-box{
        grid-template-columns: 1fr 1fr;
    }
    
    .miembros-box div img{
        width: 140px;
        height: 140px;
    }
    
    .miembros-box div h4{
        font-size: 3.2vw;
    }
    
    .miembros-box div p{
        font-size: 3vw;
    }
    
    .miembros-box div a{
        font-size: 2.5vw;
    }
    
}


@media screen and (max-width: 480px){
    
    .arrows-box-mobile{
        margin: 40px 0px 20px 0px;
    }
    
    .home header{
        height: auto;
    }
    
    .headerBox{
        height: 375px;
    }
    
    .headerBox h1{
        width: 100%;
        margin: 30px 30px 135px 30px;
    }
    
    .img-box-header{
        top: 5px;
        margin: 15px 0px 0px 0px;
    }
    
    .searchBox{
        top: 15px;
        margin: 35px 0px;
    }
    
    .search{
        width: 90%;
        padding: 5px 10px 5px 10px;
    }

    .searchBox h2{
        text-align: center;
    }

    /* emprend */
    
    .emp1-imgBox img{
        height: 420px;
    }
    
    .emp1-textBox div{
        width: 70%;
        margin: 8% 0 15% 10%;
    }
    
    .emp-btn{
        font-size: 5vw;
    }
    
    .emp2-textBox div{
        margin: 5% 0px 15% 10%;
    }
    
    .emp2-imgBox img{
        height: 420px;
    }

    .emp3-textBox div{
        width: 70%;
        margin: 5% 0 15% 10%;
    }

    .emp3-imgBox img{
        height: 420px;
    }
    
    
    /* equipo home */
    
    .img-equipo{
        width: 95%;
        height: 260px;
    }

    .equipo h2{
        font-size: 7vw;
    }
    
    .equipo-textBox{
        width: 100%;
    }
    
    .equipo-textBox p{
        font-size: 4vw;
        width: 70%;
    }
    
    .equipo-btn{
        font-size: 5.5vw;
    }
    
    .miembros-box div{
        margin: 15px 8px;
    }
    
    /* prop destac */
    
    .dest-box1-sub1 h3{
        font-size: 5.5vw;
    }
    
    .dest-box1-sub2 a{
        font-size: 3.5vw;
    }
    
    .dest-box1-sub2 button{
        font-size: 3.5vw;
    }
    
    /* ig */
    
    .ig-textBox p{
        font-size: 5.5vw;
    }
    
    .ig-textBox h4{
        font-size: 7.5vw;
    }
    
    .ig-imgBox{
        flex-direction: column;
    }
    
    .ig-imgBox a{
        width: 90%;
        height: 280px;
    }
    
    /* Footer*/
    
    .footer-contentBox-sub3 a{
        font-size: 5vw;
    }
    
    .footer-contentBox-sub2 p{
        font-size: 3.5vw;
    }
    
    .footer-infoBox{
        margin: 30px 0px 0px 0px;
        padding: 10px 0px;
    }
    
    /* pagina equipo */
    
    .header-equipo{
        padding: 45px 0px 0px 0px;
    }
    
    .header-equipo-box2{
        height: 140px;
    }
    
    .header-equipo-box2 img{
        top: 120px;
    }
    
    .miembros-box{
        width: auto;
    }
    
    .miembros-box div h4{
        font-size: 4vw;
    }
    
    .miembros-box div p{
        font-size: 3.5vw;
    }
    
    .miembros-box div a {
    font-size: 3.2vw;
    }

   

}

#searchSection .tipo-propiedad{
    background-color: transparent !important;
}

.ig-section2{
    width: 100%;
    position: relative;
}

.tapa{
    width: 100%;
    height: 100px;
    background: #88B2B5;
    position: absolute;
    bottom: -45px;
}

/* No more prop USADOS */

.noMoreProp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25%;
}

.noMoreProp p{
    font-size: 2rem;
}

/* Animacion foto */

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}











