* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: montserrat;
}

body {
    /*background: rgb(147, 221, 250);*/
    /*background-color: rgb(181, 233, 255);*/
    background-color: rgb(127, 217, 255);
}

#menu {
    color: aliceblue;
    flex-flow: row;
    /*margin: 10%; */
}

#menu ul li a:hover {
    color: #2a98f9;
}

#menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    /* justify-content: space-between;*/
    width: 100%;
    height: 100%;
    font-weight: bold;
    list-style: none;
}

#menu ul li a {
    text-decoration: none;
    color: aliceblue;
    margin-right: 60px;
    font-size: 22px;
}

.btn {
    text-shadow: 3px 2px 0px rgb(30, 0, 128);
}

.logo-economic {
    background-color: #190eaf;
}

.logo-economic img {
    width: 75%;
    height: 75%;
    margin-left: 10%;
}

hr {
    margin: 0em;
}

.texto1 {
    text-align: center;
}

.articulo {
    width: 80%;
    /* cambio de ancho */
    justify-content: center;
    background: aliceblue;
    margin: 5em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

@media (max-width:500px) {
    .articulo {
        width: 90%;
    }
}
.imagenes{
   display: grid;
   place-items: center;
   background: #03003a;
}
.imagen-1 {

    width: 480px;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-image: url('/BLOG/internet-2/ioT-1.jpg');
}
.imagen-2 {
    width: 480px;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-image: url('/BLOG/internet-2/ioT-2.jpg');
}

@media (max-width:720px){
    .imagen-1, .imagen-2, .imagen-3, .imagen-4{
        width: 300px;
        height: 300px;
    }
}
@media (max-width:420px){
    .imagen-1, .imagen-2, .imagen-3, .imagen-4{
        width: 250px;
        height: 250px;
    }

}
.titulo {
    /*width: 100%;*/
    /*background-color: rgb(49, 108, 255);
       margin: 1.5em;
       border-radius: 6px;
     height: 300px; /* Altura de tu contenedor */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(58, 58, 58)), url('./Coverblog-horizontal2.jpg');
    background-size: cover;
    /* Ajusta el tamaño de la imagen de fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    margin: 1.5em;
    justify-content: center;
    border-radius: 6px;
}

.titulo h1 {
    color: whitesmoke;
    padding: .6em;
    font-weight: 700;
    font-size: 3.2em;
    /*line-height: 6.5em;*/
}

/*.imagen img{
       width: 100%;
       height: 18em;
   }
   */
.sub {
    margin: 1em;
    text-align: center;
}

.sub h2 {
    margin: 1.5em;

}

.subtitulo {
    margin: 1.5em;
    text-shadow: 3px 0px 0 rgb(92, 201, 247);
}

.subtitulo h2 {
    padding: .6em;
    font-weight: 900;
    text-align: center;
    font-size: 2.2em;
    color: rgb(54, 54, 54);
}

p {
    margin: 1.5em;
    padding: .5em;
    font-size: 1.1em;
    font-weight: 400;
}

span {
    font-weight: 700;
    /*text-shadow: 0px 2px 0 rgb(106, 113, 237);*/
    text-shadow: 1px 1px 0 rgb(106, 165, 237);
    font-size: 1.5em;
    color: #03003a;
}


/*
h3 {
    margin: 1.5em;
    padding: .5em;
}
*/

h6 {
    font-size: 10px;
    margin: 1.5em;
    padding: .5em;
}

.firma {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;

}

.foto {
    text-align: right;
    grid-area: 1 / 1 / 2 / 2;
}

.nombre {
    grid-area: 1 / 2 / 2 / 4;
}

.firma p {
    font-size: 10px;
    font-style: italic;
}

.foto img {
    margin: 1.5em;
    width: 50px;
    height: 50px;
    border-radius: 2em;
}

hr {
    text-align: center;
    margin-inline: 8%;
}
 .sub-3 {
    text-align: center;
    margin: 1.5em;
    font-weight: 500;
    font-size: 1.3em;
}
@media (max-width:400px) {
    .articulo {
        width: 90%;
    }

    .titulo h1 {
        color: whitesmoke;
        padding: .5em;
        font-weight: 700;
        font-size: 2.3em;
    }

    .subtitulo h2 {
        padding: .5em;
        font-weight: 550;
        text-align: center;
        font-size: 1.2em;
        color: rgb(43, 41, 41);
    }

    p {
        font-size: .87em;
    }

    .imagen img {
        width: 70%;
        height: 50%;
        border-radius: 6px;
    }

    .imagen img {
        width: 15em;
        height: 10em;
        border-radius: 6px;
    }
}
/*----------------------------------- MENU DESPLEGABLE ------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

header {
    font-size: 75px;
    text-align: center;
    color: #2486df;
}

.logo {
    text-align: center;
}

.logo img {
    width: 525px;
    height: 350px;
    margin: 1em;
}



.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-135deg, #6ce9ff, #2a2af9);
    /*background: linear-gradient(-135deg, #6ce9ff, #2a2af9);
      /* background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
}

/*------------------ ACCIONES AL ACTIVAR EL BOTON DE MENU DE NAVEGACIÓN --------------*/
#active:checked~.wrapper {
    clip-path: circle(75%);
}

