*,html,body{
    margin:0;
    padding:0;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    line-height: 24px;
}
p{
    margin-bottom:20px;
    min-height:20px;
}
select{
    width:100%!important;
}
input, textarea, select{
    width:96%;
    padding:10px 2%;
    color: #1e2158;
    background-color:#fff;
    border:1px solid #1e2158;
    font-size: 16px;
}
input:hover{
    background-color: #eeeeee;
}
label{
    display: block;
    font-weight: 400;
    margin:20px 0;
    font-size: 1.38rem;
    line-height: 1.38rem;
}
button{
    padding:10px;
    color: #fff;
    background-color:#1e2158;
    border:1px solid #1e2158;
    cursor:pointer;
}
.content{
    width: 90%;
    margin:0 auto;
    max-width:1280px;
}
.content-static{
    width: 90%;
    margin:50px auto;
    max-width:750px;
}
.content-static table{
    width: 100%;
}
.margin{
    margin:40px auto;
}
.content .in{
    padding:0 20px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.table{
    display: table;
}
.table-row{
    display: table-row;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
h1{
    font-weight: 400;
}
h2, h3{
    font-weight: 400;
    margin-bottom:30px;
}
h2{
    font-size: 2.28rem;
    line-height: 2.28rem;
}
h3{
    font-size: 1.38rem;
    line-height: 1.38rem;
    border-top: 1px solid #1e2158;
    padding-top: 20px;
    padding-bottom: 20px;
}
h4{
    font-size: 1.38rem;
    line-height: 1.38rem;
    color: #1e2158;
    padding: 20px 0px;
}
a{
    text-decoration: none;
}
header{
    width:100%;
}
#pre-header{
    width:100%;
    color:#fff;
    background:#1e2158;
    padding:5px 0;
    font-size:12px;
    text-align:right;
}
#pre-header a{
    color:#fff;
    margin-right:10px;
}
#header{
    padding:20px 0;
    color:#1e2158;
}
#header a{
    color:#1e2158;
    margin-right:10px;
    font-size:14px;
}
#logo img{
    width:100%;
    max-width:200px;
}
.header-right{
    text-align:right;
}
a#contact-button{
    color:#fff;
}
#map { height: 500px; }
.leaflet-popup-content {
    font-size:11px!important;
}
.leaflet-popup-content b {
    font-size:11px!important;
}
/* menu */
#menu {
    width:100%;
    background-color: rgba(30,33,88,0.75);
    position:absolute;
    height: 45px;
    z-index: 1000;
    margin-top:5px;
}
#menu ul {
 list-style:none;
 margin:0;
 padding:0;
}
/* enlaces del menu */
#menu ul a {
 display:block;
 color:#ffffff;
 font-size:15px;
 padding:10px;
 letter-spacing:1px;
}
/* items del menu */
#menu ul li {
 position:relative;
 float:left;
 margin:0;
 padding:0;
}
/* efecto al pasar el ratón por los items del menu */
#menu ul li:hover {
 background:#b9b9b9;
  color:#1e2158;
}
#menu ul li:hover a{
    color:#1e2158;
}
/* menu desplegable */
#menu ul ul {
 display:none;
 position:absolute;
 top:100%;
 left:0;
 background:#eee;
 padding:0;
}
#menu ul ul ul{
 display:none;
 position:absolute;
 top:0;
 left:100%;
 background:#eee;
 padding:0;
}
/* items del menu desplegable */
#menu ul ul li {
 float:none;
 width:150px
}
/* enlaces de los items del menu desplegable */
#menu ul ul a {
 line-height:120%;
 padding:10px 15px;
}
/* items del menu desplegable al pasar el ratón */
#menu ul li:hover > ul {
 display:block;
}
/* menu */
#menu-institucional {
    float: right;
    margin-left: 10px;
}
/* menu */
#menu-institucional ul {
 list-style:none;
 margin:0;
 padding:0;
 z-index:1000;
}
/* enlaces del menu */
#menu-institucional ul a {
 display:block;
 color:#fff;
 font-size:12px;
 letter-spacing:1px;
}
/* items del menu */
#menu-institucional ul li {
 position:relative;
 float:left;
 margin:0;
 padding:0;
}
/* efecto al pasar el ratón por los items del menu */
#menu-institucional ul ul li:hover {
 background:#32368b;
}
/* menu desplegable */
#menu-institucional ul ul {
 display:none;
 position:absolute;
 top:100%;
 left:0;
 background:#1e2158;
 padding:0;
 z-index: 2000;
}
#menu-institucional ul ul ul{
 display:none;
 position:absolute;
 top:0;
 left:100%;
 background:#1e2158;
 padding:0;
}
/* items del menu desplegable */
#menu-institucional ul ul li {
 float:none;
 width:150px
}
/* enlaces de los items del menu desplegable */
#menu-institucional ul ul a {
 line-height:120%;
 padding:10px 15px;
}
/* items del menu desplegable al pasar el ratón */
#menu-institucional ul li:hover > ul {
 display:block;
}
/* Slider */
.slideshow-container {
  width: 100%;
  position: relative;
}
.mySlides {  display: none; }
.mySlides2 {  display: none; }
.mySlides img{
    width:100%!important;
    height: 450px!important;
	object-fit: cover;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  color: rgba(0,0,0,0.8);
}
.slideshow-container .text {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  left:100px;
  bottom: 100px;
  width: 50%;
  text-align: left;
  text-shadow:#000 2px 2px 2px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.fade2 {
  animation-name: fade;
  animation-duration: 1s;
  height: 120px;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.slider-button{
    padding: 5px 15px;
    background-color: #1e2158;
    color: #fff;
    font-size: 16px;
    text-shadow: none;
    font-weight: 400;
}
.slider-button:hover{
    background-color: #fff;
    color:#1e2158;
}
/*Destacados*/
#destacados{
    position:relative;
    margin-top:-50px;
    z-index:1000;
}
#destacados a{
    color:#fff;
}
#destacados a:hover{
    color:#cecece;
}
.destacado{
    display:table-cell;
    padding:10px;
    text-align:center;
    width:25%;
    vertical-align: middle;
}
.destacado-in{
    position: relative;
    display:table-cell;
    vertical-align: middle;
    width:56%;
    height:120px;
    padding:10%;
    color:#fff;
    background-color: #1e2158;
    overflow: hidden;
}
.destacado-in a{
    position: relative;
    z-index: 2;
}
.destacado-in img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
    opacity: 0.2;
}
/*Novedades*/
#novedades a{
    color:#1e2158;
}
#novedades a:hover{
    color:#6f718f;
}
.novedad{
    display:table-cell;
    padding:10px;
    width:50%;
}
.novedad .img{
    width:100%;
    height:300px;
    overflow:hidden;
    background-color: #1e2158;
}
.novedad img{
    width: 100%;
    height: 300px;
	object-fit: cover;
    transition: transform .2s;
}
.novedad img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
/*Noticias*/
.noticias a{
    color:#1e2158;
}
.noticias a:hover{
    color:#6f718f;
}
.noticia{
    display:table-cell;
    padding:10px;
    width:33%;
}
.noticia .img{
    width:100%;
    height:200px;
    overflow:hidden;
    background-color: #1e2158;
}
.noticia img{
    width: 100%;
    height: 200px;
	object-fit: cover;
    transition: transform .2s;
}
.noticia img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
/*Revista*/
.revista{
    display:table-cell;
    padding:10px;
    width:25%;
    text-align: center;
}
.revista img{
    width: auto;
    height: 200px;
	object-fit: cover;
    transition: transform .2s;
}
.revista img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
/*Newsletter*/
#newsletter{
    width:100%;
    background-color: #1e2158;
    padding:50px 0;
}
#newsletter h2{
    color:#fff
}
#newsletter .cn{
    width:100%;
    max-width:500px;
    margin:0 auto;
}
#newsletter a .date{
    color:#cecece;
}
#newsletter a .title{
    color:#fff;
}
#newsletter .title{
    display:block;
    width:100%;
    margin-top:10px;
    text-align:center;
    border-bottom:2px solid #fff;
    font-size:25px;
}
/*Noticias*/
#eventos{
    width:100%;
    background-color: #1e2158;
    padding:30px 0;
}
#eventos h2{
    color:#fff
}
#eventos a{
    color:#1e2158;
}
#eventos a:hover{
    color:#6f718f;
}
.evento{
    display:table-cell;
    padding:10px;
    width:33%;
}
.evento .img{
    width:100%;
    height:200px;
    overflow:hidden;
    background-color: #1e2158;
}
.evento img{
    width: 100%;
    height: 200px;
	object-fit: cover;
    transition: transform .2s;
}
.evento img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
.evento .title{
    padding:5px 20px;
    background-color: #fff;
}
/*Más Items*/
/*Noticias*/
.item{
    display:table-cell;
    padding:10px;
    width:33%;
    text-align: center;
    vertical-align: middle;
}
.item img{
    width: 50%;
    height: auto;
}
.show-more{
    padding: 5px 15px;
    color: #1e2158;
    background-color: #fff;
    font-size: 16px;
    text-shadow: none;
}
.show-more:hover{
    color: #fff;
    background-color:#1e2158;
}
/*Insumos*/
#insumos .titulo{
    background-color: #1e2158;
    color: #fff;
    padding:10px;
}
#insumos table{
    background-color: #eeeeee;
    font-size:13px;
    width:100%;
    border-spacing: 0;
    border-collapse:collapse;
}
#insumos table th{
    border-bottom:2px solid #000;
    padding:5px;
}
#insumos table td{
    border-bottom:1px solid #cecece;
    padding:5px;
}
#insumos a{
    font-size: 14px;
    line-height: 12px;
}
/*Ads*/
#anuncios{
    width:100%;
    background-color: #1e2158;
    padding:30px 0;
}
.ads div{
    text-align:center;
}
img.bw {
    filter: grayscale(1);
}
.slick-slide img{
    margin:auto;
    left:auto;
}
/*footer*/
footer{
    background-color: #1e2158;
    color:#fff;
    text-align:center;
    font-size:12px;
    padding:30px 0;
}
footer a{
    color:#b9b9b9
}
footer a:hover{
    color:#cecece;
}
footer #redes-footer{
    font-size:15px;
    margin:15px 0;
}
footer #redes-footer a{
    color:#fff;
    margin:0 15px;
}
footer #redes-footer a:hover{
    color:#cecece;
}
header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
	background:#024959;
}
/*Whatsapp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}
.my-float{
	margin-top:16px;
}
#mobile-menu-bars{
    display:none;
    text-align: right;
}
#mobile-menu{
    /*display: none;*/
    width:70%;
    height: 100vh;
    position:fixed;
    top:0;
    left:100%;
    background-color: #fff;
    overflow-y: auto;
    z-index:4000;
}
#mobile-menu ul{
    list-style: none;
}
#mobile-menu ul li{
    padding:15px 25px;
    border-bottom: 1px solid #cecece;
    font-size:17px;
}
#mobile-menu-close{
    width: 95%;
    text-align: right;
    padding-right: 5%;
    margin-top: 10px;
    font-size: 30px;
}
#mobile-menu ul li ul li{
    border-bottom: none;
}
#mobile-menu ul li a i{
    color: #cecece;
}
#mobile-menu-bars i{
    font-size: 22px;
}
#mobile-menu ul li:hover > ul {
 display:block;
}
#mobile-menu ul ul {
 display:none;
}
#mobile-menu ul li a {
    color: #1e2158;
}
.revista-mobile{
    display: none!important;
}
.header-background-tittle {
    background-image: url("/assets/img/title_background.jpg");
    border-bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #fff!important;
}
.header-global {
    padding: 60px 0 40px;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.header-left {
    margin-right: auto;
}
.header-right {
    margin-left: auto;
    position: relative;
    top: 16px;
}
.header-right a:hover{
    background-color: #fff;
    color:#1e2158!important;
}
.title-header {
    color: #fff;
    font-size: 40px;
    line-height: 43px;
    margin-top: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px){
    .article .articulo img{
        width:100%!important;
    }
}
@media only screen and (max-width: 980px){
    
    #menu, .header-right{
        display:none;
    }
    #menu-institucional{
        display: none;
    }
    #mobile-menu-bars{
        display: block;
    }
    .sidebar{
        padding-left: 0!important;
    }
    .revista{
        width:50%;
    }
    .revista img {
        width: 100%;
        height: auto;
    }
    .revista-no-mobile{
        display: none!important;
    }
    .revista-mobile{
        display: block!important;
    }
}
@media only screen and (max-width: 860px){  
    #destacados{
        display:none;
    }
}
@media only screen and (max-width: 800px){  
    .table, .destacado, .destacado-in, .novedad, .noticia, .evento, .item{
        display:block;
        width:90%;
        margin:0 auto;
    }
    .table-row, .table-cell{
        display:block;
        width:100%;
        margin:0 auto;
    }
    .content .in {
        padding: 0;
    }
    #header .table{
        display: table;
    }
    #header .table-row{
        display: table-row;
    }
    #header .table-cell{
        display: table-cell;
        vertical-align: middle;
    }
    .article .in .table-row .table{
        display: table;
    }
    .article .in .table-row .table-row{
        display: table-row;
    }
    .article .in .table-row .table-cell{
        display: table-cell;
        vertical-align: middle;
        width:33%;
    }
    #mas, #eventos{
        display:none;
    }
    #pre-header{
        font-size:18px;
    }
    .menu_bar {
        display:block;
    }
    .novedad .img {
        height: 200px;
    }
    .novedad img {
        height: 200px;
    }
    .slideshow-container .text {
        font-size: 35px;
        left: 35px;
        bottom: 100px;
        width: 70%;
    }
    #header .content{
        width: 97%;
    }
    #header .content .in{
        padding:0;
    }
    #logo img{
        width:100%;
        max-width:100px;
    }
    #newsletter .title {
        font-size: 20px;
    }
    footer #redes-footer{
        font-size:18px;
    }
}
/*articles*/
.article{
    margin:75px 0;
}
.article h1{
    font-size: 40px;
    font-weight: 400;
    line-height: 43px;
    padding-bottom: 40px;
}
.article .date{
    color:#979696;
    margin-bottom:20px;
    font-size:12px;
    text-transform: uppercase;
}
.article .date a{
    font-size:12px;
}
.article .social a{
    color:#1e2158;
    margin-right:15px;
}
.article .social i{
    font-size:22px;
}
.article .social{
    text-align: right;
    margin-bottom:20px;
}
.article .intro{
    margin:30px 0;
}
.article img{
    width:100%;
    height:auto;
}
.side-img{
    width:70px;
    height:50px;
}
.side-img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
    transition: transform .2s;
}
.side-img img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
.article .articulo{
    margin:30px 0;
}
.article .articulo img{
    width:40%;
    height:auto;
    margin:20px auto;
}
.article .table-cell{
    vertical-align: top;
}
.sidebar{
    padding-left:40px;
}
.sidebar a{
    color:#1e2158;
}
.sidebar select{
    width:40%;
    padding:10px 0;
    text-align: center;
    background-color: #1e2158;
    color:#fff;
    border:1px solid #1e2158;
    font-size: 16px;
}
.sidebar input{
    width:16%;
    padding:10px 0;
    text-align: center;
    color: #1e2158;
    background-color:#fff;
    border:1px solid #1e2158;
    font-size: 16px;
    cursor:pointer;
}
.sidebar input:hover{
    background-color: #cecece;
}
.sidebar #insumos table td{
    padding:10px;
}
.sidebar .module h2{
    font-size:25px;
    margin-top:40px;
}
.sidebar .module a{
    display: block;
    width:100%;
    padding:10px 0;
    text-align: center;
    background-color: #1e2158;
    color:#fff;
    margin-bottom:2px;
    border:1px solid #1e2158;
}
.sidebar .module a:hover{
    background-color: #fff;
    color:#1e2158;
}
a.boton_descarga{
    display: block;
    width:100%;
    max-width:500px;
    padding:10px 0;
    text-align: center;
    background-color: #1e2158;
    color:#fff;
    margin-bottom:2px;
    border:1px solid #1e2158;
}
a.boton_descarga:hover{
    background-color: #fff;
    color:#1e2158;
}
a.button{
    display: block;
    width:100%;
    max-width:500px;
    padding:10px 0;
    text-align: center;
    background-color: #1e2158;
    color:#fff;
    margin-bottom:2px;
    border:1px solid #1e2158;
}
a.button:hover{
    background-color: #fff;
    color:#1e2158;
}
.category .img{
    width: 130px;
    height: 65px;
    float:left;
    margin-right:10px;
    overflow:hidden;
    background-color: #1e2158;
}
.category .img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
    transition: transform .2s;
}
.category .img img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
.tags a{
    padding: 10px;
    background: #cecece;
    color: #000;
    font-size: 11px;
}
.tags a:hover{
    background: #a3a3a3;
}
.service{
    border:1px solid #cecece;
    padding:20px;
    margin:10px 0 !important;
    box-shadow: #cecece 1px 1px 1px;
}
.article .image .img{
    width:100%;
    height:auto;
    overflow:hidden;
    background-color: #1e2158;
    margin:0 auto;
}
.article .image .img img{
    width: 100%;
    height: auto;
	object-fit: cover;
    transition: transform .2s;
}
.article .image .img img:hover {
    transform: scale(1.01);
    opacity:0.8;
}
.category .more{
    display: block;
    margin-top: 17px;
    text-align: right;
}