 
.noticia {
     border-bottom: 1px solid #ededed;
    margin-bottom: 80px;
 }
.owl-carousel.owl-grab {
margin-bottom: 30px !important
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.home-demo .item {
     
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    
    margin: 0;
    font-style: italic;
    font-weight: 300;
} 

.naranja {

color: #c77a6c  
}

.flexbox-container {

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  
}

.flexbox-item {
  max-width: 50%;

}

.fixed {
  flex: none;
  max-width: 50%;
}

 

.scroll {
    scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

.bg-black {
    background-color: #222222 !important;
}
.bg-grey {
    background-color: #ededed !important;
}

.text-white {
    color: #ffffff !important;
}



.wp-fijo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    z-index: 500000000000000;
}


.footer-bottomintra{
	padding:0% 0;
	background-color:#111;
	background-repeat: repeat;
	height:40px;
	font-size: 9px;
	z-index:6000;
	position:absolute;
	width:100%;
	}	

.copy-rightintra	{
  margin-top: 10px;
  font-family: sans-serif;
  color: #9B9B9B;
  font-size: 10px;
  text-align:center;
  }	
	
.copy-rightintra:hover	{
  color: #d2d2d2;
	}	
	
body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding-bottom: 50px;
    background-color: #FFFFFF;
    padding-top: 130px;
}

.content-section-b {
    padding-bottom: 50px;
    background-color: #FFFFFF;
    padding-top: 130px;
}

.section-heading {
    margin-bottom: 10px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
}