#active:checked~.gif img {
    /* LA CURVITA ES COMO UN IF, CONDICIONAL DE ACCION*/
    visibility: hidden;
}

#active:checked~.grid2 {
    /* LA CURVITA ES COMO UN IF, CONDICIONAL DE ACCION*/
    visibility: hidden !important;
}

#active:checked~.boxbox {
    visibility: hidden !important;
}

#active:checked~.logoeconomic {
    /* LA CURVITA ES COMO UN IF, CONDICIONAL DE ACCION*/
    visibility: hidden !important;
}

/* 
    #active:checked~ .compromiso{ //LA CURVITA ES COMO UN IF, CONDICIONAL DE ACCION
      visibility: hidden !important;
    }
    #active:checked~ .ciudad{ //LA CURVITA ES COMO UN IF, CONDICIONAL DE ACCION
      visibility: hidden !important;
    }
    */
.menu-btn {
    /*BOTON */
    position: fixed;
    /*QUE SE SIGA AVANZANDO CON LA PANTALLA*/
    z-index: 2;
    right: 20px;
    /* left: 20px; */
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(-135deg, #190eaf, #2a98f9);
    /*background: linear-gradient(-135deg, #6ce9ff, #2a2af9);*/
    /* background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
}

#active:checked~.menu-btn {
    /* background: #fff;
      color: #4158d0;*/
    background: #55f;
    color: #13c737;
}

#active:checked~.menu-btn i:before {
    content: "\f00d";
}

.wrapper ul {
    /*display: flex;*/
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: left;
    overflow: hidden;
}

.wrapper ul li {
    margin: 15px 0;
}

.wrapper ul li a {
    color: none;
    text-decoration: none;
    font-size: 60px;
    /*font-weight: 500;*/
    font-weight: bold;
    padding: 5px 30px;
    color: #fff;
    position: relative;
    line-height: 90px;
    /*ANCHO DE TEXTO MENU*/
    transition: all 0.3s ease;
    font-family: montserrat;
    overflow-y: hidden;
}

.wrapper ul li a:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 85px;
    /*GROSOR DEL COLOR BLANCO*/
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.wrapper ul li a:hover:after {
    transform: scaleY(1);
}

.wrapper ul li a:hover {
    color: #4158d0;
    font-family: montserrat;
    font-weight: bold;
}

input[type=checkbox] {
    display: none;
}

.content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -10%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
}

.content .title {
    font-size: 40px;
    font-weight: 700;
}

.content p {
    font-size: 35px;
    font-weight: 600;
}

/* --------------------------------------------------------------------- */
@media (max-width: 1220px) {
    @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: montserrat;
    }

    .wrapper {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(-135deg, #6ce9ff, #2a2af9);
        /*background: linear-gradient(-135deg, #6ce9ff, #2a2af9);
        /* background: linear-gradient(-135deg, #c850c0, #4158d0);*/
        /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
        /* clip-path: circle(25px at calc(0% + 45px) 45px); */
        clip-path: circle(25px at calc(100% - 45px) 45px);
        transition: all 0.3s ease-in-out;
    }

    /*------------------ ACCIONES AL ACTIVAR EL BOTON DE MENU DE NAVEGACIÓN --------------*/
    #active:checked~.wrapper {
        clip-path: circle(75%);
    }

    #active:checked~.gif img {
        /* LA CURVITA ES COMO UN IF, CONDICIONAL DE ACCION*/
        visibility: hidden !important;
    }

    #active:checked~.boxbox {
        visibility: hidden !important;
    }

    .menu-btn {
        /*BOTON */
        position: fixed;
        /*QUE SE SIGA AVANZANDO CON LA PANTALLA*/
        z-index: 2;
        right: 20px;
        /* left: 20px; */
        top: 20px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(-135deg, #190eaf, #2a98f9);
        /*background: linear-gradient(-135deg, #6ce9ff, #2a2af9);*/
        /* background: linear-gradient(-135deg, #c850c0, #4158d0);*/
        /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
        transition: all 0.3s ease-in-out;
    }

    #active:checked~.menu-btn {
        /* background: #fff;
        color: #4158d0;*/
        background: #55f;
        color: #13c737;
    }

    #active:checked~.menu-btn i:before {
        content: "\f00d";
    }

    .wrapper ul {
        /*display: flex;*/
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-20%, -50%);
        list-style: none;
        text-align: left;
        overflow: hidden;
    }

    .wrapper ul li {
        margin: 15px 0;
    }

    .wrapper ul li a {
        color: none;
        text-decoration: none;
        font-size: 60px;
        /*font-weight: 500;*/
        font-weight: bold;
        padding: 5px 30px;
        color: #fff;
        position: relative;
        line-height: 90px;
        /*ANCHO DE TEXTO MENU*/
        transition: all 0.3s ease;
        font-family: montserrat;
        overflow-y: hidden;
    }

    .wrapper ul li a:after {
        position: absolute;
        content: "";
        background: #fff;
        width: 100%;
        height: 85px;
        /*GROSOR DEL COLOR BLANCO*/
        left: 0;
        border-radius: 50px;
        transform: scaleY(0);
        z-index: -1;
        transition: transform 0.3s ease;
        overflow: hidden;
    }

    .wrapper ul li a:hover:after {
        transform: scaleY(1);
    }

    .wrapper ul li a:hover {
        /* Cambio en el texto color   */
        color: #4154d0;
        font-family: montserrat;
        font-weight: bold;
    }

    input[type=checkbox] {
        display: none;
    }

    .content {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(-50%, -10%);
        z-index: -1;
        text-align: center;
        width: 100%;
        color: #202020;
    }

    .content .title {
        font-size: 40px;
        font-weight: 700;
    }

    .content p {
        font-size: 35px;
        font-weight: 600;
    }
}

