/**---------------APARTAMENTOS Y PLANOS-------------******/


.enlace-menu {
    width: 100%;
    min-height: 60px;
    background: #1a5632;
    display: block;
    -webkit-box-shadow: 0px 0px 12px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -7px rgba(0, 0, 0, 0.75);
    margin: 5% 0;
    border-radius: 8px;
    position: relative;
}

.img-enlace {
    width: 25%;
    display: inline-block;
    min-height: 70px;
    float: left;
    background-position: center;
    background-size: cover;
    border-radius: 6px 0 0 6px;
}

.titulo-enlace {
    width: 75%;
    display: inline-block;
    min-height: 70px;
    position: relative;
}

.titulo-enlace:before {
    content: url(../img/hacer-recorrido.svg);
    position: absolute;
    width: 100px;
    right: 5px;
    top: 15px;
}

.titulo-enlace h2 {
    margin: 0;
    font-family: 'Montserrat-semibold';
    font-size: 15px;
    padding-left: 13px;
    padding-top: 12px;
    color: #fff;
}


ul.educacion-dropdown {
    list-style: none; 
   margin: 0;
   padding: 0;
}
li.items-educacion2 {
   margin-top: 2px;
}
a.accordion-titulo {
   position: relative;
   display: block;
   padding: 20px 20px 20px 0;
   font-size: 13px;
   font-weight: 300;
   background: #e2e2e2;
   color: #4d4d4d;
   text-decoration: none;
   font-family: 'Montserrat';
   font-weight: 400;
   text-align: center;
}

a.accordion-titulo:before {
  content: url(../img/ver-plano.svg);
  width: 95px;
  position: absolute;
  right: 7px;
  top: 21px;
}
.accordion-titulo.open:before{
   content: url(../img/cerrar.svg);
   width: 95px;
   position: absolute;
   right: 7px;
   top: 21px;
}
.accordion-titulo.open{
    background: #fff;
 }
span.torre {
    background: #1a5632;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 16px;
    border-radius: 0 0 10px 0;
}
span.titulo-apartamento.salto-linea {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 21px;
    line-height: 16px;
}

.accordion-content {
    text-align: center;
        display: none;
}
.accordion-content img {
    width: 80%;
}

.barra1, .barra2 {
    width: 100%;
    background: #c2d500;
    min-height: 50px;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 15px;
}
.barra1 span{
    font-family: 'Montserrat';
    font-weight: bold;
}
span.alcoba, span.bano, span.vestier, span.balcon, span.zona-verde, span.kit, span.aire, span.parkin{
  position: relative;
    
}
span.alcoba:before{
    content: url(../img/alcoba.svg);
    width: 51px;
    position: absolute;
    left: -10px;
}
span.bano:before{
    content: url(../img/banos.svg);
    width: 39px;
    position: absolute;
    left: -5px;
    top: -5px;
}
span.vestier:before{
    content: url(../img/vestier.svg);
    width: 44px;
    position: absolute;
    left: -5px;
    top: -4px;
}
span.balcon:before{
    content: url(../img/balcon.svg);
    width: 45px;
    position: absolute;
    left: -5px;
    top: -2px;
}
span.zona-verde:before{
    content: url(../img/zona-verde.svg);
    width: 65px;
    position: absolute;
   left: -57px;
    top: -15px;
}
span.kit:before{
    content: url(../img/kit.svg);
    width: 75px;
    position: absolute;
       left: -41px;
    top: -11px;
}
span.aire:before{
    content: url(../img/aire-condicionado.svg);
    width: 75px;
    position: absolute;
        left: -29px;
    top: -14px;
}
span.parkin:before{
    content: url(../img/parkin.svg);
       width: 75px;
    position: absolute;
    left: -9px;
    top: -7px;
}
/*-----------------------------------------------*/
/**-----------------RESPONSIVE-------------******/
/*-----------------------------------------------*/

@media(min-width:360px) {}

@media(min-width:375px) {
    .titulo-enlace:before {
        width: 120px;
        right: 12px;
        top: 13px;
    }
}

@media(min-width:414px) {}