* {
    margin: 0;
    box-sizing: border-box;
}
body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.firstpart, .part_divide, .secondpart, .thirdpart{
    place-content: center;
}

footer .loginButton a{
    text-decoration: none;
    border-radius: 50%;
    font-weight: bold;
    color: #0000EE;
}
footer .loginButton a:hover{
    text-decoration: underline;
    cursor: pointer;
}
footer .loginButton a:active{
    color: rgb(134, 46, 46);
}
#info{
    display: none;
    font-family: monospace;
}
#info2{
    display: none;
    font-family: monospace;
}
#info3{
    display: none;
    font-family: monospace;
}

/*  */
.alert {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}
/*  */


/*  */
.EnrollBackgr{
    background: rgba(12, 12, 32, 0.815);
    border-radius: 10px;
}
/*  */

header .welcome{
    color: #fff;
    font-size: large;
    margin-top: 43.4%;
    font-family: cursive;
    font-size: 150%;
    visibility: hidden;
}


header .title{
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    word-spacing: 10px;
    font-size: 300%;
    margin-top: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    visibility: hidden;
}
header .junica{
    color: #fff;
    font-weight: bold;
    font-size: 400%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    visibility: hidden;
}

header nav p{
    color: #fff;
    font-family: monospace;
    background-color: #656565a8;
    font-size: large;
    padding: 17PX;
    padding-left: 10%;    
}
header nav p a{
    color: #fff;
    text-decoration: none;
}
header nav p a:hover{
    text-decoration: underline;
}



header{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    

}



.alltogether{
    position: relative;
    
}
.slideshow-container{
    position: absolute;
}


nav{
    position: absolute;
    width: 100%;
    top: 2%;
}

/* from here */
body .siderscont ul li{
    list-style: none;
}

body .siderscont ul li a{
    color: rgb(134, 46, 46);
    text-decoration: none;
    font-size: 17px;
    font-family: monospace;
    font-weight: bold;
    line-height: 55px;
    margin-left: 60px;

}
body div .partright{
    margin-left: 15%;
}
body .siderscont ul li a:hover{
    text-decoration: underline;
}

body .division{
    display: flex; 
}

/* ate aqui */

.part_divide{
    display: flex;
}
.otherwords_below{
    width: 450px;
    padding: 30px;
}
.part_divide .SecPartPic img{
    width: 400px;
    height: 267px;
    padding: 20px;
    margin-left: 130px;
}
.secondpart div .words_below{
    width: 470px;
}
.spacingleft{
    margin-left: -100px;
}

