/*universal******************************************************************************************************************************************************************************************************************/

*{
    padding:0;
    margin:0;
    font-family: 'Oxygen', sans-serif;
    scroll-behavior:smooth;
    
}

.clear{
    clear:both;
}

/*header******************************************************************************************************************************************************************************************************************/

#logo{
    float:left;
    padding-right:1%;
    padding-top:0.5%;
    width:4%;
}
le
#topo{
    background:rgba(255,255,255,0.8);
    height:9%;
    width:100%;
    position:fixed;
    /*z-index: 999;*/
}

.menu{
    width:90%;
    margin:auto;
}

.menu h1{
    float:left;
    color:#302f2f;
    font-family: 'Noto Serif', sans-serif;
    letter-spacing: 1px;
    padding-top:1%;
}

#esc{
    color:#1d8dc1;
}

#udo{
    color:#dd4021;
    padding-right:0.7%;
}

.menu li{
    display:inline;
    float:right;
    padding:1.5% 1%;
    transition:all 0.5s ease;
}

.menu a{
    color:#302f2f;
    text-decoration:none;
}

.menu li a:hover{
    border-bottom:1px solid #dd4021;
    color:#dd4021;
}

/*slideshow******************************************************************************************************************************************************************************************************************/

* {box-sizing:border-box}

.slideshow-container{
  width: 100%;
}
    
.mobile{
        display:none;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*scrolldown******************************************************************************************************************************************************************************************************************/

#scrolldown{
    position:relative;
    animation-name: bounce;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 0.9s;
    
}

@keyframes bounce{
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(-15px);}
}

#scrolldown a{

    color:#383635;
    font-size:50px;
    margin-left:50%;
}

/*containers******************************************************************************************************************************************************************************************************************/

.container{
    width:70%;
    margin:auto;
    height:300px;
}

.container2{
    width:100%;
    margin:5% auto;
    height:300px;
}

.container3{
    width:90%;
    margin:auto;
    margin-top:1%;
    height:300px;
}

.container4{
    width:100%;
    margin:5% auto;
    height:450px;
}

/*alguns dos nossos clientes******************************************************************************************************************************************************************************************************************/

.clientes img{
    width:15%;
    margin-right:1%;
    margin-left:7%;
    margin-top:3%;
}

.clientes{
    display:inline;
}

#clientes{
    text-align:center;
    color:#383635;
    margin-bottom:0.5%;
}

/*nossos idiomas******************************************************************************************************************************************************************************************************************/

#idiomas{
    text-align:center;
    color:#383635;
    margin-bottom:2%;
    margin-top:10%;
}

.english{
    float:left;
    width:45%;
}

.spanish{
    float:right;
    width:45%;
}

.portuguese{
    float:left;
    width:30%;
}


    
#britishflag, #spanishflag{
    width:100%;
    filter:grayscale(100%);
    z-index: 99;
}

.flag{
    width:200px;
    overflow:hidden;
    margin:auto;
    border-radius: 50%;
    
}

.english{
    text-align: justify;
    margin:1.5%;
    color:#141413;
}

.spanish{
    text-align: justify;
    margin:1.5%;
    color:#141413;    
}

.portuguese{
    text-align: justify;
    color:#141413;    
}


#britishflag:hover, #spanishflag:hover{
    transform:scale(1.2);
    filter:grayscale(0%);
}

/*agende sua aula ******************************************************************************************************************************************************************************************************************/

#bar{ 
    margin-top:5%;
    background:url("bar.jpg");
    background-attachment:fixed;
    background-size:cover;
    background-position:center;
    width:100%;
}

#layer{
    background-color: rgba(248, 247, 216, 0.7);
    padding: 50px 0;
    position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#agende{
    text-align:center;
    color:#383635;
    margin-bottom:2%;
}

.box{
    width:40%;
}

.form{
    margin:auto;
}

.form label{
    color:#383635;
    margin-left:40%;
    font-size:20px;
    margin-bottom:10px;
}

.form input{
    margin-left:1%;
    width:100%;
    font-size:20px;
    margin-bottom:10px;
}

.form select{
    margin-left:1%;
    width:100%;
    font-size:20px;
    margin-bottom:10px;
}

.botao{
    margin-left:45%;
    margin-top:2%;
}

.botao input{
    font-size:30px;
    background:#383635;
    border:none;
    color:white;
    padding: 10px 15px;
}

.botao input:hover{
    background:#726b67;
}

p.bold{
    font-weight: bold;
    display:inline;
}

/*Material sign in Page******************************************************************************************************************************************************************************************************************/



/*Idioma Page******************************************************************************************************************************************************************************************************************/

.smallcontainer{
    height:auto;
}

.usefulcontainer{
    width:90%;
    margin:auto;
    margin-top:1%;
    height:150px;
}

.usefulcontainer2{
    width:90%;
    margin:auto;
    margin-top:1%;
    height:100px;
}
    
.usefulcontainer3{
    width:90%;
    margin:auto;
    margin-top:1%;
    height:20px;
}


.float_right{float:right}
.float_left{float:left}

#escolhe{
    text-align:center;
    color:#383635;
    margin-top:5%;
    font-size:25px;
    margin-bottom:1%;
    padding-top:10px;
}

.languages{
    margin-top:5%;
    text-align:center;
}

.languages a{
    color:white;
    margin: 9%;
    font-size:35px;
    padding:7px;
    text-decoration: none;
}

.languageshome{
    color:white;
    font-size:35px;
    padding:7px;
    text-decoration: none;
    text-align:center;
}

.levels a{
    color:white;
    font-size:20px;
    padding:7px;
    text-decoration: none;
    margin: auto 5%;
}

#english{
    background:#1d8dc1;
}

