/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


/*Colores

*/  

/*nav ul a,
nav .brand-logo {
  color: #444;
}*/




p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}



/*My Styles*/
body{
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 36px,
    rgba(0, 0, 0, 0) 39px,
    rgba(221,221,221,0.3) 40px,
    rgba(221,221,221,0.3) 44px
  );
  background-attachment: fixed;
}

.jumbotron img{
  width: 100%;
}

nav{
  /*margin-top: -6px;*/
  background-color: #f7e300 !important;
}

ul#nav-mobile{
  margin-left: 25%;
}

ul#nav-mobile li a{
  font-size: 1.2rem !important;
  color: #000 !important;
}

.input-field input[type=search]:focus{
  background-color: #f7e300 !important;
}

.dropdown-content li > a{
  color: #f7e300 !important;
}

.input-field input[type=search] + label{
  top: -10px;
}

.cont-info p, .cont-info .items li{
  font-size: 1.65rem;
  text-align: justify;
}

footer p{
  font-size: 1.5rem;
}

.page-footer{
  /*background-color: #f7e300 !important;*/
  background-color: rgba(238, 238, 238, 1);
}

#mapa, #mapa2{
  width: 100%;
  height: 150px;
}

.breadcrum{
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  border-radius: 2px;
}

.breadcrum span{
  margin: 0px 10px;
}

a{
  color: #000;
}

a:hover{
  text-decoration: none;
}

ul.tabs li a.active{
  color: #000 !important;
  font-weight: bold;
}

.tabs .tab a{
  color: #000 !important;
}

.btn{
  background-color: #f7e300 !important;
  color: #000 !important;
}

nav .input-field label i{
  color: #000 !important;
}

/* label focus color */
.input-field input[type=text]:focus + label, .input-field textarea:focus + label {
  color: #e4d201 !important;
}

/* label underline focus color */
.input-field input[type=text]:focus, .input-field textarea:focus {
  border-bottom: 1px solid #e4d201 !important;
  box-shadow: 0 1px 0 0 #e4d201 !important;
}

input[type=text].valid:not(.browser-default), {
  border-bottom: 1px solid #fcdf05 !important;
  box-shadow: 0 1px 0 0 #fcdf05 !important;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
  box-shadow:0px 4px 3px rgba(0,0,0,.5);
}

.nav-wrapper a.link-a img{
  width: 50px;
}

.nav-wrapper a.link-a{
  left: 10%;
  position: absolute;
}

.ir-arriba span{
  font-size: 50px;
  cursor: pointer;
  color: #000;
}

.button-collapse{
  color: #000;
}

#slide-out li div.user-view div.background{
  background-color: #e4d201;
}

p{
  text-align: justify;
}
a.link-modal{
  max-width: 100%;
  /*margin-right: 15px;*/
}

a.link-modal img{
  width: 20%;
  box-shadow: 2px 2px 3px #000;
}

.card img{
  box-shadow: none !important;
}

div.zoom-img a.link-modal img{
  width: 100%;
}

.zoom-img{
  margin-bottom: 10px;
}

.fa-search-plus{
  position: absolute;
  margin-left: 5%;
  margin-top: 2%;
  font-size: 4rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255,255,255,0.3);
  border: 2px solid #FFF;
  color: #F7E300;
}


/*.modal.open{
  top: 0 !important;
}*/
.modal{
  overflow-y: visible !important;
}
.modal > img{
  width: 100%;
  border: 2px solid #F7E300;
}
.modal{
  width: 80% !important;
}

.modal span{
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 2rem;
  color: #FFF;
  background-color: #F7E300;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.modal span .fa-times-circle{
  margin-bottom: 7px;
}

