html {
    scroll-behavior: smooth;
}
/* Estilos para el cuerpo */
body {
    margin: 0px;
    font-family: Arial, sans-serif;
}
/* Estilos para los títulos */
h1, h2, h3 {
    margin-bottom: 1em;
}
h1 {
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
}
p {
    margin-bottom: 1em;
}

/* Estilos para el header */
/* Container del header */

ul {
    margin: 0;
    padding: 0;
}

.container1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    width: auto;
    height: 120px;
    background-color: white;
}

header .container1 {
    justify-content: space-between;
}

.subDiv {
    max-width: 1280px;
}

/* Estilos para el logo y la información de contacto */
.subCont1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 21px;
}

div > i {
    margin: 0 15px;
}

.subCont2 {
    display: inline-flex;
    margin: 10px;
    align-items: center;
    font-size: 21px;
    gap: 1em;
}

.subCont2 > a {
    display: flex;
    height: 100%;
    align-items: center;
    gap: .2em;
}

.subCont2 > a > i {
    display: flex;
    align-items: start;
}

.subCont2 > a > span {
    font-size: 14px;
    text-wrap: wrap;
    overflow-wrap: break-word;
}

/* Estilos para la sección de información secundaria */
h2 {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #9bc203;
}

.sec-info-outer {
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 0 181px;
}

.h2-info {
    margin-bottom: .5em;
    color: #9bc203;
    font-size: 28px;
    font-weight: bold;
    border: none;
}

.title-white {
    margin-bottom: .5em;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: white;
}

/* Estilos generales */
/* Lista de elementos del header */
.list-header {
    list-style-type: none;
    display: inline-flex;
    padding: 0px;
    border: 21px;
    font-size: 21px;
    /* margin: 0 -20px 0 20px; */
}

/* Estilos para los elementos de navegación */

header {
    position: relative;
    z-index: 2;
}

nav {
    display: flex;
    background-color: #1451A1;
    justify-content: space-between;
    transform: skew(-20deg);
    margin: 0 12px;
}

nav::before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
    background-color: #9bc203;
    transform: skew(20deg);
    z-index: 0;
}

nav > ul > li {
    position: relative;
    z-index: 1;
    padding: 14px 23px;
}

nav > ul > li a {
    color: white;
    text-decoration: none;
    transform: skew(20deg);
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

nav.mobile-action {
    display: none;
}

/* Colores para los elementos de navegación */
.primary-color {
    background-color: #9bc203 ;
}

.second-color {
    background-color: #1451A1;
}

.third-color {
    background-color: #4E76BB;
}

/* Botón de información adicional */
.button {
    display: inline-block;
    padding: .8em 1.2em;
    color: #fff;
    border: none;
    border-radius: .5em;
    background-color: #9bc203;
    font-size: 16px;
    text-transform: uppercase;
}

/* Línea decorativa */
.line1 {
    height: 20px;
    background-color: #9bc203;
}

/* Estilos para el logo */
.experience {
    width: 160px;
    margin: 0;
    text-transform: none !important;
    color: #1451A1;
}

.logo {
    /* margin: 10px 35px; */
    height: 85px;
    width: 201px;
    margin-right: 15px;
}
