
.hero{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.herofilter{
    background-color: rgba(33, 15, 41, 0.95);
    height: 100%;
    position: absolute;
    z-index: 6;
    width: 100%;
}
.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 120vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

.laranja {color: #EA533F; font-family: 'poppinsmedium';}



#texto_fotografia{display: none;}
#texto_projetos{display: none;}

#link_sub_videos{text-decoration: underline;}
#link_sub_fotografia{text-decoration: none;}
#link_sub_projetos{text-decoration: none;}

#youtubeEmbed{

    pointer-events: none;
    width: 100%;
    z-index: 5;
    height: 100%;
}
.modalforms{
    background-color: #210F29;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.headermodalforms {
    width: 100%;
    position: absolute;
    height: 80px;
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.espacamentoheadermodalforms{
    height: 80px;
}
.containermodalforms{
    height: 80%;
    width: 90%;
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: 30px;
}
.mensagemcontato{
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mensagemcontato h1{
    color: #fc1d00;
}
.mensagemcontato h2{
    color: #fc1d00;
    margin-bottom: 150px;
}
.hambmenu{
    height: 60px;
    width: 60px;
    margin-right: 20px;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
}
.hambmenu:hover .hov{
    background-color: #fc1d00;
}
.hambmenu div{
    height: 5px;
    transition: all 500ms;
    border-radius: 30px;
    width: 100%;
    position: absolute;
    background-color: #232323;
    transform: rotate(-45deg);
}
.hambmenu div:nth-child(2){
    height: 5px;
    transform: rotate(45deg);
    width: 100%;
    position: absolute;
    background-color: #232323;
}

.maintitle{
    display: flex;
    transition: all 500ms;
}
.satisfeitosh1{
    transition: all 500ms;
    flex-direction: column;
    font-size: 60px;
}
.loadermodal{
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    opacity: 1;
    transition: all 500ms;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
}
.loadermodal img{
    transform: rotate(-1deg);
    animation-delay: 0.5s;
    animation: 1s fadeIn;

}
body{
    transition: all 500ms;
    overflow:hidden;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body::-webkit-scrollbar {
    width: 5px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: white; 
    width: 5px;     /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: black  /* creates padding around scroll thumb */
  }


*{
    margin: 0;
    padding: 0;
}
a{
    cursor: pointer;
    text-decoration: none;
}
h1{ 
    text-align: center;
    color: #7a3d89;
    font-size: 40px;
    font-family: 'poppinsmedium';
    line-height: 80px;
}

.titulo_2_g {

    line-height: 65px;
    font-size: 35px;
}

h2{ 
    color: #EA533F;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: lighter;
    font-family: 'poppinsmedium';
    margin: 3%;
}
.h2black{
    color: #EA533F !important;
}
/*modais*/
.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    flex-direction: column;
    justify-content: center;
    display: none;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #210F29;
}
.modal div{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    width: 240px;
}
.modal div a h2{
    font-size: 35px;
}
.modal div a h2:hover{
    color: #fc1d00;
    transition: all 300ms;
    font-size: 35px;
}
.loadermodal{

}

/*fimmodais*/
.linkmenubottom{
    display: flex;
    align-items: center;
    justify-content: center;
}

.barramenu {
    justify-content: center;
    text-align: center;
    color: #84398D;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}


.h1colorum{
    color: white;
}
.h1colordois{
    color: #EA533F;
}


.spancolorum{
    color: #84398D;
}
.spancolordois{
    color: #d95e49;
    font-family: 'poppinsblack';
    font-size: 80px;
    line-height: 80px;
}

.h2span{
    text-decoration: underline #84398D;
    
}

/*config slides*/
.containerslide{
    width: 100%;
    display: flex;
    position: relative;
    max-height: 1100px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.containerslide:nth-child(2){
    background-image: url('../img/backgrounds/bgum.png');
    background-position-x: center;
    background-size: cover;
    background-color: azure;
}
.containerslide:nth-child(3){

    background-image: url('../img/backgrounds/bgdois.png');
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eae1e2;
    
}
.containerslide:nth-child(4){
    background-color: #eae1e2;
    background-position-x: 0;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/backgrounds/bgtres.png');
}
.containerslide:nth-child(5){
    background-color: #eae1e2;
    
    background-position: center;
    background-size: cover;
    z-index: 1;
    background-image: url('../img/backgrounds/bgquatro.png');
}

.containerslide:nth-child(7){
    background-color: #4e4e4e;
}


.container{
    width: 95%;
    overflow: hidden;
    max-height: 1100px;
    z-index: 10;
    position: relative;
    max-width: 1350px;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.zapzapbuttonresponsivopc{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 40px;
    height: 60px;
    width: 60px;
    z-index: 990;
}


.bg_contato {
    background-image: url('img/backgrounds/bgdois.png');
}

/*fim config sliders*/

/*bars*/

.menumodal{
   cursor: pointer; 
}
.headerbar{
    height: 130px;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    align-items: center;
    position: fixed;
    justify-content:center;
    position: fixed;
}
.containerheaderbar{
    width: 90%;
    max-width: 1800px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    align-items: center;

}
.logoheader{
    height: 69px;
    position: relative;
}

.logoblack{
    opacity: 0;
    display: none;
    position: absolute;
    transition: all 500ms;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.logo{
    opacity: 0;
    transition: all 500ms;
    animation-name:fadeInLeft;
    animation-duration:1s;
    animation-fill-mode: forwards;
}


/* .sumirlogo{
    opacity: 0;

}
.aparecerlogo{
    transition: all 500ms;
    opacity: 1;
    
    animation-name: fadeIn;
    animation-duration: 1s;
}
.desaparecerlogo{
    opacity: 1;
    animation-fill-mode: forwards;
    animation-name:fadeOutLeft;
    animation-duration: 1s;
}
.aparecerlogoblack{
    transition: all 500ms;
    animation-delay: 0.5s;
    opacity: 1;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.desaparecerlogoblack{
    opacity: 1;
    animation-fill-mode: forwards;
    animation-name:fadeOutLeft;
    animation-duration: 1s;
} */




.menubottombar{
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.containermenubottombar{
    width: 90%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.containermenubottombar a{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 46px}

/*fim bars*/


/*spaco reservado*/
.reservemenuspace{
    height: 130px;
    width: 100%;

}
.reservemenuspacebottom{
    display: flex;
    align-items: center;
    justify-content: center;
    height:130px;

    width: 100%;
    margin-bottom: 0px;
}

/*fimespacoreservado*/

.conteudo_portfolio {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.links_portfolio {
    margin-left: 30px;
}

.links_portfolio img { margin: 20px 0; }
.links_portfolio a:hover { opacity: 0.5; }


/*slideumitens*/

/*slidedois*/
.containersobre{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: -100px;
}
.slidedoismaintitle{
    text-align: justify;
    font-size: 50px;
}
.estilovidadiv{

    width: 65%;
}
.estilovidadiv p{
    font-family: 'poppinsmedium';
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    text-indent: 2em;
    color: #210F29;

}
.estilovidadiv img{
    display: none;
}
/*fimslidedois*/

/*slideTRES*/
.containeratendimento{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;

}
.trocatext{
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
}
.trocatext h1{
    text-align: center;
}
.clickoptions{
    display: flex;
    width: 60%;
    justify-content: space-evenly;
    align-items: center;
}
.clickoptions span{
    font-size: 20px;
    cursor:default;
    font-weight: bolder;
    color: #84398D;
}
.clickoptions h3{
    color: #84398D;
    cursor: pointer;
    font-size: 20px;
    font-family:"poppinsextrabold" ;
}
.clickoptionstext{
    width: 60%;
    margin-top: 20px;
}
.clickoptionstext p{
    font-family: 'poppinsmedium';
    color: black;
    font-size: 16px;
    text-align: justify;
}
.clickoptionstext p span{
    font-family: 'poppinsmedium';
    font-weight: 800;
    color: #ea533f;
}

.opt1{
    color: #EA533F!important;
}
/*fimslideTRES*/
.slidedoismaintitlee{
    text-align: center;
    font-size: 50px;
}
/*quartoslide*/
.titlealdemir{
    display: flex;
    align-items: center;
    justify-content: start;
    width:70%;
    
    }
.titlealdemir h1{
    color: #fc1d00;
    font-size: 65px;
    }
.titlealdemir h1 span{
    color: #000;
    }
.titleumaldemir{
    font-family: 'loraregular'; 
    width: 60%;
    font-size: 14px;
    font-weight:900;
    text-align: center;
}
.doutoraldemir {
    position: absolute;
    bottom: 0;
    width: 45%;
    max-width: 600px;
    z-index: 1;
    right: 0;
}
.zapzapbutton{
    width: 60px;
    height: 60px;
}
.textdraldemircentralizar{
    display: flex;
    align-items: flex-start;
    width: 70%;
    flex-direction: column;
    justify-content: center;
}
.divzap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60%;
}
/*fimquartoslide*/
/*ultimoslideitens*/
.containerultimoslide{
    width: 100%;
}
.ultimotitle{
    font-size: 50px;
}
.contatoitems{
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.linkscontatos{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.linkscontatosform{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
form{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
input{
    margin-top: 5px;
    height: 40px;
    color: white;
    font-family: 'LoraItalic';
    border-top: unset;
    border-left: unset;
    border-right: unset;
    transition: all 500ms;
    outline: 0;
    border-bottom: 1px solid #fc1d00;
    background-color: transparent;
    
}
textarea::-webkit-scrollbar {
    width: 2px;               /* width of the entire scrollbar */
  }
  
textarea::-webkit-scrollbar-track {
    background: transparent; 
    width: 2px;     /* color of the tracking area */
  }
  
textarea::-webkit-scrollbar-thumb {
    background-color: white /* creates padding around scroll thumb */
  }
textarea{
    margin-top: 20px;
    color: white;
    height: 100px;
    border-top: unset;
    font-family: 'LoraItalic';
    border-left: unset;
    transition: all 500ms;
    border-right: unset;
    outline: 0;
    display: flex;
    resize: none;
    border-bottom: 1px solid #fc1d00;
    background-color: transparent;
    
}
textarea:hover{
    border-bottom: 1px solid white;
}
input:hover{
    border-bottom: 1px solid white;
}
textarea::placeholder{
    color: #ffe7e7;
    font-family: 'LoraItalic';
    transition: all 300ms;
    font-size: 15px;
}
input::placeholder{
    font-family: 'LoraItalic';
    color: #ffe7e7;
    transition: all 300ms;
    font-size: 15px;
}


input:focus::placeholder{
    color: #ffe7e7a5;
    font-size: 12px;
}
textarea:focus::placeholder{
    margin-top: 15px;
    color: #ffe7e7a5;
    font-size: 12px;
}

input:focus{
    border-bottom: 2px solid #fc1d00;
}
textarea:focus{
    border-bottom: 2px solid #fc1d00;
}



.submit{
    border-bottom: none;
    color: #fd351b;
    transition: all 500ms;
    cursor: pointer;
    font-family: 'poppinsextrabold';
    font-size: 20px;
}
.submit:hover{
    color: white;
}
.whatsapp img{
    width: 50px;
}
.whatsh1{
    font-size: 40px;
}
.whatsapp{
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
    display: flex;
    flex-direction: row;}
.telandmail{
    margin-left: 60px;
    margin-bottom: 60px;
    }
.pcontat{
    font-weight: lighter;
    font-family: 'poppinsextrabold';
}
.acontat{
    color: white;
    font-family: 'loraregular';
}
/*fimultimoslideitens*/

footer{
    width: 100%;
    height: 120px;
    background-color: #4e4e4e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footercontainer{
    width: 90%;
    max-width: 1800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footercontainer img{
    width: 100px;
}
.footercontainer p{
    color: white;
    font-family: '';
}
@media screen and (min-height:1100px) {
    
}
@media screen and (min-height:680px) and (max-height:99999px){
    .container{
        width: 90%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        flex-direction: column;
    }

}
@media screen and (min-height:580px) and (max-height:650px){

    .container{
        width: 90%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1800px;
        flex-direction: column;
    }
}

@media screen and (min-height: 320px) and (max-height:580px) {
    .modal div a h2{
        z-index: 500;
        font-size: 20px!important;
    }

}



@media screen and (min-width:270px) and (max-width: 350px) {
    .satisfeitosh1 {
        font-size: 30px;
    }
 
    .ultimotitle {
        font-size: 30px;
    }
    .maintitle{
        font-size: 40px;
    } 
    h2 {
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: lighter;
        font-family: 'poppinsmedium';
        margin: 3%;
    }    
    .barramenu {
        justify-content: center;
        text-align: center;
        color: #fd351b;
        font-size: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    .logoheader{
        width: 150px;
  
    } 
    .logo{
        width: 100%;
    }

    h2{
        font-size: 15px;
    }
    .reservemenuspacebottom{
        height: 0px;
    } 
    .containermenubottombar {
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    } 

    /*ultimoslide*/
    .contatoitems{
        display: flex;
        flex-direction: column;
    }
    .containerultimoslide{
        display: flex;
        flex-direction: column;align-items: center;
        justify-content: center;    
    }
    .linkscontatos{
        width: 100%;
    }
    .linkscontatosform{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    form {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .removeresp{
        display: none!important;
    }
    /*segundoslide*/
    .satisfeitosh1{
        margin-bottom: 50px;
        font-size: 25px
    }
    .maintitle{
        font-size: 40px;
    }     
    .removeresp{
        display: none!important;
    }
    /*slidedois*/
    .containerslide:nth-child(3) {
        background-image: url('../img/backgrounds/bgdois.png');
        background-position-x: 200px;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
    }
    .containersobre{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .slidedoismaintitle{
        text-align: center;
        margin-left: 20px;
        width: 90%;
        font-size: 30px;
    }
    .estilovidadiv{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .estilovidadiv img{
        display: flex;
        height: 50px;
        width: 50px;
        margin-top: 20px;
    }
    .estilovidadiv p{
        text-align: center;
        font-family: 'poppinsmedium';
        font-size: 13px;
        margin-left: 20px;
    }
    /*fimsegslide*/
     /*slideTRES*/
.containerslide:nth-child(4) {
    background-color: #eae1e2;
    background-position-x: -600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/backgrounds/bgtres.png');
}
.containeratendimento{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;

}
.trocatext{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.trocatext h1{
    text-align: center;
    font-size: 25px;
}
.clickoptions{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}
.clickoptions span{
    font-size: 20px;
    font-weight: bolder;
    color: #fc1d00;
}
.clickoptions h3{
    text-align: center;
    font-size: 20px;
}
.clickoptionstext{
    width: 95%;
    margin-top: 20px;
}
.clickoptionstext p{
    color: black;
    font-size: 12px;
}
.clickoptionstext p span{
    color: #fc1d00;
}

.opt1{
    color: #fc1d00!important;
}
/*fimslideTRES*/    
/*quartoslide*/
.conteudoslide4{
    margin-bottom: 10%;
}
.titlealdemir{
    display: flex;
    align-items: center;
    justify-content: start;
    width:100%;
    
    }
.titlealdemir h1{
    color: #fc1d00;
    font-size: 40px;
    }
.titlealdemir h1 span{
    color: #000;
    }
.titleumaldemir{
    font-family: 'loraregular'; 
    width: 100%;
    font-size: 14px;
    font-weight:900;
    text-align: center;
}
.doutoraldemir {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-right: -40px;
    max-width: 600px;
    z-index: 1;
    right: 0;
}
.zapzapbutton{
    width: 60px;
    height: 60px;
}
.textdraldemircentralizar{
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.divzap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
/*fimquartoslide*/  
/*ultimoslide*/
.telandmail{
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-left: 0px;
    height: 80px;
    margin-bottom: 0px;
}
.whatsapp {
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
}
.contatoitems{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acontat {
    margin-top: 0px;
    color: white;
    font-family: 'loraregular';
}
.ultimotitle {
font-size: 25px;
}
.asdasdasd{
height: 0!important;
}
.contatoitems{
margin-top: 0px;
}
.whatsh1 {
    font-size: 30px;
}
textarea {
    margin-top: 20px;
    color: white;
    height: 80px;
    border-top: unset;
    font-family: 'LoraItalic';
    border-left: unset;
    transition: all 500ms;
    border-right: unset;
    outline: 0;
    display: flex;
    resize: none;
    border-bottom: 1px solid #fc1d00;
    background-color: transparent;
}
.submit{
    margin-top: 0px;
}
}

@media screen and (min-width:350px) and ( max-width: 500px) {
    .maintitle{
        font-size: 30px;
    } 
    .reservemenuspacebottom{
        height: 220px;
    }   
    
    .containermenubottombar {
        width: unset;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    } 
    /*ultimoslide*/
    .contatoitems{
        display: flex;
        flex-direction: column;
    }
    .containerultimoslide{
        display: flex;
        flex-direction: column;align-items: center;
        justify-content: center;    
    }
    .linkscontatos{
        width: 100%;
    }
    .linkscontatosform{
        align-items: center;
        display: flex;
        justify-items: center;
        width: 100%;
    }
    .removeresp{
        display: none!important;
    }
    /*segundoslide*/
    .satisfeitosh1{
        margin-top: 80px;
        font-size: 32px
    }
    .maintitle{
        font-size: 40px;
    }     
    .removeresp{
        display: none!important;
    }
    /*slidedois*/
    .containerslide:nth-child(3) {
        background-image: url('../img/backgrounds/bgdois.png');
        background-position-x: 200px;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
    }
    .containersobre{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .slidedoismaintitle{
        text-align: center;
        margin-left: 20px;
        width: 90%;
        font-size: 30px;
    }
    .estilovidadiv{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .estilovidadiv img{
        display: flex;
        height: 50px;
        width: 50px;
        margin-top: 20px;
    }
    .estilovidadiv p{
        text-align: center;
        font-family: 'poppinsmedium';
        font-size: 14px;
        margin-left: 20px;
    }
    /*fimsegslide*/
     /*slideTRES*/
.containerslide:nth-child(4) {
    background-color: #eae1e2;
    background-position-x: -600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/backgrounds/bgtres.png');
}
.containeratendimento{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;

}
.trocatext{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.trocatext h1{
    text-align: center;
    font-size: 35px;
}
.clickoptions{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}
.clickoptions span{
    font-size: 20px;
    font-weight: bolder;
    color: #fc1d00;
}
.clickoptions h3{
    text-align: center;
    font-size: 20px;
}
.clickoptionstext{
    width: 95%;
    margin-top: 20px;
}
.clickoptionstext p{
    color: black;
    font-size: 15px;
}
.clickoptionstext p span{
    color: #fc1d00;
}

.opt1{
    color: #fc1d00!important;
}
/*fimslideTRES*/    
.container {
    width: 95%;
    overflow: hidden;
    max-height: 1100px;
    position: static;
    max-width: 1350px;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
/*quartoslide*/
.conteudoslide4{
    margin-bottom: 10%;
}
.titlealdemir{
    display: flex;
    align-items: center;
    justify-content: start;
    width:65%;
    
    }
.titlealdemir h1{
    color: #fc1d00;
    font-size: 40px;
    }
.titlealdemir h1 span{
    color: #000;
    }
.titleumaldemir{
    font-family: 'loraregular'; 
    width: 90%;
    font-size: 14px;
    font-weight:900;
    text-align: center;
}
.doutoraldemir {
    position: absolute;
    bottom: 0;
    width: 45%;
    margin-right: -40px;
    max-width: 600px;
    z-index: 1;
    right: 0;
}
.zapzapbutton{
    width: 60px;
    height: 60px;
}
.textdraldemircentralizar{
    display: flex;
    align-items: flex-start;
    width: 70%;
    flex-direction: column;
    justify-content: center;
}
.divzap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
}
/*fimquartoslide*/  
    /*ultimoslide*/
    .telandmail{
        flex-direction: column;
        text-align: center;
        display: flex;
        justify-content: space-evenly;
        margin-left: 0px;
        height: 80px;
        margin-bottom: 0px;
    }
    .whatsapp {
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        display: flex;
        flex-direction: row;
    }
    .contatoitems{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .acontat {
        margin-top: 10px;
        color: white;
        font-family: 'loraregular';
    }
    .ultimotitle {
    font-size: 25px;
}
.asdasdasd{
    height: 0!important;
}
.contatoitems{
    margin-top: 0px;
}
}

@media screen and (min-width:800px) and (max-width: 1024px) {


      
    .removeresp{
        display: none!important;
    }
    /*slidedois*/
    .containersobre{
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .slidedoismaintitle{
        text-align: justify;
        margin-left: 20px;
        width: 60%;
    }
    .estilovidadiv{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 60%;
    }
    .estilovidadiv img{
        display: flex;
        height: 50px;
        width: 50px;
        margin-top: 50px;
    }
    .estilovidadiv p{
        text-align: justify;
        font-family: 'poppinsmedium';
        font-size: 14px;
        margin-left: 20px;
    }
/*fimslidedois*/

/*quartoslide*/
.conteudoslide4{
    margin-bottom: 10%;
}
.titlealdemir{
    display: flex;
    align-items: center;
    justify-content: start;
    width:40%;
    
    }
.titlealdemir h1{
    color: #fc1d00;
    font-size: 45px;
    }
.titlealdemir h1 span{
    color: #000;
    }
.titleumaldemir{
    font-family: 'loraregular'; 
    width: 60%;
    font-size: 14px;
    font-weight:900;
    text-align: center;
}
.doutoraldemir {
    position: absolute;
    bottom: 0;
    width: 45%;
    max-width: 600px;
    z-index: 1;
    right: 0;
}
.zapzapbutton{
    width: 60px;
    height: 60px;
}
.textdraldemircentralizar{
    display: flex;
    align-items: flex-start;
    width: 70%;
    flex-direction: column;
    justify-content: center;
}
.divzap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60%;
}
/*fimquartoslide*/

}

@media screen and (min-width:500px) and (max-width: 800px) {
    .maintitle{
        font-size: 30px;
    }   
    .contatoitems{
        display: flex;
        flex-direction: column;
    }  
    .containerultimoslide{
        display: flex;
        flex-direction: column;align-items: center;
        justify-content: center;    
    }
    .linkscontatos{
        width: 100%;
    }
    .linkscontatosform{
        align-items: center;
        display: flex;
        justify-items: center;
        width: 100%;
    }
    .removeresp{
        display: none!important;
    }


    /*segundoslide*/
    .satisfeitosh1{
        font-size: 45px
    }
    .maintitle{
        font-size: 40px;
    }     
    .removeresp{
        display: none!important;
    }
    /*slidedois*/
    .containerslide:nth-child(3) {
        background-image: url('../img/backgrounds/bgdois.png');
        background-position-x: 200px;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
    }
    .containersobre{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .slidedoismaintitle{
        text-align: center;
        margin-left: 20px;
        width: 90%;
        font-size: 50px;
    }
    .estilovidadiv{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .estilovidadiv img{
        display: flex;
        height: 50px;
        width: 50px;
        margin-top: 20px;
    }
    .estilovidadiv p{
        text-align: center;
        font-family: 'poppinsmedium';
        font-size: 13px;
        margin-left: 20px;
    }
    /*fimsegslide*/
    /*slideTRES*/
.containerslide:nth-child(4) {
    background-color: #eae1e2;
    background-position-x: -600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/backgrounds/bgtres.png');
}
.containeratendimento{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;

}
.trocatext{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.trocatext h1{
    text-align: center;
    font-size: 35px;
}
.clickoptions{
    display: flex;
    width: 100%;
    margin-top: 15px;
    justify-content: space-evenly;
    align-items: center;
}
.clickoptions span{
    font-size: 20px;
    font-weight: bolder;
    color: #fc1d00;
}
.clickoptions h3{
    text-align: center;
    font-size: 15px;
}
.clickoptionstext{
    width: 95%;
    margin-top: 20px;
}
.clickoptionstext p{
    color: black;
}
.clickoptionstext p span{
    color: #fc1d00;
    font-weight: 800;
}

.opt1{
    color: #fc1d00!important;
}
/*fimslideTRES*/  
.container {
    width: 95%;
    overflow: hidden;
    max-height: 1100px;
    position: static;
    max-width: 1350px;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
/*quartoslide*/
.conteudoslide4{
    margin-bottom: 10%;
}
.titlealdemir{
    display: flex;
    align-items: center;
    justify-content: start;
    width:65%;
    
    }
.titlealdemir h1{
    color: #fc1d00;
    font-size: 48px;
    }
.titlealdemir h1 span{
    color: #000;
    }
.titleumaldemir{
    font-family: 'loraregular'; 
    width: 90%;
    font-size: 14px;
    font-weight:900;
    text-align: center;
}
.doutoraldemir {
    position: absolute;
    bottom: 0;
    width: 45%;
    margin-right: -40px;
    max-width: 600px;
    z-index: 1;
    right: 0;
}
.zapzapbutton{
    width: 60px;
    height: 60px;
}
.textdraldemircentralizar{
    display: flex;
    align-items: flex-start;
    width: 70%;
    flex-direction: column;
    justify-content: center;
}
.divzap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
}
/*fimquartoslide*/  
    /*ultimoslide*/
    .telandmail{
        text-align: center;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .whatsapp {
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        display: flex;
        flex-direction: row;
    }
    .contatoitems{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ultimotitle {
    font-size: 45px;
}
.asdasdasd{
    height: 0!important;
}
.contatoitems{
    margin-top: 0px;
}
textarea{
    margin-top: 10px;
}
}

@media screen and (min-width:800px) and (max-width: 1024px) {


/*slide2*/
.containerslide:nth-child(3) {
    background-image: url('../img/backgrounds/bgdois.png');
    background-position-x: -20px;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eae1e2;
}
/*fimslide2*/
    .maintitle{
        font-size: 30px;
    }     
    .removeresp{
        display: none!important;
    }
    /*slidedois*/
    .containersobre{
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 50px;
    }
    .slidedoismaintitle{
        text-align: left;
        margin-left: 20px;
        width: 45%;
    }
    .estilovidadiv{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 60%;
    }
    .estilovidadiv img{
        display: flex;
        height: 50px;
        width: 50px;
        margin-top: 50px;
    }
    .estilovidadiv p{
        text-align: justify;
        font-family: 'poppinsmedium';
        font-size: 16px;
        margin-left: 20px;
    }
    .titulo_2_g {
        font-size: 30px;
    }

/*fimslidedois*/
/*slideTRES*/
.containerslide:nth-child(4) {
    background-color: #eae1e2;
    background-size: cover;
    background-repeat: no-repeat;
}
.containeratendimento{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;

}
.trocatext{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.trocatext h1{
    text-align: center;
}
.clickoptions{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    align-items: center;
}
.clickoptions span{
    font-size: 20px;
    font-weight: bolder;
    color: #fc1d00;
}
.clickoptions h3{
    
    font-size: 20px;
}
.clickoptionstext{
    width: 85%;
    margin-top: 20px;
}
.clickoptionstext p{
    color: black;
}
.clickoptionstext p span{
    color: #fc1d00;
    font-weight: 800;
}

.opt1{
    color: #fc1d00!important;
}
/*fimslideTRES*/    
}

@media screen and (min-width:1024px) and (max-width: 1280px) {
    .maintitle{
        font-size: 30px;
        line-height: 50px;
    } 

    .spancolordois{
        font-size: 50px;
        line-height: 50px;
    }


}
@media screen and (min-width:1280px) and( max-width: 1500px) {
  
}
@media screen and (min-width:1500px) and( max-width: 2000px) {
    
}
@media screen and (min-width:200px) {
    
}
@media screen and (max-width:350px){
.doutoraldemir{
    display: none;
}    
}

@media screen and (max-width:1024px){
    .zapzapbuttonresponsivopc{
        display: none;
    }

    .maintitle{
        font-size: 30px;
        line-height: 50px;
    } 

    .spancolordois{
        font-size: 50px;
        line-height: 50px;
    } 

    .titulo_2_g {
        font-size: 38px;
        line-height: 40px;
    }

    




}


@media screen and (max-width:700px){

    .maintitle{
        font-size: 20px;
        line-height: 40px;
    } 

    .spancolordois{
        font-size: 40px;
        line-height: 40px;
    } 
}


@media screen and (max-width:550px){
    .menubottombar {display: none;}
}
@media screen and (max-width:500px){

    .maintitle{
        font-size: 20px;
        line-height: 30px;
    } 

    .spancolordois{
        font-size: 30px;
        line-height: 30px;
    } 

    .containersobre {
        margin-top: 0;
    }

}


@media screen and (max-width:420px){

    .maintitle{
        font-size: 20px;
        line-height: 20px;
    } 

    .spancolordois{
        font-size: 20px;
        line-height: 20px;
    } 
}

@media screen and (max-width:2000px){
    .containerslide:nth-child(4){

        background-image: url('../img/backgrounds/bgtres_1.png');
    }
}


@media screen and (max-width:1500px){
    .containerslide:nth-child(3){

        background-image: url('../img/backgrounds/bgdois_2.png');
        background-position-x: right;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
        
    }
    .containerslide:nth-child(4){

        background-image: url('../img/backgrounds/bgtres_2.png');
    }

}


@media screen and (max-width:1300px){
    .containerslide:nth-child(4){

        background-image: url('../img/backgrounds/bgtres_3.png');
    }
}


@media screen and (max-width:1200px){
    .containerslide:nth-child(4){

        background-image: url('../img/backgrounds/bgtres_4.png');
    }
}


@media screen and (max-width:1024px){
    .containerslide:nth-child(3){

        background-image: url('../img/backgrounds/bgdois_3.png');
        background-position-x: right;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
        
    }

    .containerslide:nth-child(4){

        background-image: url('../img/backgrounds/bgtres_5.png');
        background-position-x: right;
    }
}


@media screen and (max-width:800px){
    .containerslide:nth-child(3){

        background-image: url('../img/backgrounds/bgdois_4.png');
        background-position-x: right;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
        
    }

    .estilovidadiv p {
        text-align: justify;
        font-size: 15px;
    }

    .segundo_paragrafo_segundo_slide {
        display: none;
    }

    .estilovidadiv p {
        margin-right: 20px;
    }

}



@media screen and (max-width:800px){
    
    .titulo_portfolio {width: 100%; margin-bottom: 20px;}
    .links_portfolio { margin: 0;}
    .links_portfolio { text-align: center;}
    .links_portfolio img{ margin: 20px 0 0 0;}
}

@media screen and (max-width:400px){
    
    .behance {width: 222px;}
    .youtubiul {width: 230px;}
}



@media screen and (max-width:500px){
    .containerslide:nth-child(4){

        background-image: url('../img/backgrounds/bgtres_6.png');
    }

    .reservemenuspace {
    height: 200px;
}


@media screen and (max-width:440px){
    .containerslide:nth-child(3){

        background-image: url('../img/backgrounds/bgdois_5.png');
        background-position-x: right;
        background-position-y: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eae1e2;
        
    }

    .estilovidadiv p {
        text-align: justify;
        font-size: 15px;
    }

    .segundo_paragrafo_segundo_slide {
        display: none;
    }

    .estilovidadiv p {
        margin-right: 20px;
    }

}


@media screen and (max-width:350px){
    .containeratendimento {
        margin-top: -150px;
    }
}








