@charset"utf8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playwrite+IN:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&display=swap');

body{
    margin: 0;
    font-family: "Poppins", serif;
}
p {
    color: #fff;
}
li {
    color: #fff;
}
h1, h2, h2, h3, h4, h5 {
    color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
}
.container-video-top {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-video-top video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.container-video-top h1 { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 13, 64, 0.4);
    mix-blend-mode: multiply;
    font-size: 90px;
    color: #fff;
}
.container-video-top .line {
    position: absolute;
    width: 90%;
    height: 80vh;
    border: 10px solid rgba(51, 51, 45, 0.5);
    border-radius: 0px 50px 0px 50px;
    z-index: 1;
}
@media(max-width: 1127px){
    .container-video-top h1{
        font-size: 70px;
    }
    }
    @media(max-width: 863px){
    .container-video-top h1{
            font-size: 50px;
    }
    }
    @media(max-width: 635px){
    .container-video-top h1{
        font-size: 35px;
    }
    }
    @media(max-width: 435px){
        .container-video-top h1{
            font-size: 25px;
        }
    }
    @media(max-width: 311px){
    .container-video-top h1{
        font-size: 20px;
    }
    }
/*=================================================*/
.background-logomarca{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #110d40;
}
.logomarca img {
    position: absolute;
    top: -8px;
    right: -50px;
    width: 300px;
    z-index: 3;
  }
@media(max-width: 633px) {
    .background-logomarca {
        height: 150px;
        width: 150px;
    }
    .logomarca img{
        top: -10px;
        width: 250px;
    }   
    .container-video-top .line  {
        border: 5px solid rgba(51, 51, 45, 0.3);  
    }
}
/*==================================================*/
footer {
    height: 4%;
    width: 100%;
    bottom: 0;
    position: fixed;
}
.container-footer {
    align-items: center;
    text-align: center;
}
.container-footer a{
    text-decoration: none;
}
/*============================================*/
.container-one {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 20%;
    align-content: center;
    padding-left: 20%;
    margin: 0 auto;
    width: 100vw;
    height: 20%;
    color: #fff;
    align-items: center;
    text-align: center;
}
.container-two {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20%;
    margin: 0 auto;
    width: 100vw;
    height: 20%;
    color: #fff;
    align-items: center;
    text-align: center;

}
.container-three {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 60%;
    padding-left: 20%;
    margin: 0 auto;
    width: 100vw;
    height: 20%;
    color: #fff;
    align-items: center;
    text-align: center;

}
/*============================================*/
.container-btn {
    z-index: 6;
}
.btn-master {
    padding: 15px;
	width: 250px;
	background: rgba(80, 147, 35, 0.9);
	border: 1px solid rgba(80, 147, 35, 0.9);
    border-radius: 0px 10px 0px 10px;  
    color: #fff;
    text-align: center;    
}
.btn-master:hover {
    background-color: rgba(51, 51, 45, 0.5);
}
@media(max-width: 1113px){
    .container-one{
        padding-left: 15%;
    }
    .container-two{
        padding-left: 15%;
    }
    .container-three{
        padding-left: 15%;
    }
}
@media(max-width: 870px){
    .btn-master {
        width: 200px;
    }
}
@media(max-width: 691px){
.btn-master {
    width:  250px; 
}
.container-one{
    flex-direction: column;
    padding: 10px;
}
.container-two{
    flex-direction: column;
    padding: 10px;
}
.container-three{
    flex-direction: column;
    padding: 10px;
}
}
/*========================================*/
.modal-background {
    background-color: rgba(17, 13, 64, 0.4);
    
}
.container-modal{
    background-color:  rgba(80, 147, 35, 0.9);
    border-radius: 0px 20px 0px 20px;  
    z-index: 10;
}
.modal-about-us {
    padding: 15%;
}
@media(max-height: 801px){
    .modal-about-us {
    padding: 5%;
    }
}
.modal-modality {
    padding: 15%;
    text-align: left;
}
.modal-localization {
    padding: 10%;
    text-align: left;
}
.modal-rede-social {
    padding: 20%;
    text-align: left;
}
.modal-rede-social a{
    color: #33332D;
}
.modal-contact {
    padding: 20%; 
    text-align: left;
}
@media(max-width: 853px){
    .modal-about-us {
        padding: 5%;
    }
    .modal-modality {
        padding: 20%;
    }
    .modal-localization {
        padding: 5%;
        text-align: left;
    }
    .modal-contact {
        padding: 20%; 
    }
}
/*==================================*/
.fade-in-text {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
  }
  
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .fade-in-image {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
  }
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
/*====================================*/
.arte-one {
    position: absolute;
    z-index: 1;
    top: 3%;
    right: 0;
  
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.arte-two {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(51, 51, 45, 0.5);
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
.arte-three {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
/*==========================================*/
.cookies{
    position: fixed;
    bottom: 5px;
    left: 0;
    width: 40%;
    background-color: rgba(152, 94, 191, 0.7);
    border-radius: 15px;
    display: none;
  }
  .mostrar.cookies{
    display: block;
  }
  .cookies .cookies-container{
      display: flex;
      align-items: center;
      text-align: justify;
      padding: 2%;
      font-size: 10px;
  }
  .cookies-btn button{
      margin: 15px;
      padding: 7px 25px;
      border-radius: 6px;
      cursor: pointer;
      background-color: #fff;
      color: #985EBF;
      border: #985EBF;
  }
  .cookies-btn button:hover{
    box-shadow: 2px 2px 0 0 #ccc;
  }
  
  /*=====================================*/



