/*!
 * Start Bootstrap - Agency v1.1.1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.text-muted {
  color: #777777;
}
.text-primary {
  color: #0040FF;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  color: #0040FF;
}
a {
  color: #0040FF;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #0040FF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #0040FF;
  border-color: #0040FF;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0040FF;
  border-color: #0040FF;
}
.btn-primary .badge {
  color: #0040FF;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #0040FF;
  border-color: #0040FF;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 5px 40px
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #0040FF;
  border-color: #0040FF;
}
.btn-xl .badge {
  color: #0040FF;
  background-color: white;
}
.navbar-custom {
  background-color: #fff;
  border-color: transparent;
  height: 95px;
}
.navbar-custom .navbar-brand {
  color: #0040FF;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #0040FF;
  border-color: #0040FF;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #0040FF;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
  font-size: 11px;
}
.navbar-custom .nav li a:hover {
  color: #000;
  text-decoration: underline;
}
.navbar-custom .nav li a:focus {
  /*color: #0040FF;
  outline: none;*/
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #000;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #000;
}
@media (min-width: 768px) {
  .navbar-custom {
  /* background-color: transparent;*/
    background-color: #fff;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #ffffff;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
/* background-image: url('https://tucasa.com.ec/redisenio/img/boy-casa (1).jpg'); */


  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}



header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.publicidad{
  background-image: url('../img/banner_publicidad.gif');
  background-repeat: no-repeat;
  width: 468px;
  height:60px;
  margin: auto;
  width: 50%;
  position: relative;
  top: -5px;
}

.publicidad2 {
  background-image: url('../img/banner_publicidad.gif');
  background-repeat: no-repeat;
  width: 468px;
  height:60px;
  margin: auto;
  width: 50%;
  position: relative;
  top: 50px;
}



#destacado .destacado-item {
  margin: 0 0 15px;
  right: 0;
}
#destacado .destacado-item .destacado-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#destacado .destacado-item .destacado-link .destacado-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#destacado .destacado-item .destacado-link .destacado-hover:hover {
  opacity: 1;
}
#destacado .destacado-item .destacado-link .destacado-hover .destacado-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#destacado .destacado-item .destacado-link .destacado-hover .destacado-hover-content i {
  margin-top: -32px;
}
#destacado .destacado-item .destacado-link .destacado-hover .destacado-hover-content h3,
#destacado .destacado-item .destacado-link .destacado-hover .destacado-hover-content h4 {
  margin: 0;
}
#destacado .destacado-item .destacado-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#destacado .destacado-item .destacado-caption h4 {
  text-transform: none;
  margin: 0;
}
#destacado .destacado-item .destacado-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#destacado * {
  z-index: 2;
}
@media (min-width: 767px) {
  #destacado .destacado-item {
    margin: 0 0 30px;
  }
}


.group-project-home {
  text-align: center;
  margin-bottom: 50px;
}
.group-project-home img {
  margin: 0 auto;
  border: 7px solid white;
  width: 360px;
  height: 274px;
}
.group-project-home h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.group-project-home p {
  margin-top: 0;
}


.group-project {
  text-align: center;
  margin-bottom: 50px;
}
.group-project img {
  margin: 0 auto;
  border: 7px solid white;
}
.group-project h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.group-project p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
width: 100%;
height: 750px;
    margin-top: -100px;

 
  background-color: #fff;
 /* background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;*/

}

section#info {
 
  background-image: url('../img/casa.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 10px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 200px;
}
@media (max-width: 400px) {
section#contact .form-group textarea.form-control{
/*   height: 225px;*/
 }
}

section#contact .form-control:focus {
  border-color: #0040FF;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
   color: #000;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
   color: #000;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
  
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #0040FF;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.destacado-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.destacado-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.destacado-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.destacado-modal .modal-content p {
  margin-bottom: 30px;
}
.destacado-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.destacado-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.destacado-modal .modal-content img {
  margin-bottom: 30px;
}
.destacado-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.destacado-modal .close-modal:hover {
  opacity: 0.3;
}
.destacado-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.destacado-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.destacado-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #0040FF;
}
::selection {
  text-shadow: none;
  background: #0040FF;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #0040FF;  
}

img.logo {
    width: 200px;
    /* margin-top: -140px; */
	margin-top: -180px;
    left: 60px;
 position: absolute; 
top:  175px;
}

/***  DESTACADAS  ***/

.col-md-1 {
  width: 22% !important;  

}

.desta {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;   
 
}
.desta blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.desta-lg {
  padding: 24px;
  border-radius: 6px;
}
.desta-sm {
  padding: 9px;
  border-radius: 3px;
}

