
:root{
    --main-count:5;
}
body{
    background-color:hwb(0 100% 0%);
}

.mobile-menu{
    display: none;
}
.logo2{
    height:100px;
    /* background-color: blue; */
    position:absolute;
    top:10px;
    left: 10px;
    display:flex;
    align-content:center;
    justify-content: space-around;
    width:150px;
    display: none;
    cursor: pointer;

}
.logo2 a {
    height:100%;
    display:flex;
    align-content:center;
    cursor: pointer;

} 
.logo2 img {
    height:60px;
    align-self: center; 
} 
.logo2 p{
    line-height: 100px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
}

.language2 {
    align-self: center;
    display:none;
    height: 15px;
    width: 70px;
    justify-content: right;
    cursor: pointer;
    /* background-color: #0250B3; */
    position:absolute;
    right:100px;
    top:50px;
}
.language2 a{
    width:70px;
    height:15px;
}
.language2 img {
    width: 70px;
    height:15px;
} 

.header-main {
    margin: 0;
    width:100%;
    height:60px;
    display:flex;
    justify-content: center;
    position:absolute;
    top:20px;
}
.header-main nav {
    display: flex;
    justify-content: left;
    width:870px;
}
.header-main .logo{
    height: 50px;
    width:fit-content;
    align-self: center;
    align-content:flex-start;
    display: flex;
    color:rgb(67, 67, 67);
    white-space: nowrap; 
    padding:-50px 0px 0 0;  
}
 
.header-main .logo a{
    cursor: pointer;
    height:100%;
    display:flex;
    align-content:center;
}
.header-main .logo p{
    padding-left: 10px;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}   
.header-main .logo img{
    height: 100%;
    max-width: 60px;
    cursor: pointer;
}
.header-main ul {
    height: 100%;
    align-self: center;
    display: flex;
    padding-left:200px;
}
.header-main ul li a {
    display: block;
    padding: 0 20px;
    height: 100%;
    line-height: 60px;
    font-size: 0.9rem;
    font-family:"Roboto Condensed", sans-serif;
    color: #000000;
    cursor:pointer;
    transition: all ease-in-out 100ms;
}
.header-main ul li a:hover {
    text-decoration: underline;
}

.space{
    height:60px;
    width:100%;
    top:60px;
    position:fixed;
}

/* lingua*/
.language {
    align-self: center;
    display:flex;
    height: 15px;
    width: 130px;
    justify-content: space-around;
    cursor: pointer;
    padding-left: 50px;
}
.language a{
    width:70px;
    height:15px;
}
.language img {
    width: 70px;
    height:15px;
} 

img#spacer{
    opacity: 0.0;
    width:20px;
}
.cover-main{
    background-color:white;
    height:623px;
    width: 100%;
    background-image:url("../img/imgback3.png") ;
    background-repeat: no-repeat; 
    background-position: center;
    place-items: center;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:120px;
}
.cover-main-company-acronim{
    font-family: "Roboto Condensed", sans-serif;
    color:white;
    font-size: 3.75rem;
    padding: 10rem 0 0 0;
    font-weight: bold;
}
.cover-main-company-name{
    font-family: "Roboto Condensed", sans-serif;
    color:white;
    font-size: 1.25rem;
    padding: 3rem 0 0 0;
    text-align: center;
}

.footer{
    width:100%;
    padding: 60px 0 100px 0;
    background-color: #0250B3; 
    color:white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8rem;
    /* bottom: 0;*/
    position:relative;
    text-align: right;
    display: block;
    
}
.wrapper{
        background-color: #0250B3; 
    width:100%;
    display: block;
position:relative;

}

