@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none ;
}

.header {
    width: 100%;
    height: 50px;
    background: transparent;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 8;

}
.ctn_logo {
    position: absolute;
    width: 300px;
    height: 150px;
    top: 0;
    padding-left: 50px;
}
.ctn_logo img {
    display: block;
    width: 100%;
    height: 100%;
}
.principal_header {
    width: 100%;
    height:100%;
    display: flex;
    justify-content: flex-end;
}

.main_menu {
    display: flex;
    width: 100%;
    height: 100%;
    background: #004AC9;
    font: normal 14px Helvetica,Arial,sans-serif;
    position: relative;


}
.main_menu li img {
    height: 40px;
    border-radius: 10px;
}
.main_menu > li {
    height: 100%;
    position: relative;
    flex: auto;
}
.main_menu  >li > a{
    width: 100%;
    display: block;
    height: 100%;
    color: white;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #1C65C8;
    transition: all .3s;
    border-radius: 7px


}

.main_menu  > li  > a  > span{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 17px;
    padding-top: 2px;
}
.menu_title1 {
    font-size: .9em;
}
.menu_title2 {
    font-size: .8em;
}


.sub_menu {
    width: 130%;
    /*background: #000;*/
    position: absolute;
    display: none;

}

.main_menu > li:hover .sub_menu {
    display: block;
}
.sub_menu li {
    background: white;
    border-bottom: 1px solid #EBEBEB;
    width: 130%;


}
.sub_menu li a {
    display: block !important;
    width: 100%;
    text-decoration: none;
    color: #BCBCBC;
    transition: all .3s;
    font-size: 1.1em;
    line-height: 30px;
    text-align: center;


}


.sub_menu li a:hover {
    transition: all .3s;
    background: #1042B7;
    color: white
}
.main_menu > li  > a:hover {
    background: #051D57;
    transition: all .3s;
}


.container_slider {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    margin-top: -50px;
}
.container_slider img {
    display: block;
    width: 100%;
    height: 100%;
}

.container_contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: #004ACA;
    z-index: 9;
}
.item_contact {
    width: 90%;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    /*justify-content: center;*/
    align-items: center;
    text-align: center;
}

