


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

body{
  font-size:14px;
font-family: 'Open Sans', sans-serif;
}
/* body{font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;overflow-x:hidden;} */
#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: 0px;
}
/*.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{
  min-height:95%;
  position:relative;
}

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: 26px;
  font-size:15px;

}
#social-bar{
  margin-top: 30px;
  padding: 15px;
}
#social-bar a{
  margin:10px;
  color:black;
  text-decoration: none;
}
@media (max-width:480px){
body #ventana .modal-dialog{
  margin-top:0px;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  margin:0;
  height:100%;

  }
#ventana .modal-content{
    border:none;
    position:absolute;
    top:0;
    width:100%;

  }
.tituloseccion{
  text-align:center;
  font-size:2.3em;
  margin-bottom:30px;
}
}
@media (min-width:480px){
body #ventana .modal-dialog{
  margin-top:0px;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  margin:0;
  height:100%;
padding:0;
  }
#ventana .modal-content{
    border:none;
    position:absolute;
    top:0;
    width:100%;

  }
}
@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;
}
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-pink .btn-outline{
  color:#ff69b4;
}
ol.breadcrumb{
  font-size:1.2em;
  color:black;
  background-color: transparent;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
