/* 
    Documento   : Plantilla 1 SIGA
    Versión     : 1.0
*/

body { 
    font-family: 'Open Sans', sans-serif;
    color:#424242;
    font-size: 14px;
    line-height: 24px;
    background-color: #f8f8f8;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	reset-navegadores
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width:100%;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}
strong,b{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
input,
button,
select,
textarea,label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #8b2637;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    font-family: 'Open Sans', sans-serif;
}
a:hover,
a:focus {
    color: #777;
    text-decoration: none;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-weight: 700;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}

h2.heading{
    color: #444;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: lighter;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #222222;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

.center-heading{
    text-align: center;
    color: #444;
    font-style: normal;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: lighter;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.center-heading h2{
    color: #444;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: lighter;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
}
.center-line{
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: auto;

}
.center-heading p{
    margin-top: 10px;
}
.overflow-hidden{
    overflow: hidden;
}

/* párrafos */

p {
    color: #9E9E9E;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 12px;
}
p.sub-text{
    font-style: normal;
    font-size:18px;
    line-height: 29px;
    font-weight: 300;
    color:#bbb;
}
p.justify {
    text-align: justify;
}

strong {
    font-weight: bold;
} 

/* divisiones */

.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}

/* márgenes */

.margin10{
    margin-bottom: 10px;
}
.margin20{
    margin-bottom: 20px;
}
.margin30{
    margin-bottom: 30px;
}
.margin40{
    margin-bottom: 40px;
}
.no-padding{
    padding: 0px;
}
.no-padding.gray{
    background-color: #f5f5f5;
}
.no-padding-inner h3{
    text-transform: uppercase;
}
.no-padding-inner{
    padding: 60px;
}
@media(max-width:568px){
 .no-padding-inner{
    padding: 15px;
}   
}
.margin-0{
    margin: 0px !important;
}

.wide-img-showcase-row{
    position: relative;
}

/* bootstrap menú */

.navbar-default {
    font-family: 'Open Sans', sans-serif;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    width:100%;
    min-height: 70px;
    padding: 10px 0;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    background: #fff;
    clear: both;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #8b2637;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #8b2637;
}

/* menú */

.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 210px;
    background-color:rgba(255,255,255,.97);
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .dropdown-menu li a{
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 400;
    padding: 10px 16px;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-menu .label{
    margin-top: 6px;
}
.navbar .dropdown-menu li a:hover{
    background-color: #8b2637;
    color:#fff;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* top header */


.top-bar a{
    color:#fff;
}

.top-bar i{
    margin-right: 5px;
}
.top-bar .contacto{
    color: #fff;
    
}
.top-bar .contacto a:hover {
    text-decoration:underline; 
    color:#dedede;
}

.top-bar .contacto span{
    margin-right:15px;
}



/* logo*/


.logo_container{
    width:750px;
    margin:0 auto;
    overflow:hidden;
}

.logo {
    float: left;
    padding-top: 15px;
    margin-right: 10px;

}


.nombre-y-eslogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    display: inline-table;
    padding-left: 5px;
}

.nombre {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 34px;
}

.eslogan {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

/* Botones */

.btn {
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;

}

.btn:focus,.btn:hover{
    outline: 0;
    color:#fff;
}

.btn-custom {
    background-color: #8b2637;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.btn-custom:hover {
    background-color: #000;
    border-color: #000;
    color:#fff;
}

.border-white{
    border: 2px solid #fff;
    color:#fff;
}
.border-white:hover{
    background-color: #fff;
    border-color: #fff;
    color:#000;
}


/* parallax */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}

/* flex slider */

.img-responsive {
    height: auto;
    max-width: 100%;
}

.flexslider{
    position: relative;
}
.flexslider .flex-control-nav {
    bottom: 10px;
    margin: 0;
    height: 14px;
    z-index: 10;
}
.flexslider .flex-control-paging li a{
    width: 26px;
    height: 8px;
    display: block;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active{
    background-color:#fff !important;
}
.slider-overlay{
    background: rgba(0,0,0,.2);
    background-image: url('../img/pattern.png');
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-text{
    text-align: center;
    margin-top: 30px;
}
.slider-text h1{
    font-size: 3em;
    color: #FFF;
    padding: 5px 10px 0px;
    line-height: 1.4;
    font-weight:700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}

.slider-text p{
    color:#fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 300;
}
.slider-text p a{
    font-style: normal;
}
@media(min-width:1200px){
    .slider-text{
        margin-top: 250px;
    }    
}
@media(max-width:1024px){
    .slider-text{
        margin-top: 150px;
    }    
}
@media(max-width:768px){
    .slider-text{
        margin-top: 120px;
    }  
    .slider-text h1 {
        font-size: 2em;
    } 
}
@media(max-width:667px){
    .slider-text{
/*        display: none;*/
    }  
}
@media(max-width:533px){
    .slider-text p a{
/*        display: none;*/
    }  
}
@media(max-width:400px){
    .slider-text p{
/*        display: none;*/
    }  
}
@media(max-width:360px){
    .slider-text h1{
/*        display: none;*/
    }  
    .slider-text h2 {
    font-size: 1em !important;
}

}

@media(max-height: :360px){
    .slider-text h1{
        display: none;
    }  
}

/* servicios-empresa */
.servicios-box{
    clear: both;
}
.servicios-box-icono{
    background: transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
}
.servicios-box-icono i{
    width:42px;
    height:42px;
    line-height: 42px;
    text-align: center;
    /*background-color: #8b2637;*/
    color:#fff;
    font-size: 20px;
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
}
.servicios-box-info{
    padding-left: 60px;
}
.servicios-box-info h4{
    font-weight: lighter;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}

.equipo-box i{
    width: 85px;
    height: 85px;
    line-height:85px;
    margin-top: 20px;
    border: 1px solid #eee;
    text-align: center;
    color:#fff;
    font-size: 30px;
    background-color: #8b2637;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.cualidades h3{
    margin-bottom: 15px;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.cualidades:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    color: #fff;
    background-color: #8b2637;
}

.fondo-blanco{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
}


/* testimonios */
.fa-quote-left {
    color: #8b2637;
}

.fa-quote-right {
    color: #8b2637;
}

.testi-texto {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #232323;
}

.testi-texto h4 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.testi-texto h5 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.testi-texto p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}


/* bootstrap collapse */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color:#8b2637 !important;
    padding: 7px 12px;
}
.panel-title i{
    margin-right: 10px;
    color:#8b2637;
}


/* #footer */

#logo-footer {

    padding-left: 80px;
    padding-top: 20px;
}

#footer {

    background: #232323;
    font-size: 0.9em;
    position: relative;
    clear: both;
}
.footer1 { 

    background: #8b2637; 
    padding: 50px 0 0 0; 
    font-size: 12px; 
    color: #999; 
}
.footer1 a { 
    color: #ffffff; 
}
.footer1 a:hover {
    color: #fff; 
}
.footer1 li a {
    color: #fff !important; 
    text-decoration: underline;
}

