/*=============================================================
    AO TECH
==============================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    height:100%;
}

body{

    font-family:"Segoe UI",Arial,sans-serif;

    color:#F2F2F2;

    /* VALIDACIÓN VISUAL */
    background:rgb(54, 94, 141);

    /*
    background:linear-gradient(
        180deg,
        #2E5D8E 0%,
        #4978A6 45%,
        #6C97BA 100%
    );
    */

    display:flex;
    flex-direction:column;

}

/*=============================================================
    CABECERA
==============================================================*/

header{

    min-height:100px;

    padding:18px 40px;

    display:grid;

    grid-template-columns:1fr auto 1fr;

    align-items:center;

    background:#2B5685;

}

#menu{

    grid-column:1;

    justify-self:start;

}

#menu a{

    font-size:10px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#AEEBFF;

    text-decoration:none;

}

#menu a:hover{

    color:#FFFFFF;

}

#brand{

    font-size:18px;

    letter-spacing:4px;

    color:#DCEAF6;

    font-weight:300;

    text-transform:uppercase;

    grid-column:2;

    justify-self:center;

}

#languages{

    font-size:13px;

    letter-spacing:.5px;

    grid-column:3;

    justify-self:end;

}

#languages a{

    color:white;

    text-decoration:none;

    margin:0 6px;

}

#languages a:hover{

    color:#AEEBFF;

}

#languages span{

    color:#A0B8CC;

}

/*=============================================================
    CUERPO
==============================================================*/

main{

    flex:1;

    display:flex;

    flex-direction:column;

    align-items:center;

    padding:20px 40px 40px;

}

/*=============================================================
    HOME
==============================================================*/

#mainLogo{

    width:180px;

    margin-top:15px;

    margin-bottom:25px;

    display:block;

    margin-left:auto;

    margin-right:auto;

}

#presentation{

    max-width:1050px;

    margin-top:-20px;

    text-align:center;

}

#presentation h1{

    font-size:34px;

    letter-spacing:8px;

    margin-bottom:8px;

}

#presentation h2{

    font-size:30px;

    font-weight:300;

    color:#DDEAF5;

    margin-bottom:18px;

}

#presentation h3{

    font-size:25px;

    color:#BCEBFF;

    font-style:italic;

    margin-bottom:35px;

}

#presentation p{

    font-size:22px;

    line-height:1.7;

}

#experience{

    width:100%;

    max-width:900px;

    text-align:center;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.18);

    min-height:90px;

    margin-top:20px;

}

#experience h4{

    font-size:20px;

    font-weight:300;

    color:#DDEAF5;

    margin-bottom:22px;

}

#experience p{

    font-size:15px;

    color:#D8E6F2;

    line-height:1.8;

    margin:6px 0;

}

/*=============================================================
    PRODUCTS
==============================================================*/
#products{
    width:65%;
    max-width:950px;
    margin:-10px auto 0;
}
#products h1{
    text-align:center;
    font-size:42px;
    margin:40px 0 35px;
}
.product{
    display:flex;
    align-items:center;
    gap:24px;
    margin-bottom:42px;
}
.product-logo{
    width:84px;
    height:84px;
    object-fit:contain;
    flex-shrink:0;
}
.product-text{
    flex:1;
    margin-top:-2px;
}
.product h2{
    margin:0 0 12px;
    font-size:22px;
    color:#AEEBFF;
    text-transform:uppercase;
    letter-spacing:2px;
}
.product h2 a{
    color:inherit;
    text-decoration:none;
    transition:.25s;
}
.product h2 a:hover{
    color:white;
}
.product p{
    font-size:18px;
    line-height:1.8;
}

/*=============================================================
    COMPONENTS
==============================================================*/

#components{
    width:94%;
    max-width:1600px;
    margin:0 auto;
}

#components h1{
    text-align:center;
    font-size:42px;
    margin:40px 0 35px;
}

.component{
    display:flex;
    align-items:center;
    gap:24px;
    margin-bottom:42px;
}

.component-image{
    width:200px;
    height:200px;
    object-fit:contain;
    flex-shrink:0;
}

.component-text{
    flex:1;
}

.component-text h2{
    margin:0 0 10px;
    font-size:22px;
    color:#AEEBFF;
    text-transform:uppercase;
    letter-spacing:2px;
}

.component-text p{
    margin:0;
    font-size:18px;
    line-height:1.7;
    color:#FFFFFF;
}





/*=============================================================
    PIE
==============================================================*/

footer{

    background:#2B5685;

    display:flex;

    justify-content:space-around;

    align-items:flex-start;

    flex-wrap:wrap;

    padding:18px 40px;

    gap:20px;

}

.footer-column{

    text-align:center;

    font-size:11px;

    color:#D9E7F3;

    line-height:1.6;

}

.footer-title{

    font-size:18px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#AEEBFF;

}

footer a{

    color:#DCEAF6;

    text-decoration:none;

    transition:.25s;

}

footer a:hover{

    color:#AEEBFF;

}

.copyright{

    display:flex;

    align-items:center;

    color:white;

}

/*=============================================================
    AJUSTE VERSION JAPONESA
==============================================================*/

.jp #mainLogo{

    margin-top:7px;

}

/*=============================================================
    PRODUCT PAGES
==============================================================*/
.product-page{
    max-width:900px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
}
.product-section{
    margin-bottom:42px;
}
.product-page h2{
    font-size:22px;
    color:#FFFFFF;
    text-transform:uppercase;
    margin-bottom:14px;
}
.product-page p{
    margin-bottom:16px;
}
.product-page ul{
    margin:18px 0 20px 26px;
}
.product-page li{
    margin-bottom:8px;
}
.product-page a{
    color:#AEEBFF;
    text-decoration:none;
}
.product-page a:hover{
    color:white;
}

