/*--------------------------------------------------------------------------
  Fonts Style
--------------------------------------------------------------------------*/
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 200;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 800;
}


@font-face {
    font-family: Volkswagen;
    src: url(../fonts/Volkswagen-Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: Volkswagen;
    src: url(../fonts/Volkswagen-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Volkswagen;
    src: url(../fonts/Volkswagen-Bold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Volkswagen;
    src: url(../fonts/Volkswagen-ExtraBoldttf);
    font-weight: 800;
}

body{
width: 100%;
}
/*--------------------------------------------------------------------------
  Fonts Style
--------------------------------------------------------------------------*/


 h1{
    font-size: 16px;
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
}
 h2 {
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn {
  border-radius: 3px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 none;
  padding: 12px 20px;
  -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.nav-tabs {
  border-bottom: 0px solid #ddd;
}

.nav-tabs > li > a {
  margin-right: 15px;
  line-height: 1.9;
  border: 0px solid transparent;
  border-radius: 0px 0px 0 0;
  margin-left: -15px;
}

.barra-sup {
  background-color:#f4f4f4;
  border-bottom:1px solid #dbdbdb;
  line-height: 80px;
  padding-top: 18px;
  padding-bottom: 10px;
}

.tellamamos {
  padding-top: 10px;
  margin-right: 30px;
}
@media (max-width: 600px) {
.tellamamos {
  padding-top: 5px;
  margin-right: 0px;
}
}
.nav a {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family:  Arial, Helvetica, sans-serif;
  padding-top: 7px;
  padding-bottom: 7px;
  }


.barra-sup2
 {
  background-color:#FFF;


}
.Menu {
  border-bottom:1px solid #dbdbdb;
  background-color: #fafafa;
  }

.Menu a {
	color: #666;
	font-size: 12px;
	font-weight: 600;
	line-height: 80px;
	font-family: Arial, Helvetica, sans-serif;
  border-bottom:1px solid #dbdbdb;
	}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
  .dropdown a{
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;


  }

.Menu li {
  display: inline;
}



/* Carousel base class */
.carousel {
  box-shadow: 2px 0px 0px 2px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  background-color:#00205c;
  align-items: center;
}


.learn-more {
  background-color: #f7f7f7;
  border-top:1px solid #dbdbdb;

}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#9B9B9B;
  text-align: justify;
  line-height: 1.6;
}
.learn-more p {
  font-size: 12px;
  color: #9B9B9B;
  line-height: 1.0;

}
.learn-more p2 {
  font-size: 12px;
  color: #9B9B9B;
  line-height: 1.6;
  margin-right: 50px;

}

.learn-more a {
  font-size: 12px;
  color:#9B9B9B;
}


}
.neighborhood-guides {
  background-color:#efefef;

}
.neighborhood-guides h2{
	color:#787878;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Volkswagen', Arial, Helvetica, sans-serif;
	line-height:50px;
	border-bottom:1px solid #dbdbdb;
}
.neighborhood-guides h3{
  color:#787878;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; ,Arial, Helvetica, sans-serif;
  line-height:50px;
  border-bottom:1px solid #dbdbdb;
  text-transform: uppercase;
}
.neighborhood-guides h4{
  color:#787878;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, sans-serif;
  text-transform: uppercase;
}
.neighborhood-guides h5{
  color:#787878;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif; ,Arial, Helvetica, sans-serif;
  line-height:30px;
  text-transform: uppercase;
}
.neighborhood-guides h6{
  color:#787878;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.neighborhood-guides_h7{
  color:#787878;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif; ,Arial, Helvetica, sans-serif;
  line-height:20px;
  text-transform: uppercase;
}
.neighborhood-guides p{
	font-size: 18px;
	margin-bottom: 5px;
	color: #787878;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 400;
}


.neighborhood-guides p2{
  font-size: 12px;
  margin-bottom: 5px;
  color: #787878;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
}

.neighborhood-guides p3{
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #787878;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
}

.neighborhood-guides-imagen {
  margin-bottom: 10%;
  margin-left: 20%;
}

@media (max-width: 600px) {
  .neighborhood-guides-imagen {
  margin-bottom: 10%;
  margin-top: 10%;
  margin-left: 0%;
}
}

.neighborhood-guides-imagen-2 {
  margin-bottom: 10%;
  margin-top: 10%
}
.neighborhood-guides-video {
  margin-bottom:30px;
  margin-top: 20px;
  margin-left: 0%;
  overflow-x: auto;
}

}

.productos {
  margin-bottom: 50px;
  margin-top: 10px;
}

.productos p{
  text-align: left;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #787878;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.productos-p2{
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #787878;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
}
.productos-p3{
  text-align: left;
  font-size: 16px;
  color: #787878;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.productos-p4{
  text-align: left;
  font-size: 24px;
  color: #787878;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;

}
.productos-p5{
  font-size: 16px;
  color: #787878;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}



.texto {
  font-size: 13px;
  margin-bottom: 40px;
  margin-top: 20px;
  color: #787878;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight:bold;

}

.texto p{
  font-size: 13px;
  margin-bottom: 5px;
  color: #787878;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight:bold;
}

}
.medio {
  background: #4a4a4a;
  border-bottom:1px solid #dbdbdb;
    margin-bottom: 40px;

}

.medio .container {
  position: relative;
  margin-bottom: 50px;
  margin-top: 0px;


}
.medio h2{
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', Helvetica, sans-serif;
	margin-top: 30px;
	text-align:Left;
}
.medio h3{
	color:#4c4c4c;
	font-size: 15px;
	font-weight: 200;
	font-family: 'Roboto', Helvetica, sans-serif;
	margin-top: 30px;
	text-align:Left;
}
.medio p{
	font-size: 13px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 200;
  margin-top: 20px;
  margin-right: 30px;

}

.icon{
-webkit-box-sizing: border-box;
border: 1px solid #a3a3a3;
border-radius: 46px;
box-sizing: border-box;
height: 93px;
left: 19px;
overflow: hidden;
text-align: center;
top: 10px;
width: 92px;
}




.pipoca {
  background-color: #fcfcfc;
  padding-bottom: 60px;
  margin-top: 115px;
}





.pipo {
  height:relative;
  background-repeat: no-repeat;
  display: block;
  max-width: 100%;
  background-position: top;
  background-color: #fcfcfc;
  border-top:1px solid #dbdbdb;

}

.pipo-centrado {
  text-align: center;
  color: #6c6c6c;
  font-size: 200%;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 3%;
  margin-top: 5%;

}

.pipo2 {

  display: block;


}

.pipo .container {
  position: inherit;


}

.pipo h1 {
  color: #6c6c6c;
  font-size: 200%;
  font-family: 'Roboto', sans-serif;
  font-weight: ligth;
  line-height: 1.1;
}
.pipo h3 {
  font-family: 'Shift', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color:#6c6c6c;
  text-align: left;

}

.pipo p {
  color:#909090;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.pipoizquierda {


 margin-top: 10%;
 margin-right: 0%;
 margin-left: 5%;
}
.pipoizquierda_img {

 margin-left: 30%;
 margin-top: 5%;
 margin-right: 5%;
}



.pipoderecha {

 margin-left: 5%;
 margin-right: 5%;
 margin-top: 5%;
}

.pipoderecha_img {

 margin-left: 15%;
 margin-right: 5%;
  margin-top: 5%;
}


/* PIE */

.Pie  {
  border-top:1px solid #dbdbdb;
  background-color: #252938;
  padding-top:20px;
  padding-bottom:20px;
  vertical-align: baseline;
  bottom: 0 !important;

}
.Pie a{
  text-decoration: none;
  color: #ececec;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.Pie h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#e3e3e3;
  text-align: justify;
  line-height: 1.6;
}
.Pie p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #e3e3e3;
  line-height: 1.0;

}
.Pie p2 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #e3e3e3;
  line-height: 1.6;
  margin-right: 50px;

}

