@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sono:wght@500&display=swap');

:root {
    --color-background: #FFFFFF;
    --color-white: #fff;
    --color-dark2: #363949;
    --color-dark1: #323437;
    --color-main: #102545;

    --color-purple: #500C76;
    --color-orange: #FE552A;
    --color-blue: #1F406D;
    
    --color-green: #008037;
    --color-green-ligth: #58CA7E;
    --color-black:#000;
    
    --color-line: #D8D8D8;
    --color-dark-grey: #545451;
    --color-pink: #E91E63;
    --color-light-blue: #00BCD4;

}

* {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    text-decoration: none;
/*    list-style: none;*/
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--color-background);
}

.margin-top {
    margin-top: 172px;
}
.margin-button {
    margin-top: 172px; 
}

.section {
    padding-top: 120px;
}

nav {
    padding: 10px 10px;
    position: fixed;
    top: 0; left: 0; right: 0;
    background: var(--color-background);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    text-align: start;
    text-transform: uppercase;
}

header .navbar ul {
    list-style: none;
}
header .navbar ul li{
    position: relative;
    float: left;
}
header .navbar ul li a{
    font-size: 13px;
    padding: 10px;
    color: var(--color-purple);
    display: block;
    transition: all 0.3s;
}
header .navbar ul li a:hover{
    background: #333;
    color: #fff;
}
header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 170px;
    background: #fff;
    display: none;
}
header .navbar ul li ul li {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
}
header .navbar ul li ul li ul {
    position: relative;
    width: 100%;
    background: #fff;
    display: none;
}

header .navbar ul li:focus-within >ul,
header .navbar ul li:hover >ul {
    display: initial;
}

a.active, 
a:hover {
    background: #333;
    color: #fff;
    transition: .5s;
}

.checkbtn {
    font-size: 30px;
    color: var(--color-purple);
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check {
    display: none;
}


.logo {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 5px;
}
.logo img {
    height: auto;
}
.logo a {
    background: none;
}
.logo__title {
    color: var(--color-purple);
    padding: 10px;
    margin: 0px;
    font-size: 13px;
    text-align: start;
    width: 31%;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    
/*    max-width: 1280px;*/
    width: 100%;
}
.banner {
    max-width: 1120px;
    color: var(--color-white);
    width: 100%;
    height: auto;
    position:relative;
}
.banner .flotante {
    position: absolute;
    top: 130px;
    left: 20px;
    font-size: 14px;
}
.banner .flotante h1{
    text-transform: uppercase;
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 2pt
}
.banner .flotante span{
    font-weight: bold;
    font-family: 'Sono', sans-serif !important;
}
.banner img {
    height: 100%;
    width: 100%;
}
.banner .section {
    margin-top: -125px;
}

.page-body {
    width: 100%;
    max-width: 1120px;
    background: var(--color-background);

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.conteiner {
    max-width: 1120px;
    color: var(--color-white);
    width: 100%;
    height: auto;
    position:relative;
}
.conteiner .flotante2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap:10px;
}
.conteiner .section {
    margin-top: -125px;
}
.conteiner img {
    height: 100%;
    width: 100%;
}
.conteiner div {
    width: 40%;
}
.conteiner span {
    font-size: 16px;
}

.blue h1,
.blue span {
    font-weight: bold;
    margin: 10px 0px;
    color: var(--color-blue) !important;
}
.blue h1 {
    font-size: 18px;
}
.blue span {
    font-size: 16px;
}
.conteiner h1,
.conteiner span {
    font-weight: bold;
    color: var(--color-green);
}

.conteiner2 {
    max-width: 1280px;
    color: var(--color-white);
    width: 100%;
    height: auto;
    position:relative;
}
.conteiner2 .flotante3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap:10px;
}
.conteiner2 img {
    height: 100%;
    width: 100%;
}
.conteiner2 .flotante3 {
    width: 36%;
    height: 100%;
}
.conteiner2 h1{
    font-size: 25px;
}
.conteiner2 h1,
.conteiner2 span {
    font-weight: bold;
    color: var(--color-dark1);
}
.conteiner2 .span {
    text-align: start;
    width: 100%;
    font-size: 16px;
}

.center {
    width: 100%;
    align-items: center;
    margin-left: calc(100% + 20px);
}


