﻿
#top_cabecera_3 {
    background-color: white;
    color: #222;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: sans-serif;
}

.top_Rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: relative;
}
#marketing1_areatrabajo23A{
    display:none;
}
.nav_wrapper {
    padding: 0 20px;
}
.login {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 30px;
}

.login-img {
    width: 24px;
}

.login-text {
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: normal;
    font-size:medium;
    cursor:pointer;
}

.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    padding: 10px 0;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

    /* Cada item del menú */
    .menu-links > li {
        position: relative;
    }

    /* Submenús ocultos por defecto */
    .menu-links ul {
        display: none;
        position: absolute;
        background: white;
        list-style: none;
        padding: 0;
        margin: 0;
        min-width: 200px;
        z-index: 1000;
    }

    /* Mostrar submenú al pasar el mouse */
    .menu-links li:hover > ul {
        display: block;
    }

    .menu-links li a {
        text-decoration: none;
        color: #1a2d57;
        font-size: 15px; /* Tamaño base */
        padding: 8px 12px;
        display: block;
        background-color: transparent;
        border-radius: 4px;
    }

/* Responsive */

.custom-carousel {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    height: -webkit-fill-available;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    display: none;
    position: relative;
    text-align: center;
}

    .carousel-item img {
        width: 100%;
        height: auto;
        z-index: 1;
        position: relative;
    }

    .carousel-item.active {
        display: block;
    }

.caption {

    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    color: white;
    papadding: 20px;
    border-radius: 10px;
    color: white;
    z-index: 10;
    width: fit-content;
    max-width: 40%;
    font-size: 2rem; /* Tamaño grande */
    text-align: left;
}

.carousel-caption {
    left: 55px;
    text-align: start !important;
    width:80%;
}

.caption-2 {
    left: auto;
    right: 55px;
    transform: translateY(-50%);
    max-width: 80%;
    text-align: end !important;
}

.caption-3 {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    max-width: 80%;
}




.carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 4;
}

.indicator {
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    
}

    .indicator.active {
        background-color: #fff;
    }

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index:11;
}

