/* FONTS */
/* FUENTES GURABO*/
@font-face {
    font-family: "GilroyBold";
    src: url("../fonts/Gilroy-ExtraBold.otf");
    font-style: normal !important;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "GilroyLight";
    src: url("../fonts/Gilroy-Light.otf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
/*FUENTES ANTERIORES
@font-face {
    font-family: "BrandonBlak";
    src: url("../fonts/Brandon_blk.otf");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "BrandonMed";
    src: url("../fonts/Brandon_med.otf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "BrandonRegular";
    src: url("../fonts/Brandon_reg.otf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "ComfortaaBold";
    src: url("../fonts/Comfortaa-Bold.ttf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "ComfortaaRegular";
    src: url("../fonts/Comfortaa-Regular.ttf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "ComfortaaLight";
    src: url("../fonts/Comfortaa-Light.ttf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "ALoveOfThunder";
    src: url("../fonts/ALoveOfThunder.ttf");
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}*/
/* MENU */
.navbar{
    font-family: 'GilroyLight' !important;
    box-shadow: 0px 0px 20px 3px grey !important;
}
.navbar-brand{
    width: 15% !important;
}
.navbar-light .navbar-toggler{
    border-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link:hover, .nav-link:hover {
    color: #FF9100 !important;
}
.icono-tienda{
    width: 60%;
}
.icono-tienda:hover{
    opacity: 0.8;;
}
nav.navbar a.navbar-brand img {
    width: 90% !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-menu{
    font-size: 4em !important;
    padding-bottom: 2rem !important;
}

/* GENERALES */
header{
    background-size: cover;
    height: 46vw;
}

#index{
    background-image: url(../img/header.jpg);
}

body, a.nav-link{
    color: #4D4F52 !important;
}

h1{
    text-align: center;
    font-family: 'GilroyBold';
    color: #4D4F52;
    letter-spacing: 3px;
}
h2{
    font-family: 'GilroyLight';
    font-size: 40px !important;

}
a{
    text-decoration: none;
}

.linea{
    background: linear-gradient(transparent 0%, #FF9100 0%) no-repeat;
    padding-bottom: 8px;
    width: 195px;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

section .container p{
    text-align: center;
    font-family: 'GilroyLight';
    font-size: 24px;
    line-height: 26px;
}

.card-title{
    font-family: 'GilroyBold';
    font-weight: 300 !important;
}

/* YOUTUBE */

/* LINK TIENDA */
section.link-tienda h1{
    color: #FFF;
    margin-bottom: 0px;
    padding: 20px;
}

.bg-celeste{
    background: #0BD5CA;
}
.bg-rosa {
    background-image: url('../img/bg-link-tienda.png');
    background-color: #F460AD;
    background-size: cover;
    background-position: left;
}


/* FOOTER */
footer{
    border-bottom: 20px solid #FF9100;
}
footer .logo-footer{
    width: 10% !important;
}
footer .pliticas{
    font-family: 'GilroyLight';
    font-size: 18px;
    letter-spacing: 1.1px;
}
footer .copy{
    font-family: 'GilroyBold';
    font-size: 16px;
    letter-spacing: 1.2px;
}
.iconos-redes img{
    width: 3rem;
}

.imagenesAlbum{
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.botonAlbum{
    color: white;
    background-color: #D42680;
    width: 10%;
    border-radius: 0px !important;
    font-size: 15px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
@media (max-width: 992px){
    /* FOOTER */
    .iconos-redes{
        width: 15% !important;
    }
    .barra-footer{
        display: none;
    }
    footer .pliticas{
        font-size: 17px;
    }
    footer .logo-footer {
        width: 25% !important;
    }


}

@media (max-width: 576px){
    nav.navbar a.navbar-brand img{
        width: 200% !important;
    }
    
    section.contactanos h1 {
        font-size: 32px;
    }
    .info-contacto p {
        font-size: 21px !important;
        line-height: 26px !important;
    }

    footer .logo-footer {
        width: 40% !important;
    }
    footer ul li{
        font-size: 14px;
    }
    footer .pliticas {
        font-size: 12px;
    }
    footer .copy{
        font-size: 14px;
    }
    .iconos-redes img {
        width: 2.5rem;
    }  
    
}

 /*//////////////////////////////////Nuevos css pag gurabo////////////////////////////////*/
.tituloPyS{
    text-align: center;
    margin-bottom: 3rem;
}

.PyS{
    text-align: center;
    margin-bottom: 14px;

}

.botonPyS{
    color: white !important;
    background-color: #56ACC9;
    width: 25%;
    border-radius: 0px !important;
    font-size: 19px;

}

.botonPyS:hover ,.botonNot:hover {
    color: white;
    opacity: 0.8;
}

.img-fotos{
    width: 85% !important;
    margin-top: 2rem;
}

.title{
    text-align: left;
    font-family: 'GilroyBold';
    color: #4D4F52;
    font-size: 14px !important;

}

.text {
    text-align: left !important;
    font-size: 12px !important;
    padding-bottom: 5px!important;
}
 a {
     color: white !important;
 }

.botonNot{
    color: white;
    background-color: #D42680;
    width: 12%;
    border-radius: 0px !important;
    font-size: 19px;
    margin-top: 2rem;

}

section.lila {
    background-color: #835D8D;
    margin-top: -36rem;
    padding-top: 506px !important;
}

.txtNoticias{
    font-size: 16px !important;
    text-align: left !important;
    /*width: 75%;*/
}

.fechaPublic{
    font-size: 13px !important;
    text-align: left !important;
}
.colInfoNot{
    text-align: left;
    background-color: white;
}
.colImgNot{
    padding: 0px !important;
}

h4{
    font-family: 'GilroyBold';
    color: #4D4F52;
    letter-spacing: 1px;
    font-size: 19px;
    margin-top: 1rem;
}
.botonNoticiasCol{
    color: white;
    background-color: #D42680;
    width: 25%;
    border-radius: 0px !important;
    font-size: 15px;
    /*margin-top: 1rem;*/
    margin-bottom: 1rem;
}

.colInfoNot2{
    text-align: left;
    background-color: #4D4D4D;
}
.btnNotW{
    width: 30% !important;
}

/* SECCION OFICINA ALCALDESA*/
.titleOf{
    font-size: 30px !important;
    font-family: 'GilroyBold' !important;
    color: #D42680;
    margin-top: 4rem;

}

.subTitOf{
    font-size: 18px !important;
    font-family: 'GilroyBold' !important;
    color: #000000;
}

.textOf{
    font-size: 17px !important;
    text-align: left !important;
    color: black;
}
.textOfAlcadesa{
    font-size: 17px !important;
    /*text-align: center !important;*/
    color: black;
}
.imgOf{
    width: 80% ;
}

.iconOf{
    width: 11% !important;
    position: absolute;
    margin-top: 70px;
    margin-left: -58px;
}

section.alcaldesa{
    background-image: url(../img/PyS/fond1.png);
     /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.card{
    background-color: #fff0 !important;
}

/*SECCION DEPARTAMENTO DE ARTE Y CULTURA*/

.imgArte{
    width: 80% ;

}
.iconArte{
    width: 11% !important;
    position: absolute;
    margin-top: 21px;
    margin-left: -58px;
}

.titleArte{
    font-size: 30px !important;
    font-family: 'GilroyBold' !important;
    color: #D42680;

}

/*S3ECCION RECREACION Y DEPORTE */
.imgDep{
    width: 105% ;

}

.iconDep{
    width: 11% !important;
    position: absolute;
    margin-top: 14px;
    margin-left: -58px;
}

.titleDep{
    font-size: 30px !important;
    font-family: 'GilroyBold' !important;
    color: #D42680;
    margin-top: 2rem;
}

.subTitDep{
    font-size: 19px !important;
    font-family: 'GilroyBold' !important;
    color: #000000;
    text-align: left;
}

/* SECCION OFICINA DE TRANSPORTACION FEDERAL*/
.imgTransp{
    width: 90%;
}

.titleTransp{
    font-size: 30px !important;
    font-family: 'GilroyBold' !important;
    color: #D42680;
    margin-top: 2rem;
}
.iconTransp{
    width: 15% !important;
    position: absolute;
    margin-top: 16px;
    margin-left: -58px;
}

/* SECCION seguridad PÚBLICA*/
.titleSeg{
    font-size: 30px !important;
    font-family: 'GilroyBold' !important;
    color: #D42680;
    margin-top: 2rem;
}

.imgSeguridad{
    width: 100%;
}

.iconSeg{
    width: 10% !important;
    position: absolute;
    margin-top: 6px;
    margin-left: -58px;
}

.iconEmergencias{
    width: 11% !important;
    position: absolute;
    margin-top: 42px;
    margin-left: -107px;
}

/*SECCION HUELLAS DE VIDA */
.imgHuellas{
    width: 85%;
}

.iconHuellas{
    width: 11% !important;
    position: absolute;
    margin-top: 105px;
    margin-left: -69px;
}

/*SECCION OFICINA DE LA MUJER Y VICTIMAS DE VIOLENCIA DE GENERO*/
.imgMujer{
    width: 95%;
}

.iconMujer{
    width: 10% !important;
    position: absolute;
    margin-top: 60px;
    margin-left: -58px;
}

/* SECCION Centro de Servicios Integrados al Ciudadano */
.iconCiud{
    width: 16% !important;
    position: absolute;
    margin-top: 60px;
    margin-left: -58px;
}

/* SECCION CENTRO DE RECUADOS MUNICIPALES*/
.iconCrim{
    width: 15% !important;
    position: absolute;
    margin-top: 60px;
    margin-left: -111px;
}

/*SECCION HUELLITAS DE AMOR */
.imgHuellitas{
    width: 100%;
}

.iconHuellitas{
    width: 12% !important;
    position: absolute;
    margin-top: 83px;
    margin-left: -57px;
}


/*SECCION BIEN ESTAR ANIMAL */

.imgAnimales{
    width: 93%;
}

.iconAnimales{
    width: 12% !important;
    position: absolute;
    margin-top: 66px;
    margin-left: -120px;
}


/*SECCION HISTORIA*/
.subTitHistoria{
    font-size: 23px !important;
}

.textHistoria{
    text-align: left !important;
    font-size: 18px !important;
}

section.origen {
    background-color: #56a7c426;
    background-image: url(../img/fondoOrigen.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.logoRedondo {
    width: 15%;
    position: absolute;
    margin-left: 24rem;
    margin-top: -12rem;
}

section.celeste {
    background-color: #56a7c426;
}

.textHistoriaRight{
    text-align: right !important;
    font-size: 18px !important;
}


.img3{
    height: 18rem !important;
}

section.himno{
    background-image: url(../img/fondoHimno.png);
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;

}
.textHistoriaCenter{
    text-align: center !important;
    font-size: 18px !important;
}
section.lilaHist{
    background-color: #835D8D;
}
.botonLibro{
    color: white !important;
    background-color: #56ACC9;
    width: 33%;
    border-radius: 0px !important;
    font-size: 19px;
    margin-top: 5rem;
}
.imgClick{
    width: 3%;
    position: absolute;
    margin-top: 7rem;
    margin-left: -4rem;
}
.imgRompe{
    width: 37% !important;
}
.btnFotos{
    position: absolute;
    margin-top: -8rem;
    margin-left: 711px;
}

.redondo{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #D42680;
    border: 1px solid transparent;
    margin-left: 52%;
    margin-top: -10%;
}
.txtFotosBoton{
    margin: 0px !important;
    font-size: 19px !important;
    color: white !important;
}

/*ADAPTACION MOVIL */
@media (max-width: 550px){
    .botonPyS{
        width: 90% !important;
    }
    .tituloPyS {
        font-size: 27px !important;
    }

    section .container p {
        text-align: center;
        font-family: 'GilroyLight';
        font-size: 18px;
        line-height: 20px;
    }
    .botonNot {
        width: 50% !important;
    }

    h2 {
        font-family: 'GilroyLight';
        font-size: 33px !important;
    }

    section.lila {
        background-color: #835D8D;
        margin-top: -374px;
        padding-top: 276px !important;
    }
    .btn-menu{
        font-size: 4em !important;
        padding-bottom: 0rem !important;
    }
    .botonNoticiasCol{
        width: 38% !important;
    }
    .botonAlbum{
        width: 38% !important;
    }
    .colImgNot{
        padding-bottom: 5px !important;
    }
    .colInfoNot{
        padding-bottom: 5px !important;
    }
    .colInfoNot2{
        padding-bottom: 5px !important;
    }
    .btnNotW{
        width: 33% !important;
    }
    .img3{
        height: 14rem !important;
    }
}
@media (max-width: 576px){
    .logoRedondo{
        width: 40%;
        position: relative !important;
        margin-left: 0rem !important;
        margin-top: -7rem;
    }

    .imgEscudo{
        width: 50% !important;
    }

    .imgBandera{
        width: 60% !important;
    }
    .imgEscaleras{
        width: 50% !important;
    }
    .txtEscaleras{
        padding: 0rem !important;
    }
    .imgRompe{
        width: 70% !important;
    }
    .imgHombre{
        width: 87% !important;
    }
    .botonLibro{
        width: 85% !important;
    }
    .imgClick{
        width: 7% !important;
        margin-top: 6rem;
        margin-left: -3rem;
    }
    .imagenesAlbum{
        height: 230px;
        width: 230px;
        object-fit: cover;
    } 
}
@media (min-width: 577px) and (max-width: 700px){
    .logoRedondo {
        width: 24%;
        position: absolute;
        margin-left: 4rem;
        margin-top: -8rem;
    }
    .imgEscaleras{
        width: 40% !important;
    }
    .txtEscaleras{
        padding: 0rem !important;
    }
    .imgRompe{
        width: 60% !important;
    }
    .imgHombre{
        width: 75% !important;
    }
    .botonLibro{
        width: 82% !important;
    }
    .imgClick{
        width: 6% !important;
    }
    .imagenesAlbum{
        height: 240px;
        width: 240px;
        object-fit: cover;
    } 
}
@media (min-width: 701px) and (max-width: 900px){
    .logoRedondo {
        width: 22%;
        position: absolute;
        margin-left: 11rem;
        margin-top: -9rem;
    }
    .imgEscaleras{
        width: 40% !important;
    }
    .imgRompe{
        width: 60% !important;
    }
    .imgHombre{
        width: 75% !important;
    }
    .botonLibro{
        width: 82% !important;
    }
    .imgClick{
        width: 6% !important;
    }
    .imagenesAlbum{
        height: 240px;
        width: 240px;
        object-fit: cover;
    } 
}
@media (min-width: 901px) and (max-width: 1200px){
    .logoRedondo {
        width: 18%;
        position: absolute;
        margin-left: 11rem;
        margin-top: -10rem;
    }
    .botonLibro{
        width: 50% !important;
    }
}
@media (min-width: 551px) and (max-width: 1200px){
    .botonPyS{
        width: 50% !important;
    
    }
    .botonNot {
        width: 30% !important;
    }
    .btn-menu{
        font-size: 4em !important;
        padding-bottom: 0rem !important;
    }
    .botonNoticiasCol{
        width: 33% !important;
    }
    .botonAlbum{
        width: 33% !important;
    }
    .colImgNot{
        padding-bottom: 5px !important;
    }
    .colInfoNot{
        padding-bottom: 5px !important;
    }
    .colInfoNot2{
        padding-bottom: 5px !important;
    }
    .btnNotW{
        width: 33% !important;
    }
    .img3{
        height: 12rem !important;
    }
    

}

@media (min-width: 1550px){
    .logoRedondo{
        width: 12% !important;
    }
}

/*@media (min-width: 768px) and (max-width: 991px){
    .redondo {
        display: block;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: #D42680;
        border: 1px solid transparent;
        margin-left: 52%;
        margin-top: -10%;
    }
    .txtFotosBoton{
        margin: 0px !important;
        font-size: 13px !important;
    }

}
@media (min-width: 460px) and (max-width: 767px){
    
    .redondo {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #D42680;
        border: 1px solid transparent;
        margin-left: 51%;
        margin-top: -10%;
    }
    .txtFotosBoton{
        margin: 0px !important;
        font-size: 10px !important;
    }
}

@media (min-width: 400px) and (max-width: 459px){
    .redondo {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #D42680;
        border: 1px solid transparent;
        margin-left: 51%;
        margin-top: -10%;
    }
    .txtFotosBoton{
        margin: 0px !important;
        font-size: 7px !important;
    }
}

@media (max-width: 399px){
    .txtFotosBoton{
        margin: 0px !important;
        font-size: 7px !important;
        line-height: 10px !important;
    }
    .redondo {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #D42680;
        border: 1px solid transparent;
        margin-left: 52%;
        margin-top: -10%;
    }
}*/
@media (min-width: 992px) and (max-width: 1200px){
    .imagenesAlbum{
        height: 200px;
        width: 200px;
        object-fit: cover;
    }
}