
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

* {
  font-family: "open sans";
}

body{
  margin: 0px !important;
}

a {
  color: #333333;
  text-decoration: none !important;
}

.none{
  display: none;
}

.block{
  opacity: 1;
  display: block;
}

.vio{background-color: #8f2b65}
.ama{background-color: #E4AD22}
.ver{background-color: #40b7ac}

.center {
  margin: 0 auto;
  position: relative;
}

.ancho {
  width: 100%;
}

.container-fluid{
  margin: 0px;
  padding: 0px;
}

.fondo-triangulos{
  background-image: url("../img/trama4.svg");
  background-position: 0 0;
  background-size: 800px;
  background-repeat: no-repeat;
}

.fondo-triangulos2{
  background-image: url("../img/trama5.svg");
  background-size: 800px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

select:active{
  text-decoration: none !important;
  outline: none !important;
  border: none;
}

.navbar {
  margin: 0px;
}

.navbar-brand > img {
    display: block;
    width: 220px;
    padding: 5px 0;
}

.navbar-brand {
  padding: 20px 20px;
  width: 340px;
  height: 100%;
}

.navbar-collapse {
  padding: 0 40px;
}

.navbar-default {
    border-radius: 0px;
    background-color: #fff;
    border-bottom-color: #8d2564;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a.dropdown-toggle{
  font-size: 17px;
  font-weight: 200;
  color: #8d2564;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 40px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  font-weight: 600;
  color: #8d2564;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #8d2564;
  background-color: #f4f4f4;
}

.navbar-default .navbar-nav > li > a.dropdown-toggle {
  font-weight: 400;
}

.dropdown-menu .rombo {
      width: 20px;
      height: 20px;
      right: 16px;
      top: -10px;
      z-index: -5;
      position: absolute;
    background-color: #ececec;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
}
.navbar-nav > li > .dropdown-menu {
    background-color: #ececec;
    min-width: 260px;
    margin-top: 0px;
    border-radius: 5px;
}

.navbar-nav> li.log a{
  color: #8f2862;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
/*HOME*/

.boton-baja{
  position: absolute;
  z-index: 20;
  padding: 10px;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: -60px;
}

.boton-baja a{
  background-color: #8f2b65;
  position: relative;
  width: 40px;;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  border-radius: 20px;
  padding: 12px;
  height: 40px;
  color: #fff !important;
  cursor: pointer;
}
.boton-baja a:hover{
  color: #fff;
}

.portada-b a{
  color: #8f2b65;
}
.portada-b a:hover{
  font-weight: 400;
}

.portada {
  position: relative;
  height: 80vh;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  background-color: #eaeaea;
}

.portada .container-fluid {
  margin: 0px;
}

.portada img{
  height: 100%;
  bottom: 0px;
}

/* CAJA  TEXTO PORTADA*/

.caja-portada-r {
  max-width: 500px;
  color: #fff;
  margin: 100px 0 0 0px;
  bottom: 30px;
  padding: 20px;
}

.caja-portada-r-sl {
    color: #fff;
    margin: 100px 0 0 0px;
    bottom: 30px;
    padding: 0px;
  }

.caja-portada-r-sl .botones{
  margin: 37px auto;
}

.caja-portada-r-sl .cierre{
  height: 16px;
  background-color: rgba(142, 37, 100, 0.7);
  border-radius: 20px;
  position: relative;
  background-repeat: repeat-x;
  background-position: bottom;
}

.caja-portada-r-sl .control{
  width: 60px;
  margin: 0 auto;
  height: 100%;
}

.caja-portada-r-sl .control .select{
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin: 2px 5px;
  display: inline-block;;;
}

.caja-portada-r-sl .control .noselect{
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 2px 5px;
  display: inline-block;
  background-color: rgba(51, 16, 37, 0.5);
}

.caja-portada-r h1 , .caja-portada-r-sl h1 {
  font-size: 26px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background-color: #8d2564;
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #772755;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}
.caja-portada-r h5 , .caja-portada-r-sl h5{
  font-size: 20px;
  line-height: 34px;
  text-align: justify;
  padding: 10px 20px;
  margin: 0;
  color: #8d2564;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}
.caja-portada-r p , .caja-portada-r-sl p{
  font-size: 18px;
  line-height: 34px;
  padding: 20px;
  background-color: rgba(0,0,0, 0.7);
  margin: 0;
  border-radius: 0 0 20px 20px;
}

.no-se-ve{
  opacity: 0;
}


.boton-01, .boton-02, .boton-03, .boton-04, .boton-05, .boton-06,
.boton-07, .boton-08, .boton-09, .boton-10, .boton-11, .boton-12{
  border-radius: 40px;
}

.boton-01 {
  display: inline-block;
  padding: 20px 40px;
  margin: 0px 10px;
  color: #fff;
  background-color:  rgba(64, 183, 172, 0.9);
  text-shadow: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.boton-02 {
  display: inline-block;
  padding: 20px 40px;
  margin: 0px 10px;
  color: #fff;
  background-color: rgba(228, 173, 34, 0.9);
  text-shadow: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.boton-01:hover {
  color: #fff;
  background-color: rgba(64, 183, 172, 1);
  text-decoration: none;
}

.boton-02:hover {
  color: #fff;
    background-color: rgba(228, 173, 34, 1);
  text-decoration: none;
}

/* CAJA BUSQUEDA PORTADA*/


.home .caja-portada-l {
  position: relative;
  display: block;
  margin: 100px auto;
  min-width: 224px;
  max-width: 340px;
}

.home .caja-sub01-portada-l {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 0px;
  color: #fff;
  background-color: rgba(142, 37, 100, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.home .boton-mapa{
  background-image: url("../img/mapa-icon-2.svg");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0px;
  top: 40%;
  z-index: 20;
  border-radius: 50px 0 0 50px;
  background-color: #f6f6f6;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

.home .active2 {
  background-image: url("../img/mapa-icon-3.svg");
  background-color:  #8f2862;
}

.home .boton-mapa img{
  position: absolute;
  z-index: 5;
  width: 110px;
  height: 80px;
  padding: 20px 50px 20px 20px;
}

.home .mapa {
  overflow: hidden;
  display: block;
  border: 2px solid #fff;
  position: absolute;
  height: 70%;
  width: 80vw;
  border-radius: 20px;
  z-index: 5;
  transform: translate(10vw, 20%);
  -webkit-transform: translate(10vw, 20%);
}

.back-mapa{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background-color: rgba(0,0,0,0.5)
}

.mapa-and{
  display: block !important;
}

.home .caja-portada-l h2{
  color: #8f2862;
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  margin: 0px;
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  text-transform: uppercase;
}

.home .linea-01 {
  border-bottom: solid #eaeaea 2px;
}


.home .select-box {
  z-index: 20;
  color: #555453;
  width: 100%;
  padding: 15px 15px 15px 70px !important;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position:30px;
  background-size: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border-radius: 30px;
}

.home .menu-mapa {
  margin: 20px 20px;
}

.home .menu-mapa select {
  width: 100%;
  position: absolute;
  left:0px;
  padding-left: 60px;
  top: 0;
  height: 50px;
  z-index: 20;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.home .caja-sub01-portada-l .glyphicon{
  z-index: 1;
  position: absolute;
  float: right;
  color: #555453;
  right: 10px;
  top: 44%;
  font-size: 8px;
}


.home .menu-mapa .rubro{
  background-image: url("../img/carpeta.svg");
}

.home .menu-mapa .m2{
  background-image: url("../img/medir.svg");
}

.home .menu-mapa .galeria{
  background-image: url("../img/galeria.svg");
}

.home .menu-mapa .ciudad{
  background-image: url("../img/triptico.svg");
}

.home .menu-mapa .provincia{
  background-image: url("../img/triptico.svg");
}

.home .menu-mapa .precio{
  background-image: url("../img/precio.svg");
}


.home-car{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-car .item{
  height: 80vh;
  overflow: hidden;
  vertical-align: middle;
}

.home-car .caja-fondo{
  height: 100%;
  top: 0px;
  width: 100%;
  position: absolute;
  z-index: -10;
  overflow: hidden;
}

.home-car .fondo{
   position: absolute;
   left: 50%;
   bottom: ;
   transform: translate(-50%, 0%);
   -webkit-transform: translate(-50%, 0%);
   min-width: 100%;
   height: auto;
   min-height: 100%;
}

.home-slider-estatico{
  position: absolute;
  width: 100%;
  height: 100%;
}

.boton-03 {
  display: block;
  width: 100%;
  padding: 20px 40px ;
  margin: 20px 20px 20px 0;
  color: #fff;
  background-color: rgba(51, 16, 37, 0.5);
  border: none;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.boton-03:hover, .boton-07:hover {
  color: #8f2862;
  background-color: #FFF9EC;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.seccion2 {
  text-align: center;
  background-color: #f6f5f5;
}
.pro .seccion2 {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.seccion2 .titular{
  color: #8f2862;
  padding: 75px 15px;
}

.seccion2 .titular h2 {
    font-weight: 600;
    line-height: 42px;
}
.seccion2 .titular h3{
  font-weight: 200;
  line-height: 2pc;
}


.seccion3 {
  padding: 75px 0;
}

.seccion3 .local {
  position: relative;
  background-color: #eaeaea;
  width: 100%;
  height: 143px;
  margin: 20px 0;
}

.seccion3 .local a{
  text-decoration: none;
}

.seccion3 .local .tipo {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  color: #fff;
  background-color: #e4ad22;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}

.seccion3 .local .imagen {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.seccion3 .local .imagen img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}

.seccion3 .local .info {
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 10, 70, 0.7);
}

.seccion3 .local .info:hover {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.seccion3 .local .info h4{
  color: #fff;
  padding: 10px 20px 6px 20px;
  text-align: center;
}

.seccion3 .local .separador{
  border-bottom: solid #fff 2px;
  margin: 0 20%;
}

.seccion3 .lupa {
  padding: 10px;
  width: 60px;
  margin: 0 auto;
}

.seccion4 {
  color: #fff;
  display: block;
  overflow: hidden;
  background-size: 70%;
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #8d2564;
  background-image: url("../img/portada-02.svg");
  padding-top: 70px;
  padding-bottom: 70px;
}


.seccion4 .item img{
  display: block;
  position: relative;
  margin: 20px auto;
  width: 40px;
}

.seccion4 .item h2{
  font-family: "Montserrat";
  font-size: 22px;
  padding: 10px 0 20px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.seccion4 .item p{
   font-weight: 200;
  font-size: 15px;
  text-align: center;
}

.seccion5{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}

.seccion5 .titular {
  padding-bottom: 50px;
}

.seccion5 .titular h2{
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 22px;
  color: #8f2862;
  font-weight: 200;
}

.seccion6 {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
}

.seccion6 .foto img{
  width: 100%;
}

.seccion6 .lugar {
  margin: 15px auto;
}

.seccion6 .lugar h4{
  padding: 10px;
  background-color: #e4ad22;
  text-align: center;
  text-transform: uppercase;
}

.seccion6 .titular h2{
  font-family: "Montserrat";
  font-weight: 200;
  color: #8f2b65;
  margin-top: 20px;
  text-transform: uppercase;
}

.seccion6 .descripcion p{
  font-size: 13px;
  line-height: 22px;
  font-weight: 200;
  color: #555453;
  margin: 0;
}

.seccion6 .sub {
  background-image: url("../img/trama.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  width: 90%;
  float: right;
  padding: 0px 40px 30px 40px;
  background-color: #8f2b65;
}

.seccion6 .sub h2 {
  text-align: center;
  font-size: 20px;
}

.seccion6 .sub .separador {
  display: block;
  height: 10px;
}

.seccion6 input {
  padding: 14px;
  width: 100%;
  margin: 6px 0;
  background-color: #8f2b65;
  border: 1px solid #fff;
}

.seccion6 .sub input:placeholder-shown {
  text-transform: uppercase;
  color: #d888be;
}
.seccion6 .sub input::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #d888be;
}
.seccion6 .sub input:-moz-placeholder { /* Firefox 18- */
  color: #d888be;
}
.seccion6 .sub input::-moz-placeholder { /* Firefox 19+ */
  color: #d888be;
}
.seccion6 .sub input:-ms-input-placeholder { /* IE 10+ */
  color: #d888be
}
.seccion6 .sub input::-ms-input-placeholder { /* Edge */
  color: #d888be
}
.seccion6 .sub input:placeholder-shown { /* Standard one last! */
  color: #d888be;
}

/*SECCION 7 HOME*/

.seccion7 .caja1 {
  height: 350px;
  width: 100%;
  position: relative;
  display: block;
  margin: 50px 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.seccion7 .caja1 .fondo{
  height: 100%;
}

.seccion7 .violeta {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #540E38;
  opacity: 0.8;
}

.seccion7 .triangulo {
  position: absolute;
  width: 100%;
  z-index: 5;

}

.seccion7 .display {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.seccion7 .caja1 h1{
    color: #fff;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin-top: 60px;
}

.seccion7 .btn-s7, .seccion7 .btn-s8{
    font-weight: 200;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    bottom: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 40px;
}

.seccion7 .btn-s7{
    border: 1px solid #fff;
    color: #FFF;
}
.seccion7 .btn-s7:hover{
    border: 1px solid #fff;
    color: #FFF;
}
.seccion7 .btn-s8{
    border: 1px solid #540E38;
    color: #540E38;
}
.btn-s8 .ink{
    background: #540E38;
}
.seccion7 .btn-s8:hover{
  border: 1px solid #8d2564;
    color: #8d2564;
}

.seccion7 .caja2 .fondo {
  height: 100%;
  width: 100%;
  background-image: url("../img/trama3.svg");
  background-size: cover;
  background-size: 300px;
}

.seccion7 .caja2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 50px 0;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 350px;
}

.seccion7 .caja2 h1{
    color: #8F2862;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin-top: 60px;
}

.seccion7 .caja3 .fondo {
  height: 100%;
  background-color: #E4AD22;
}

.seccion7 .caja3 {
  height: 350px;
  width: 100%;
  position: relative;
  display: block;
  margin: 50px 0;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.seccion7 .caja3 h1{
    color: #fff;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin-top: 60px;
}
.seccion7 .caja3 p{
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 80%;
    font-size: 16px;
}


.seccion7 .caja4 .fondo {
  height: 100%;
  background-color: #40b7ac;
}

.seccion7 .caja4 {
  height: 180px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0px 0 50px 0;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.seccion7 .caja4 h1{
    color: #fff;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin-top: 30px;
}
/*FIN SECCION 7 HOME*/


.todas-marcas{

}

.btn-marcas{
  display: table;
  width: 200px;
  background-color: transparent;
  border: 1px solid #8f2b65;
  color: #8f2b65;
  font-weight: 200;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 50px auto 0 auto;
  position: relative;
  bottom: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
}
.btn-marcas:after{
  content: "Ver más";
}

.menos:after{
  content: "Ver menos";
}

.marca{
  display: block;
  width: 80%;
  margin: 10% auto;
}


.boton-04 {
  text-transform: uppercase;
  display: block;
  padding: 20px 40px 15px 40px;
  margin: 20px 20px 20px 0;
  color: #fff;
  background-color: rgba(228, 173, 34, 1) !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  text-shadow: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.boton-04:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffca55 !important;
}
/*FIN HOME*/

footer .sub {
  background-image: url("../img/trama.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 0 40px 30px 40px;
  background-color: rgba(143, 43, 101, 0.95);
  border-radius: 20px;
}

footer button {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
}

footer .sub h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

footer .sub .separador {
  display: block;
  height: 10px;
}

footer input {
  padding: 14px;
  width: 100%;
  margin: 6px 0;
  background-color: #8f2b65;
  border: 1px solid #fff;
  border-radius: 40px;
}

footer .sub input:placeholder-shown {
  text-transform: uppercase;
  color: #d888be;
}
footer .sub input::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #d888be;
}
footer .sub input:-moz-placeholder { /* Firefox 18- */
  color: #d888be;
}
footer .sub input::-moz-placeholder { /* Firefox 19+ */
  color: #d888be;
}
footer .sub input:-ms-input-placeholder { /* IE 10+ */
  color: #d888be
}
footer .sub input::-ms-input-placeholder { /* Edge */
  color: #d888be
}
footer .sub input:placeholder-shown { /* Standard one last! */
  color: #d888be;
}



.pie {
    background-color: #8f2b65;
    background-image: url("../img/trama.svg");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 400px;
    position: relative;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.pie img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.pie .logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pie .new {
  margin-top: 9px;
  margin-bottom: 9px;
}


.pie .red {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
}
.pie .redes {
  margin: 19px auto;
  width: 158px;
  height: 30px;
}


/*Locales*/

.portada-b {
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 10px #cecece;
  /*background-image: url("../img/portada-7.jpg");
  background-position: top;
  background-repeat: repeat-x;*/
  background-color: #f6f5f5;
}

.portada-b .container .titular{
padding: 5px 30px 10px 30px;
}

.portada-b .container .titular h1{
  text-transform: uppercase;
  color: #8f2b65;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
}

.portada-b .container .titular h2{
  text-transform: uppercase;
  font-weight: 200;
  font-size: 18px;
  font-style: italic;
   margin: 10px 0;
  color: #8f2b65;
  display: inline-block;
}

.portada-b .container .titular .separador {
  background-color: #8f2862;
  height: 2px;
  max-width: 418px;
}

.fondo-gris {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../img/trama3.svg");
  background-size: 400px;
  background-color: #f9f9f9;
}
.fondo-gris-02 {
  background: url("../img/trama3.svg");
  background-size: 400px;
  background-color: #f9f9f9;
}
.fondo-pp {
  padding: 70px 0;
}

.locales-seccion1 {
  display: block;
}

.locales-seccion1 .caja-local-d{
  background-color: #fff;
  padding: 26px 20px 29px 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/*Local*/

.fotos-local {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.fotos-local #sync1 {
  margin: 0 0 0 0;
  overflow: hidden;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.fotos-local #sync2 {
  border-radius: 0 0 20px 20px;
  padding: 20px 80px;
  background-color: #fff;
}

#sync2 .owl-next, #slider-galerias .owl-next  {
    right: 20px;
}
#sync2 .owl-prev, #slider-galerias .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    left: 20px;
}

#sync2 .owl-prev, #sync2 .owl-next, #slider-galerias .owl-prev, #slider-galerias .owl-next {
    border-radius: 40px;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    background-color: #009f8b;
    background-image: url("../img/flecha-03.svg");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sync2 .item img{
  border-radius: 20px;
  overflow: hidden;
  display: block;
}


.fotos-local .flexslider .slides img{
  border-radius: 16px;
}

.locales-seccion1 .caja-local-d .titular h1{
  display: inline-block;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.locales-seccion1 .caja-local-d  h2{
  float: right;
  margin: 0px;
  display: inline-block;
  color: rgba(142, 37, 100, 1);
  font-weight: 600;
  /* text-transform: uppercase; */
  text-align: center;
  padding: 14px 20px 14px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid rgba(142, 37, 100, 1);
}

.locales-seccion1 .caja-local-d .titular h3{
  margin-top: 0px;
  font-size: 20px;
}

.locales-seccion1 .caja-local-d .titular h4{
  margin-top: 0px;
  padding: 10px 0 8px 0;
  font-size: 15px;
  font-weight: 200;
  color: #7b7b7a;
}

.locales-seccion1 .separador {
  border-bottom: 1px solid #e3e3e3;
}

.locales-seccion1 .medida {
  margin: 20px auto 10px;
}

.locales-seccion1 .medida .m2,.des {
  margin: 0px;
  display: inline-block;
  color: #40b7ac;
  font-weight: 600;
  text-align: center;
  padding: 12px 15px 12px 15px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid #40b7ac;
}


.locales-seccion1 .medida .des{
  float: right;
  width: 74.5%;
}
.locales-seccion1 .medida .m2{
  /*width: 24.5%;*/
}

.locales-seccion1 .caja-local-d .descripcion p{
  margin-top: 0px;
  padding: 10px 0 8px 0;
  font-size: 15px;
  font-weight: 200;
  color: #7b7b7a;
}

.boton-05 {
  display: block;
  width: 100%;
  padding: 20px 40px;
  margin: 20px 20px 20px 0;
  color: #fff;
  background-color: rgba(142, 37, 100, 0.9);
  border: none;
  text-align: center;
  text-shadow: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}
.boton-05:hover {
  color: #fff;
  background-color: rgba(142, 37, 100, 1);
  text-decoration: none;
}

.boton-06 {
  display: block;
  padding: 20px 40px 15px 40px;
  margin: 20px 0;
  color: #555555;
  background-color: #c9c9c9;
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}
.boton-06:hover {
  color: #555555;
  background-color: #cccccc;
  text-decoration: none;
}

.ubicacion .mapa-local {
  background-color: #fff;
  padding: 20px 4px;
  margin-top:  20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.ubicacion .titular,.contactenos .titular {
  font-size: 28px;
  color: #7B7B7A;
  margin: 6px 0 20px 16px;
}

.locales-seccion1 .caja-contactenos {
    background-color: #fff;
    padding: 20px 20px 28px 20px;
    margin-top:  20px;
    border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.locales-seccion1 .caja-contactenos form .separador {
  display: block;
  height: 10px;
  border-bottom: none;
}

.locales-seccion1 .caja-contactenos label {
  color: #7B7B7A;
  font-size: 14px;
  font-weight: 400;
}

.locales-seccion1 .caja-contactenos input {
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #c6c6c6;
  width: 100%;
}
.locales-seccion1 .caja-contactenos textarea {
  width: 100%;
  height: 120px;
  border-radius: 20px;
  border: 1px solid #c6c6c6;
}

.enviar {
  width: 100%;
  display: block;
  padding: 10px 0 10px 0;
  margin: 10px 0px;
  color: #FFF;
  background-color: rgba(142, 37, 100, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
}

.enviar:hover {
  background-color: #86215d;
}

.llamanos {
  text-align: center;
  margin: 9px 0 0 0;
}

.llamanos span {
  color: rgba(142, 37, 100, 0.9);
  border: 1px solid rgba(142, 37, 100, 0.9);
  padding: 4px;
  border-radius: 20px;
}

/*Busqueda*/
.fixed{
  width: inherit;
  position: fixed !important;
}
/* CAJA BUSQUEDA BSUSQUEDA */

.busqueda-panel{
}

.busqueda .caja-portada-b {
      display: block;
      margin: 0px;
      position: relative;
      width: 350px;
      top: 40px;
}

.busqueda .caja-sub01-portada-b {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0px;
  color: #fff;
  background-color: rgba(142, 37, 100, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.busqueda .boton-mapa {
  width: 50px;
  height: 50px;
  right: 25px;
  top: 10px;
  z-index: 30;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
}

.busqueda .boton-mapa img {
    z-index: 30;
    width: 50px;
    height: 50px;
    background: rgba(156,62,115,1);
}

.busqueda .mapa {
  height: 100%;
  width: 290%;
  left: 290%;
}

.busqueda .caja-portada-b h2{
  color: #8f2862;
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  margin: 0px;
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  text-transform: uppercase;
}

.busqueda .linea-01 {
  border-bottom: solid #8f2862 2px;
}

.busqueda .select-box {
  z-index: 20;
  color: #555453;
  width: 100%;
  padding: 15px 15px 15px 70px !important;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 30px;
  background-size: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border-radius: 30px;
}

.menu-mapa{
  margin: 20px 20px;
}

.busqueda .menu-mapa select {
  width: 100%;
  position: absolute;
  left:0px;
  padding-left: 60px;
  top: 0;
  height: 50px;
  z-index: 20;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.busqueda .glyphicon{
  z-index: 1;
  position: absolute;
  float: right;
  color: #555453;
  right: 10px;
  top: 44%;
  font-size: 8px;
}

.busqueda .menu-mapa .rubro{
  background-image: url("../img/carpeta.svg");
}

.busqueda .menu-mapa .m2{
  background-image: url("../img/medir.svg");
}

.busqueda .menu-mapa .galeria{
  background-image: url("../img/galeria.svg");
}

.busqueda .menu-mapa .ciudad{
  background-image: url("../img/triptico.svg");
}

.busqueda .menu-mapa .provincia{
  background-image: url("../img/triptico.svg");
}

.busqueda .menu-mapa .precio{
  background-image: url("../img/precio.svg");
}

.boton-07 {
  width: 100%;
  display: block;
  padding: 10px 5px 10px 5px;
  margin: 20px 0;
  color: #fff;
  background-color: rgba(142, 37, 100, 0.9);
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}


.busqueda .resultado{
}

.busqueda .local {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.busqueda .foto {
  position: relative;
  display: inline-block;
  margin-bottom: -5px;
  overflow: hidden;
  width: 29%;
  height: 210px;
  border-radius: 10px;
}

.busqueda .foto img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}

.busqueda .descripcion {
  width: 70%;
  padding: 10px;
  vertical-align: top;
  display: inline-block;
}

.busqueda .descripcion h2 {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0px;
}

.busqueda .descripcion h3 {
  margin-top: 2px;
  margin-bottom: 4px;
  display: inline-block;
  color: #40b7ac;
  font-weight: 600;
  text-align: center;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid #40b7ac;
}

.busqueda .descripcion h4 {
    margin-top: 0px;
    display: block;
    font-size: 16px;
}
.busqueda .descripcion h5 {
  margin-top: 2px;
  margin-bottom: 4px;
  display: inline-block;
  color: rgba(142, 37, 100, 1);
  font-weight: 600;
  text-align: center;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid rgba(142, 37, 100, 1);
}

.busqueda .descripcion .boton-08 {
    cursor: pointer;
    margin: 0px;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #cecece;
    border: none;
}
.busqueda .descripcion .boton-09 {
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #cecece;
    border: none;
}
.busqueda .descripcion .boton-10 {
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #cecece;
    border: none;
}

.busqueda .descripcion .boton-08:hover {
    background-color: #f9bd38;
}
.busqueda .descripcion .boton-09:hover {
    background-color: #00baa3;
}
.busqueda .descripcion .boton-10:hover {
    background-color:  #8f2b65;
}

.separador-v-01 {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.busqueda .resultado .titular{
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.busqueda .resultado .titular h1{
    color: #8f2862;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    margin: 0px;
    font-size: 24px;
    text-align: center;
  }
}

.pagination > li > a, .pagination > li > span {
  color: #666;
  background-color: #eaeaea;
}

.pagination > li > a:hover, .pagination > li > span:hover {
  color: #666;
  background-color: #fff;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #ffcf55;
  border: 1px solid #f1cd71;
}

.resultado .siguiente {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin: 26px 0px 20px 20px;
  text-transform: uppercase;
  color: #8f2b65;
  font-weight: 600;
}
.resultado .siguiente::after {
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  content:"\e250";
}

/*
.institucional .foto {
  display: inline-block;
}

.institucional {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0%, #f5f5f5 6%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dedede), color-stop(6%, #f5f5f5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #dedede 0%, #f5f5f5 6%, #ffffff 100%);
  background: -o-linear-gradient(top, #dedede 0%, #f5f5f5 6%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dedede 0%, #f5f5f5 6%, #ffffff 100%);
  background: linear-gradient(to bottom, #dedede 0%, #f5f5f5 6%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff', GradientType=0);
}

.institucional .mision h1 {
  margin-bottom: 20px;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #666;
  font-size: 24px;
}

.institucional .texto p {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: justify;
}
*/


#ama{background-color: #E4AD21}
#vio{background-color: #8F2963}
#ver{background-color: #40B7AC}


#ins-seccion1{
  position: relative;
  min-height: 500px;
  height: 50vh;
}

#ins-seccion1 .fondo{
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#ins-seccion1 .fondo img{
  position: absolute;
  top: 0%;
  min-height: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

#ins-seccion1 .caja-argentina{
  color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0, 0.2);
  margin: 20px 0;
  border-radius: 20px;
}

#ins-seccion1 .caja-argentina h2{
  text-align: center;
  font-size: 26px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background-color: #1d4482;
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #436bab;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#ins-seccion1 .caja-argentina ul{
  color: #8d2564;
  list-style: none;
  padding: 0px 20px 8px 20px;
  background-color: rgba(0,0,0, 0.7);
  margin: 0;
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid;
  background-image: url("../img/trama.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 5px;
}

#ins-seccion1 .caja-argentina ul li{
  font-size: 22px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-weight: 200;
  letter-spacing: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#ins-seccion2{
  position: relative;
  padding-top: 30px;
}

#ins-seccion2 .equipo .carta-equipo{
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  margin: 50px auto;
  width: 80%;
  background-color: #eaeaea;
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.2);
}

#ins-seccion2 .equipo .carta-equipo h2{
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background-color: #E4AD21;
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #CE9820;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#ins-seccion2 .equipo .carta-equipo img{
}

.separador-v-02 {
  position: absolute;
  height: 600px;
  width: 2px;
  right: 50%;
  margin-right: -1px;
  display: block;
}

#ins-seccion2 .fondo{
  width: 800px;
  height: 800px;
  max-width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

#ins-seccion2 .descripcion{
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  font-size: 18px;
  padding: 145px 50px;
  color: #8C8C8C;
}

#ins-seccion3 .gestion-comercial{
  margin-top: 20px;
  color: #8F2963;
}
#ins-seccion3 .carrefour-socio{
  color: #40B7AC;
}

#ins-seccion3 .titular{
  position: relative;
  display: table;
  margin: 0 auto;
}
#ins-seccion3 .titular .linea-01{
  display: inline-block;
  margin: 28px 20px;
  width: 40px;
  height: 2px;
}
#ins-seccion3 .titular h2{
  text-transform: uppercase;
  font-weight: 200;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat";
}

#ins-seccion3  p{
  text-align: center;
  line-height: 30px;
  font-weight: 200;
  font-size: 18px;
  color: #8C8C8C;
  margin-bottom: 40px;
}

#ins-seccion4{
  position: relative;
}

#ins-seccion4 .descripcion {
    position: relative;
    text-align: right;
    line-height: 30px;
    font-weight: 200;
    font-size: 18px;
    padding: 145px 50px;
    color: #8C8C8C;
}

#ins-seccion4 .descripcion a{
  display: block;
  border: 2px solid #8d2564;
  border-radius: 40px;
  color: #8d2564;
  font-weight: 200;
  text-align: center;
  font-size: 19px;
  padding: 10px 40px;
  width: 100%;
  margin: 40px auto;
}

#ins-seccion4 .descripcion a:hover{
  display: block;
  border: 2px solid #fff;
  color: #fff;
  background-color: #8d2564;
}


#ins-seccion4 .carta-reciente {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    margin: 50px auto;
    height: 500px;
    width: 80%;
    background-color: #eaeaea;
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.2);
}

#ins-seccion4 .carta-reciente .titular{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    text-transform: uppercase;
    margin: 0px;
    border-top: 2px solid #35a49a;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#ins-seccion4 .carta-reciente .logo{
  bottom: 30px;
  z-index: 20;
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  background-color: #fff;
  border-radius: 50px;
  transform: translate(-50%, 0%);
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#ins-seccion4 .fondo{
  width: 800px;
  height: 800px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#ins-seccion5{
  background-image: url("../img/mapamundi.svg");
  background-size: auto 100%;
  background-position: center;
  position: relative;
  min-height: 500px;
  height: 50vh;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#ins-seccion5 .propertylogo{
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 20;
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 80px;
  transform: translate(-50%, 0%);
  border: 2px solid #8d2564;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}
#ins-seccion5 .propertylogo img{
  position:  relative;
  padding: 15px;
  height: 100%;
  margin: 0 auto;
  display: block;
}


#ins-seccion5 .fondo{
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#ins-seccion5 .fondo img{
  position: absolute;
  top: 0%;
  min-height: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

#ins-seccion5 .caja-mundo{
  color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0, 0.2);
  margin: 20px 0;
  border-radius: 20px;
}

#ins-seccion5 .caja-mundo h2{
  text-align: center;
  font-size: 26px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background-color: #8d2564;
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #772755;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#ins-seccion5 .caja-mundo ul{
  color: #8d2564;
  list-style: none;
  padding: 0px 20px 5px 20px;
  background-color: rgba(0,0,0, 0.7);
  margin: 0;
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid;
  background-image: url("../img/trama.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  }

#ins-seccion5 .caja-mundo ul li{
  font-size: 22px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-weight: 200;
  letter-spacing: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}








.separador-h-02 {
  height: 1px;
  width: 50px;
  background-color: #8f2b65;
}

.seccion-i-02 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.seccion-i-02 .gestion h1 {
  font-family: "Montserrat";
  font-size: 30px;
  text-align: right;
  margin: 0px;
  color: #8f2b65;
  font-size: 30px;
}
.seccion-i-02 .desarrollo{
  float: right;
}

.seccion-i-02 .desarrollo h1 {
  font-family: "Montserrat";
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #8f2b65;
  font-size: 30px;
}

.seccion-i-02 .descripcion-01 p{
  font-size: 14px;
  color: #5e5e5d;
}
.seccion-i-02 .descripcion-02 p{
  text-align: right;
  font-size: 14px;
  color: #5e5e5d;
}

.seccion-i-02  .separador {
  height: 3px;
  background-color: #f6f5f5;
  width: 80%;
  margin: 70px auto;
}


/*Contacto*/

.contacto .caja{
background-color: #fff;
border-radius: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contacto{
  background-image: url("../img/slide-01.jpg");
  background-position: center;
  background-size: 2560px;
  padding: 70px 0;
}

.contacto .contacto-for{
  padding: 20px;
}

.contacto .titulo h1 {
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background-color: #E4AD21;
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #CE9820;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

.contacto .texto p {
  padding: 0 20px;
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

.contacto form .separador {
  display: block;
  height: 10px;
  border-bottom: none;
}

.contacto label {
  color: #7B7B7A;
  font-size: 14px;
  font-weight: 400;
}

.contacto input {
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #c6c6c6;
  width: 100%;
}
.contacto textarea {
  border-radius: 20px;
  width: 100%;
  height: 130px;
  border: 1px solid #c6c6c6;
}

.contacto .enviar {
  display: block;
  padding: 10px 0 10px 0;
  margin: 10px 0px 0px 0px;
  color: #FFF;
  background-color: rgba(142, 37, 100, 0.9);
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.llamanos {
  text-align: center;
  padding: 20px 0 0 0;
}

.llamanos span {
  color: rgba(142, 37, 100, 0.9);
  border: 1px solid rgba(142, 37, 100, 0.9);
  padding: 4px;
  border-radius: 20px;
}

.caja-foto {
  width: 100%;
  height: 462px;
  margin: 70px 0 40px 0;
  position: relative;
}

.guarda {
  position: absolute;
  z-index: 100;
  bottom: 0;
}

.caja-llamanos {
  width: 100%;
  display: block;
}

.contact-foto {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  }

.contact-foto img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}


/*galeria*/

#slider-galerias {
  position: relative;
  display: block;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #fff;
}

#slider-galerias .item{
  position: relative;
  display: block;
}

#slider-galerias .item img{
  height: auto;
  max-width: 1200px;
  display: block;
  margin-top: -10%;
}

#slider-galerias .owl-nav{
  width: 100%;
  position: absolute;
  top: 50%;
}

.galeria-seccion1 {
  display: block;
}

.galeria-seccion1 .galeria{
  height: 350px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px ;
}

.galeria-seccion1 .galeria li img{
    top: 50%;
    transform: translate(0,-35%);
    -webkit-transform: translate(0,-35%);
      border-radius: 10px;
}

.galeria-seccion1 .mapa-local{
  margin: 20px 0;
  background-color: #fff;

}
.galeria-seccion1 .mapa-local img{
  width: 100%;
}

.modal-content img{
  width: 100%;
}

.busqueda .caja-sub01-portada-c {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.busqueda .caja-portada-c h2 {
    color: #fff;
    padding: 20px 20px 20px 20px;
    background-color: #999;
    margin: 0px;
    font-size: 24px;
    text-align: center;
}

.busqueda .caja-sub01-portada-c label{
  font-size: 18px;
  font-weight: 400;
  color: #999;
}

input[type="checkbox"]{
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff !important;
}

.galeria-seccion1 .caja-local-d{
  background-color: #fff;
  margin: 20px 0;
  padding: 26px 20px 29px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.galeria-seccion1 .caja-local-d .titular h1{
  display: inline-block;
  font-size: 28px;
}

.galeria-seccion1 .caja-local-d .titular h2{
  float: right;
  margin-top: 14px;
  margin-bottom: 4px;
  display: inline-block;
  color: rgba(142, 37, 100, 1);
  font-weight: 600;
  text-align: center;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid rgba(142, 37, 100, 1);
}
.galeria-seccion1 .caja-local-d .titular h2:hover{
  background-color: #8f2b65;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
}

.galeria-seccion1 .caja-local-d h5{
  margin: 20px auto 0 auto;
  display: table;
  color: #40b7ac;
  font-weight: 600;
  /* text-transform: uppercase; */
  text-align: center;
  padding: 14px 20px 14px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid #40b7ac;
}

.galeria-seccion1 .caja-local-d .titular h3{
  margin-top: 0px;
  font-size: 20px;
}

.galeria-seccion1 .caja-local-d .titular h4{
  margin-top: 0px;
  padding: 10px 0 8px 0;
  font-size: 16px;
  font-weight: 200;
  color: #666;
}

.galeria-seccion1 .separador {
  border-bottom: 1px solid #e3e3e3;
}

.galeria-seccion1 .medida {
  margin: 20px auto 40px;
}

.galeria-seccion1 .medida .m2,.des {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  background-color: #40b7ac;
  display: inline-block;
  text-align: center;
}


.galeria-seccion1 .medida .des{
  float: right;
  width: 74.5%;
}
.galeria-seccion1 .medida .m2{
  width: 24.5%;
}

.galeria-seccion1 .caja-local-d .descripcion p{
  margin-top: 0px;
  padding: 10px 0 8px 0;
  font-size: 15px;
  font-weight: 200;
  color: #7b7b7a;
}

.plano .titular, .locales-en-galeria .titular{
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  padding: 30px 20px 15px 20px;
  font-size: 28px;
  color: #7B7B7A;
  margin: 20px 0;
}

.locales-en-galeria img{
  width: 100%;
  margin: 10px 0;
}

.locales-en-galeria .resultado{

}

.locales-en-galeria .local {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.locales-en-galeria .foto img{
  border-radius: 10px;
}


.locales-en-galeria .descripcion {
  width: 70%;
  padding: 10px;
  vertical-align: top;
  display: inline-block;
}

.separador-v-01 {
  height: 20px;
  width: 60px;
  display: inline-block;
}

.separador-h-01 {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #eaeaea;
}

.separador-h-05 {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #eaeaea;
  margin: 10px 0;
}

.locales-en-galeria .resultado .titular{
  width: 100%;
  background-color: #fff;
}

.locales-en-galeria .resultado .titular h1{
  padding: 40px 10px 20px 10px;
  margin: 0px;
  font-size: 18px;
  font-weight: 200;
  color:  #7a7a7a;
}

/*galeriaS*/

.galeria .locales a,
.galeria .locales a:hover{
  color: #8f2862 !important;
}

.port{
  margin-bottom: 20px;
}

.mapa-portad {
  height: 500px;
  margin-bottom: 70px;
}

.mapa-galerias{
  height: 100%;
  overflow: hidden;
  display: block;
  border: 4px solid #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.busqueda .galerias{
  position: relative;
}

.busqueda .resultado .galeria{
    margin: 20px 0px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.busqueda .galerias .foto-g{
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #eaeaea;
  margin-bottom: 10px;
  border-radius: 10px;
}

.busqueda .galerias .foto-g img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
}

.busqueda .galerias .titulo{
  display: inline-block;
  color: #333;
  font-weight: 600;
  font-size: 26px;
}

.busqueda .galerias .tipo{
  display: block;
  color: #333;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 20px;
}
.busqueda .galerias .tipo i{
  display: inline-block;
  color: #999;
}
.busqueda .galerias .locales{
  float: right;
  margin: 0px;
  display: inline-block;
  color: rgba(142, 37, 100, 1);
  font-weight: 600;
  /* text-transform: uppercase; */
  text-align: center;
  padding: 9px 20px 9px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid rgba(142, 37, 100, 1);
}

.busqueda .galerias .dir h4{
  margin-top: 0px;
  margin-bottom: 20px;
  color: #666;
}

.boton-11 a{
  width: 55%;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  background-color: #009F8B;
  border: none;
  border-radius: 30px;
  margin: 0 auto;
}
.boton-11 a:hover{
  background-color: #00b09a;
}

/*ESPACIOS*/

#esp-seccion1{
  background-image: url("../img/bella_vista_postada_espacios.jpg");
  background-size: auto 100%;
  background-position: right;
  position: relative;
  min-height: 500px;
  height: 50vh;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#esp-seccion1 .propertylogo{
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 20;
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 80px;
  transform: translate(-50%, 0%);
  border: 4px solid #8d2564;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}
#esp-seccion1 .propertylogo img{
  position:  relative;
  padding: 15px;
  height: 100%;
  margin: 0 auto;
  display: block;
}


#esp-seccion1 .fondo{
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#esp-seccion1 .fondo img{
  position: absolute;
  top: 0%;
  min-height: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

#esp-seccion1 .caja-mundo {
  color: #8f2862;
  box-shadow: 0 5px 10px rgba(0,0,0, 0.2);
  margin: 20px 0;
  border-radius: 20px;
}

#esp-seccion1 .caja-mundo h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background-color: #ffffff;
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #e7e7e7;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

#esp-seccion1 .caja-mundo ul{
  color: #8d2564;
  list-style: none;
  padding: 0px 20px 5px 20px;
  background-color: rgba(0,0,0, 0.7);
  margin: 0;
  border-radius: 0 0 20px 20px;
  border-bottom: 3px solid #eaeaea;
  background-position: bottom;
  background-repeat: repeat-x;
  }

#esp-seccion1 .caja-mundo ul li{
  font-size: 22px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-weight: 200;
  letter-spacing: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}






.espacio .caja-foto-1, .caja-foto-2, .espacio .caja-foto-3, .espacio .caja-foto-4,.espacio .caja-foto-5, .espacio .caja-foto-6  {
  height: 100%;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
}
.espacio .caja-foto-1 {
  background-image: url("../img/acciones-promocionales.jpg");
}
.espacio .caja-foto-2 {
  background-image: url("../img/stand.jpg");
}
.espacio .caja-foto-3 {
  background-image: url("../img/stand-popup.jpg");
}
.espacio .caja-foto-4 {
  background-image: url("../img/jeep.jpg");
}
.espacio .caja-foto-5 {
  background-image: url("../img/local-prox.jpg");
}
.espacio .caja-foto-6 {
  background-image: url("../img/filmaciones.jpg");
}

.espacio p{
  font-weight: 200;
  line-height: 25px;
  font-size: 16px;
  color: rgb(185, 185, 185);
  text-align: center;
  padding: 0 10% 40px 10%;
}
.espacio .lista p{
  font-weight: 200;
  line-height: 25px;
  font-size: 16px;
  color: #8f2b65;
  text-align: center;
  padding: 0 10% 40px 10%;
  margin: 0;
}

.espacio {
  display: block;

}

.espacio .imagen{
  height: 200px;
}

.espacio img{
  width: 100%;
}

.espacio .titulo {
  text-align: center;
  position: absolute;
  z-index: 200;
  font-weight: 200;
  width: 100%;
  min-height: 100px;
  font-size: 26px;
  text-transform: uppercase;
  background-color: rgba(142, 37, 100, 0.9);
  margin: 0px;
  padding: 20px;
  border-bottom: 2px solid #772755;
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.1);
}

.espacio .titulo span{
  position: absolute;
  background-color: #fff;
  color: #772755;
  padding: 6px;
  bottom: 0;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.espacio .titulo-b {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 26px;
    margin: 20px 0 0 0;
    color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.espacio .subtitulo{
  font-size: 16px;
  color: #999;
  font-weight: 200;
  line-height: 25px;
  padding: 10px 20px;
  text-align: center;
  margin: 0;
}


.espacio .subtitulo-b{
  font-size: 18px;
  margin: 20px 0px 20px 0;
  color: #fff;
  padding: 0 30px;
  text-align: center;
}

.espacio .texto {
  font-size: 18px;
  color: rgb(185, 185, 185);
  padding: 0 30px 40px 30px;
}

.espacio .separador{
  height: 60px;
  display: block;
}

.carta{
  width: 100%;
  bottom: -250px;
  position: absolute;
  display: block;
  height: 340px;
  -webkit-transition-property: bottom; /* Safari */
  -webkit-transition-duration: 1s; /* Safari */
  transition-property: bottom;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.25,1,0.25,1);
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
  background-color: rgba(255, 255, 255, 1);

}
.carta-gn:hover .carta{
  bottom: 0;
  display: block;
}

.carta-gn{
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 14px 56px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  margin: 40px 0 0px 0;
  height: 600px;
}

.carta-gd{
  position: relative;
  background-color: #8F2B65;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 14px 56px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  margin: 40px 0 40px 0;
  height: 600px;
}

.carta-content{
  width: 100%;
  position: relative;
}

.espacios-slide, #slider-espacios .owl-stage-outer{
  height: 100%;
}

.espacios-btn{
  border: 1px solid #540E38;
  color: #540E38;
  font-weight: 200;
  text-align: center;
  font-size: 18px;
  padding: 12px 20px;
  width: 80%;
  position: relative;
  display: table;
  margin: 20px auto;
  border-radius: 40px;
  transition-property: all;
  transition-duration: 0.5s;
}

.espacios-btn:hover{
  border: 1px solid #fff;
  background-color: #8F2B65;
  color: #fff;
}

.carta .linea-02{
  width: 80%;
  margin: 0 auto;
  display: block;
  height: 1px;
  background-color: #EAEAEA;
}




/*FIN ESPACIOS*/



/*NOTICIAS*/

.noticias {
  color: #fff;
}

.noticias .descripcion {
  margin-top: 30px;
}

.noticias .margin {
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 1px #eaeaea;
    margin-bottom: 30px;
    background-image: url("../img/trama2.svg");
    color: #FFF;
    background-position: left top;
    background-size: 330px;
    background-repeat: no-repeat;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #cecece;
}

.noticias .lugar h4{

  color: #40b7ac;
  font-weight: 600;
  text-align: center;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid #40b7ac;
  min-width: 70%;
}
.noticias .lugar .fecha{
      display: none;
      color: #E4AD22;
      font-weight: 600;
      text-align: center;
      padding: 12px 20px 12px 20px;
      font-size: 16px;
      border-radius: 40px;
      border: 1px solid #E4AD22;
      max-width: 30%;
      float: right;
      min-width: auto;
}

.noticias .titular h2{
  font-family: "Montserrat";
  font-weight: 200;
  color: #8f2b65;
  margin-top: 20px;
  text-transform: uppercase;
}

.noticias .descripcion p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: #555453;
  margin: 10px 0 10px 0;
}
.noticias .descripcion p strong{
  font-weight: 400;
}

.noticias .flex-control-nav{
  bottom: 6px;
}

.noticias .btn-noticia {
    color: #540E38;
    font-weight: 200;
    text-align: center;
    font-size: 16px;
    border: 0px solid #540E38;
    position: relative;
    bottom: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.resumen{
  height: 260px;
}

.cont-foto-not {
  position: relative;
  height: 520px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;

}

.cont-foto-not img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 400px !important;
}

.noticias .foto{
  border-radius: 10px;
  overflow: hidden;
}

/**********************************************/
/************* MEDIA SETINGS ******************/
/**********************************************/



@media only screen and (max-width: 1199px) {

  .caja-portada-l {
    width: 70%;
  }
  /*.mapa {
      width: 200%;
  }*/
  .locales-seccion1 .medida .des{
    height: 64px;
  }
  .locales-seccion1 .medida .m2{
    padding-top: 22px;
    height: 64px;
  }
}


@media only screen and (max-width: 991px) {

  .home .caja-portada-l {
    display: none;
  }

  .home-car .owl-carousel .owl-item img {
      display: block;
      min-width: 100%;
      width: auto;
    }

  .portada {
    /*height: 1100px;*/
  }

  .home-car .item{
    /*height: 1100px;*/
  }

  .home .caja-portada-l {
    width: 100%;
    margin: 30px auto 70px;
  }

  .home .boton-mapa{
    display: none;
  }

  .home .mapa {
  }

  .col-sm-6 .local {
      height: 220px;
  }

  .col-sm-6 .local .info {
    opacity: 1;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: auto;
    background-color: rgba(62, 10, 70, 0.7);
    bottom: 0px;
  }

  .local .tipo {
      font-size: 20px;
  }

  .col-sm-6 .local .info h4{
    display: inline-block;
    color: #fff;
    padding: 10px 0px 10px 20px;
    text-align: center;
  }

  .col-sm-6 .local .separador{
    display: none;
  }

  .col-sm-6 .lupa {
    display: inline-block;
    margin: 0px;
  }

  .seccion6 .sub {
    width: 100%;
  }

  .locales-seccion1 .medida .des{
    height: auto;
  }
  .locales-seccion1 .medida .m2{
    padding-top: 10px;
    height: auto;
  }

  .margin {
    margin-top: 30px;
  }
  .busqueda .caja-portada-b {
    height: 536px;
    margin-bottom: 30px;
  }
  .busqueda .foto, .busqueda .descripcion {
    width: 100%;
  }
  .seccion-i-02 .gestion h1, .seccion-i-02 .desarrollo h1, .seccion-i-02 .descripcion-01 p, .seccion-i-02 .descripcion-02 p {
    text-align: center;
  }
  .seccion-i-02 .desarrollo {
    float: none;
    margin-bottom: 30px;
  }
  .seccion-i-02 .gestion {
    margin-bottom: 30px;
  }

  .caja-foto {
    float: right;
  }

  #slider-galerias .item img{
    margin-top: 0;
  }

}

@media only screen and (max-width: 767px) {

  .fixed{
    position: relative !important;
  }

  .busqueda .galerias .titulo{
  text-align: center;
  display: block;
  font-size: 22px;
  }

  .busqueda .galerias .tipo{
  text-align: center;
  display: block;
  font-size: 18px;
  }

  .boton-11 a {
  width: auto;
  }

  .busqueda .galerias .locales {
    float: none;
    margin: 6px auto;
    display: block;
  }

  .mapa-portad {
    margin-bottom: 20px;
  }

  .busqueda .caja-portada-b {
    height: 300px;
    margin-bottom: 60px;
  }

  .btn-marcas{
    display: none;
  }

  .caja-portada-r-sl {
    margin: 26px 0 0 0px;
  }

  #ins-seccion3 .titular .linea-01 {
    width: 40px;
  }

  .en-mundo, .en-argentina{
    padding-top: 50px;
  }

  #ins-seccion2 .equipo .carta-equipo,
  #ins-seccion4 .carta-reciente {
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0;
  }

  #ins-seccion2 .descripcion,
  #ins-seccion4 .descripcion {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 50px 15px;
  }

  .separador-v-02 {
    display: none;
  }

  .seccion2 .titular h2 {
    font-weight: 600;
    line-height: 30px;
    font-size: 22px;
  }

  .seccion2 .titular h3 {
    line-height: 28px;
    font-size: 20px;
  }

  #slider-galerias .item img{
    height: 350px;
    width: auto;
    display: block;
  }

  .mt{
    margin-top: 570px;
  }

  .fondo-pp{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portada-b .container .titular h1{
    color: #999;
    font-size: 16px;
    margin: 14px 0;
  }

  .galeria-seccion1 .galeria li img {
    top: 0%;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    width: 780px;
  }

  .locales-en-galeria .foto {
    width: 100%;
    height: 210px;
  }

  .locales-en-galeria .descripcion {
    width: 100%;
  }

  .separador-v-01 {
    width: 4px;
  }

  .locales-seccion1 .caja-contactenos {
      background-color: #fff;
      padding: 10px 10px 16px 10px;
  }
  .locales-en-galeria .descripcion .boton-08, .locales-en-galeria .descripcion .boton-09{
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
  }


  p .espacio {
    height: 320px;
    display: block;
  }

  .mapa{
    display: none !important;
  }

  .portada {
    /*height: 1100px;*/
  }
  .home-car .item{
    /*height: 1100px;*/
  }

  .navbar-default .navbar-toggle {
    margin-top: 22px;
    border-color: #8f2862;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #fff;
    }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #143c89;
  }

  .navbar-default .navbar-nav > li > a.dropdown-toggle {
    width: 100%;
    text-align: center;
  }

  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }

  .dropdown-menu .rombo{
    display: none;
  }

  .dropdown-menu > li.log a{
  margin: 20px 0;
  }

  .caja-portada-r {
    padding: 100px 0 0 0;
  }

  .caja-portada-r p{
    height: 250px;
  }

  .caja-portada-r p.espacio{
    height: 200px;
  }

  .navbar-header {
    height: 80px;
  }

  .navbar-brand {
    padding: 20px 20px;
    width: 260px;
    height: 100%;
  }

  .caja-sub01-portada-l {
    text-shadow: none;
  }

  .col-sm-6 .local {
      height: 380px;
  }

  .seccion4 .center {
    margin: 60px auto;
  }
}