.prev, .next {
    font-size: 2rem;
    color: white;
    background-color: rgba(0,0,0,0.5);
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transform: translateY(-50%);
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.foot {
    position: relative;
    width: 100%;
    background-color: #204279;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px 0; /* Espaciado interno */
    margin: 0; /* Eliminar márgenes */
    box-sizing: border-box;
}

    .foot a {
        color: #aaa; /* Color de los enlaces */
        text-decoration: none;
        margin: 0 5px; /* Espacio entre enlaces */
    }

        .foot a:hover {
            color: #fff; /* Color al pasar el ratón */
        }
.imgenenes {
    width: 100% !important;
    display: block !important;
}

.rows {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.calltoaction-container {
    border: 2px solid #3f7de0;
    border-radius: 15px;
    padding: 20px;
    margin: 20px auto;
    max-width: 90%;
    background-color: #fff;
}

.calltoaction-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.calltoaction-text {
    max-width: 70%;
}

.calltoaction-title {
    font-size: 28px; /* Se adapta */
    color: #008000;
    margin: 0;
}

.calltoaction-subtitle {
    font-size: 28px; /* Se adapta */
    color: #547ec5;
    font-weight: bold;
    margin: 10px 0;
}

.calltoaction-btn {
    background-color: #045c32;
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

    .calltoaction-btn:hover {
        background-color: #5fd9a3;
    }



.history {
    --bs-gutter-x: 0rem;
    background-color: #206865;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    background-image: url("../Imagenes/Verde_empresario.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    align-content: center;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.history-sm {
    --bs-gutter-x: 0rem;
    background-color: #206865;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.text-history {
    display: flex;
    align-items: center;
    padding: 4rem;
    font-size: x-large;
    color: #fff;
    font-weight: 400;
    line-height: 55px;
}

.col {
    flex: 1 0 0%;
}

.d-flex {
    display: flex !important;
    margin: 3rem !important;
    justify-content: center !important;
}

.dmestitlos {
    flex: 0 0 auto;
    width: 67%;
    display: flex !important;
}

.lineabaja {
    background-color: #5ca477;
    height: 5px;
    width: 50%;
    margin-bottom: 1.5rem !important;
}

.lineabajaB {
    background-color: #5ca477;
    height: 5px;
    justify-self: end;
    width: 50%;
    margin-bottom: 1.5rem !important;
}

.lineabajaC {
    background-color: #5ca477;
    justify-self: center;
    padding-left: 50px;
    height: 5px;
    width: 50%;
    margin-bottom: 1.5rem !important;
}

.titulo-carrusel {
    font-size: clamp(40px,25px, 40px);
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.subtitulo-carrusel {
    font-size: clamp(28px, 18px, 28px);
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.descripcion-corta {
    font-size: clamp(16px, 16px, 16px);
    margin-bottom: 10px;
    color: white;
}

.descripcion-larga {
    font-size: clamp(16px, 16px, 16px);
    line-height: 1.6;
    color: white;
}

.contenedorservicios {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.tarjetas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.card {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height:auto;
}

    .card:hover {
        transform: translateY(-5px);
    }

    .card img {
        width: 100%;
        display: block;
    }

.ban-title {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.list-prod {
    list-style: none;
    padding: 20px;
    margin: 0;
}

    .list-prod li {
        margin-bottom: 10px;
        font-size:l6px;
    }

    .list-prod a {
        text-decoration: none;
        color: #007BFF;
    }

        .list-prod a:hover {
            text-decoration: underline;
        }
/* Contenedor general con borde y sombra */
.contact-border {
    border: 2px solid #007bff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    background-color: #ffffff;
}

/* Flex container */
.contact-section {
    display: flex;
    padding: 20px;
    margin: 20px auto;
    max-width: 90%;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

/* Texto */
.contact-text {
    flex: 1 1 300px;
    padding: 20px;
}

/* Imagen */
.contact-img {
    flex: 1 1 300px;
    text-align: center;
}

    .contact-img img {
        width: 100%;
        max-width: 400px;
        border-radius: 10px;
    }



.sofware {
    background-color: #e8f0fe; /* Azul claro */
    font-size:40px;
}

.servicios {
    background-color: #eafbea; /* Azul claro */
    font-size: 40px;
}

.app {
    background-color: #fff3e6; /* Naranja claro */
    font-size: 40px;
}
/* Contenedor general con borde y sombra */
.contact-border {
    border: 2px solid #007bff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    background-color: #ffffff;
}

/* Flex container */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

/* Texto */
.contact-text {
    flex: 1 1 300px;
    padding: 20px;
}

/* Imagen */
.contact-img {
    flex: 1 1 300px;
    text-align: center;
}

    .contact-img img {
        width: 100%;
        max-width: 400px;
        border-radius: 10px;
    }

/* Título y línea */
.contact-title {
    color: #008000;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-line {
    width: 120px;
    border-bottom: 2px solid #7CFFC4;
    margin-bottom: 15px;
}

/* Descripciones */
.contact-desc {
    color: Black;
    font-size: 16px;
    margin: 10px 0;
}

/* Vínculos */
.contact-email, .contact-phone {
    font-size: 16px;
    margin-bottom: 10px;
}

.email-link, .phone-link {
    color: forestgreen;
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
}

    .email-link:hover, .phone-link:hover {
        text-decoration: underline;
    }

.centradodedatoaS {
    width: 100%;
    height: auto;
    justify-content: flex-end;
}

#marketing1_contendor {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(45deg, #ffffff, #a8e6a3)
}

.marketing_contenedores {
    width: 100%;
    text-align: center;
}

.fondo_titulos {
    font-size: 40px;
    color: #008000;
    margin-bottom: 15px;
}

.fondo_subtitulos {
    font-size: 28px;
    color: Black;
    margin: 20px 0 10px 0;
}

.contenedor_cuerpo {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}

.fondos_textos1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.6;
}

.flotando {
    animation: flotar 3s ease-in-out infinite;
}

#marketing1_areatrabajo23 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%; /* Asegúrate de que ocupe todo el ancho del contenedor */
    margin: 0 auto;
    padding: 0 0 0  30px;
    box-sizing: border-box;
    / /* Alinea los elementos verticalmente */
}

#marketing1_fondocontenedor {
    max-width: 70%;
    background: #FFF url('./Imagenes/Fondo_Marketing2.jpg') repeat-x top;
    padding: 0 0 0 30px;
    justify-content: space-between;
    display: flex;
    border-radius: 10px;
    position: relative;
    height: 390px;
}

.texto-cajas {
    width: 70%;
    flex: 1;
    padding: 30px 20px 0 20px;
}

.divimg-cajas {
    width: 30%;
    flex: 0 0 250px;
    padding: 30px 0 0 20px;
}

.fondo_titulos2 {
    font-size:  25px;
    color: whitesmoke;
    margin-bottom: 15px;
}

.fondo_subtitulos2 {
    font-size: 18px;
    color: whitesmoke;
    margin: 20px 0 10px 0;
}
.fondos_textos12 {
    font-size: 16px;
    color: whitesmoke;
    text-align: justify;
    line-height: 1.6;
}
.fondo_titulos3 {
    font-size: 25px;
    color: whitesmoke;
    margin-bottom: 15px;
}

.fondo_subtitulos3 {
    font-size: 18px;
    color: whitesmoke;
    margin: 20px 0 10px 0;
}

.fondos_textos13 {
    font-size: 16px;
    color: whitesmoke;
    text-align: justify;
    line-height: 1.6;
}
.fondo_titulos4 {
    font-size: 25px;
    color: whitesmoke;
    margin-bottom: 15px;
}
.fondo_titulos5 {
    font-size: 25px;
    color: whitesmoke;
    margin-bottom: 16px;
}

.fondo_subtitulos4 {
    font-size: 18px;
    color: whitesmoke;
    margin: 20px 0 10px 0;
}
.fondo_subtitulos5 {
    font-size: 18px;
    color: whitesmoke;
    margin: 20px 0 10px 0;
}

.fondos_textos14 {
    font-size: 16px;
    color: whitesmoke;
    text-align: justify;
    line-height: 1.6;
}


.imagen-caja {
    max-width: 100%; /* Ajuste del tamaño de la imagen */
    height: auto;
}

.marketing1_fondos3{
    max-width:80%;
    padding: 30px;
    margin:0;
    position:relative;
}
.ContenedorInformacion {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
    gap: 20px;
    padding: 30px;
    width:70%;
    height: auto; /* mejor que fijo */
}

.descripcion1, .descripcion2 {
    display: flex;
    flex-direction: column;
    width: 48%; /* que deje espacio entre columnas */
    gap: 15px;
}

    .descripcion1 img,
    .descripcion2 img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-bottom: 10px;
    }


@keyframes flotar {
    0% {
        transform: translateY(0px)scale(1);
    }

    50% {
        transform: translateY(-10px)scale(1.02);
    }

    100% {
        transform: translateY(0px)scale(1);
    }
}
@media(max-width:2300px) {
    .fondo_titulos2 {
        font-size: clamp(14px, 14px, 18px);
    }

    .fondo_subtitulos2 {
        font-size: clamp(11px, 11px, 16px);
    }

    .fondos_textos12 {
        font-size: clamp(9px, 12px, 16px);
    }
}
@media(max-width:1500px) {
    .fondo_titulos3 {
        font-size: clamp(14px, 14px, 18px);
    }

    .fondo_subtitulos3 {
        font-size: clamp(11px, 11px, 16px);
    }

    .fondos_textos13 {
        font-size: clamp(9px, 12px, 16px);

    }
    .fondo_titulos2 {
        font-size: clamp(14px, 14px, 18px);
    }

    .fondo_subtitulos2 {
        font-size: clamp(11px, 11px, 16px);
    }

    .fondos_textos12 {
        font-size: clamp(9px, 9px, 16px);
    }
}
    @media(max-width:900px) {
        .menu-toggle {
            display: block;
        }

        .menu-links {
            display: none;
            flex-direction: column;
            align-items: flex-start;
            background-color: #f8f9fa;
            padding: 10px;
        }

            .menu-links.active {
                display: flex;
            }


            .menu-links li {
                width: 100%;
            }

            .menu-links ul {
                position: relative;
                top: 0;
                left: 0;
            }

            .menu-links li a {
                font-size: 12px;
            }

        .fondo_titulos {
            font-size: 25px;
        }

        .fondo_subtitulos {
            font-size: 18px;
        }

        .fondos_textos1 {
            font-size: 25px;
        }

        .titulo-carrusel {
            font-size: clamp(14px,18px, 25px);
            font-weight: bold;
            margin-bottom: 10px;
            color: white;
        }

        .subtitulo-carrusel {
            font-size: clamp(12px, 14px, 18px);
            font-weight: 600;
            margin-bottom: 10px;
            color: white;
        }

        .descripcion-corta {
            font-size: clamp(12px, 12px, 16px);
            margin-bottom: 10px;
            color: white;
        }

        .descripcion-larga {
            font-size: clamp(12px, 12px, 16px);
            line-height: 1.6;
            color: white;
        }

        #marketing1_areatrabajo23 {
            width: 100%;
        }

        .fondo_titulos2 {
            font-size: clamp(15px, 12px, 18px);
        }

        .fondo_subtitulos2 {
            font-size: clamp(12px, 11px, 16px);
        }

        .fondos_textos12 {
            font-size: clamp(12px, 11px, 16px);
        }

        .fondo_titulos3 {
            font-size: clamp(14px, 12px, 18px);
        }

        .fondo_subtitulos3 {
            font-size: clamp(11px, 11px, 16px);
        }

        .fondos_textos13 {
            font-size: clamp(9px, 11px, 16px);
        }

        .fondo_subtitulos5 {
            font-size: clamp(9px, 14px, 18px); /* Mínimo 12px, escalable, máximo 24px */
        }

        .divimg-cajas {
            padding: 30px 0 0 0;
            max-width: 70%;
        }

        .texto-cajas {
            display: inline-block; /* Para que el tamaño se ajuste al contenido */
            max-width: 70%; /* Limitar el ancho máximo */
            padding: 5px 10px; /* Espaciado interno para que el texto no se vea comprimido */
            word-wrap: break-word;
        }

        .calltoaction-subtitle {
            font-size: 18px;
        }

        .calltoaction-title {
            font-size: 25px;
        }

        .text-history {
            font-size: 18px;
        }
    }

    .contenidoP {
        display: flex;
        width: 100%;
    }




    @media (max-width: 768px) {
        .fondo_titulos {
            font-size: 18px;
        }

        .contenedor_cuerpo {
            width: 100%;
            padding-top: 15px;
            padding-left: 10%;
        }

        .marketing_contenedores {
            padding: 5px 10px;
        }

        .fondo_titulos {
            font-size: 2.5rem;
            color: darkgreen;
            margin-bottom: 15px;
            text-align: justify;
        }

        .fondo_subtitulos {
            font-size: 1.2rem;
        }

        .fondos_textos1 {
            font-size: 16px;
        }

        .contenedor_cuerpo {
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
            display: block;
        }

        .fondo_texto1 {
            font-size: 1rem;
            color: #333;
            margin-bottom: 20px;
            text-align: justify;
            line-height: 1.6;
        }

        .centradodedatoaS {
            width: fit-content;
            align-content: initial;
        }

        .menu-toggle {
            display: block;
        }

        .contact-section {
            flex-direction: column;
            text-align: center;
        }

        .contact-text, .contact-img {
            flex: 1 1 100%;
            padding: 10px;
        }

        .contact-title {
            font-size: 22px;
        }

        .contact-line {
            margin: 0 auto 15px auto;
        }

        .contact-img img {
            max-width: 100%;
            height: auto;
        }

        .titulo-carrusel {
            font-size: clamp(14px,15px, 38px);
            font-weight: bold;
            margin-bottom: 10px;
            color: white;
        }

        .subtitulo-carrusel {
            font-size: clamp(11px, 12px, 32px);
            font-weight: 600;
            margin-bottom: 10px;
            color: white;
        }

        .descripcion-corta {
            font-size: clamp(8px, 9px, 28px);
            margin-bottom: 10px;
            color: white;
        }

        .descripcion-larga {
            font-size: clamp(8px, 0.5vw, 24px);
            line-height: 1.6;
            color: white;
        }

        .menu-links {
            display: none;
            flex-direction: column;
            align-items: flex-start;
            background-color: #f8f9fa;
            padding: 10px;
        }

            .menu-links.active {
                display: flex;
            }


            .menu-links li {
                width: 100%;
            }

            .menu-links ul {
                position: relative;
                top: 0;
                left: 0;
            }

            .menu-links li a {
                font-size: 12px;
            }

        .calltoaction-title {
            font-size: calc(1.375rem + 1.5vw);
        }

        .calltoaction-content {
            flex-direction: column;
            align-items: flex-start;
        }

        .calltoaction-text {
            max-width: 100%;
        }

        .calltoaction-btn {
            align-self: flex-start;
            width: 90%;
            height: 20px;
            text-align: center
        }

        img {
            width: 100%;
        }

        .text-carrusel-title-s3 {
            font-size: 1rem;
        }

        .text-history {
            font-size: 16px;
            padding: 20px;
            text-align: end;
            justify-self: end;
        }

        .history {
            background-image: url("../Imagenes/Empresariosverdealtum.png");
        }

        .calltoaction-container {
            height: 350px;
        }

        .calltoaction-subtitle {
            font-size: 25px;
        }

        .calltoaction-title {
            font-size: 40px;
        }

        .cards {
            flex-direction: column;
            align-items: center;
        }

        .contact-section {
            flex-direction: column;
            text-align: center;
        }

        .contact-text, .contact-img {
            padding: 10px;
        }

        #marketing1_areatrabajo23 {
            position: relative;
            display: block;
            width: 100%;
            margin: 0;
        }

        #marketing1_fondocontenedor {
            max-width: 90%;
            background: #FFF url(./Imagenes/Fondo_Marketing2.jpg) repeat-x top;
            border-radius: 10px;
            height: auto;
            max-height: 450px;
            min-height: 290px;
        }

        .divimg-cajas {
            display: none;
        }

        .texto-cajas {
            display: inline-block; /* Para que el tamaño se ajuste al contenido */
            max-width: 100%; /* Limitar el ancho máximo */
            padding: 5px 10px; /* Espaciado interno para que el texto no se vea comprimido */
            word-wrap: break-word;
        }

        .fondo_titulos2 {
            font-size: clamp(16px, 16px,25px); /* Mínimo 16px, escalable, máximo 36px */
        }

        .fondo_titulos5 {
            font-size: clamp(15px, 15px,25px); /* Mínimo 16px, escalable, máximo 36px */
        }

        .fondo_subtitulos2 {
            font-size: clamp(12px, 13px, 13px); /* Mínimo 12px, escalable, máximo 24px */
        }

        .fondo_subtitulos5 {
            font-size: clamp(11px, 12px, 18px); /* Mínimo 12px, escalable, máximo 24px */
        }

        .fondos_textos12 {
            font-size: clamp(10px, 10px,14px); /* Mínimo 9px, escalable, máximo 16px */
        }

        .fondo_titulos3 {
            font-size: clamp(15px, 18px,25px); /* Mínimo 16px, escalable, máximo 36px */
        }

        .fondo_subtitulos3 {
            font-size: clamp(14px, 16px, 18px); /* Mínimo 12px, escalable, máximo 24px */
        }

        .fondos_textos13 {
            font-size: clamp(12px, 13px,14px); /* Mínimo 9px, escalable, máximo 16px */
        }

        .carousel-caption {
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center !important;
            max-width: 100%;
        }

        .caption-2 {
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center !important;
            max-width: 100%;
        }

        .caption-3 {
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center !important;
            max-width: 100%;
        }

        .lineabaja {
            background-color: #5ca477;
            justify-self: center;
            padding-left: 50px;
            height: 5px;
            width: 50%;
            margin-bottom: 1.5rem !important;
        }

        .lineabajaB {
            background-color: #5ca477;
            justify-self: center;
            padding-left: 50px;
            height: 5px;
            width: 50%;
            margin-bottom: 1.5rem !important;
        }

        .ContenedorInformacion {
            flex-direction: column;
            width: 90%;
            padding: 15px;
        }

        .descripcion1, .descripcion2 {
            width: 100%;
        }

            .descripcion1 img,
            .descripcion2 img {
                width: 40px;
                height: 40px;
            }
    }





