    *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}


header{
    width: 100vw;
    height: 400px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

header p{
    font-size: 20px;
    color: #fff;
    font-family: Audiowide;
    font-size: 30px;
    border-bottom: 5px solid #ff0000;
    padding-bottom: 5px;
}
.logo{
    width: 250px;
    height: 250px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    /* border: 2px solid red; */
}

main{
    width: 100vw;
    height: auto;
    /* min-height: 4200px; */
    /* border: 2px solid red; */
}

.tell-conteiner-info{
    width: 100%;
    height: auto;
    min-height: 400px;
    /* border: 2px solid green; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}

.producture-sprectro{
    width: 90%;
    height: auto;
    min-height: 300px;
    /* border: 4px solid purple; */
    border-radius: 20px;
    border-top: 4px solid #909090;
    border-bottom: 4px solid #909090;
    /* box-shadow: 0px 0px 10px #909090; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
.tell-conteiner-info p{
    font-family: Audiowide;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #909090;
}

.producture-sprectro h3{
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #909090;
    text-align: center;
}

.producture-sprectro h1{
    color: #909090;
    font-family: Audiowide;

}
.producture-sprectro h2{
    color: #909090;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    padding: 10px;
    margin-top: 10px;
}
.producture-sprectro ul{
    width: auto;
    /* border: 2px solid #000; */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.producture-sprectro li{
    margin-top: 10px;
    font-size: 20px;
    color: #909090;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.producture-sprectro img{
    width: 950px;
    height: 430px;
    box-shadow: 10px 10px 10px #909090;
    border-radius: 20px;
}

.brassinar{
    width: 30%;
    height: 50px;
    background-color: #00d4ff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 30px 0px 30px 0px;
    /* box-shadow: 10px 10px 10px #909090; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: width 1s ease-in-out;
}

.brassinar::before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: #ff0000;
    transition: width 1s ease-in-out;
    content: "";
    z-index: 0;
    color: #fff;
}

.brassinar:hover::before{
    width: 100%;
}

.brassinar p{
    color: #fff;
    font-family: Audiowide;
    font-size: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 30px;
}

.container{
    position: relative;
    width: 100%;
    /* border: 2px solid #000; */
    max-width: 800px;
    perspective: 1200px;
    top: 300px;
    /* margin-bottom: 400px; */
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 800px;
}


.gallery{
    width: 100%;
display: flex;
justify-content: center;
align-items: center;
transform-style: preserve-3d;
transition: transform 2s ease; 
}

.cardgallery{
    width: 30%;
    
    height: auto;
    background: #303030;
    border: 2px solid #00d4ff;
    border-radius: 20px;
    box-shadow:  0px 5px 15px #007d9f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    transition:  transform 0.5s, z-index 0.5s, opacity 3s;
}

.cardgallery > p{
    color: #fff;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: 100;
}
.cardgallery > h3{
    color: #fff;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 100;
}

.icons_card{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00d4ff;
    margin-top: 15px;
}
.icons_card > svg{
     width: 30px;
    height: 30px;
}
.btn {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    background-color: #00d4ff;
    color: #000;
    font-size: 20px;
    padding: 10px;
    border: none;
    border-radius: 100%;
    z-index: 10000;
    cursor: pointer;
}

.btn > svg{
    width: 28px;
    height: 28px;
}

.btn.left{
      left: -250px;
}

.btn.right {
      right: -250px;
}

@media (min-width:320px)  and (max-width:740px){
    header{
        width: 100vw;
        height: 400px;
        /* background-color: #000; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .logo{
        width: 250px;
        height: 250px;
        background-image: url(../img/logo.png);
        background-position: center;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    
    main{
        width: 100vw;
        height: auto;
        /* min-height: 3800px; */
        /* border: 2px solid red; */
    }
    
    .tell-conteiner-info{
        width: 100%;
        height: auto;
        min-height: 400px;
        /* border: 2px solid green; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    
    }
    
    .producture-sprectro{
        width: 100%;
        height: auto;
        min-height: 300px;
        /* border: 4px solid purple; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
    }
    .tell-conteiner-info p{
        font-family: Audiowide;
        font-size: 20px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
        /* color: #ff0000; */
        padding-left: 10px;
        text-align: center;
    }
    
    .producture-sprectro h3{
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
        color: #909090;
        text-align: center;
    }
    
    .producture-sprectro h1{
        /* color: #909090; */
        font-family: Audiowide;
        font-size: 20px;
        text-align: center;
    
    }
    .producture-sprectro h2{
        /* color: #909090; */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: 100;
        padding: 10px;
        margin-top: 10px;
    }
    .producture-sprectro ul{
        width: auto;
        /* border: 2px solid #000; */
        height: auto;
        display: flex;
        justify-content: start;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 10px;
    }
    
    .producture-sprectro li{
        margin-top: 10px;
        font-size: 20px;
        /* color: #909090; */
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .producture-sprectro img{
        width: 90%;
        height:auto;
        /* box-shadow: 10px 10px 10px #909090; */
        border-radius: 20px;
    }

    
.brassinar{
    width: 80%;
    height: 50px;
    background-color: #00d4ff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 30px 0px 30px 0px;
    /* box-shadow: 10px 10px 10px #909090; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: width 1s ease-in-out;
}

.brassinar::before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: #ff0000;
    transition: width 1s ease-in-out;
    content: "";
    z-index: 0;
    color: #fff;
}

.brassinar:hover::before{
    width: 100%;
}

.brassinar p{
    color: #fff;
    font-family: Audiowide;
    font-size: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 30px;
}



.container{
    position: relative;
    width: 100%;
    /* border: 2px solid #000; */
    max-width: 800px;
    perspective: 1200px;
    top: 300px;
    /* margin-bottom: 400px; */
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 800px;
}


.gallery{
    width: 100%;
display: flex;
justify-content: center;
align-items: center;
transform-style: preserve-3d;
transition: transform 2s ease; 
}

.cardgallery{
    width: 60%;
    
    height: auto;
    background: #303030;
    border: 2px solid #00d4ff;
    border-radius: 20px;
    box-shadow:  0px 5px 15px #007d9f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    transition:  transform 0.5s, z-index 0.5s, opacity 3s;
}

.cardgallery > p{
    color: #fff;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: 100;
}
.cardgallery > h3{
    color: #fff;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    font-weight: 100;
}

.icons_card{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00d4ff;
    margin-top: 15px;
}
.icons_card > svg{
     width: 30px;
    height: 30px;
}
.btn {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    background-color: #00d4ff;
    color: #000;
    font-size: 20px;
    padding: 10px;
    border: none;
    border-radius: 100%;
    z-index: 10000;
    cursor: pointer;
}

.btn > svg{
    width: 28px;
    height: 28px;
}

.btn.left{
      left: 6%;
      transform: translate(-50%);
}

.btn.right {
      right: -6%;
      transform: translate(-50%);
}

    
    
}