@import url(https://fonts.googleapis.com/css?family=Hind+Guntur);
@import url(menu.css);


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Hind Guntur', sans-serif;
}

footer{
    height: 300px;
    width: 100%;
    background-color: #5F4521;
    color: white;
}

.imagen_menu{
    border-radius: 50%;
    padding: 2px;
    background-color: tomato;
    height:40px;
    width: 40px;
    position: relative;
    margin: 2px;
    float: right;
}
.imagen_portada{
    border-radius: 50%;
    padding: 5px;
    background-color: tomato;
}

.contenido{
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 200px;
    margin-top: 50px;
}

.contenido_inicio{
    margin-top: 100px;
    margin-bottom: 100px !important;
}
.titulo{
    text-align: center;
}

.servicio{
    background-color: gainsboro;
    width: 80%;
    padding-top: 1px;
}

.titulo_servicio{
    background-color: #F79F35;
    color: white;
    margin: 10px;
}

.contenido_servicio{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
}
.contenido_servicio > ol, .lista {
    -webkit-margin-start: 30px;
}

.titulo_servicio > h3{
    padding-left: 10px !important;
}

.footerdiv{
    text-align: left;

    padding-top: 70px !important;
    padding-left: 30px !important;

}

.footerdiv > img{
    float: right;
}
.link_contacto{
    color: white;
}

ul.lista_zil{
    list-style: decimal;
    padding-bottom: 25px;
    padding-left: 35px;
}
ul.lista_zil > li > a{
    color: #4F4F50;
    text-decoration: none;
}


@media(max-width: 480px){
    .logo_portada_seccion{
        width: 150px !important;
        height: 150px !important;
    }
    
    .logo_portada_incubadora{
        width: 250px !important;
        height: 100px !important;
    }
    
    .img-zona-industrial-1, .img-zona-industrial-2{
        width: 250px !important;
        height: 100px !important;
    }

    .contenido{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 70px;
        margin-top: 20px;
    }
    .contenido > p{
        text-align: justify; 
    }
    footer{
        height: 350px;
    }
    
    .sub_menu > ul  > li > a{
        padding: 15px 10px;
    }
    
    .sub_menu > ul  > li:hover{
        background: rgba(0,0,0,.4)
    }
    
}


.noticias_principales,.imagen_principal_seccion_div{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.imagen_noticias{
    width: 100% ;
    height: 479px !important;
    background: #333 !important;
}

.imagen_principal_seccion{
    width: 100% ;
    /*height: 479px !important;*/
    background: #333 !important;
}

/* noticias secundarias */
.not_secundarias_intro{
    text-align: center;
    margin-top: 50px;
}
.contenedor{
    margin-left: 50px;
    margin-right: 50px;
}

.img_not_sec{
    width: 100%;
}

.thumbnail-noticia > a > div.caption{
    height: 330px;

}

/* subnoticias */

.contendor-tramite{
    margin-top: 30px !important;
    margin-bottom: 50px;
    margin-left: 2em;
    margin-right: 2em;
}
.contendor-tramites > div.row{
    margin-top: 20px;
}
