@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

/* General styles for navbar */
.navbar {

    display: flex;
    justify-content: space-between;
    /* Distribuye los elementos hacia los extremos */
    align-items: center;
    padding: 10px 20px;
    /* background-color: #FFFFFF; */
    background-color: #fff;
    /* Fondo oscuro */
    color: white;
    /* width: "100vw"; */
    /* Texto en blanco */
}

/* Estilo para el icono SVG a la izquierda */
.navbar-left svg {
    width: 40px;
    /* Tamaño del ícono */
    height: 40px;
    fill: white;
    /* Color del ícono */
}

/* Estilo para el botón a la derecha */
.navbar-right .btn {
    padding: 10px 20px;
    /* background-color: #007bff; */
    /* Color azul para el botón */
    border: none;
    border-radius: 20px;
    color: white;
    /* Color del texto en blanco */
    cursor: pointer;
    font-size: 16px;

    background: #E5883F 0% 0% no-repeat padding-box;
    opacity: 1;
}

.navbar-right .btn:hover {
    background-color: #ffc67a;
    /* Color del botón al hacer hover */
}

.hero {
    background-color: #F0FBFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
}

.column-hero {
    width: 50%;
    padding: 20px;
}

.image-hero-responsive {
    width: 100%;
    object-fit: cover;
}

.image-hero {
    width: 100%;
    object-fit: cover;
}

.title-hero {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;

    text-align: left;
    font-size: 25px;
    letter-spacing: 0px;
    color: #E5883F;
}

.btn-hero {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: bold;
    font-size: 12px;

    padding: 10px 20px;
    color: #fff;
    background: #0391CE 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 48px;
    padding: 10;
    opacity: 1;
    cursor: pointer;
}

.brands {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.brands-1 {
    display: flex;
    border-right: #0279B8 solid 2px;
    padding-right: 20px;
    align-items: center;
    gap: 10px;
}

.brands-2 {
    display: flex;
    align-items: center;
}

.image-brand {
    width: 100px;
}

.subtitle-hero {
    color: #08518D;
    opacity: 1;
}

.compliance-and-clients {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px;
    background-color: #fff;
}

.compliance-and-clients-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.compliance-and-clients-row h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    color: #0279B8;
}

.list-features-section {
    background-color: #F0FBFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    gap: 20px;
}

.list-features-section .title-list-features-section {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #E5883F;
    font-size: 25px;
    padding: 0px 50px;
}

.btn-hero-resposive {
    display: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: bold;
    font-size: 12px;
    cursor: pointer;

    padding: 10px 20px;
    color: #fff;
    background: #0391CE 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 48px;
    padding: 10;
    opacity: 1;
}

.item-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    background-color: #FFFFFF;
    margin-bottom: 10;
    padding: 5px 20px;
    gap: 10px;
    border-right: 3px solid #08518D;
}

.item-list h3 {
    color: #08518D;
    font-size: 15px;
}

.item-list p {
    color: #08518D;
    font-size: 12px;
}

.icon-container-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #F0FBFF;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #F0FBFF;
    width: 40px;
    height: 40px;
    padding: 10px 16px;
}

.item-list img {
    width: 25px;
    object-fit: contain;
    margin: none;
    padding: none;
}

.footer {
    /* UI Properties */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #0279B8;
    border: 1px solid #707070;
    opacity: 1;
}

.columm-footer {
    width: auto;

}

.columm-footer span {
    color: white;
    font-size: 12px;
}

.button-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px;
}

.button-action h3 {
    margin: 0px;
    padding: 0px;
}

.item-list-responsive {
    display: none;
}

.coloplasImage {
    height: 40px;
}

/* .item-list-content h3 {
    display: flex;
    flex-direction: column;
} */

/* Media query para pantallas con un ancho máximo de 780px */
@media (max-width: 780px) {

    .hero {
        background-color: #F0FBFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 10px 20px;
    }

    .column-hero {
        display: flex;
        flex-direction: column;
        width: 80%;
        padding: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .btn-hero-resposive {
        display: flex;
        margin: 10px 20px;
    }

    .column-hero h1 {
        text-align: center;
    }

    .column-hero p {
        text-align: center;
    }

    .item-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        background-color: #FFFFFF;
        margin-bottom: 10;
        padding: 5px 20px;
        gap: 10px;
        border-right: 3px solid #08518D;
    }

    .item-list .icon-container {
        display: none;

    }

    .item-list-content h3 {
        display: none;
    }

    .btn-hero {
        display: none;

    }

    .item-list-responsive {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
    }

    .footer {
        /* UI Properties */
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 10px 20px;
        background-color: #0279B8;
        border: 1px solid #707070;
        opacity: 1;
    }


    /*  */

    .brands {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .brands-1 {
        border-right: none;
        padding-right: 0px;

    }

    .brands-2 {
        display: flex;
        border-top: #0279B8 solid 2px;
        padding-top: 20px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}