.Pie_columna_derecha  {
  margin-top: 25px;
}
.Pie_columna_derecha a{
  text-decoration: none;
  color: #e3e3e3;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.Pie_columna_derecha h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#e3e3e3;
  text-align: justify;
  line-height: 1.6;
}
.Pie_columna_derecha p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #e3e3e3;
  line-height: 1.0;

}


.Pie_membrete {
  margin-top: 10px;
}
.Pie_membrete a{
  text-decoration: none;
  color: #e3e3e3;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Pie_membrete_a2{
  color: #e3e3e3;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Pie_membrete p{
  color: #e3e3e3;
  font-size: 90%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Pie_membrete p{
  color: #e3e3e3;
  font-size: 90%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* /PIE */





#ampliar img{
-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1); /*Mozilla scale version*/
-o-transform:scale(1); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 1;
}
/* al pasar el cursor por encima SE AMPLIA*/
#ampliar img:hover{
z-index: 5;
position: relative;
opacity: 1;
-webkit-transform:scale(1.2); /*Webkit:Modificamos tamaño a escala*/
-moz-transform:scale(1.2); /*Mozilla:Modificamos tamaño a escala*/
-o-transform:scale(1.2); /*Opera:Modificamos tamaño a escala*/
-webkit-transition-duration: 0.5s; /*Webkit:Duración de la animación*/
-moz-transition-duration: 0.5s; /*Mozilla:Duración de la animació*/
-o-transition-duration: 0.5s; /*Opera:Duración de la animació*/

}