.conteiner4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-dark-grey);
}
.conteiner4 .areas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.conteiner4 .areas .item {
    background: var(--color-white);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conteiner4 .areas .item .areas__title ,
.conteiner4 .areas .item .areas__services {
    width: 50%;
}
.conteiner4 .areas .item .areas__services img{
    width: 100%;
}
.conteiner4 .areas .item .areas__services .width{
    width: 80%;
}
.conteiner4 .areas .item .areas__services .end{
    text-align: end;
}
.areas__services {
    padding: 20px;
}
.areas__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.areas__title  ul{
    font-weight: 400;
    font-size: 16px;
    padding: 20px;
}
.areas  h1 {
    text-align: start;
    font-size: 25px;
}


.conteiner5 {
    max-width: 1120px;
    color: var(--color-white);
    width: 100%;
    height: auto;
    position:relative;
}
.conteiner5 .services__box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap:10px;
}
.conteiner5 .title {
    text-align: start;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.conteiner5 .title ul {
    font-size: 16px;
    padding: 20px;
}
.conteiner5 .title h1 {
    font-size: 35px;
}


.conteiner6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.conteiner6 .title {
    background: var(--color-white);
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: start;
    color: var(--color-dark-grey);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2); 
}
.conteiner6 .title h1 {
    font-size: 20px;
}
.conteiner6 .title img {
    height: 300px;
    width: 100%;
}
.conteiner6 .title ul {
    padding: 20px;
}
.conteiner6 .ventas {
    background: var(--color-white);
    width: auto;
    padding: 0px 20px 20px;
    border-top: 0px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2); 
}
.conteiner6 .ventas img {
    width: 60%;
}


.conteiner7 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: start;
    color: var(--color-white);
}
.conteiner7 .ventas{
    background: var(--color-white);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around; 
    color: var(--color-dark-grey);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2); 
}
.conteiner7 .ventas__item1 h1 {
    font-size: 20px;
}
.conteiner7 .ventas__item1{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}
.conteiner7 .ventas__item1 div:first-child {
    height: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conteiner7 .ventas__item1 div:last-child {
    height: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteiner7 .ventas__item1,
.conteiner7 .ventas__item2{
    padding: 20px;
    width: 50%;
    height: auto;
}
.conteiner7 .ventas__item2 {
    text-align: center;
}
.conteiner7 .ventas__item2 img {
    width: 65%;
    height: 100%;
}
.conteiner7 .ventas__item1 img {
    width: 80%;
    height: 100%;
}


.conteiner8 {
    background: var(--color-white);
    padding: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    justify-content: center;
    text-align: center;
}
.conteiner8 div {
    padding: 20px;
}
.conteiner8 h1,
.conteiner8 span {
    margin: 20px 0px;
}
.conteiner8 i {
    font-size: 50px;
}
.conteiner8 img {
    height: 50px;
}
.conteiner8 h1 {
    font-size: 25px;
    color: var(--color-black);
}
.conteiner8 span {
    font-size: 14px;
}


.footer {
    padding: 60px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: start;
    grid-gap: 20px;
    text-align: start;
    color: var(--color-white);
}
.footer div {

}
.footer i {
    font-size: 35px;
}
.footer .footer__one,
.footer .footer__two{
    margin-bottom: auto;
    width: 50%;
}

.col {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    grid-gap: 20px;
}
.col div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
}

.form {
    background: var(--color-white);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    border-radius: 5px;
}
.form__title {
    background: var(--color-orange);
    font-size: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    
    position:absolute;
    top: 50;
    width: calc(35%);
    margin-top: -70px;
}
.form__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    grid-gap: 15px;
    font-size: 30px;
}
.form__group {
    position: relative;
    color: var(--color-dark-grey);
}
.form__input {
    width: 100%;
    background: none;
    font-size: 1rem;
    padding: .6em .3em;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color-line);
}
.form__submit {
    padding: 15px;
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.form__submit:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
#footer{
    width: 100%;
    height: 100%;
    
    background-image: url('https://images.pexels.com/photos/3568520/pexels-photo-3568520.jpeg?auto=compress&cs=tinysrgb&w=600');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
}
.copy {
    padding: 40px;
    background: var(--color-dark1);
    color: var(--color-white);
    display: flex;
    justify-content: center;
}
.copy a {
    margin-left: 5px;
    color: var(--color-white);
}


.bg-dark {
    background: var(--color-white);
}
.color-pink {
    color: var(--color-pink); 
}
.color-light-blue{
    color: var(--color-light-blue); 
}
.color-green{
    color: var(--color-green); 
}
.color-green-ligth{
    color: var(--color-green-ligth); 
}
.color-blue{
    color: var(--color-blue); 
}
.color-balck{
    color: var(--color-black); 
}