::-webkit-input-placeholder { color: #000; } 

:-moz-placeholder { /* Firefox 18- */ color: #000; } 

::-moz-placeholder { /* Firefox 19+ */ color: #000; } 

:-ms-input-placeholder { color: #000; }



.collapsible-body{
  background-color: rgba(247,227,0,0.3);
}

div.collapsible-header.active{
  font-weight: bold;
}

ul.collapsible li.active{
  border: 1px solid #F7E300;
}

input[type=search]:not(.browser-default):focus:not([readonly]){
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 2px 0 0 #000 !important;
}

footer .fa-map-marker-alt, footer .fa-phone, footer .fa-envelope, footer .fa-mobile{
  font-size: 3rem;
  color: #F7E300 !important;
}

footer .s12{
  margin-bottom: 20px;
}





.cont-info{
  /*height: 400px;*/
}

.cont-info div.col{
  height: 450px;
  background-color: rgba(238, 238, 238, 1);
}

.cont-info > div.col.m6:hover{
  /*box-shadow: 0px 0px 10px #000;*/
  border: 1px solid #DDD;
}

.redes-sociales{
  display: inline-grid;
  position: fixed;
  top: 55%;
  z-index: 998;
}
.redes-sociales a{
  width: 55px;
  -webkit-transition: width 0.25s, padding 0.25s; /* Safari */
  transition: width 0.25s, padding 0.25s;
  background-color: #F7E300;
}

.redes-sociales .fa-facebook, .redes-sociales .fa-instagram{
  font-size: 2.5rem;
  margin: 10px 10px;
}

.redes-sociales>a.net-icon:hover{
  width: 100%;
  color: #FFF;
  padding-left: 20px;
}

.cont-info .col{
  display: grid;
}

.redes-sociales-2 a{
  font-size: 2.0rem;
}
.redes-sociales-2 .fa-facebook, .redes-sociales-2 .fa-instagram{
  margin-right: 5px;
}





@media screen AND (max-width: 992px){
  .menu-opciones{
    display: none;
  }
  .modal{
    width: 90% !important;
  }
}

@media screen AND (max-width: 382px){
  h2{
    font-size: 2.56rem;
  }
}

@media screen AND (min-width:601px) AND (max-width: 700px){
  .fa-search-plus{
    font-size: 3rem;
    margin-top: 3%;
  }
}

@media screen AND (min-width: 425px) AND (max-width: 600px){
  .fa-search-plus{
    font-size: 3rem;
    margin-top: 2%;
  }
  
}

@media screen AND (max-width: 424px){
  .fa-search-plus{
    font-size: 1.75rem;
    padding: 3px;
    margin-left: 8%;
    margin-top: 2%;
  }
}

@media screen AND (max-width: 333px){
  .breadcrum a, .breadcrum span{
    font-size: 0.75rem;
  }
}

@media screen AND (min-width: 601px) AND (max-width: 875px){
  .redes-sociales .fa-facebook, .redes-sociales .fa-instagram{
    font-size: 2.0rem;
    margin: 10px 5px;
  }
  .redes-sociales a{
    width: 35px;
  }
  .cont-info .col p, .cont-info .col ul li{
    font-size: 1.25rem;
  }
}

@media screen AND (max-width: 320px){
  .cont-info p, .cont-info .items li {
    font-size: 1.15rem;
  }
  .cont-info div.col{
    height: 400px !important;
  }
}

@media screen AND (min-width: 321px) AND (max-width: 457px){
  .cont-info p, .cont-info .items li {
    font-size: 1.0rem;
  }
  .cont-info div.col{
    height: 350px !important;
  }
}

@media screen AND (min-width: 876px) AND (max-width: 992px){
  .cont-info p, .cont-info .items li {
    font-size: 1.0rem;
  }
  .cont-info div.col{
    height: 350px !important;
  }
}

@media screen AND (min-width: 993px) AND (max-width: 1292px){
  .cont-info p, .cont-info .items li {
    font-size: 1.0rem;
  }
  .cont-info div.col{
    height: 400px !important;
  }
}

@media screen AND (max-width: 600px){
  .redes-sociales-2, .divider-redes{
    display: block !important;
  }
}