:root {
    --color-darkblue: #0F0D1B;
    --color-blue: #282E69;
    --color-orange: #EE885B;
    --color-grey: #3d3c3c;
    --color-yellow: #FAD69F;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    height: auto;
    border-bottom: 1px solid var(--color-yellow);
    font-weight: 400;
    z-index: 9999 !important;
}

.header-logo {
    margin-bottom: 10px;
  }

.header-logo a {
display: inline-block;
}

.header-logo img {
max-height: 44px;
}

.header-nav {
width: 100%;
text-align: center;
}

.header-nav ul {
    text-decoration: none;
    text-align: left;
}

.header-nav ul li {

    text-decoration: none;
    text-align: left;
}

.header-nav ul li a {

    text-decoration: none;
    text-align: left;
    color: #282E69;
    font-weight: 600;
    font-size: 14px;
}

.header-nav__list {
display: grid;
text-decoration: none;
list-style-type: none;
color: #282E69;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-left: 1.5em;
margin-right: 1.5em;
margin-bottom: 1em;
}

.header-nav__item {
width: 100%;
}

.header-nav__link {
padding-top: 20px;
padding-bottom: 20px;
}

.login-btn {
    order: 1;
    font-family: Poppins, Century Gothic;
    display: flex;
    width: max-content;
    max-height: 40px;
    margin: 4px;
    padding: 8px;
    gap: 8px;
    background-color:#EE885B;
    border: 2px solid #282e69;
    text-decoration: none;
    border-radius: 30px;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color:white;
}


.menu li a {
    text-decoration: none;
    color: #0F0D1B;
    margin-top: 1em;
    font-weight: 500;
}

a:hover {
    color: var(--color-blue)
}

.login-btn:hover {
    color: white;
}

.login-btn img {
    width: 18px;
    height: auto;
}

.containerbackground {
    width: 100;
    padding: 4em;
}

.cosmetictable {
    background-image: url('Cosmetics-MoCRA/Make-up.webp');
    padding-bottom: 22em;
    background-repeat: no-repeat;
    background-position: bottom;
}

.h1principal {
    text-align: center;
    color: var(--color-blue);
    font-weight: 700;
    font-size: 32px
}

h1 {
    font-size: 28px;
    text-align: left;
    color: var(--color-darkblue);
    font-weight: 700;
    margin-left: 0;
    margin-top: 2em;
    /*margin-right: 2em;*/
    margin-bottom: 1em;
}

h2 {
    font-size: 24px;
    color: var(--color-darkblue);
}

.h2variation {
    color: var(--color-darkblue);
    font-weight: 400;
    font-size: 24px;
}

.h2subtitle {
    color: var(--color-blue);
    font-weight: 600;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-size: 24px;
    color: var(--color-darkblue);
}

.h3variation {
    color: var(--color-darkblue);
    font-weight: 400;
    font-size: 22px;
}

.h3footer {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-darkblue);
}

h4 {
    color: var(--color-blue);
    font-weight: 500;
}

.slidercosmetics
{
    width: 100vw;
    height: auto;
    animation: slidermovement 12s infinite;
    transition: ease;
    padding-bottom: 4em;
    background-size: cover;
    background-position: center;
}
  
@keyframes slidermovement 
{
    0% 
    {
      background-image: url('Cosmetics-MoCRA/CosmeticsMoCRA-Slider1.webp');
      object-fit: contain;
      align-content: end;
      
    }
    39%
    {
      background-image: url('Cosmetics-MoCRA/CosmeticsMoCRA-Slider1.webp');
      object-fit: cover;
    }
    40%
    {
      background-image: url('Cosmetics-MoCRA/CosmeticsMoCRA-Slider2.webp');
      width: 100%;
      height: auto;
    }
    99% 
    {
      background-image: url('Cosmetics-MoCRA/CosmeticsMoCRA-Slider2.webp');
      width: 100%;
      height: auto;
      transform:translate();
    }
    100% 
    {
      background-image: url('Cosmetics-MoCRA/CosmeticsMoCRA-Slider1.webp');
      width: 100%;
      height: auto;

    }
}