/*CÓNOZCANOS */

.conozcanos {
  /*background-color:#efefef;*/


}
.conozcanos h2{
  color:#787878;
  font-size: 24px;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif;Arial, Helvetica, sans-serif;
  line-height:50px;
  border-bottom:1px solid #dbdbdb;
}
.conozcanos h3{
  color:#787878;
  font-size: 12px;
  text-align: center;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif; ,Arial, Helvetica, sans-serif;
  line-height:20px;
  border-bottom:1px solid #dbdbdb;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.conozcanos p{
  font-size: 14px;
  margin-bottom: 5px;
  color: #787878;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}


      .conozcanos .thumbnail {
        min-width: 50px;
        max-width: 350px;
        -webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
        -moz-transform:scale(1); /*Mozilla scale version*/
        -o-transform:scale(1); /*Opera scale version*/
        -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
        -moz-transition-duration: 0.5s; /*Mozilla duration version*/
        -o-transition-duration: 0.5s; /*Opera duration version*/
        opacity: 1;
      }
/* al pasar el cursor por encima SE AMPLIA*/
      .conozcanos .thumbnail:hover{
        z-index: 5;
        position: relative;
        opacity: 1;
        -webkit-transform:scale(1.8); /*Webkit:Modificamos tamaño a escala*/
        -moz-transform:scale(1.8); /*Mozilla:Modificamos tamaño a escala*/
        -o-transform:scale(1.8); /*Opera:Modificamos tamaño a escala*/
        -webkit-transition-duration: 0.5s; /*Webkit:Duración de la animación*/
        -moz-transition-duration: 0.5s; /*Mozilla:Duración de la animació*/
        -o-transition-duration: 0.5s; /*Opera:Duración de la animació*/
      }


.carrusel-fotos {
  max-width: 430px;
  margin-top: 20px;
}

.carousel-indicators2 {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators2 li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators2 .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.btn {
    border: 1px solid #4f8db3;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #bebebe;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
    font: 400 13px"Open sans",Arial,sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    line-height: 17px;
}

.btn-orange {
  border: 1px solid #fa8b00;
  color: #FFF;
  background: #fa8b00 -moz-linear-gradient(center top , #ffa625 0px, #fa8b00 100%) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(#ffa625, #fa8b00);
  border-color: #fa8b00;
}
.btn-orange:hover {
  border: 1px solid #e55000;
  color: #FFF;
  background: #fa8b00 -moz-linear-gradient(center top , #fa8b00 0px, #ee6b00 100%) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(#fa8b00, #ee6b00);
  border-color: #e55000;
}
.btn-green {
  border: 1px solid #5bb106;
  color: #FFF;
  background: #7DDC1F -moz-linear-gradient(center top , #7DDC1F 0px, #64C306 100%) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(#7DDC1F, #64C306);
  border-color: #5DBA00;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #5bb106;
  background: -webkit-linear-gradient(#5bb106, #64C306);
  color: #FFF;
  text-decoration: none;
  border: 1px solid #51a003;
}
.scroll{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
    font-size: 40px;
}

@media (min-width: 768px){
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}
}
@media (max-width: 768px){
.pipo {
  height:relative;
  background-repeat: no-repeat;
  display: block;
  max-width: 96%;
  background-position: top;
  background-color: #fcfcfc;
  border-top:1px solid #dbdbdb;

}
}

/*--------------------------------------------------------------------------
+ Formulario iFrame
--------------------------------------------------------------------------*/
.formulario_tellamamos {
  height: 500px;
  width: 100%;
  }

.formulario_info {
  height: 800px;
  width: 100%;
  }

@media only screen and (max-width: 568px) {

.formulario_tellamamos{
  height: 720px;
  width: 100%;
  }

.formulario_info {
  height: 940px;
  width: 100%;
  }
}