@import url('./animation.css');

*{
   box-sizing: border-box;
   margin: 0;
}

/* HEADER */

header{
   position: fixed;
   background-color: #E6E6E6;
   right: 0;
   left: 0;
   /* height: 100px; */
   padding:10px;
   z-index: 10;
   border-bottom-left-radius: 30px;
   border-bottom-right-radius: 30px;
}

div.logo{
   /* margin: 20px; */
}

div.logo img{
   width: 100px;
   border-radius: 35px;
}

a.border, div.wp-btn-header{
   border-color: black !important;
   /* background-color: #c9c9c9 !important; */
   text-decoration: none;
   color: black
}

div.wp-btn-header a{
   text-decoration: none;
   color: black
}

a.border:hover, div.wp-btn-header:hover{
   background-color: #c9c9c9 !important;
   /* color: white; */
}

div.wp-btn-header a:hover{
   /* color: white; */
}

img.wpImg-Btn-header{
   width: 30px !important;
}

div.menu a, div.wp-btn-header{
   transition: transform 0.3s ease;
}

div.menu a:hover:not(div.wp-btn-header a), div.wp-btn-header:hover{
   transform: scale(1.2);
}

/*SECTION 1*/

section.section-1{
   position: relative;
   top: 95px;
   background-color: #c9c9c9;
   background-image: url("../Imagens/car\ background.webp");
   background-repeat: no-repeat;
   background-size:cover;
   background-position: center;
   --bs-gutter-x: 0; /*Element from bootstrap*/
}

div.side-a{
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   padding: 100px;
   /* width: 50%; */
   /*DESIGN*/
   background-color: #6c7b737c;
   color: white;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   border-top-right-radius: 100px;
   /* border-bottom-right-radius: 100px; */
}

div.title{
   border-bottom: 1px solid;
}

div.title h1{
   margin-bottom: 20px;
   font-size: 50px;
   text-align: center;
}

div.description h5, div.description p, div.security{
   margin: 20px;
   text-align: center;
}

div.wp-btn{
   background-color: #E6E6E6;
   transition: transform 0.3s ease;
}

div.wp-btn:hover{
   transform: scale(1.2);
}

div.wp-btn figure{
   margin-bottom: 0;
}

img.wpImg-Btn{
   width: 40px;
}

div.wp-btn a{
   text-decoration: none;
   color: #6c7b73 !important;
}

div.security {
   font-size: 12px;
}

/*SECTION 2*/

section.section-2{
   position: relative;
   top: 50px;
   background-color:#E6E6E6;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
   text-align: center;
   /* margin-top: 110px !important; */
}

div.seg-logo{
   transition: transform 0.3s ease;
}

div.seg-logo:hover{
   transform: scale(1.3);
}

div.seg-logo img{
   width: 200px;
   height: 100%;
}

div.class-title{
   padding: 20px;
   margin: 10px;
   /*DESIGN*/
   border: 1px solid;
   border-radius: 20px;
   font-size: 35px;
   font-weight:bold;
}

div.class-1 img, div.class-2 img, div.class-3 img, div.aula-bonus img{
   width: 100%;
   height: inherit;
   /*DESIGN*/
   opacity: 0.7;
}

div.class-content{
   width: 50%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 30px;
   /*DESIGN*/
   text-align: center;
   background-color: #1e6495;
   overflow: scroll;
}

div.class-content{
   -ms-overflow-style: none;
  scrollbar-width: none;
}

div.class-content::-webkit-scrollbar{
   display: none;
}

summary{
   margin-bottom: 10px;
   cursor: pointer;
}

/*SECTION 3*/

section.section-3{
   position: relative;
   top: 50px;
   padding: 30px;
   padding-bottom: 60px;

   text-align: center;
   color: white;
   background-color: #086332f6;
}

div.seg-advantages{
   width: 50%;
   margin: 30px;
   border: 1px solid white;
   border-radius: 20px;
}

div.seg-advantages:hover{
   transition: transform 0.3s ease;
   transform: scale(1.1);
}

div.seg-advantages h3, div.seg-advantages details{
   margin: 10px;
}
div.seg-advantages details{
   border-top: solid 1px white;
}

/* SECTION 4 - LOCATION */

section.section-4{
   position: relative;
   top: 50px;
   bottom: 50px;
   padding: 30px;
   background-color: #E6E6E6;
}

div.location{
   padding-bottom: 70px;
}

div.google-maps{
   width: 100%;
   margin-top: 20px;
   text-align: center;
}

div.google-maps iframe{
   width: 90%;
   height: 400px;
   padding: 10px;
   border-radius: 20px;
   border: #a7a7a7 1px solid;
}

/* FOOTER */

footer{
   position: relative;
   top: 25px;
   background-color: #bdbdbd;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
}

section.policies a, section.company-info p, div.developed, div.developed p, div.copyright p{
   text-decoration: none !important;
   color: #525252;
}

div.developed a{
   text-decoration: none;
   color: #086332f6;
   font-weight: bold;
}

section.policies a:hover{
   color: black;
}

section.company-info p{
   margin-bottom: 0;
}

section.company-info .logo{
   margin-bottom: 10px;
}

section.social-media img{
   width: 40px;
   margin: 5px;
}

section.social-media img:hover{
   transition: transform 0.3s ease;
   transform: scale(1.3);
}

div.developed{
   margin-top: 20px;
   padding-top: 10px;
   border-top: 1px solid #a7a7a7;
   text-align: center;
}

div.copyright{
   margin-top: 20px;
   text-align: center;
}