/*
Theme Name:
Theme URI:
Description:
Author: Diego Cataldo
Version: 1.0
License URI: Derechos reservados.
License: GNU Private License
*/

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 #map {
     width: 100%;
     height: 100%;
     min-height: 100%;
     display: block;
 }

 html, body {
     height: 100%;
     background-color: #f6f5f3;
 }

 .hidde{
     opacity:0;
}
.visible{
     opacity:1;
}

 .fill {
     min-height: 100%;
     height: 100%;
 }

 .container{
   width: 100% !important;
   margin-left: 0px;
   padding-left: 0px;
 }

.logo{
  position: absolute;
   background-image: url("../images/jariola.png");
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pajaros{
  position: absolute;
   background-image: url("../images/pajaros_1.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: bottom;
   background-repeat: no-repeat;
}

.slide2a{
  position: absolute;
   background-image: url("../images/slide2_a.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}

.slide2b{
  position: absolute;
   background-image: url("../images/slide2_b.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}

.slide3a{
  position: absolute;
   background-image: url("../images/slide3_a.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}

.slide3b{
  position: absolute;
   background-image: url("../images/slide3_b.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}
.slide3c{
  position: absolute;
   background-image: url("../images/slide3_c.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}

.slide4a{
  position: absolute;
   background-image: url("../images/slide4_a.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}

.slide4b{
  position: absolute;
   background-image: url("../images/slide4_b.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}
.slide4c{
  position: absolute;
   background-image: url("../images/slide4_c.png");
   height: 100%;
   width: 100%;
   background-size: 100%;
   background-position: center;
   background-repeat: no-repeat;
}

.black{

}

.contacto{
  position: absolute;
   height: 100%;
   width: 100%;
   background-color: black;
   text-align: center;

}

.centerdiv{
  top: 50%;
    transform: translateY(25%);
    padding: 10px;
}

.texto{
  margin-top: 30px;
}
.redes{
  margin-top: 15px;
  display: none;
}
.mail{
  margin-top: 30px;
}
.natural{
  margin-top: 30px;
}

.redes a{
  margin: 15px;
}

.redes a:hover, .mail a:hover{
  opacity: .7;
  -webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
   -o-transition:all .3s ease;
   transition:all .3s ease;

}

.nopadding{
    margin: 0px !important;
    padding: 0px !important;
}

@media (max-width: 985px) {}

@media (max-width: 768px) {}