.wtscontenedor {
    cursor: pointer;
    width: auto;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
}
.wtscontenedor:active {
    transform: scale(0.9);
}
.icon-wts {
    padding: 10px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 1050px) {
    .logo img:first-child {
        height: 75px;
        width: auto;
    }
    .logo img:last-child {
        height: 75px;
        width: auto;
    }
    .logo__title {
        font-size: 10px;
    }
    header .navbar ul li a{
        font-size: 13px;
    }
    .conteiner4 .areas__services {
        grid-template-columns: repeat(2, 1fr);
    }
    .conteiner5 .services {
        grid-template-columns: repeat(2, 1fr);
    }
    .conteiner5 .title h1 {
        font-size: 30px;
    }
    .left2 {
        width: 100%;
        align-items: center;
        margin-left: calc(50% + 20px);
    }
    .conteiner6 .download {
        grid-template-columns: repeat(2, 1fr);
    }
    .left3 {
        width: 100%;
        align-items: center;
        margin-left: calc(50% + 20px);
    }
    .conteiner8 {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner .section {
        padding-top: 120px;
    }
    .conteiner .section {
        margin-top: -99px;
    }
    .section {
        padding-top: 95px;
    }

    
}

@media (max-width: 915px) {
    .checkbtn {
        margin: 0px;
        display: block;
    }

    header label {
        display: initial;
    }
    
    nav {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-content: flex-end;
    }
    header ul {
        border-top: 1px solid #333;

        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.1);
        display: none;
        transition: all .5s;
    }
    header .navbar ul li {
        width: 100%;
    }
    header .navbar ul li ul {
        position: relative;
        width: 100%;
    }
    nav ul li a {
        font-size: 20px;
        color: var(--color-white);
    }
    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul {
        display: initial;
    }
    .logo{
        width: 100%;
    }
    .logo img:first-child {
        height: 60px;
        width: auto;
    }
    .logo img:last-child {
        height: 60px;
        width: auto;
    }
    
    .banner {
        color: var(--color-white);
        width: 100%;
        height: 100%;
        position:relative;
    }
    .banner .flotante {
        text-align: center;
        width: 100%;
        height: auto;
        padding: 10px;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 13px;
    }
    
    .banner .section {
        margin-top: -125px;
    }
    .conteiner div {
        width: 100%;
    }
    .conteiner .blue h1,
    .conteiner .blue span{
        font-weight: bold;
        color: var(--color-dark1)!important;
    }
    .section {
        padding-top: 95px;
    }
    .conteiner2 .flotante3 {
        width: 100%;
        padding: 10px;
    }
    .conteiner2 .flotante3 h1{
        font-size: 14px;
    }
    .conteiner2 .flotante3 span{
        font-size: 12px;
    }


    .conteiner4 .areas .item {
        flex-direction: column;
    }
    .conteiner4 .areas .item .areas__services,
    .conteiner4 .areas .item .areas__title {
        width: 100%;
    }
    .conteiner4 .areas .item .areas__services .end{
        text-align: center;
    }
    
    .conteiner5 .title h1 {
        font-size: 22px;
    }
    
    .areas  h1 {
        text-align: center;
        font-size: 20px;
    }
    .areas  ul {
        font-size: 14px;
    }
    .areas__title,
    .areas__services{
        background: var(--color-white);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        width: 100%;
    }

    
    .conteiner5 {
        padding: 20px;
    }
    .conteiner5 .services__box div{
        width: 100%;
    }
    .conteiner5 .services__box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .conteiner5 .services {
        text-align: center;
    }
    
    .left2 {
        margin-left: 0;
    }
    
    .conteiner6 .title {
        flex-direction: column;
    }
    .conteiner6 {
        padding: 20px;
    }
    .conteiner6 .title h1{
        text-align: center;
    }
    .conteiner6 .title div:first-child{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .conteiner7 .ventas{
        flex-direction: column;
    }
    .conteiner7 .ventas__item1,
    .conteiner7 .ventas__item2{
        width: 100%;
    }
    .conteiner7 {
        padding-bottom: 95px;
    }

    .left3 {
        margin-left: 0;
    }
    .conteiner7 {
        padding: 20px;
    }
    .conteiner8 {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .center {
        margin-left: 0;
    }
    .footer {
        display: flex;
        flex-direction: column;
    }
    .footer .footer__one,
    .footer .footer__two{
        padding: 0px;
        width: 100%;
    }
    .form__title {
        width: calc(70%);
    }
    .footer {
        padding: 20px;
    }
    .copy {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 750px) {
    .blue h1,
    .blue span {
        margin: 2px 0px;
    }
    .conteiner .flotante2 {
        grid-gap: 0px;
    }
    .conteiner .flotante2{
        padding: 10px;
    }
    .conteiner .flotante2 h1 {
        font-size: 14px;
    }
    .conteiner .flotante2 span {
        font-size: 12px;
    }
    .conteiner .blue h1 {
        font-size: 14px;
    }
    .conteiner .blue span {
        font-size: 12px;
    }
    .conteiner5 .title h1 {
        font-size: 12px;
    }
}