/* responsive */
@media only screen  and (max-width:800px){
    .header-main{
        display: none; 
    }
    .logo2{
        display:flex;
    }
    .language2{
        display:flex;
    }
    .mobile-menu{
        display:flex;
        justify-content:center;
        align-content: center;
        width: 100px;
        height: 100px;;
        position:absolute;
        top:10px;
        right:10px; 
        z-index: 2000;
        /* background-color: rgb(227, 8, 8); */
        /* padding:10px 10px 0 20px; */
    }
    .mobile-menu img{
        height:40%; 
        align-self:center;
    }

    .header-main {
        height: 200px;
        width:40vh;
        flex-wrap: wrap;
        flex-direction: column;
        padding:0;
        justify-content: right;
        top:130px;
        right:10px;
        background-color: #ffffff;
        border:gray 1px solid ;
        border-radius: 3%;
        z-index: 3000;

    }

    .header-main nav {
        width: 100%;
        height:fit-content;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }
    .header-main .logo{
        height: 30%;
        padding: 0;
        margin: 0;
        display: none; /* prima flex */
        align-items: center;
    }

    .header-main .logo img{
        align-items: center;
        height: 30%;
    }
    .header-main ul {
    height: 100%;
    width: 100%;
    padding:0;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    }

    .header-main ul li{
        width:100%;
        height: calc(100%/var(--main-count)); 
        padding-left: 10px;
        margin: 0;
        /* border-top: 1px solid #ddd; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        transition: all ease-in-out 100ms;
    }
    .header-main ul li:nth-child(1) {
        border-bottom: px solid #626161;
    }
    
    .header-main ul li a{
        width: 100%;
        height: fit-content;
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 16px;
    }
    .header-main ul li a:hover{
        /* background-color: transparent; */
        /* color:#111; */
        /* background-color: black;*/
        /* color:white;  */
        text-decoration: underline;
    }
     .header-main nav {
        overflow-y: hidden;
        overflow-x: hidden;
     }
     .header-main ul li ul{
        display: none;
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        top: 0;
        z-index: 2000;
        left: 0;
     }
    .header-main ul li ul li{
        height: fit-content;
        display: block;
        background-color: #111
    }
    .header-main ul li ul li a{
        background-color: #111;
        color: #fff;
    }
    .header-main ul li ul li a:hover{
        background-color:#fff;
        color:#111;
    }
    .header-main ul li:focus>ul,
    .header-main ul li:hover>ul{
        display: flex;
        visibility: visible;
        opacity: 1;
    }

    .header-main .language {
        width: 50%;
        height: 20vh;
        margin: 0;
        flex-wrap: wrap;
        align-content: center;
        /* flex-direction: column; */
        display:block;
    }
    .header-main .language img{
        height: 20px;
    }
}


.info-title{
    margin: 0;
    top:120px;
    width:100%;
    text-align:center;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 59.7px;
    font-weight: bold;
    position:absolute;
}
.container{
    width:100%;
    justify-content: center;
    align-content:center;
    height:400px;
    display:flex;
    top:180px;
    position: absolute;
}

.info{
    margin: 0;
    justify-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 34.56px;
    color:black;
    display:grid;
    position:absolute;
    top:0;
    grid-template-columns: 150px 850px;
    padding:50px 0 3rem 1rem;  
}
.info11{
    text-align: left;
    font-weight: bold;
    max-width: fit-content;
    align-content:start;
    padding-top: 20px;
}
.info12{
    text-align: left;
    font-weight: bold;
    align-content:start;
    padding-top: 20px;
}
.info21{
    text-align: left;
    font-size: 20px;
    /* background-color:rgb(255, 250, 235); */
    line-height: 30px;
    padding:0 0 10px 0;
    padding-top: 20px;
}
.info22{
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;

}


@media only screen and (max-width:1000px){
    .info-title {
        width:100%;
        text-align:center;
    }    
}

@media only screen and (min-width:1001px){
    .info-title {
    width:100%;
        /* background-color: #0044ff; */
    }    
}

@media only screen and (max-width:1000px){
    .info {
    width:100%;
        /* background-color: aqua; */
    grid-template-columns: 100%;
    }    
}

@media only screen and (min-width:1001px){
    .info {
        width:1000px;
        /* background-color: #0044ff; */
    }    
}


.Soci{
    margin:auto;
    width: 1030px;
    margin:auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    /* background-color:rgb(255, 250, 235); */
    color:black;

}
.Soci2 {
    margin:auto;
    width: 1000px;
    margin:auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    color:black;
    padding-left:15px;
} 
.Soci a{
    color:#0250B3;
    text-decoration: none;
    font-weight: bold;
    padding:0 10px 0 10px;

}
.Soci a:hover{
    color:black;
    cursor: pointer;
    text-decoration: underline;
}
.Soci p{
    padding:0 10px 0 10px;
}
@media only screen and (max-width:1000px){
    .Soci {
    width:100%;
        /* background-color: aqua; */
    }    
}

@media only screen and (min-width:1001px){
    .Soci {
        width:1000;
        /* background-color: #0044ff; */
    }    
}

.frames {
    margin: 0;
    justify-content: center;
    align-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
    font-weight: bold;;
    display:grid;
    position:absolute;
    top:50px;
    grid-template-columns:repeat(2, 1fr);
    width: 850px;
    text-align: center;
    color:black;
}

.f11 {
    padding: 10px 10px 10px 10px;
    /* background-color: red; */
    justify-content: center;
    align-content: center;
     text-align: center;
}
.f12 {
    padding: 10px 10px 10px 10px;
    /* background-color: green; */
    justify-content: center;
    align-content: top;
    text-align: center;
}
.f13 {
    padding: 20px 10px 10px 10px;
    /* background-color: rgb(51, 0, 255); */
    justify-content: center;
    align-content: top;
    text-align: center;
}
.f14 {
    padding: 20px 10px 10px 10px;
    /* background-color: rgb(255, 0, 204); */
    justify-content: center;
    align-content: top;
    text-align: center;
}

@media only screen and (max-width:1000px){
    .frames {
    width:100%;
        /* background-color: aqua; */
    grid-template-columns: 100%;
    justify-content: center;
    text-align: center ;

    }    
    @media only screen and (min-width:1001px){
    .frames {
        width:1000px;
        /* background-color: #0044ff; */
    }    
}

}