.footer1 .widget { 
    margin-bottom:30px; 
}        
.footer1 .titulo-footer { 
    font-size: 16px; 
    font-weight: lighter; 
    color: #fff; 
    margin: 0 0 20px; 
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.footer1 .footer-texto p {
    text-align: justify;
    color: #ffffff;
}

.footer1 .entry-meta { 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    margin: 0 0 35px 0; 
    padding: 2px 0; 
    color: #888888; 
    font-size: 12px; 
    font-size: 0.75rem; 
}
.footer1 .entry-meta a { 
    color: #222222; 
}
.footer1 .entry-meta .meta-in { 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    padding: 10px 0; 
}        
.follow-me-icons i { 
    float:left; 
    margin:0 10px 0 0; 
}  

.follow-me-icons { 
    font-size: 22px; 
    padding-left: 90px;
}

.follow-me-icons .fa-facebook:hover {
  color: #3B5997
}

.follow-me-icons .fa-twitter:hover {
  color:#29C5F6
}

.follow-me-icons .fa-google-plus:hover {
  color:#D13D2F
}

.follow-me-icons .fa-linkedin:hover{
  color: #0077B5
}

.follow-me-icons .fa-instagram:hover{
  color: #0077B5
}  

.footer2 { 
    background: #222222; 
    padding: 15px 0; 
    color: #777; 
    font-size: 12px; 
}
.footer2 a { 
    color: #ffffff; 
    text-transform: uppercase;
    text-decoration: underline;
}
.footer2 a:hover { 
    color: #fff; 
}
.footer2 p { 
    margin: 0;
    color: #ffffff; 
}

@media(max-width:767px){
    .news-form{
        text-align: center !important;
    }
    .news-form .form-control{
        margin-bottom: 10px;
    }
}


/* call to action */
.call-to-action{
    padding: 30px 0;
    background: #8b2637;
}
.call-to-action span{
    line-height: 40px;
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    padding-right: 10px;
    letter-spacing: 1px;
}


.facts-in{
    text-align: center;
}
.facts-in h3{
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 700;
    color:#fff;
}
.facts-in h3 i{
    font-size: 40px;
    margin-right: 20px;
    color:#8b2637;
}
.facts-in h4{
    margin-bottom: 0px;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
@media(max-width:992px){
    .facts-in{
        margin-bottom: 70px;
    }
}

/* owl carousel */
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    /*background: #8b2637 !important;*/
}

/* header pagina */
.header-pagina{
    padding: 30px 0;
    background:url(../img/bg-city.jpg) repeat top center fixed;
    background-size: cover;
}
.header-pagina h4{
    margin: 0px;
    font-size:16px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}


/* empleados */
.equipo{
    padding: 3px 3px 20px;
    border: 1px solid #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.equipo h4{
    margin-bottom: 3px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #232323;
}
.equipo h5{
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: lighter;
    font-size: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #232323;
}

.equipo span{
    font-size: 14px;
    font-weight: lighter;
    color: #777;
    display: block;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color:#8b2637;
}


/* header-top */
#header-top {
      background: #222222;
}