.ruedafdaservices 
{
    animation: rotate-clockwise 60s linear infinite;
}
  
@keyframes rotate-clockwise 
{
    0% 
    {
      transform: rotate(0deg);
    }
    100% 
    {
      transform: rotate(360deg);
    }
}

.circlecenter {
    clear: both;
    margin-top: 3em;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    position: absolute;
    z-index: 1;
}

.circlecenter img {
    display: flex;
    max-width: 100%;
    margin: auto;
    padding: 2em;
    height: 100%;
    z-index: 1;
    position: absolute;
}

body {
    margin: 0;
    padding:0;
    color: var(--color-darkblue);
    font-family: 'Poppins', 'Century Gothic';
    font-size: 16px;
}

div {
    margin: 0;
    padding: 0;
}

.textoarea {
    max-width: 100%;
    /*height: auto;
    margin: 1.5em;
    margin-top: auto;
    margin-bottom: auto;*/
    padding: 45px;
    padding-top: 3em;
    padding-bottom: 3em;

}

.textoarea ul {
    padding-left: 2em;
}

.imgarea {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.imgarea img {
    object-fit: cover;
    max-width: 100%;
    max-height: 400px;
    flex: 1;
    display: block;
}

.imgusarea {
    display: flex;
    background-image: url('US-Agent/us-agent-smart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.imginitialarea {
    display: flex;
    background-image: url('Initial-Importer/initial-importer-smart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.imglegalarea {
    display: flex;
    background-image: url('Techlink-Legal-Representation-smart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.ajedrezimgtxt {
    max-width: 100%;
    min-width: 200px;
    /*display: grid;
    grid-template-columns: 100%;*/
}

.ajedreztxtimg {
    max-width: 100%;
    min-width: 200px;
    /*display: grid;
    grid-template-columns: 100%;*/
}

.ajedrezunodos {
    display: grid;
    min-width: 200px;
    /*grid-template-columns: 100%;
    grid-auto-rows: minmax(100px, auto);
    grid-template-areas:
      "img txt"*/
}

.ajedrezdosuno {
    display: grid;
    grid-template-columns: 100%;
    min-width: 200px;
}

.contentcenter {
    clear: both;
    justify-content: space-between;
    text-align: center;
    width: 90%;
    padding: 2em;
    margin:2em auto;
}

a {
    font-weight: bold;
    text-decoration: underline;
}

.containerimporter {
    clear: both;
    display: grid;
    gap: 20px;
    max-width: 100%;
    margin-top: 0;
    margin-right: 3em;
    margin-left: 3em;
}

.containercosmetics {
    display: grid;
    max-width: auto;
    margin-top: 0;
    margin-left: 5em;
    margin-right: 5em;
    gap: 20px;
    padding: 10px;
}

.left-column, .right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item {
    display: flex;
    align-items: start;
    gap: 25px;
}

.icono img {
    width: 32px;
    height: auto;
    margin-top: 30px;  
}

.parrafoicono p {
    margin: 5px 0 0;
}

.parrafoicono h3 {   
    font-size: 20px;
    font-weight: 600;
    color: var(--color-blue)
}

.btn {
    font-family: Poppins, Century Gothic;
    display: inline-block;
    margin-top: 1rem; /* Agrega un margen superior. */
    padding: 0.5rem 1rem; /* Define el relleno interno del botón. */
    background-color: #EE885B; /* Color de fondo del botón. */
    color: white; /* Color del texto del botón. */
    text-decoration: none; /* Elimina el subrayado del enlace. */
    border-radius: 50px; /* Hace que los bordes del botón sean redondeados. */
    font-style: normal;
    font-size: 14px;
    font-weight: bold; /* Hace el texto del botón en negrita. */
    border: 2px solid #282e69; /* Agrega un borde al botón con un color definido. */
}

footer {
    color: var(--color-grey);
    font-family: Poppins, Century Gothic;
    font-size: 14px;
    border-top: solid 1px var(--color-blue);
    padding: 20px;
    margin-left: 6em;
    margin-right: 6em;
}

footer img {
    display: block;
    width: 180px;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

footer ul {
    padding: 0;
}

footer li {
    list-style-type: none;
    margin: 5px 0;
}

footer li a {
    text-decoration: none;
    color: var(--color-grey);
    text-emphasis-color: #282e69;
    font-weight: 400;
}

footer h3 {
    color: var(--color-blue);
    font-family: Poppins, Century Gothic;
    font-size: 16px;
}

.footergrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 2em;
}

.footercontainer {
    clear: both;
    max-width: 100%;
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    margin-top: 2em;
    padding: 2em;
    margin: 0;
}

/*.footercolumn {
    float: left;
    width: 30%;
    margin-top: 32px;
}*/

.formcontainer {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: solid 1px var(--color-blue);
}

.formcontainer img {
    object-fit: cover;
    flex: 1;
    align-items:start;
    height: 100%;
    width: 100%;
    padding: 2em;
    padding-bottom: 0;
    padding-right: 0;
}

.formcontainer h2 {
    color: var(--color-darkblue);
    font-weight: 700;
    font-size: 24px;
}

.formcontactsection {
    margin-top: 2.5em;
    margin-bottom: 0;
    padding-bottom: 4em;
    border-bottom: solid 1px var(--color-blue);
}

.form-grid {
    display: grid;
    max-width: 100%;
    margin-top: 15px;
    grid-template-columns: 100%;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

label {
    font-family: Poppins, Century Gothic;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--color-darkblue);
}

input, textarea {
    font-family: Poppins, Century Gothic;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    height: 80px;
    resize: none;
}

.full-width {
    grid-column: span 2;
}

.submit-btn {
    margin-top: 20px;
    background-color: var(--color-orange);
    color: white;
    padding: 10px;
    border: solid 1px var(--color-blue);
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    color: var(--color-blue);
}

.form {
    margin: 10px;
    padding: 15px;
    border-color: solid 1px var(--color-blue);
    border-radius: 15px;
    font-family: Poppins, Century Gothic;
}

.copyright {
    clear: both;
    display: flex;
    border-top: solid 1px var(--color-grey);
    padding: 1.5em;
    max-width: 100%;
}

.copyright p {
    text-align: center;
    margin: auto;
}

@media only screen and (min-width: 1366px) and (orientation: landscape)
{

    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 64px;
        position: fixed;
        background-color: white;
        min-width: 100vw;
        max-width: 100%;
        z-index: 9999 !important;
    }

    .header-logo {
    margin-bottom: 0;
    }

    .header-nav__list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0;
        margin: 0;
      }
    
      .header-nav__item {
        width: auto;
        text-align: center;
        text-align: center;
      }
    
      .header-nav__link {
        color: #0F0D1B;
        font-weight: 600;
        font-size: 14px;
        padding: 10px;
        text-decoration: none;
        display: block;
      }
    
      .header-nav__link:hover {
        border: 2px solid var(--color-yellow);
      }

      .login-btn {
        font-family: Poppins, Century Gothic;
        display: flex;
        width: max-content;
        max-height: 40px;
        margin: 4px;
        padding: 8px;
        gap: 8px;
        background-color:#EE885B;
        border: 2px solid #282e69;
        text-decoration: none;
        border-radius: 30px;
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        color:white;
        order:initial;
    }

    h1 {
        font-size: 34px;
    }

    .h1principal {
        text-align: left;
        font-size: 64px
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 30px;
    }

    .circlecenter {
        clear: both;
        justify-content: center;
        align-items: center;
        max-width: 95vh;
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
        position: relative; /* Importante: mantiene la imagen dentro del flujo */
        z-index: -1; /* Hace que la imagen esté detrás */
    }
        
    .circlecenter img {
        display: flex;
        margin: auto;
        align-content: center;
        align-items: center;
        max-width: 100%;
        position: relative; /* Asegura que la imagen no salga del flujo */
        z-index: -1; /* Imagen también detrás */
    }
    .contentcenter {
        clear: both;
        justify-content: space-between;
        text-align: center;
        width: 75%;
        padding: 30px;
        margin:2em auto;
    }

    .contentthanks {
        clear: both;
        justify-content: space-between;
        text-align: center;
        min-width: 100vh;
        min-height: 74vh;
        text-align: center;
        background-size: cover;
        padding: 30px;
        margin:2em auto;
    }

    .contentthanks img {
        max-width: 100vh;
        min-width: 100vh;
        background-size: cover;
    }

    .contentthanks h1 {
        text-align: center;
        
    }

    .containerimporter {
        clear: both;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1000px;
        margin-top: 0;
        margin: auto;
        padding: 10px;
    }

    .containercosmetics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
        margin-top: 0;
        margin-left: 6em;
        margin-right: 6em;
        margin: auto;
        gap: 20px;
        padding: 10px;
    }

    .textoarea {
        grid-area: txt;
        max-width: 100%;
        height: auto;
        margin: 6em;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
    
    .imgarea {
        grid-area: img;
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .imgarea img {
        grid-area: img;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        flex: 1;
        display: block;
    }

    .imgusarea {
        display: flex;
        background-image: url('US-Agent/us-agent-calls.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .imginitialarea {
        display: flex;
        background-image: url('Initial-Importer/initial-importer-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .imglegalarea {
        display: flex;
        background-image: url('Techlink-Legal-Representation-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .ajedrezimgtxt {
        display: grid;
        min-width: 200px;
        grid-template-columns: repeat(2, 50%);
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
        "img txt"
    }

    .ajedreztxtimg {
        display: grid;
        min-width: 200px;
        grid-template-columns: repeat(2, 50%);
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
        "txt img"
    }

    .ajedrezunodos {
        display: grid;
        min-width: 200px;
        grid-template-columns: 25% 75%;
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
          "img txt"
    }
    
    .ajedrezdosuno {
        display: grid;
        min-width: 200px;
        grid-template-columns: 75% 25%;
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
          "txt img"
    }

    .formcontainer {
        display: grid;
        grid-template-columns: 75% 25%;
        margin-top: 4em;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: solid 1px var(--color-blue);
    }
    
    .formcontainer img {
        object-fit: cover;
        flex: 1;
        align-items:start;
        height: 100%;
        width: 100%;
        padding: 2em;
        padding-bottom: 0;
        padding-right: 0;
    }
    
    .formcontainer h2 {
        color: var(--color-darkblue);
        font-weight: 700;
        font-size: 24px;
    }
    
    .formcontactsection {
        margin-top: 2.5em;
        margin-bottom: 0;
        padding-bottom: 4em;
        border-bottom: solid 1px var(--color-blue);
    }
    
    .form-grid {
        display: grid;
        max-width: 100%;
        margin-top: 15px;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .footercontainer {
        grid-template-columns: repeat(3, 1fr);
        text-align: left;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape)
{

    body {
        font-size: 17px;
    }

    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 64px;
        position: fixed;
        background-color: white;
        z-index: 9999 !important;
        min-width: 100vw;
        max-width: 100%;
    }

    .header-logo {
    margin-bottom: 0;
    }

    .header-nav__list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1px 0;
        margin: 0;
      }



      .header-nav ul li a {

        text-decoration: none;
        text-align: left;
        color: #282E69;
        font-weight: 600;
        font-size: 13px;
    }
    
      .header-nav__item {
        width: auto;
        text-align: center;
        text-align: center;
        font-size: 12px;
      }
    
      .header-nav__link {
        color: #0F0D1B;
        font-weight: 600;
        font-size: 12px;
        padding: 5px;
        text-decoration: none;
        display: block;
      }
    
      .header-nav__link:hover {
        border: 2px solid var(--color-yellow);
      }

      .login-btn {
        font-family: Poppins, Century Gothic;
        display: flex;
        width: max-content;
        max-height: 40px;
        margin: 4px;
        padding: 8px;
        gap: 8px;
        background-color:#EE885B;
        border: 2px solid #282e69;
        text-decoration: none;
        border-radius: 30px;
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        color:white;
        order:initial;
    }

    h1 {
        font-size: 32px;
    }

    .h1principal {
        text-align: left;
        font-size: 48px
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 26px;
    }

    .circlecenter {
        clear: both;
        justify-content: center;
        align-items: center;
        max-width: 95vh;
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        position: absolute;
    }
    
    .circlecenter img {
        display: flex;
        margin: auto;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        align-items: center;
        max-width: 100%;
        z-index: 1;
        position: absolute;
    }

    .contentcenter {
        clear: both;
        justify-content: space-between;
        text-align: center;
        width: 90%;
        padding: 30px;
        margin:2em auto;
    }

    .containerimporter {
        clear: both;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1000px;
        margin-top: 0;
        margin: auto;
        padding: 10px;
    }

    .containercosmetics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
        margin-top: 0;
        margin-left: 3em;
        margin-right: 3em;
        margin: auto;
        gap: 20px;
        padding: 10px;
    }

    .textoarea {
        grid-area: txt;
        max-width: 100%;
        height: auto;
        margin: 1.5em;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
    
    .imgarea {
        grid-area: img;
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .imgarea img {
        grid-area: img;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        flex: 1;
        display: block;
    }

    .imgusarea {
        display: flex;
        background-image: url('US-Agent/us-agent-calls.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .imginitialarea {
        display: flex;
        background-image: url('Initial-Importer/initial-importer-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .imglegalarea {
        display: flex;
        background-image: url('Techlink-Legal-Representation-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .ajedrezimgtxt {
        display: grid;
        min-width: 200px;
        grid-template-columns: repeat(2, 50%);
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
        "img txt"
    }

    .ajedreztxtimg {
        display: grid;
        min-width: 200px;
        grid-template-columns: repeat(2, 50%);
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
        "txt img"
    }

    .ajedrezunodos {
        display: grid;
        min-width: 200px;
        grid-template-columns: 25% 75%;
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
          "img txt"
    }
    
    .ajedrezdosuno {
        display: grid;
        min-width: 200px;
        grid-template-columns: 75% 25%;
        /*grid-auto-rows: minmax(100px, auto);*/
        grid-template-areas:
          "txt img"
    }

    .formcontainer {
        display: grid;
        grid-template-columns: 75% 25%;
        margin-top: 4em;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: solid 1px var(--color-blue);
    }
    
    .formcontainer img {
        object-fit: cover;
        flex: 1;
        align-items:start;
        height: 100%;
        width: 100%;
        padding: 2em;
        padding-bottom: 0;
        padding-right: 0;
    }
    
    .formcontainer h2 {
        color: var(--color-darkblue);
        font-weight: 700;
        font-size: 16px;
    }
    
    .formcontactsection {
        margin-top: 2.5em;
        margin-bottom: 0;
        padding-bottom: 4em;
        border-bottom: solid 1px var(--color-blue);
    }
    
    .form-grid {
        display: grid;
        max-width: 100%;
        margin-top: 15px;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .footercontainer {
        grid-template-columns: repeat(3, 1fr);
        text-align: left;
    }

}

@media only screen and (max-width: 1080px)  and (orientation: portrait) {

    .menu li a {
        text-decoration: none;
        color: #0F0D1B;
        margin-top: 1em;
        font-weight: 500;
    }
    
    a:hover {
        color: var(--color-blue)
    }
    
    .cosmetictable {
        background-image: url('Cosmetics-MoCRA/Make-up.webp');
        padding-bottom: 16em;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    .h1principal {
        text-align: center;
        color: var(--color-blue);
        font-weight: 700;
        font-size: 32px
    }
    
    h1 {
        font-size: 28px;
        text-align: left;
        color: var(--color-darkblue);
        font-weight: 700;
        margin-left: 0;
        margin-top: 2em;
        /*margin-right: 2em;*/
        margin-bottom: 1em;
    }
    
    h2 {
        font-size: 24px;
        color: var(--color-darkblue);
    }
    
    .h2variation {
        color: var(--color-darkblue);
        font-weight: 400;
        font-size: 24px;
    }
    
    .h2subtitle {
        color: var(--color-blue);
        font-weight: 600;
        font-size: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    
    h3 {
        font-size: 24px;
        color: var(--color-darkblue);
    }
    
    .h3variation {
        color: var(--color-darkblue);
        font-weight: 400;
        font-size: 22px;
    }
    
    .h3footer {
        font-size: 26px;
        font-weight: 700;
        color: var(--color-darkblue);
    }
    
    h4 {
        color: var(--color-blue);
        font-weight: 500;
    }
    
    .ruedafdaservices 
    {
        animation: rotate-clockwise 60s linear infinite;
    }
      
    @keyframes rotate-clockwise 
    {
        0% 
        {
          transform: rotate(0deg);
        }
        100% 
        {
          transform: rotate(360deg);
        }
    }
    
    
    .circlecenter {
        clear: both;
        margin-top: 3em;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        position: relative;
        z-index: 1;
        position: absolute;
    }
    
    .circlecenter img {
        display: flex;
        max-width: 100%;
        margin: auto;
        padding: 2em;
        height: 100%;
        z-index: 1;
        position: absolute;
    }
    
    body {
        margin: 0;
        padding:0;
        color: var(--color-darkblue);
        font-family: 'Poppins', 'Century Gothic';
        font-size: 16px;
    }
    
    div {
        margin: 0;
        padding: 0;
    }
    
    .textoarea {
        max-width: 100%;
        /*height: auto;
        margin: 1.5em;
        margin-top: auto;
        margin-bottom: auto;*/
        padding: 45px;
        padding-top: 3em;
        padding-bottom: 3em;
    
    }
    
    .textoarea ul {
        padding-left: 2em;
    }
    
    .imgarea {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .imgarea img {
        object-fit: cover;
        max-width: 100%;
        max-height: 450px;
        flex: 1;
        display: block;
    }
    
    .imgusarea {
        display: flex;
        background-image: url('US-Agent/us-agent-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .imginitialarea {
        display: flex;
        background-image: url('Initial-Importer/initial-importer-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .imglegalarea {
        display: flex;
        background-image: url('Techlink-Legal-Representation-smart.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .ajedrezimgtxt {
        max-width: 100%;
        min-width: 200px;
        /*display: grid;
        grid-template-columns: 100%;*/
    }
    
    .ajedreztxtimg {
        max-width: 100%;
        min-width: 200px;
    
        /*display: grid;
        grid-template-columns: 100%;*/
    }
    
    .ajedrezunodos {
        display: grid;
        min-width: 200px;
        /*grid-template-columns: 100%;
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas:
          "img txt"*/
    }
    
    .ajedrezdosuno {
        display: grid;
        grid-template-columns: 100%;
        min-width: 200px;
        /*grid-auto-rows: minmax(100px, auto);
        grid-template-areas:
          "txt img"*/
    }
    
    
    .contentcenter {
        clear: both;
        justify-content: space-between;
        text-align: center;
        width: 90%;
        padding: 2em;
        margin:2em auto;
    }
    
    a {
        font-weight: bold;
        text-decoration: underline;
    }
    
    .containerimporter {
        clear: both;
        display: grid;
        /*grid-template-columns: repeat(2, 1fr);*/
        gap: 20px;
        max-width: 100%;
        margin-top: 0;
        margin-right: 3em;
        margin-left: 3em;
    }
    
    .containercosmetics {
        display: grid;
        max-width: auto;
        margin-top: 0;
        margin-left: 5em;
        margin-right: 5em;
        gap: 20px;
        padding: 10px;
    }
    
    .left-column, .right-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .item {
        display: flex;
        align-items: start;
        gap: 25px;
    }
    
    .icono img {
        width: 32px; /* Ajusta el tamaño según sea necesario */
        height: auto;
        margin-top: 30px;  
    }
    
    .parrafoicono p {
        margin: 5px 0 0;
    }
    
    .parrafoicono h3 {   
        font-size: 20px;
        font-weight: 600;
        color: var(--color-blue)
    }
    
    
    
    
    footer {
        color: var(--color-grey);
        font-family: Poppins, Century Gothic;
        font-size: 14px;
        border-top: solid 1px var(--color-blue);
        padding: 20px;
        margin-left: 6em;
        margin-right: 6em;
    }
    
    footer img {
        display: block;
        width: 180px;
        justify-content: center;
        align-items: center;
        padding: 1em;
    }
    
    footer ul {
        padding: 0;
    }
    
    footer li {
        list-style-type: none;
        margin: 5px 0;
    }
    
    footer li a {
        text-decoration: none;
        color: var(--color-grey);
        text-emphasis-color: #282e69;
        font-weight: 400;
    }
    
    footer h3 {
        color: var(--color-blue);
        font-family: Poppins, Century Gothic;
        font-size: 16px;
    }
    
    .footergrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
        margin-top: 2em;
    }
    
    .footercontainer {
        clear: both;
        max-width: 100%;
        /*justify-content: space-between;*/
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
        margin-top: 2em;
        padding: 2em;
        margin: 0;
    }
    
    /*.footercolumn {
        float: left;
        width: 30%;
        margin-top: 32px;
    }*/
    
    .formcontainer {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 1em;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: solid 1px var(--color-blue);
    }
    
    .formcontainer img {
        object-fit: cover;
        flex: 1;
        align-items:start;
        height: 100%;
        width: 100%;
        padding: 2em;
        padding-bottom: 0;
        padding-right: 0;
    }
    
    .formcontainer h2 {
        color: var(--color-darkblue);
        font-weight: 700;
        font-size: 24px;
    }
    
    .formcontactsection {
        margin-top: 2.5em;
        margin-bottom: 0;
        padding-bottom: 4em;
        border-bottom: solid 1px var(--color-blue);
    }
    
    .form-grid {
        display: grid;
        max-width: 100%;
        margin-top: 15px;
        grid-template-columns: 100%;
        gap: 15px;
    }
    
    .form-group {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    
    label {
        font-family: Poppins, Century Gothic;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
        color: var(--color-darkblue);
    }
    
    input, textarea {
        font-family: Poppins, Century Gothic;
        font-size: 14px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }
    
    textarea {
        height: 80px;
        resize: none;
    }
    
    .full-width {
        grid-column: span 2;
    }
    
    .submit-btn {
        margin-top: 20px;
        background-color: var(--color-orange);
        color: white;
        padding: 10px;
        border: solid 1px var(--color-blue);
        border-radius: 50px;
        cursor: pointer;
        font-size: 16px;
    }
    
    .btn:hover {
        color: var(--color-blue);
    }
    
    .form {
        margin: 10px;
        padding: 15px;
        border-color: solid 1px var(--color-blue);
        border-radius: 15px;
        font-family: Poppins, Century Gothic;
    }
    
    .copyright {
        clear: both;
        display: flex;
        border-top: solid 1px var(--color-grey);
        padding: 1.5em;
        max-width: 100%;
    }
    
    .copyright p {
        text-align: center;
        margin: auto;
    }
}