html {
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

.lined-content {
    width: 1440px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    height: fit-content
}

.header {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}

.header .lined-content .logo {
    width: 30%;
}

.header .lined-content .logo img {
    width: 300px;
}

.header .lined-content .menu {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header .lined-content .menu .menu-item {
    margin: 20px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 800;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;

}

.content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.std-text {
    margin: 100px 0px;
    max-width: 1440px;
    width: 1440px;
    height: fit-content;
}

.std-text .title {
    color: #004C9C;
    font-weight: 800;
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.std-text p {
    color: #000;
    font-size: 30px;
    margin: 30px 0px;
}

.widget {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 50px 0px;
}

.widget:first-child {
    margin-top: 0px;
}

.widget .icon img {
    width: 350px;
}

.widget .content p li {
    font-size: 30px;
}

.widget .content .title {
    font-size: 50px;
    text-align: left;
}

.socios_comerciales {
    width: 100%;
    display: flex;
    justify-content: center;
}

.socios_comerciales .std-text .icons .icon-item img {
    width: 150px;
}

.socios_comerciales .icons {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.blue-section {
    width: 100%;
    padding: 30px 0px;
    background-color: #004C9C;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.blue-section .std-text {
    display: flex;
    flex-direction: row;
    margin: 20px 0px;
}

.blue-section .direction {
    font-size: 30px;
    width: 60%;
    color: #fff;
}

.blue-section .aviso {
    font-size: 25px;
    width: 40%;
    color: #fff;
    font-weight: 800;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.white-section {
    font-size: 30px;
    text-align: center;
    padding: 20px 0px;
}

.text-strech {
    width: 1000px;
    text-align: center;
    font-size: 28px !important;
}

.text-strech p {
    font-size: 28px !important;
}

.subtitle-blue {
    color: #004C9C;
    font-size: 28px !important;
    font-weight: 600;
}



.servicios.std-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.lined-content {
    width: 1440px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    height: fit-content
}

.menu-burger{
    text-align: right;
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    font-size: 45px;
    display: none;
}

@media(max-width:1366px) {

    .lined-content {
        width: 100%;
    }
    .std-text {
        margin: 100px 0px;
        max-width:none;
        width: 100%;
        height: fit-content;
    }

    .std-text .title {

        font-size: 40px;
    }
    .std-text p {
        color: #000;
        font-size: 25px;
        margin: 30px 0px;
        padding: 0px 5rem;
    }

    .blue-section .std-text {
        padding: 0rem 3rem;
    }
}

.menu-movil{
    display: none;
}

@media(max-width:480px) {

    .lined-content {
        width: 100%;
    }
    .std-text {
        margin: 100px 0px;
        max-width:none;
        width: 100%;
        height: fit-content;
    }

    .std-text .title {

        font-size: 40px;
    }
    .std-text p {
        color: #000;
        font-size: 20px;
        margin: 30px 0px;
        padding: 0px 1rem;
    }

    .blue-section .std-text {
        padding: 0rem 3rem;
    }
    .widget {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 50px 0px;
    }
    .socios_comerciales .icons {
        flex-direction: column;
    }
    .icon{
        text-align: center;
    }
    .widget .content .title {
        font-size: 40px;
        text-align: center;
    }
    .blue-section .std-text {
        display: flex;
        flex-direction: column;
        margin: 20px 0px;
    }
    .blue-section .direction {
        font-size: 30px;
        width: 100%;
        color: #fff;
    }

    .header .lined-content .menu {
        display: none;
    }
    .header .lined-content .logo {
        width: 20%;
    }
    .header .lined-content .logo img {
        width: 200px;
    }

    .menu-burger{
        text-align: right;
        width: 80%;
        height: 50px;
        display: flex;
        justify-content: flex-end;
        font-size: 45px;
    }

    .menu-movil.visible{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 20px;
        height: fit-content;
    }

    .menu-movil.in-visible{
        display:none;
    }

    .menu-movil .menu-item{
        width: 100%;
        padding: 15px 0px;
        height: fit-content;
    }
}