@media only screen and (max-width: 519px) {

  .caja-portada-r-sl .botones {
    margin: 20px auto;
  }

  .mt {
    margin-top: 700px;
  }

  .galeria-seccion1 .medida .m2, .galeria-seccion1 .medida .des{
    margin-bottom: 10px;
    width: 100%;
  }

  .portada {
  /*height: 1200px;*/
  }
  .home-car .item{
    /*height: 1200px;*/
  }

  .boton-01, .boton-02 {
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  .locales-seccion1 .medida .des{
    height: 64px;
  }
/*  .locales-seccion1 .medida .m2{
    padding-top: 22px;
    height: 64px;
  }
*/
  .portada-b .container .titular {
    padding: 0px 30px;
  }

}

@media only screen and (max-height: 400px) {

  .portada{
    overflow: scroll;
  }
  .home-car .item{
  height: 100%;
  }

}

@media only screen and (max-width: 470px) {

  .locales-seccion1 .caja-local-d .titular h2 {
      margin-top: 0px;
  }

  .locales-seccion1 .caja-local-d .titular h4{
      margin-top: 20px;
  }
}

.f1{
}
.f2{
}
.f3{
}

body div#preloader {
   position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-size: 100px;
    background-color: #fff;
    background-image: url('http://ide-sistemas.com/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