.nombre_alcalde {
    width: 250px;
    height: 80%;
    margin-left: 200px;
}
.mail {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mail img{
    width: 17px;
    height: 17px;
}
.socials {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item_social {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.item_social img{
    width: 17px;
    height: 17px;
}

.consulta {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 15px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.consulta span {
    font-size: .9em;
    letter-spacing: .8px;
}
.consulta a {
    width: 200px;
    height: 30px;
    text-decoration: navajowhite;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
    letter-spacing: 1px;
}


.telefono {
    width: 200px;
    min-width: 100px;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid white;
    border-radius: 10px;
    margin-left: 50px;
}
.phone {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.phone img {
    width: 17px;
    height: 17px;
}

.telefono span {
    color: white;
    font-weight: bold;
    padding-right: 10px;
}
.container_contact >  div {
    /*margin-left:  2px;*/
}



.noticias {
    width: 100%;
    /*height: auto;*/
    height: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;

}
.main_noticias  {
    width: 93%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;



}
.title{
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 30px;
}
.ondas_content {
    position: absolute;
    z-index: 6;
    top: 0;
    width: 100%;
    height: 200px;
}
.ondas_content img {
    width: 100%;
    height: 100%;
}


.principal_notices {
    width: 80%;
    height: 100%;
    position: relative;
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    margin-left: auto;
    margin-right: auto;

}
.item_notica {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px 0px rgba(225,225,225,1);
    cursor: pointer;
}
.item_notica:hover {
    box-shadow: -5px 36px 100px 4px rgba(150,150,150,1);
}

.ctn_img_notice {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.ctn_img_notice img {
    width: 100%;
    height: 100%;
}
.text_notice {
    width: 100%;
    height: 70px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;

}
.text_notice  span {
    width: 100%;
    text-align: center;
    display: block;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.text_descript {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    margin-top: 10px;

}
.notice_desc {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    text-align: right;
}
.notice_desc a {
    margin-right: 10px;
    font-weight: bold;
    /*text-decoration: underline ;*/
}
.notice_desc a:hover {
    text-decoration: underline !important;

}

.enlaces_frecuentes {
    width: 100%;
    /*height: auto;*/
    height: 1300px;
    position: relative;
    margin-top: 30px;
}


.main_frecuentes {
    width: 93%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.principal_frecuentes {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
}
.item_frecuentes {
    min-width: 200px;
    min-height: 200px;
    width: 250px;
    height: 250px;
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: 10px 10px 5px 0px rgba(225,225,225,1);
    overflow: hidden;
    background: #703827;
    cursor: pointer;
    transition: all .5s;
}

.ctn_img_frecuente {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.ctn_img_ctn img {
    width: 100%;
    height: 100%;
}
.ctn_img_frecuente div img {
    display: block;
    overflow: hidden;
}
.header_img {
    width: 100%;
    height: 20px;
    margin-top: 10px;
}
.center_img {
    width: 100%;
    height: 200px;
    background: #2855b7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_img {
    width: 100%;
    height: 30px;

}

.item_frecuentes:hover {
    box-shadow: -5px 36px 100px 4px rgba(150,150,150,1);
    transform: scale(1.1);
    transition: all .5s;

}

.text_frecuente {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: white;
    position: revert;
}
.text_frecuente  span {
    color: black;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;

}
.center_img img {
    height: 100px ;
    width: 150px ;
}

.icon_img {
    width: 80px !important;
    height: 80px !important;
}
.fondep_img .enlaces_externos {
    width: 100%;
    /*height: auto;*/
    height: 1300px;
    position: relative;
    margin-top: 30px;
}


.imgExter img{
    background: teal;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 300px;
    z-index: 6;
}
.footer img{
    width: 100%;
    height: 100%;
    margin-top: -48px;
}

.principal_notices a {
    text-decoration: none;
}
.sub_slider {
    height: 20vh;
    width: 100%;
   position: relative;
}
.sub_slider img{
    width: 100%;
    height: 100%;
}


.nombre_alcalde img {
    width: 100%;
    height: 100%;
}
.gestion_edil{
    position: fixed;
    width: 350px;
    height: 150px;
    z-index: 9;
    bottom: 0;
    margin-bottom: 45px;
    right: 0;
    margin-right: 10px;
}
.gestion_edil img {
    width: 100%;
    height: 100%;
}
.menu_responsive {
    height: 60vh;
    position: absolute;
    width: 200px;
    background: #051D57;
    z-index: 9;
    margin-top: 50px;
    right:  150%;
    transition: all .5s;
    overflow: hidden;

}
.show_menu {
    left: 0;
    /*width: 100px;*/
    transition: all .5s;
}
.menu_responsive >  ul{
    width: 100%;
    height: 100%;

}
.menu_responsive > ul > li {
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 20px;
   cursor: pointer;
    border-bottom:  1px solid #1C65C8;
    transition: all .5s;

}
.menu_responsive > ul > li:hover {
    background: #004ACA;
    transition: all .5s;
}
.menu_responsive > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.1em;
}
.icon_res {
    padding-right: 10px;
}
.menu_responsive > ul > li a {
    color: white
}
.button_responsive {
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden
}

.button_responsive button i {
    color: white;
    cursor: pointer;
}
.button_responsive button {
    width: 90%;
    height: 90%;
    background: transparent;
    border: none;
}
@media only screen and (max-width: 750px) {
    body {
    }
    .principal_header {
        display: none;
    }
    .button_responsive {
        visibility: visible;
    }

    .menu_responsive {
        display: block !important;
    }
    .ctn_logo{
        display: block !important;
        right: 0;

    }
}

@media only screen and (max-width: 950px) {
    .item_contact {
        width: 97%;
        justify-content: space-between;
    }
    .nombre_alcalde {
        width: 250px;
        margin-left: 0;

    }
    .consulta {
        width: auto;
        flex: auto;
    }
}
@media only screen and (max-width: 680px) {
    .nombre_alcalde {
        width: 200px;
        margin-left: 0;

    }
}

@media only screen and (max-width: 650px) {
    .item_contact {
        width: 95%;
    }
    .telefono span {
        font-size: .9em;
    }
    .telefono div {
        display: none;
    }
    .consulta  {
        display: none;
    }
    .container_slider {
        height: 70vh;
    }
    .ctn_logo {
        width: 260px;
        height: 140px;
    }

}

@media only screen and (min-width: 550px) {
   

    .main_menu {
        width: 600px;
        height: 40px;
        border-radius: 10px ;
        margin-right: 100px;
        margin-top: 10px;
        display: flex;justify-content: center;

    }
    .main_menu >  li {
        border-bottom-left-radius:10px ;
        border-top-left-radius: 10px;
    }
    .main_menu  > li  >  a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .main_menu li img {
        height: 25px;
    }
    .main_menu  >li >  a   >span{

        line-height: 15px;
    }
    .menu_title1 {
        font-size: .9em;
    }
    .menu_title2 {
        font-size: .7em;
    }


}
@media only screen and (min-width: 550px) {
    .item_notica {
        width: 48%;
        margin-bottom: 20px;
    }
    .item_frecuentes {
        width: 48%;

    }
    .enlaces_frecuentes {
        height: 700px;
    }
    .enlaces_externos {
        height: 700px;
    }
    .noticias {
        height: auto;
    }
}
@media only screen and (min-width: 750px) {
    .item_frecuentes {
        width: 30%;

    }
    .enlaces_frecuentes {
        height: auto;
    }
    .enlaces_externos {
        height: auto;
    }
}
@media only screen and (min-width: 1000px) {
    .item_notica {
        width: 30%;
        margin-bottom: 20px;
    }
    .noticias {
        height: auto;
    }

    .item_frecuentes {
        width: 23%;

    }
    .enlaces_frecuentes {
        height: auto;
    }
    .enlaces_externos {
        height: auto;
    }

}
@media only screen and (max-width: 1050px) {

    .ctn_logo {
        display: none;
    }
}
@media only screen and (max-width: 960px) {

    .consulta span {
        display: none;
    }
}


