@media only screen and (max-width: 3840px){

    .seccion-portada-gobierno{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-gobierno.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 1200px;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-gobierno{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-gobierno{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-gobierno figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-gobierno figure img{
        width: auto;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-gobierno{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 50px;
    }

    .contenedor-info-gobierno h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-gobierno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .producto{
        width: 370px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-sectores{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-sectores h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-titulo-sectores p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: -70px;
        padding-bottom: 140px;
        flex-wrap: wrap;
    }

    .contenedor-sectores{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-sector{
        width: 22%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
    }

    .contenedor-sector img{
        width: 60px;
        height: 60px;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-btn-contacto-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-btn-contacto-sectores h4{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 500;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-gobierno a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        border: solid 2px #00C2CB;
    }

    .contenedor-btn-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-btn-gobierno a:hover{
        background-color: transparent;
        border: solid 2px #000000;
    }

    .contenedor-btn-gobierno a:hover span{
        color: #000000;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}

















@media only screen and (max-width: 1380px){
    
    .seccion-portada-gobierno{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-gobierno.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-gobierno{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-gobierno{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-gobierno figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-gobierno figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-gobierno{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-gobierno h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-gobierno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .producto{
        width: 31.5%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-sectores h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-titulo-sectores p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: -70px;
        padding-bottom: 140px;
        flex-wrap: wrap;
    }

    .contenedor-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-sector{
        width: 22%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
    }

    .contenedor-sector img{
        width: 60px;
        height: 60px;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-btn-contacto-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
    }

    .contenedor-btn-contacto-sectores h4{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 500;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-gobierno a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        border: solid 2px #00C2CB;
    }

    .contenedor-btn-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-btn-gobierno a:hover{
        background-color: transparent;
        border: solid 2px #000000;
    }

    .contenedor-btn-gobierno a:hover span{
        color: #000000;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}


















@media only screen and (max-width: 980px){
    
    .seccion-portada-gobierno{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-gobierno.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-gobierno{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-gobierno{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-gobierno figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-gobierno figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-gobierno h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-gobierno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-sectores h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-titulo-sectores p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: -70px;
        padding-bottom: 140px;
        flex-wrap: wrap;
    }

    .contenedor-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-sector{
        width: 48%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        margin-bottom: 40px;
    }

    .contenedor-sector img{
        width: 60px;
        height: 60px;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-btn-contacto-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-btn-contacto-sectores h4{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 500;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-gobierno a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        border: solid 2px #00C2CB;
    }

    .contenedor-btn-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-btn-gobierno a:hover{
        background-color: transparent;
        border: solid 2px #000000;
    }

    .contenedor-btn-gobierno a:hover span{
        color: #000000;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}


















@media only screen and (max-width: 780px){
    
    .seccion-portada-gobierno{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-gobierno.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-gobierno{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-gobierno{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-gobierno figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-gobierno figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-gobierno h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-gobierno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 50px;
        padding-right:50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-sectores h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-titulo-sectores h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-titulo-sectores p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: -70px;
        padding-bottom: 140px;
        flex-wrap: wrap;
    }

    .contenedor-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-sector{
        width: 48%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        margin-bottom: 40px;
    }

    .contenedor-sector img{
        width: 60px;
        height: 60px;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-btn-contacto-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-btn-contacto-sectores h4{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 500;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-gobierno a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        border: solid 2px #00C2CB;
    }

    .contenedor-btn-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-btn-gobierno a:hover{
        background-color: transparent;
        border: solid 2px #000000;
    }

    .contenedor-btn-gobierno a:hover span{
        color: #000000;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }








    .oculto{
        display: none;
        visibility: hidden;
    }
}



















@media only screen and (max-width: 580px){
    
    .seccion-portada-gobierno{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-gobierno.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-gobierno{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-gobierno{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-gobierno figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-gobierno figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-gobierno h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-gobierno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 30px;
        padding-right:30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-sectores h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-titulo-sectores h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-titulo-sectores p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: -70px;
        padding-bottom: 140px;
        flex-wrap: wrap;
    }

    .contenedor-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-sector{
        width: 48%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        margin-bottom: 40px;
    }

    .contenedor-sector img{
        width: 60px;
        height: 60px;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-btn-contacto-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-btn-contacto-sectores h4{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 500;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-gobierno a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        border: solid 2px #00C2CB;
    }

    .contenedor-btn-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-btn-gobierno a:hover{
        background-color: transparent;
        border: solid 2px #000000;
    }

    .contenedor-btn-gobierno a:hover span{
        color: #000000;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}




















@media only screen and (max-width: 480px){
    
    .seccion-portada-gobierno{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-gobierno.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-gobierno{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-gobierno figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-gobierno figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-gobierno h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-gobierno p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-gobierno a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 20px;
        padding-right:20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-titulo-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-sectores h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-titulo-sectores h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-titulo-sectores p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: -70px;
        padding-bottom: 140px;
        flex-wrap: wrap;
    }

    .contenedor-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-sector{
        width: 48%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.10);
        margin-bottom: 40px;
    }

    .contenedor-sector img{
        width: 60px;
        height: 60px;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-btn-contacto-sectores{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-btn-contacto-sectores h4{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 500;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-gobierno{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-gobierno a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        border: solid 2px #00C2CB;
    }

    .contenedor-btn-gobierno a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-gobierno a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-btn-gobierno a:hover{
        background-color: transparent;
        border: solid 2px #000000;
    }

    .contenedor-btn-gobierno a:hover span{
        color: #000000;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}