@media (max-width: 910px) {
    .wrapper ul {
        /*display: flex;*/
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-10%, -50%);
        list-style: none;
        text-align: left;
        overflow: hidden;
    }

    .wrapper ul li a {
        color: none;
        text-decoration: none;
        font-size: 18px;
        /*font-weight: 500;*/
        font-weight: bold;
        padding: 5px 30px;
        color: #fff;
        position: relative;
        line-height: 90px;
        /*ANCHO DE TEXTO MENU*/
        transition: all 0.3s ease;
        font-family: montserrat;
        overflow-y: hidden;
    }
}

@media (max-width: 730px) {
    .wrapper ul {
        /*display: flex;*/
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-20%, -50%);
        list-style: none;
        text-align: left;
        overflow: hidden;
    }
}

@media (max-width: 715) {
    .wrapper ul {
        /*display: flex;*/
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(0%, -50%);
        list-style: none;
        text-align: left;
        overflow: hidden;
    }
}

/*-------------------- footer ------------------------------------------------------------- */
.footer {
    background: darkblue;

}

.grid-f {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.box-1 {
    padding: 0px;
    margin: 1.8em;
    grid-area: 1 / 1 / 2 / 2;
    color: #fff;

}

.box-2 {
    text-align: center;
    margin: 1.8em;
    padding: 0px;
    grid-area: 1 / 2 / 2 / 3;
    color: #fff;
}

.logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    margin-top: 1.5em;
}

.minibox-1 {
    width: 100px;
    height: 100px;
    margin-top: 3em;
    grid-area: 1 / 1 / 2 / 2;
}

.minibox-2 {
    width: 100px;
    height: 100px;
    margin-top: 3em;
    grid-area: 1 / 2 / 2 / 3;
}

.minibox-3 {
    width: 100px;
    height: 100px;
    margin-top: 3em;
    grid-area: 1 / 3 / 2 / 4;
}


.box-3 {
    text-align: center;
    margin: 1.8em;
    padding: 0px;
    grid-area: 1 / 3 / 2 / 4;
    font-size: 1.2em;
}
.max {
    max-width: 80px;
    height: 80px;
}

.box-1 h3 {
    margin: 0px;
    padding-bottom: 1em;
    font-size: 1.3em;
}

.box-1 p {
    font-size: .8em;
    line-height: 1.2em;
}

.box-1 a {
    text-decoration: none;
}

.box-1 a p {
    padding-bottom: 1em;
}

.box-3 a {
    text-decoration: none;
}

.box-3 h4 {
    color: #fff;
    font-size: 2.1em;
}


.box-1 p {
    margin: 0px;
    padding: 0px;
}

@media (max-width:950px) {
    .grid-f {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 35px;
    }

    .box-1 {
        margin: 2em;
        grid-area: 1 / 1 / 2 / 3;
    }

    .box-2 {
        margin: 2em;
        grid-area: 2 / 1 / 3 / 2;
    }

    .box-3 {
        margin: 1em;
        grid-area: 2 / 2 / 3 / 3;
    }

    .box-3 h4 {
        font-size: 2em;
    }
}

@media (max-width:624px) {
    .grid-f {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .box-1 {
        margin: 1.5em;
        grid-area: 1 / 1 / 2 / 3;
    }

    .box-2 {
        margin: 1em;
        grid-area: 2 / 1 / 3 / 2;
    }

    .box-3 {
        text-align: center;
        grid-area: 3 / 1 / 4 / 2;
    }
    /*
    .logos {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-row-gap: 0px;
    }
    /*.minibox-1{
       
        grid-area: 1 / 1 / 2 / 2;
    }
    .minibox-2{
       
        grid-area: 2 / 1 / 3 / 2;
    }
    .minibox-3{
    
        grid-area: 3 / 1 / 4 / 2; 
    }*/
    .minibox-1, .minibox-2, .minibox-3{
        text-align: center;
        margin-top: 0em;
    }

    .box-3 h4 {
        font-size: 2.5em;
    }
}