
 

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*body{
  font-family: 'Open Sans', sans-serif;
}*/
body{font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;overflow-x:hidden;padding-top:65px;}
#detallecontacto img{
  max-height:200px;max-width: 90%;
}
.nopadding {
   padding: 0 !important;
   /*margin: 0 !important;*/
}
article .item{
  position: relative;
  cursor: pointer;
  /*border-radius: 20px;*/
  height: 100%;
  /*border: 4px solid white;*/
  /*margin: 2%;*/
  overflow: hidden;
  width: 100%;
background-position: center;
background-size: cover;
opacity: 0.98;
/*background-repeat: no-repeat;*/
  /*min-height: 100%;*/
  /*background-color: rgba(0,0,0,0.5);*/
    -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    article .item:hover{
         /*border-radius: 20px;*/
    /*background-size: 133%;*/
    opacity:1;
    }
    .item .cuadrado{
      background-size:contain;
    }

.navbar{
  margin-bottom: 5px;
}
/*.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a{
  font-weight: bolder;
  font-size:1.2em;
  color:#efefef;
}*/
.navbar li a.tel {
  margin-top:5px;
  margin-bottom:5px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bolder;
  /*color:white;*/
}

.navbar li a.btn {
  margin-top:5px;
  margin-bottom:5px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bolder;
  text-align: left;
  /*color:white;*/
}


.navbar-brand {
padding-top:5px;
padding-bottom:0;
height: 65px;
}

.navbar-right{
  margin-right:0;
}


#modalWindow .modal-body{
  padding:0px;
}

body #ventana .modal-dialog {
  width: 100%; /* desired relative width */
  /*left: 5%;  (100%-width)/2 */
  /* place center */
  min-height:90%;
   height: auto;
  /*max-height:100%;*/
  position:relative;
  /*margin-top:10%;*/
  /*margin-left:auto;*/
  margin-right:auto; 
  overflow-y:auto;
 
}

#ventana .modal-content{
  min-height:100%;
  position:relative;
  width: 96%;
  
}
#ventana .modal-body{
    max-height: 100%;
    position: relative;
    overflow-y: auto;
}

    section {
        padding-top:60px;
        padding-bottom:90px;
    }
  section:first-of-type {
  padding-top: 0;
  padding-bottom:0;
}
  .tituloseccion{
    text-align:center;
    font-size:3em;
    margin-bottom:45px;
}



.caption h3{
    font-size:4em;
}


.navbar-default .navbar-nav>li>a {
    /*color: #777;*/
    padding-top: 30PX;
    font-size:15px;
 
}
#social-bar{
     margin-top: 30px;
    padding: 15px;
}
#social-bar a{
margin:10px;
color:black;
text-decoration: none;
}
@media (max-width:900px){
     h1{
        font-size:20px;
    }
}

.contact-bar{
    background-color:silver;
}

#contactar{
    background-color:black;
    color:white;
    font-size:20px;
}
.fa-whatsapp{
  /*color:#00e676;*/
  /*color:white;*/
  
}
.whatsapp-link{
      text-decoration: none;
      color: white;
    background: #19e36a;
    padding:8px;
    border-radius: 4px;
}

#contacto .whatsapp-link{
font-size: 20px;
  }
#contacto {
  padding-top:0;
  padding-bottom:0;
}
#contacto >div.container{
  padding-top: 60px;
    padding-bottom: 45px;
  }
}