.morning-mail-pro {
    padding: 70px 20px;
    background: linear-gradient(135deg, #fff8ec, #ffffff);
}

.weekly-header {
    text-align: center;
    margin-bottom: 50px;
}

.weekly-header h1 {
    font-size: 42px;
    color: rgb(134, 46, 46);
}

.week-label {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 10px;
}

.subtitle {
    color: #777;
    margin-top: 5px;
}

.weekly-layout {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* FEATURED */
.featured-student {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 600px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.featured-student img {
    width: 50%;
    object-fit: cover;
}

.featured-content {
    padding: 25px;
}

.badge {
    background: gold;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.featured-content h2 {
    margin-top: 10px;
    color: rgb(134, 46, 46);
}

.download-btn {
    margin-top: 15px;
    display: inline-block;
    background: rgb(134, 46, 46);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
}

/* SIDE */
.side-students {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mini-card {
    display: flex;
    gap: 15px;
    background: white;
    padding: 15px;
    border-radius: 15px;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.mini-card img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.mini-card a {
    font-size: 14px;
    color: rgb(134, 46, 46);
    text-decoration: none;
}


/* dates from--------------------------------------------------------------------*/

.events {
    padding: 60px 20px;
    background-color: #fafafa;
    text-align: center;
    border: 1px solid rgb(255, 180, 40);
    border-radius: 8px;
  }
  
  .events-header h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .events-header p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
  }
  
  
  .events-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
  }
  
 
  .event-item {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
  
  .event-item:hover {
    transform: translateY(-10px);
  }
  
 
  .event-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }
  
  .event-item:hover .event-img img {
    transform: scale(1.05);
  }
  
  
  .event-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .event-details h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
  }
  
  .event-details .event-date {
    font-size: 1rem;
    color: #999;
    margin-bottom: 15px;
  }
  
  .event-details .event-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  .event-link {
    font-size: 1.1rem;
    color: #0077b6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }
  
  .event-link:hover {
    color: #005f85;
  }
  
/* dates to ---------------------------------------------------------------------------------------*/






header nav ul {
    margin: 0;
    padding: 0;

   
}

header nav{
    /* background-color: white; */
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
header nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}
header nav ul li{
    height: 50px;   
}
header nav ul li a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
}

header nav ul li a:hover{
    background-color: #504848;
}
header nav ul li:first-child{
    margin-right: auto;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    /* background-color: white; */
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar li a{
    width: 100%;
}


header nav .headerTop{
    /* background-color: rgb(243, 188, 36); */
    height: 80px;
}
header nav ul .tbm, .hideOnMobile{
    font-weight: bold;
    font-size: large;
}



 
body .tudo{
    box-sizing: border-box;
    margin-top: 0%;
    width: 100%;
    
}
body .tudo{font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {
    vertical-align: middle; 
    height: 1000px;
}


.slideshow-container {

  max-width: 1000vx;
  
  position: relative;
  margin: auto;

}


.textpic {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: none;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




body .big_title{
    color: rgb(134, 46, 46);


}
body .big_title2{
    color: rgb(134, 46, 46);

}
body .big_title3{
    color: rgb(134, 46, 46);
}
body .titlesB{
    color: rgb(134, 46, 46);
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;

}
body .jewellery{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
body .telmail{
    font-weight: bold;
}
body .belowsupp{
    font-size: 17px;
}
body .words_below{
    font-size: 17px;
    line-height: 30px;
    color: #5a5656;
    text-align: justify;
}
body div .concern{
    color: #000;
}
body ul{
    font-size: 17px;
    line-height: 30px;
    color: #5a5656;
    text-align: justify;
}
body .tosupport{
    font-size: 17px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.tosupport{
    width: 450px;
} 
.ubulisti{
    width: 450px;
}
body .wordsbelowforms{
    font-size: 17px;

}
    
.headerTop{
    background-color: #65656583;
}
.words_below a{
    text-decoration: none;
}
.words_below a:hover{
    text-decoration: underline;
}
.firstpart{
    background-color: #f9f9f9;
    padding: 7px;
    margin-top: -20px;

    border: 1px solid rgb(255, 180, 40);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.secondpart{
    background-color: #f9f9f9;
    padding: 7px;

    border: 1px solid rgb(255, 180, 40);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}
.thirdpart{
    background-color: #f9f9f9;
    padding: 7px;

    border: 1px solid rgb(255, 180, 40);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar nav p{
    margin-top: 847px;
}
.right .content form input, .right .content form textarea{
    color: white;
}

.navbar nav span{
    color: rgb(240, 27, 27);
}

body h1{
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 20px;
}






.firstpart, .secondpart, .thirdpart{
    padding-left: 100px;
}


@media(max-width: 1000px) {
    .firstpart, .secondpart, .thirdpart{
        padding-left: 10px;
    }
}

@media(max-width: 917px) {
    .secondpart div .words_below{
        width: 450px;
    }
}


 
@media(max-width: 900px) {
    .firstpart, .secondpart, .thirdpart{
        padding-right: 10px;
    }
    .ubulisti{
        width: 90%;
    }
    .words_below, .tosupport, .wordsbelowforms{
        width: 100%;
    }
    .secondpart div .words_below{
        width: 430px;
    }

}
@media(max-width: 870px) {
    .secondpart div .words_below{
        width: 410px;
    }
}
@media(max-width: 855px) {
    .secondpart div .words_below{
        width: 400px;
    }
}
@media(max-width: 845px) {
    .secondpart div .words_below{
        width: 375px;
    }
}
@media(max-width: 823px) {
    .secondpart div .words_below{
        width: 365px;
    }
}
@media(max-width: 813px) {
    .secondpart div .words_below{
        width: 345px;
    }
}
@media(max-width: 796px) {
    .secondpart div .words_below{
        width: 330px;
    }
}
@media(max-width: 780px) {
    .secondpart div .words_below{
        width: 310px;
    }
}
@media(max-width: 760px) {
    .part_divide .SecPartPic img{
        width: 300px;
        height: 225px;
        padding: 20px;
        margin-left: 130px;
    }
    .secondpart div .words_below{
        width: 390px;
    }
    
}
@media(max-width: 740px) {
    
    .secondpart div .words_below{
        width: 370px;
    }
    
}
@media(max-width: 720px) {
    .secondpart div .words_below{
        width: 350px;
    }
    
}
@media(max-width: 700px) {
    .secondpart div .words_below{
        width: 330px;
    }
    
}
@media(max-width: 680px) {
    .secondpart div .words_below{
        width: 310px;
    }
    
}
@media(max-width: 660px) {
    .secondpart div .words_below{
        width: 290px;
    }
    
}
@media(max-width: 650px) {
    .part_divide{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .disappearAfter{
        display: none;
    }
    .part_divide .SecPartPic img{
        width: 500px;
        height: 375px;
        padding: 20px;
        margin-left: 130px;
    }
    .Afterspacingleftafter{
        margin-left: -100px;
    }
    .Middlemiddle{
        text-align: left;
    }
    .secondpart div .words_below{
        width: 390px;
    }
}
@media(max-width: 550px) {
    .part_divide .SecPartPic img{
        width: 400px;
        height: 300px;
        padding: 20px;
        margin-left: 130px;
    }
    .big_title h1, .big_title3 h1{
        margin-bottom: -25px;
    }
    .otherwords_below{
        margin-bottom: -20px;
    }
}
@media(max-width: 450px) {
    .part_divide .SecPartPic img{
        width: 350px;
        height: 263px;
        padding: 20px;
        margin-left: 130px;
    }
    .secondpart div .words_below{
        width: 310px;
    }
    .big_title h1, .big_title3 h1{
        font-size: 25px;
    }
}
@media(max-width: 400px) {
    .part_divide .SecPartPic img{
        width: 330px;
        height: 248px;
        padding: 20px;
        margin-left: 130px;
    }
    
}
@media(max-width: 370px) {
    .part_divide .SecPartPic img{
        width: 310px;
        height: 233px;
        padding: 20px;
        margin-left: 110px;
    }
    body .tosupport{
        width: 100%;
        font-size: 16px;
    }
    
    
}
@media(max-width: 340px) {
    .part_divide .SecPartPic img{
        
        margin-left: 100px;
    }
    body .tosupport{
        width: 100%;
        font-size: 15px;
    }
    .part_divide .SecPartPic img{
        
        margin-left: 100px;
    }
    .secondpart div .words_below{
        width: 290px;
    }
    .PrimeiraPartForms div .telmail{
        font-size: 13px;
    }
    
}



.agasegisiyo{
    background-color: rgb(244, 190, 89);
    padding: 5px;
}

.agasegisiyo .akangakaado img{
    height: 52px;
    width: 65px
}
.akohiryaakuntu{
    justify-content: flex-end;
}



.akkkkk{
    
   
    align-items: center;
    display: inline-flex;
    padding: 16px;
}


.agasegisiyo .akkkkk span .akakakoo{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.akkkkk .kukavanamotuuu{
    margin-left: 100px;
}
.AKAKAKAKALOLO{
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 700px;
    font-size: 18px;
    color: red;
}
@media screen and (max-width: 1480px) {
    .AKAKAKAKALOLO{
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-left: 500px;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-width: 1300px) {
    .AKAKAKAKALOLO{
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-left: 400px;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-width: 1000px) {
    .AKAKAKAKALOLO{
        margin-left: 300px;
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
    .AKAKAKAKALOLO{
        margin-left: 200px;
        font-size: 18px;
        
    }
    .akkkkk{
    
   
        
        padding: 8px;
    }
    .agasegisiyo .akangakaado img{
        width: 70px;
        height: 50px;
    }
}
@media screen and (max-width: 650px) {
    .AKAKAKAKALOLO{
        margin-left: 100px;
        font-size: 18px;
    }
}
@media screen and (max-width: 450px) {
    .AKAKAKAKALOLO{
        margin-left: 80px;
        font-size: 18px;
    }
    .akkkkk{
    
        padding: 1px;
    }
}















































footer{
    margin: 0;
    padding: 0;
    color: black;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
}
footer{
    bottom: 0px;
    width: 100%;
    background: #d6d4d4e4;
}
.main-content{
    display: flex;
    
}
.main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
}
.box .h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}
.box .content{
    margin: 20px 0 0 0;
    position: relative;
}
.box .content:before{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #817979;
}
.box .content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top: -10px;
}
.left .content .social p{
    text-align: justify;
}
.left .content .social{
    margin: 20px 0 0 0;

}
.left .content .social a{
    padding: 0 2px;
}
.left .content .social a span{
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
    color:antiquewhite
    
}
.left .content .social a span:hover{
    background: #f12020; 
    transition: 0.3s;
}
.center .content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45x;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    color: rgb(240, 234, 234);
    padding-top: 7px;
}
.center .content .fas:hover{
    background: #f12020;
}
.center .content .text{
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}
.center .content .phone{
    margin: 10px 0;
}
.right form .text{
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #656565;
}
.right form .msg{
    margin-top: 10px;

}
.right form input, .right form textarea{
    width: 100%;
    font-size: 1.0625rem;
    background: rgb(76, 73, 73);
    padding-left: 10px;
    border: 1px solid #222222; 
}
.right form input:focus,
.right form textarea:focus{
    outline-color: #3498db;
}
.right form input{
    height: 35px;
}
.right form .btn{
    margin-top: 10px;
}
.right form .btn button{
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    background: #f12020;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.right form .btn button:hover{
    background: #9a1c1c;
}
.bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #151515;
}
.bottom center span{
    color: #656565;
}
.bottom center a{
    color: #f12020;
    text-decoration: none;
}
.bottom center a:hover{
    text-decoration: underline;
}



@media screen and (max-width: 900px) {
    footer{
        position: relatives;
        bottom: 0px;
    }
    .main-content{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-content .box{
        margin: 5px 0;
    }
    body h1{
        font-size: 25px;
    }
    body .titlesB{
        font-size: 20px;
    }
    .disappearAfter{
        display: none;
    }
    .wordsbelowforms, .tosupport, .belowsupp, .jewellery{
        font-size: 15px;
    }
    .words_below span, .ubulisti{
        font-size: 14px;
    }
    .words_below span br, .tosupport br{
        display: none;
    }
    .tudo .slideshow-container img{
        width: 359px;
        height: 340px;
    }
    nav .headerTop{
        max-height: 40px;
    }
    nav ul .tbm a{
        font-size: 15px;
    }





}
@media screen and (max-width: 1200px) {
    .tudo .mySlides img{
     height: 900px;
    }
    .navbar nav p{
     margin-top: 750px;
    }
     
 }

 @media screen and (max-width: 1100px) {
     .tudo .mySlides img{
      height: 800px;
     }
     .navbar nav .headerTop a{
      font-size: 16px;
     }
     .navbar nav .headerTop{
         max-height: 60px;
     }
     .navbar nav p{
      margin-top: 671px;
     }
      
  }
  @media screen and (max-width: 1000px) {
     .tudo .mySlides img{
      height: 700px;
     }
     .navbar nav .headerTop a{
      font-size: 16px;
     }
     .navbar nav .headerTop{
         max-height: 60px;
     }
     .navbar nav p{
      margin-top: 573px;
     }
      
  }
  @media screen and (max-width: 850px) {
     .tudo .mySlides img{
      height: 600px;
     }
     .navbar nav .headerTop a{
      font-size: 16px;
     }
     .navbar nav .headerTop{
         max-height: 50px;
 
     }
     .navbar nav p{
      margin-top: 485px;
      font-size: 15px;
 
     }
      
  }
 
  @media screen and (max-width: 750px) {
     .tudo .mySlides img{
      height: 500px;
     }
     .navbar nav .headerTop a{
      font-size: 16px;
     }
     .navbar nav .headerTop{
         max-height: 50px;
 
     }
     .navbar nav p{
      margin-top: 389px;
      font-size: 15px;
      
     }
      
  }
  @media screen and (max-width: 650px) {
     .tudo .mySlides img{
      height: 450px;
     }
     .navbar nav .headerTop a{
      font-size: 16px;
     }
     .navbar nav .headerTop{
         max-height: 50px;
 
     }
     .navbar nav p{
      margin-top: 340px;
      font-size: 14px;
      
     }
      
  }
  @media screen and (max-width: 550px) {
     .tudo .mySlides img{
      height: 380px;
     }
     .navbar nav .headerTop a{
      font-size: 16px;
     }
     .navbar nav .headerTop{
         max-height: 50px;
 
     }
     .navbar nav p{
      margin-top: 273px;
      font-size: 13px; 
     }
      
  }
  @media screen and (max-width: 450px) {
     .tudo .mySlides img{
      height: 310px;
     }
     .navbar nav .headerTop a{
      font-size: 15px;
     }
     .navbar nav .headerTop{
         max-height: 40px;
 
     }
     .navbar nav p{
      margin-top: 259px;
      font-size: 13px; 
      padding: 10px;
     }
     /* from here */
     body h1{
        font-size: 27px;
    }
    body .titlesB{
        font-size: 20px;
    }
    .wordsbelowforms, .tosupport, .belowsupp, .jewellery{
        font-size: 15px;
    }
    .words_below span, .ubulisti{
        font-size: 14px;
    }
    .words_below span br, .tosupport br{
        display: none;
    }
    .tudo .slideshow-container img{
        width: 359px;
        height: 340px;
    }
    nav .headerTop{
        max-height: 40px;
    }
    nav ul .tbm a{
        font-size: 15px;
    }
      
  }
  @media screen and (max-width: 380px) {
     .tudo .mySlides img{
      height: 280px;
     }
     .navbar nav .headerTop a{
      font-size: 15px;
     }
     .navbar nav .headerTop{
         max-height: 35px;
 
     }
     .navbar nav p{
      margin-top: 205px;
      font-size: 13px; 
      padding: 10px;
     }
      
  }
  @media screen and (max-width: 340px) {
     .tudo .mySlides img{
      height: 230px;
     }
     .navbar nav .headerTop a{
      font-size: 14px;
     }
     .navbar nav .headerTop{
         max-height: 33px;
 
     }
     .navbar nav p{
      margin-top: 164px;
      font-size: 11px; 
      padding: 8px;
     }
      
  }
 
@media(max-width: 800px) {
    .hideOnMobile{
        display: none;
    }
}
@media(max-width: 400px) {
    .sidebar{
        width: 100%;
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  } 