.ver_mas {
    float: right;  
    position: relative;
    top: -20px;
    background-color: #0040FF;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    left: 110px;
    cursor: pointer;
}
.ver_mas:hover {
    text-decoration: none;
    color: #fff;
}
/***  CONTACTO ***/
section#contact .info {
      font-size: 20px;
      text-transform: uppercase;
      float: left;
      color:red;


}
section#contact .contacto-social{
  text-align: center;
}

section#contact .more, section#contact .email, section#contact .telefono, section#contact .direccion {
   font-size: 14px;
}

section#contact .more{
  float:left;
}

section#contact .siguenos {
  text-align: left;
}

.mujercontacto {
  background-image: url('../img/contacto.jpg');  
  width: 488px;
  height: 400px;  
  background-repeat: no-repeat;  
  right: 0;
  bottom: 0;
  position: absolute;
  left: -48px;
  top: 80px
}

.botones-sociales{}
.btn-default-black {
    color: #fff;
    background-color: #0040FF;
   
}

@media (max-width: 768px) {
  .mujercontacto {
   display: none;
   }

  }
.border-right {
   border-right:1px solid #000;
}


.slick-prev, .slick-next {
    position: absolute;
    background: transparent;
}


.slick-prev, .slick-next {
    position: absolute;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 1;
}

.slick-prev {
    left: 10px;
    z-index: 2;
}

.slick-next {
    right: 10px;
}

@media (max-width: 984px) {
  .border-right{
     border:0px;
  }

}

/***  FLEX SLIDER ***/

.flexslider {
  margin: 0px !important;
}

.left_290{
 float:left;
 width: 290px;
}

.top_20 {
    width: 100%;
    margin-left: 20%;
    margin-top: 20%;
}

.top_15 {
    width: 100%;
    margin-left: 15%;
    margin-top: 18%;
}

/***  DETALLE DE PROYECTO ***/
.detalle {
  text-transform: uppercase;
}

.detalle .titulo {
  text-align: center;
}

.detalle .lugar {
  float: left;
}

.detalle .tipo {
  float: right;
  text-align: right;
}

/*** ACTIVO MENU ***/
li.activo  {  
background-color: #000;
}
li.activo > a {  
  color:#fff !important;
}

/**  BUSCADOR **/
input[name="codigo"]{
  width: 84px !important;
}

/***  PAGINA PROYECTO **/
section#proyectos, section#destacadas, section#grandes  {
    padding: 90px 0;
}

/***  CONTACTAR ANUNCIANTE **/

.contactar_anunciate {
  text-align:center;
  margin-top: -38px;
}

.contactar_anunciate_right {
  text-align:right;
  margin-top: -38px;
}

a.btn-social-icon {
  width: 60px;
}

a.btn-envelope-o, a.btn-share-alt{
  color:blue !important;
}

/***  INDIVIDUAL ***/

.center{  
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}

.extra-control{
    height: 20px;    
    font-size: 12px;
}

.masopciones{
  color:red;
  font-weight: 600;
  margin-bottom: 25px;
}

.subrayado {
  border-bottom: 1px solid #000;
  width: 100%;
}

.fa {
  margin-top:10px; 
}

.fa-facebook.top, .fa-instagram.top {
  top:-12px !important;
}

/*** ACTIVO ***/

li.activo {
    background-color: #000;
}

.slider_proyecto1,
.slider_proyecto2,
.slider_destacada1,
.slider_destacada2,
.slider_grande1,
.slider_grande2,
.slider_grande3
 {
  overflow:hidden;
 }

.slider_proyecto1 img,
.slider_proyecto2 img,
.slider_destacada1 img,
.slider_destacada2 img,
.slider_grande1 img,
.slider_grande2 img,
.slider_grande3 img {
     width: 360px !important;
     height:270px !important;
}

input[id="ubicacion"]{
  width: 400px !important;
}

#formulario-detalle{
 width: 470px;
 padding: 0 0px;
 margin: 0 auto;
font-family: "Open Sans", Arial, sans-serif;
 font-size: 14px;
 color: #333;

}

.boton-detalle{
 background-color:#0040FF;
 height:40px;
 width:48%;
 //border:none;
 letter-spacing:2px;
 color:#FFF;
font-family: "Open Sans";
}

.titulo-detalle{
font-size: 15px;
 color: #0040FF;
 font-family: "Open Sans";
 border-bottom: 2px solid #FFF;
 text-align: center;
 margin: 0 0 5px 0;
}

.input-detalle{
 width: 78%;
 height: 20px;
 font: 13px "Open Sans", Arial, sans-serif;
 margin: 5px 0 5px 0;
}

.form-detalle{
 width: 370px;
 height: auto;
 backgroud-color: #E6E6E6;

 padding: 0 1%;
border-style: solid;
    border-color: #000;
 
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.detalle {
    font-size: 10px;
}