/* header center */
.header {
    position: relative;
    height: auto;
  padding: 10px 0 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #ffffff;
}
.text-center {
  text-align: center; 
}

.header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0;
}
.header-center a{
    font-size: 30px;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
}
.header-center span{
    display: block;
}
.navbar-default.menu-header-center{
    padding: 0px;
    min-height: 50px;
}
.navbar-default.menu-header-center .navbar-nav>li {
    border-left: 1px solid #ddd;
}

.sticky-wrapper {
    height: 0px !important;
}


/* artículos */

.articulos-box {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    margin-bottom: 15px;
}
.articulos-box .titulo{
    margin: 15px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.articulos-box .boton{
    padding: 10px 16px;
    display: inline-block;
    color:#fff;
    background-color: #8b2637;
}
.articulos-box p{
    font-size: 13px;
}

.event-gallery{
    padding: 80px 0;
    background-color: #eee;
}


/* google maps */

#map-canvas {
    position: relative;
    padding-bottom: 23%; 
    height: 0;
    overflow: hidden;
}

#map-canvas .map-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.google-maps {
    position: relative;
    padding-bottom: 70%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* formulario */

#formulario .form-control {
    min-height: 45px;
    background-color: #fff;
}
.form-contacto form label{
    font-size: 15px;
    font-weight: 400;
    font-weight: bold;
    color: #9E9E9E;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}
.info-contacto li a{
    color:#8b2637;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:red;
}

label span{
    color:red;
    margin-left: 5px;
}
.required span{
    color:red;
}

/* página error 404 */

.pagina-error {
    padding: 90px 0;
    text-align: center;
}

.pagina-error h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
}

.pagina-error h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300;
}

.pagina-error p {
    font-size: 22px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}

/* página mantenimiento*/

.mantenimiento{
    background-color: #ddd;
}

.mantenimiento .mant-texto{
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
}
.mantenimiento .mant-texto span{
    font-size: 20px;
    font-weight: 400;
    display: block;
    font-style: normal;
    margin-top: 30px;
}
.mant-box h4{
    color:#000;
    font-weight: 400;
}
.mant-box i{
    font-size: 40px;
    margin-bottom: 20px;
    color: #8b2637;
}

/* página search */

.resultados-box h3 {
    color: #8b2637;
    text-decoration: underline;
}

.pagination>li>a, .pagination>li>span{
    background-color: #8b2637;
    padding: 3px 9px;
    color:#fff;
    border: 0px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #222222;
}

/* página noticias */

.noticias .detalles-noticia{
    margin-top: 0px;
}

.noticia{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.noticia h2{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 400;
    text-transform: capitalize;

}

.img-noticia{
    position: relative;
    text-align: center;
    overflow: hidden;

}

.detalles-noticia{
    margin-top:25px;
    margin-bottom: 0px;
}
.detalles-noticia li img{
    width:26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius:13px;
    float: left;
    margin-right: 10px;
}
.detalles-noticia li + li{
    padding-left: 15px;
}
.detalles-noticia li{
    font-size: 11px;
    color: #777;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
}
.detalles-noticia li i{
    margin-right: 5px;
}
.noticia h2{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 400;
    text-transform: capitalize;

}
.noticias .detalles-noticia{
    margin-top: 0px;
}

.buscador{
    position: relative;
}
.buscador i{
    position: absolute;
    top: 10px;
    right: 10px;
    color:#777;
}

.lateral-noticia h4{
    font-size: 14px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
}

.categorias li{
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.categorias li a{
    color:#888;
    margin-right: 10px;
}
.categorias li i{
    color:#888;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.categorias li:hover i{
    margin-left: 5px;
}
.categorias li a:hover{
    color:#2196f3;
}

.tags a{
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 12px !important;
    background-color: #e5e5e5;
}
.tags a:hover{
    background-color: #666;
    color:#fff;
}

.compartir{
      padding-left: 0px !important;
}

.info_contacto_list{
    list-style:none;
    padding:0;
    font-size:12px;
}
.info_contacto_list li{
    display:table-row;
}
.info_contacto_list li span{
    display:table-cell;
    padding:5px;
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }


