@CHARSET "UTF-8";

section.module h2 {
  margin-bottom: 40px;
}
section.module p {
  margin-bottom: 40px;
  text-align: justify;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 630px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position:relative;
  width: 100%;
}

section.module.parallax:hover {
    transition-duration: 0.3s;
    webkit-transition-duration: 0.3s;

}

.agregarHover{
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    width: 100%;
    height: 630px;
    background-color: black;

}

.agregarHover:hover{


}










section.module.parallax h1 {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    height: 50px;
    margin-top: -7px;
    font-family:"open_sansbold";

}



/* aqui va una prueba de HOVER*/


.article-1, .article-2{
  position:relative;
  width:100%;
  height:auto;
   background-size: cover;
  background-repeat: no-repeat;
    background-position: center;
}

.hoverArticle-1, .hoverArticle-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.47);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    opacity: 0;
     padding: 17% 3% !important;
    text-align: center;
    color: white;

}

.btnBlogLeerMas {
  width: 300px;
  display: block;
  margin: 20px auto;
}


.contentimg.article-1:hover .hoverArticle-1{
    opacity: 1;
    transition-duration: 0.3s;
    webkit-transition-duration: 0.3s;
}

.contentimg.article-2:hover .hoverArticle-2{
    opacity: 1;
    transition-duration: 0.3s;
  webkit-transition-duration: 0.3s;
}


.buttonBlog{
	    border: 2px solid #e00915;
    background: none;
    color:#e00915;
    width: 100%;
    height: 50px;
    margin: 20px auto;
	font-family:"open_sansbold";
  font-size: 16px;
  font-weight: bold;
}

.buttonBlog:hover{
    background: #e00915;
     font-family:"open_sansbold";
     color: white;
}


section.articleR {
    background: #f4f4f4;
    float: left;
    width: 100%;
    padding: 30px 0px;
}


.backBlog img {
    display: block;
    margin: 10px auto;
}
.backBlog {
    width: 30px;
    color: white;
    text-align: center;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 30px;
}
.backBlog a{
	color:white;
}

div#slider-note {
    float: left;
    width: 100%;
}

div#slider-note .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: -125px;
    z-index: -10000;
}

ul.nav.navbar-nav.barra_blog li>a {
    padding: 34px 26px;
    margin: 0 21px;
}
@media only screen and (max-height: 627px) {

	section.module.parallax {
	    height: 425px;
      background-size: 100% 376px;
	}

	h1, .h1 {
	    font-size: 21px;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1340px){
.nav>li>a {
    padding: 34px 50px;
}
}

@media only screen and (max-width: 1500px) {

  ul.nav.navbar-nav.barra_blog li>a {
    padding: 34px 26px;
    margin: 0;
}
}

.category{
    color: #535353 !important;
}

.space{

  margin-left: 0%;
}

@media (min-width: 800px)and (max-width: 800px) {

 .space{
  margin-left: -2% !important;

 }
}
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: 17px;
    bottom: 2%;
}

.owl-next {
    float: right;
    right: -4%;
    position: absolute;
}

.owl-prev {
    float: left;
    left: -5%;
    position: absolute;
}

.owl-item.active {
    padding-right: 1%;
}

@media (min-width: 1024px) and ( max-width: 1024px){
    .space{
            margin-left: 1% !important;
    }
}

@media (min-width: 320px) and (max-width: 359px) {

    section.module.parallax {
        height: 292px;
  }
}

@media (min-width:360px ) and ( max-width: 474px){
  section.module.parallax h1 {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    height: 50px;
    margin-top: -7px;
    font-family: "open_sansbold";
    font-size: 22px;
}
}