#english:hover{
    background:rgba(29, 141, 193, 0.8);
}

#spanish{
    background:#dd4021;
}

#spanish:hover{
    background:rgba(221, 64, 33, 0.8);
}

#basic-spanish{
    background:#f07a62;
}

#inter-spanish{
    background:#dd4021;
}

#adv-spanish{
    background:#821c08;
}

#basic-english{
    background:#62baf0;
}

#inter-english{
    background:#3c85e6;
}

#adv-english{
    background:#1b58a8;
}

#portuguese{
    background:#28B463;
}

#portuguese:hover{
    background:rgba(40,180,99, 0.8);
}

#basic-portuguese{
    background:#28B463;
}

#int-portuguese{
    background:#208c4e;
}

#adv-portuguese{
    background:#165e35;
}


#basic-portuguese:hover{
    background:rgba(88, 214, 141, 0.8);
}

#int-portuguese:hover{
    background:rgba(88, 214, 141, 0.8);
}

#adv-portuguese:hover{
    background:rgba(88, 214, 141, 0.8);
}

#purple{
    background:#871C73;
}

#more-content{
    background:#36454f;
}


#politica{
    padding:0;
    font-size:20px;
    margin-top:7%;
    display:block;
    background:#383635;
}

/*********************************Politica de cancelamento**********************************************************************************************************************************/



#politicas li{
    margin-bottom: 2%;
}

/***********English material*****************************************************************************************************************************************************************************************************/

.englishcontainer{
    width:70%;
    margin:auto;
    height:40%;
    padding-top:65px;
}

#englishmaterial li{
    margin-bottom: 2%;
}

#englishmaterial a{
    text-decoration: none;
    color:#383635;
}

/***********Footer*****************************************************************************************************************************************************************************************************/

footer{
    width:100%;
    height:300px;
    background:#383635;
}

#mapcontainer{
    width:50%;
    float:left;
}

#map{
    margin:2%;
    border-radius: 1%;
    filter:grayscale(1);
    width:100%;
    height:270px;
}

.bottom{
    float:right;
    color:white;
    font-size:20px;
    width:45%;
    margin-top:3.5%;
}

.social{
    font-size:180%;
    display:inline;
    margin-right:5%;
}

.bottom li{
    margin-bottom:3%;
    margin-right:10%;
    list-style: none;
}

.bottom a{
    color:white;
}

#fb:hover{
    color:#3b5998;
}

#linkedin:hover{
    color:#0077B5;
}


 					.box1{
 						box-sizing: border-box; display: inline-block; width: 50%; max-width: 50%; background-color: white; border: 1px solid #383635; border-radius: 5px; box-shadow: 0px 0px 8px #383635; margin: 50px auto auto;
 					}
 					.box2{	
 						background: #383635; border-radius: 5px 5px 0px 0px; padding: 15px; font-family: verdana,arial; color: white; font-size: 1.00em; font-weight:bold;
 					}
 					#signin td { text-align:left; font-family: verdana,arial; color: #333333; font-size: 1.00em; }
 					#signin input { border: 1px solid #CCCCCC; border-radius: 5px; color: #666666; display: inline-block; font-size: 1.00em;  padding: 5px; width: 100%; }
 					#signin input[type="button"], #singnin input[type="reset"], #signin input[type="submit"] { height: auto; width: auto; cursor: pointer; box-shadow: 0px 0px 5px #000F91; float: right; text-align:right; margin-top: 10px; margin-left:7px;}
 					#signin table.center { margin-left:auto; margin-right:auto; }
 					#signin .error { font-family: verdana,arial; color: red; font-size: 1.00em; }

/*mobile******************************************************************************************************************************************************************************************************************/

@media (max-width:768px)

 {
    
   .desktop{display:none;}
		.mobile{display:block;}
		#scrolldown{display:none;}
		.container3{display:none;}
		.form table{width:100%;}
		#logo{
			float:left;
			padding-right:1%;
			padding-top:0.5%;
			width:50px;
		}
		#topo{
			background:rgba(255,255,255,0.8);
			height:5%;
			width:100%;
			margin:0;
			position:static;
		}
		.menu{
			width:100%;
			padding:auto;
			display:block;
		}
		.menu h1{
			float:left;
			color:#302f2f;
			font-family: 'Noto Serif', sans-serif;
			letter-spacing: 1px;
			padding-top:2%;
			font-size:30px
		}
		.menu li{
			display:inline;
			float:none;
			padding:2.5% 2%;
			transition:all 0.5s ease;
		}

		.menu>a{
			display: block;
			color:#302f2f;
			text-decoration:none;
			font-size:25px;
			padding:0 0 0 45px;
		}
			.menu li a:hover{
				border-bottom:1px solid #dd4021;
				color:#dd4021;
			}
			#menu{
				display: block;text-align:center;padding:20px 0;
			}
			#menu li a{border:1px solid #D3D3D3; padding:5px; border-radius:5px;}
			
			#materialpage{margin-top:50px;}
			#signin{margin-top:10%;}
			
			
			#mapcontainer{width:90%;margin:auto;float:none;padding:none;}
			
			.bottom{float:none!important;width:90%;margin:auto;}
			
			footer{height:auto;margin:0;padding:20px 0;}
			
			.form label{margin-left:0}
			.form{width:90%;margin:auto}
			.clientes img{width:40%;margin-top:10%;}
			.container2{height:auto}
			.clearm{clear:both;}
			.box1{width:90%;max-width:90%;}
			
			#english{display:block;}
			#spanish{display:block;}
			#portuguese{display:block;}
			#escolhe{padding-top:5px;}
		.usefulcontainer{
    width:90%;
    margin:auto;
    margin-top:1%;
    height:400px;
    
}
			
		}
		
		