@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

body{
    /* font-family: "Poppins", sans-serif; */
    font-family: "Poppins", sans-serif;
    background-color:white;
    transition: 1s;
}

.fade-container {
    opacity: 0; /* Inicialmente invisível */
    transition: opacity 1s ease-in;
    /* transition: 1s; */
    /* margin-top: 800px;
    border: solid 2px gray; */
    }

.fade-container.visible {
    opacity: 1; /* Visível quando a classe 'visible' for adicionada */
}

.fade-container2 {
    opacity: 0; /* Inicialmente invisível */
    transition: 1s ease-out;
    margin-left: 1400px;
    }

.fade-container2.visible {
    margin-left: 800px;
    opacity: 1; /* Inicialmente invisível */
}


html {
scroll-behavior: smooth;
}

.body-dettail-portf {
    background-color: rgb(248, 241, 241);
}

.container-conteudo {
    height: 500px;
    margin-bottom: 200px;
}

.container_header{
    background-color: #18202e;
    height: 90px;
    width: 100%;
    z-index: 5;
    position: relative;
    margin-top: -20px;
}

.displyBlock {
    display: block;
}

.cont_head_menu{
    display: inline-block;
    position: absolute;
    margin-top: 250px;
    width: 200px;
}


.bi-side {
    /* border: solid 2px white; */
    font-size: 20px;
    /* color: rgb(108, 198, 225); */
    color: #22899b; 
}

#icoHome {
    height: 25px;
}

#icoContato {
    height: 28px;
    margin-left: -5px;
}

#icoPortfolio {
    height: 35px;
    margin-left: -8px;
}

.cont_head_menu ul li{ 
    display: inline-block;
    font-size:17px;
    padding: 5px 15px;
    padding-left: 0px;
    font-weight: 500;
    /* color: #fff; */
    color: #22899b; 
    cursor: pointer;
} 


.cont_head_menu li::after { 
    position: relative;
    display: block;
    margin-top: 10px;    
    content: '';
    background-color:#47b1c4; 
    height: 3px;
    width: 0;
    transition: 1s;
}

.cont_head_menu li:hover::after { 
    width: 100%;
}


.nav_header {
    /* background-color: yellow; */
}

.icoP1{ 
    display: inline-block;
    margin-left: -5px;
    top: -5px;
    position: relative;
}

.icoP2 {
    display: inline-block;
    margin-left: -10px;
    top: -5px;
    position: relative;
}


.container_info_head{
    top:800px;
    position: absolute;
    width: 880px;
    text-align: center;
    line-height: 90px;
    display: none;
    z-index: 3;
}

.container_info_head p{ 
    font-size: 45px;
    font-weight: bold;
}

.container_info_head input{ 
    margin-top: 50px;
    padding: 10px 125px;
    background-color: #00226000;
    border: solid 2px white;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    font-size: 15pt;
}

.container_info_head input:hover{     
    background-color: #a1a3a759;
    transition: 0.5s;
} 

.container_logo{  
    margin-left: 180px;
    top: 0;
    display: inline-block;
    position: absolute;   
}


.container_logo img{
    width: 100px;
}


.container_footer{
    background-color: #18202e;
    height: 350px;
    width: 100%;
}

.cont_img_foot {
    margin-left: 100px;
    margin-top: 50px;
    display: inline-block;
}

.cont_head_foot {
    position: absolute;
    display: inline-block;
    margin-top: 120px;
    margin-left: 50px;
}

.cont_head_foot p{ 
    font-size:20px;
    font-weight: 500;
    color: rgb(146, 143, 143);
}

.cont_head_foot ul li{ 
    margin-top: 20px;
    font-size:20px;
    font-weight: 500;
    color: #fff;
}

.cont_head_foot a{ 
    text-decoration: none;
} 


.container_sidebar {
    height: 100%;
    width: 250px;
    background-color: #202020;
    /* background-color: #2020204b; */
    position: fixed;
    top: 0;
    z-index: 5;
    overflow: auto;
    transition: 1s;
}


.cont_img_profile {
  background-color: #6d6b6ba2; 
  border-radius: 50%;  
  height:163px;
  width:163px;
}

.cont_img_profile img {
    margin-left: 6px;
    margin-top: 6px;
    width: 150px;
    height: 150px;
    border-radius: 50%;  
}

.p_profile {
    color: #47b1c4; 
    font-weight: bold;
    font-size: 25px;
}

.cont_ico_prim {
    margin-left: 0px !important;
}

.cont_ico_rede {
    height: 35px;
    width: 35px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #6d6b6ba2; 
    cursor: pointer;
}

.cont_ico_rede:hover{ 
    background-color: #5a1e5f;
    transition: 0.5s;    
}

.cont_ico_rede img{
    height: 25px;
    width: 25px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 50%;
}

#ico_linkedin {
    height: 35px;
    width: 35px;
    margin-left: 0px;
    margin-top: 0px;
}

.container_conteudo {
    margin-left: 280px !important;
}

.container_conteudo2 {
    margin-left: 280px;
    margin-top: 700px;
    background-color: white;
    position: absolute;
    z-index: 5;
    width: 650px;
}

.container_conteudo3 {
    margin-left: 280px !important;
    background-color: rgb(206, 197, 197);
    position: relative;
    z-index: 5;
}

.container_img_home img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    /* margin-left: -580px ; */
    right: 0;
    left: 250px;
    z-index: 1;
    transition: 1s;   
}

.bg_img_home {
    /* background-color: rgba(44, 62, 80, 0.438); */
    background-color: rgba(34, 47, 59, 0.664);
    background-image: url("../img/pattern.png");
    /* background-repeat: repeat; */
    width: 100%;
    height: 100%;
    right: 0;
    left: 250px;
    top: 0;
    z-index: 2;
    position: fixed;
    transition: 1s;
}

.bg_img_home2 {

    /* background-color: rgba(14, 25, 36, 0.781); */
    /* background-color: rgba(14, 25, 36, 0.858); */
    background-color: rgba(6, 10, 13, 0.858);
    /* background-image: url("../img/pattern.png"); */
    /* background-repeat: repeat; */
    
    width: 100%;
    height: 100%;
    right: 0;
    left: 250px;
    top: 0;
    z-index: 2;
    position: fixed;
    transition: 1s;
}

.cont_info_home {
    position: fixed;
    width: 550px;
    margin-top:320px;
    left: 280px;    
    padding-left: 80px;
    z-index: 3;
    color: transparent;
    transition: 1.5s;
}

.cont_info_home h1{
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 50px;
    padding-left: 10px;
    width: 90%;
}

.cont_info_home p{ 
    font-size: 25px;
    display: inline-block;
    /* background-color: #18202e; */
    line-height: 40px;
    padding-left: 10px;

}

.caract_cursor {
    display: inline-block;
    height: 40px;
    width: 3px;
    background-color: white;
    position: absolute;
    margin-top: -5px;
    animation: animcCursor2 500ms steps(40) infinite normal;
}

.barra_progress {
    height: 3px;
    width: 0%;
    margin-left: 250px;
    background-color:#671771;
    box-shadow: 0px 0px 10px #b9a3bb;
    position: fixed;
    top: 0;
    transition: 0.5s;
    z-index: 1000;
}



.container-code {
    /* font-family: 'Roboto', Arial, sans-serif; */
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    background-color: #111820;
    border: none;
    width: 100%;
    height: 550px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 70px;
}

.container-code2 {
    /*
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color:  #121f2ec6;
    border: none;
    width: 350;
    height: 350px;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 800px;
    margin-top: -400px;
    border: solid 20px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 20px 2px  #3f464e;
    position: absolute;
    */

    margin-left: 800px;
    margin-top: -400px;
    position: absolute;
}

#container {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Directions ***/
/** Horizontal -> right **/
.flip-horizontal-right:hover .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-horizontal-right .flip-card-back{
    transform: rotateY(180deg);
}

/** Horizontal -> left **/
.flip-horizontal-left:hover .flip-card-inner {
    transform: rotateY(-180deg);
}

/** Horizontal -> left **/
.flip-horizontal-left:hover .info-card1 {
    display: none;
}



.flip-horizontal-left .flip-card-back {
    transform: rotateY(-180deg);
}

/** Vertical - up **/
.flip-vertical-up:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-vertical-up .flip-card-back {
    transform: rotateX(180deg);
}

/** Vertical - down **/
.flip-vertical-down:hover .flip-card-inner {
    transform: rotateX(-180deg);
}

.flip-vertical-down .flip-card-back {
    transform: rotateX(-180deg);
}

/* The flip card container - set the width and height to whatever you want*/
.flip-card {
    background-color: transparent;
    /* box-shadow: 0px 0px 20px 2px  #3f464e; */
    width: 350px;
    height: 350px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    cursor: pointer;
}
  
/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}
  
/* Position the front and back side */
.flip-card-front, 
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color:  #121f2ec6;
     box-shadow: 0px 0px 20px 2px  #3f464e;
     border-radius: 10px;
}

/* It fits the image in the container */
.flip-card-front img,
.flip-card-back img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.info-card {
    background-color: #00758F;
    color: white;
    width: 100%;
    margin-left: 0px !important;
    margin-top: 100px !important;
    display:block;
    position: relative;
    text-align: center;
    padding-left: 30px;
    line-height: 30px;
}

.info-card2 {
    background-color: red;
}

.img-code {
    position: absolute;
    margin-top: 40px;
    cursor: pointer;
}

.ico-header {
    padding-left: 15px;
    padding-top: 15px;
}

.icos {
    height: 12px;
    width: 12px;
    margin-left: 5px;
    background-color: #58616b;
    display: inline-block;
    border-radius: 50%;
}

.etiq-page {
    margin-left: 50px;
    margin-top: 15px;
}

.pages-code {
    color: white;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor:pointer;
    transition: 0.5s;
    /* border: solid 1px gray; */
}

.pages-code:hover { 
    color: #0078af;
}

.page-code1 {
    background-color: #323b44;
}

.pages-code::before { 
    content: '';
    margin-top: -10px;
    margin-left: -15px;
    height: 35px;
    width: 0px;
    border-radius: 5px;
    background-color:transparent;
    /* background-color: rgba(47, 43, 43, 0.474); */
    /* background-color: rgba(0, 0, 255, 0.232); */
    position: absolute;
    /* transition: 0.7s; */
    transition: 1s;
}


/*
.page-code1:hover::before { 
    width: 113px;   
    background-color: #0078af;
    border: solid 1px gray;
}

.page-code2:hover::before { 
    width: 127px;
    border: solid 1px gray;
}

.page-code3:hover::before { 
    width: 100px;
    border: solid 1px gray;
}

*/


.bi-ico {
    font-size: 15px;
}

.body-code {
    margin-left: 70px;
    margin-top: 15px;
    color: #111820;    
}

.line-code {
    margin-top: 8px;
}

.number-line {
    display: inline-block;
    color: rgb(80, 78, 78);
    font-weight: bold;
}

.text-line {
    display: inline-block;
    margin-left: 30px;
    /* color: rgb(136, 130, 130); */
    /* color: rgb(142, 145, 145); */
    color: rgb(227, 221, 221);
    font-weight: bold;
}

.text-line-space1 {
    padding-left: 20px;
}

.text-line-space2 {
    padding-left: 40px;
}

.text-line-space3 {
    padding-left: 60px;
}

    
.color1{
    color: rgb(183, 90, 154);
    /* color: rgb(104, 97, 213); */
}

.color2{
    color: rgb(211, 248, 126);
}


.color3 {
    /* color: rgb(173, 193, 204); */
    color: rgb(232, 174, 213); 
}

.color4 {
    color: #A0522D;
}

.color5 {
    color: rgb(70, 138, 216);
}

.color6 {
    color: #2E8B57;
}

.color7 {
    color: yellow;
}


.bi-code {
    color: #111820;
    text-shadow: 2px 2px 10px blue;
    font-size: 25px;
}

@keyframes animcCursor2 {

    from{
        background-color: white;
    }
    to {
        background-color: transparent;
    }

}



.btn_mais {
    height: 50px;
    width: 50px;
    margin-top: 30px;
    border-radius: 50%;
    border: solid 2px white;
    cursor: pointer;
    position: relative;
    z-index: 5;
    /* display: none; */
}

.btn_mais:hover { 
    background-color: rgba(255, 255, 255, 0.233);
    transition: 0.5s;
}


.btn_mais_ico { 
    transform: rotate(90deg);
    /* position: relative; */
    margin-left:8px;
    margin-top: -5px;
}


.btns {
    /* margin-left: 40%; */
    background-color: #149ddd;
    font-size: 17px;
    color: white;
    border: none;
    padding: 10px 80px;
    border-radius: 5px;
    cursor: pointer;
}

.btns:hover { 
    background-color: #0078af;   
    transition: 0.5s;
}

.dsplbloc_tit {
    width: 100%;
}

.title_bloco {
    color: #5a1e5f;
    border-bottom: 3px solid #813888;
    padding-bottom: 10px;
    padding-right: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 20px;
}

.title_bloco_spc { 
    margin-top: 30px;
}

.title_bloco2 {
    /*
    color: #5a1e5f;
    padding-bottom: 10px;
    margin-top: 50px;
    line-height: 40px;
    opacity: 1;
    */
    margin-left: 30px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255) !important;
    background-color: #274d61;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.text_bloco2 {
    /* opacity: 0; */
    /* color: rgb(91, 179, 217) !important; */
    color: rgb(255, 255, 255) !important;
    background-color: #274d61;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.title_bloco3 {
    width: 150px;
}


.text_bloco {
    color: #4a464b;
    font-weight: 500;
    line-height: 30px;
    margin-top:10px;
    text-align: justify;
}


.lb_sobre {
    font-weight: bold;
    /* color: #4a464b; */
}

.lb_sobre div{ 
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}

.lb_sobre2 {
    /* color: #4a464b; */
}

.rw1 {
    margin-top: 20px;
}

.bloc_trans_top2 {
    /* top: 100px;  usada animac top*/
    top: 0px;
    color: transparent;         
    transition: 1.5s;
}


.bloc_trans_top2 img{
    /* opacity: 0; */
    opacity: 1;
    transition: 1.5s;
}

.bloc_trans_top2 label {
    color: #4a464b;
}


.rw_skill {
    margin-top: 30px;
    margin-bottom: 40px;
}

.lb_skill {
    color: #bfc3ca;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    background-color: #5a1e5f;
    box-shadow: 0px 0px 10px rgb(80, 80, 157);
    border-radius: 10px;
    font-size: 13px;
    margin-left: 60px;
    /* width: 100%; */
    /* display: inline-block; */
}

.lb_skill3 { 
    margin-left: 45px;
}

.lb_skill8 { 
    margin-left: 45px;
}


.percent_skill {
    color: #18202e;
    text-shadow:0px 0px 10px rgb(51, 51, 58);
    float: right;
    font-weight: bold;
}

.barra_skil {
    width: 2%;
    height: 8px;
    margin-top: 10px;
    /* background-color: #18202e; */
    background-color: #18202e;
    box-shadow: 0px 0px 10px rgb(51, 51, 58);
    /* box-shadow: 0px 0px 10px 2px rgb(125, 125, 148); */
    border-radius: 30px;
    transition: 3s;
}

.grup_skil {
    margin-top: 30px;
}

/* 
.grup_skil1 label {
    color: #ec6231;
}

.barra_skil1 {
    background-color: #ec6231;
}


.grup_skil2 label {
    color:  #0097da;
}

.barra_skil2 {
    background-color:  #0097da;
}

.grup_skil3 label {
    color:  #eeb250;
}

.barra_skil3 {
    background-color: #eeb250;
}

.grup_skil4 label {
    color:   #5b5d91;
}

.barra_skil4 {
    background-color:  #5b5d91;
}

.grup_skil5 label {
    color:  #79afb4;
}

.barra_skil5 {
    background-color:  #79afb4;
}

.grup_skil6 label {
    color:   #27754b;
}

.barra_skil6 {
    background-color:  #27754b;
}

.grup_skil7 label {
    color:   #6d7487;
}

.barra_skil7 {
    background-color: #6d7487;
}

.grup_skil8 label {
    color:  rgb(58, 58, 58);
}

.barra_skil8 {
    background-color:rgb(58, 58, 58);
} */


.frm_portfolio {
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color:white;
    margin-top: 0px;
}

.frm_habilidade {
    background-color: rgb(248, 241, 241);
    margin-top: 0px;
}

.bloc_habilidade {
    /*
    margin-top: 100px;
    opacity: 0;
    */
    margin-top: 0px;
    opacity: 1;
    transition: 1s;
}

.bloc_portf {
    /*
    margin-top: 100px;
    opacity: 0;
    */
    margin-top: 0px;
    opacity: 1;
}

.frm_contato {
    margin-top: 0px;
    background-color: rgb(248, 241, 241);
}


/* .bloco_center_portf:hover .img_portf {
    transform: scale(1.3);
} */

.bloco_center_portf {
    margin-left: 70px;
    /* width: 300px; */
    /* height: 250px; */
    width: 350px;
    height: 260px;
    border: none;
    margin-bottom: 50px;
    margin-top: 80px;
    /* transform: scale(1.1); */
    border-radius: 5px;
    /* overflow: hidden; */
    /* background-color: #d8d3d3; */
    /* box-shadow: 0px 0px 2px  gray; */
    /* background-color: yellow; */
    /* border: solid 2px black; */
}

.bloco_center_portf img {
    width: 350px;
    height: 260px;
    transition: 1s;
    /* display: none; */
}

.bloco_center_portf input {
    width: 300px;
    margin-top: 220px;
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    border:none;
    transition: 0.5s;
    cursor: pointer;
    height:30px;
    background-color: #00758F;
    /* 
    height: 50px;
    background-color:rgba(0, 0, 0, 0.908); */
    /* box-shadow: 0px 0px 10px gray; */
}


.cont_bloc_img_porf {
    width: 350px;
    height: 260px;
    position: absolute;
    transition: 250ms ease-in-out;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.511);
    /* background-color: rgba(73, 192, 208, 0.6); */
    /* background-color: #04354e70; */
}

.bloco_center_portf:hover .img_portf {
    transform: scale(1.2);
}


.frm_detail_portf {
    flex-direction: row;
    margin-left: 280px ;
    margin-top: 30px;
    border-radius: 0;
}

.bloco_center_detail  {
    height: 550px;
    width: 730px; 
    margin-left: 20px;
    margin-top: 0px;
    background-color: white;
    border: solid 1px lightgrey;
    border-radius: 5px;
    transition: 0.5s;
}


#nmeProjeto {
    margin-top: -20px;
}

#nmeSobreProjeto {
    margin-top: -10px;
}

.bloco_center_detail  img{ 
    transition: 0.5s;
}

.bloco_center_detail2 {
    width: 350px;
    height: 250px;
    margin-top: -300px;
    margin-left: 20px;
    /* background-color: white; */
    /* background-color: #202020; */
    background-color: white;
    color: #0078af;
    border: solid 1px lightgrey;
    border-radius: 5px;
    transition: 0.5s;
  
}

.bloco_center_detail3 {
    width: 350px;
    height: 290px;
    margin-left: 770px;
    margin-top: -290px;
    background-color:white;
    border: solid 1px lightgrey;
    border-radius: 5px;
    transition: 0.5s;
    /* cursor: pointer; */
}

.cont-saiba-mais-detail3 {
    /* background-color: rgba(9, 6, 20, 0.863); */
    background-color:transparent;
    width: 350px;
    height: 290px;
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none; 
}

.etiqueta_portfolio {
    background-color: red;
    color: #f7f9fa;
    position:absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    padding: 2px 10px;
    font-size: 13px;
}

.opc-saiba-mais {
    /* color: white; */
    color: transparent;
    display: inline-block;
    position: relative;
    font-size: 30px;
    padding: 5px;
    /* border: solid 3px white; */
    /* box-shadow:  0px 0px 10px white; */
    /* text-shadow: 0px 0px 50px rgb(184, 184, 223); */
    
}

/* .cont-saiba-mais-detail3:hover { 
    background-color: rgba(9, 6, 20, 0.863);
    transition: 1s;
} 
.cont-saiba-mais-detail3:hover .opc-saiba-mais{ 
    color: white;
    text-shadow: 0px 0px 30px white;
    transition: 1s;
}

*/

/* .cont-saiba-mais-detail3:hover  .opc-saiba-mais  { 
   transform: rotate(360deg);
   transition: 0.5s;
} */

.bloco_center_detail2 h1{ 
    margin-bottom: 20px;
}


.bloco_center_detail3 h1{ 
    margin-top: 20px;
    margin-bottom: 20px;
}

.frm_barra_header {
    margin-top: 0px;
    margin-left: 250px;
    background-color: white;
    transition: 1s;
}

.img-portf {
    height: 550px;
    width: 730px; 
}


.slider {
    margin: 0 auto;
    width: 800px;
    height: 550px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px #17a2b8;
    border-radius: 5px;
}

.slides {
    width: 400%;
    height: 600px;
    display: flex;
    background-color: transparent;
}

.slides input {
    display: none;
}

.slide {
    width: 25%;
    transition: 1s;
    position: relative;
}

.slide1 {
    background-color: transparent;
}


.slide2 {
    background-color: rgba(0, 0, 0, 0.466);    
}

.slide3 {
    background-color: rgba(0, 0, 255, 0.322);    
}

.slide4 {
    background-color: yellow;    
}

.manual-navigation {
    position: absolute;
    width: 730px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border:  1px solid rgb(67, 56, 56);
    padding: 3px;
    border-radius:50%;
    cursor: pointer;
    /* margin-left: 20px; */
    transition: 0.5s;
    width: 3px;
    height: 3px;
}

.manual-btn:not(:last-child) {
    margin-right: 20px;
}

.manual-btn:hover {
    background-color: #E8E8E8;    
}

#rd1:checked ~ .slide1 {
    margin-left: 0;
}

#rd2:checked ~ .slide1 {
    margin-left: -25%;
}

#rd3:checked ~ .slide1 {
    margin-left: -50%;
}

#rd4:checked ~ .slide1 {
    margin-left: -75%;
}

.navigation-auto div {
    border:  1px solid gray;
    padding: 2px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.navigation-auto {
    position: absolute;
    width: 730px;
    margin-top: 570px;
    display: flex;
    justify-content: center;
}

.navigation-auto :not(:last-child) {
    margin-right: 20px;
}

.auto-btn {
    width: 5px;
    height: 5px;
}


#rd1:checked ~ .navigation-auto .auto-btn1{
    background-color: #436682;
}

#rd2:checked ~ .navigation-auto .auto-btn2{
    background-color: #436682;
}

#rd3:checked ~ .navigation-auto .auto-btn3{
    background-color: #436682;
}

#rd4:checked ~ .navigation-auto .auto-btn4{
    background-color: #436682;
}

.card-info-portfolio {
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card-info-portfolio h1 {
    /* color: #4a464b; */
    color: rgb(82, 79, 79);
    margin-top: -30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.bloco-info-portfolio1 {
    margin-top: 0px;
}

.lb-info-port1 {
    font-weight: bold;
}

.lb-info-port {
    /* color: #4a464b; */
    color:  #4b4a4a;
    line-height: 25px;
    margin-top:10px;
    font-size: 15px;
    display: inline-block;
}



.barra_separa {
    margin-top: 20px;
    height: 2px;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #b6f0f1;
}

.barra_separa2 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    width: 40%;
    min-width: 400px;
    text-align: center;
    justify-content: center;
    background-color: #c8e3e4;
}

.cont-barra2 {
    height: 10px;
    width: 100%;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.barra2 {
    background-color: rgb(219, 218, 218);
    width: 70%;
    height: 2px;
    display: flex;
}


.bloco_filter {
    margin-top: 50px;
    margin-bottom: 20px;
}

.item-filter {
    margin-left: 20px;
    padding: 2px 20px;
    border-radius: 20px;
    color: #7f7b80;
    border: solid 1px rgb(196, 193, 193);
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}

.item-filter:hover { 
    background-color: #d3c3d4;
}

.text-detail-port {
    color: rgb(82, 79, 79);
    line-height: 25px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;

    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}


.barra-header {
    height: 80px;
    width: 100%;
}


.nav-header {
    margin-right: 30px;
    margin-top: 30px;
    float: right;
    display: inline-block;
}

.opc-home{ 
    color: #1565b4;
}

.opc-home:hover{ 
    color: #6ea6df;
    transition: 0.5s;    
} 

.nav-header ul li{ 
    display: inline-block;
}

.h1-header {
    line-height: 25px;
    margin-top:30px;
    margin-left: 30px;
    font-size: 28px;
    color: #4a464b;
    display: inline-block;
}
  

.grupo_cxs_frm {
    border-radius: 5px;
    padding-top: 30px;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(186, 190, 190);
}



.grupo_cxs_frm2 {
    margin-left: 30px;
}

.lbFrmContato {
    color:#696969; 
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
}

.nmeFrmContato {
    color:#696969; 
    margin-top: 10px;
    padding-left: 60px;
}


.cont_mapa{
    height: 200px;
    margin-bottom: 40px;
}


#mapa {
    height: 200px;
    width:100%;
}

.card_mapa{
    position: absolute;
    padding: 10px 50px;
    margin-top: 60px;
    margin-left: 10px;
    line-height: 30px;
    background-color: white;
    box-shadow: 2px 2px 10px rgb(87, 78, 78);
    display: inline-block;
    z-index: 4;
}

.card_mapa p{ 
     font-size: 13px;
}

.info-card {
    display: inline-block;
    position: absolute;
    margin-left: 230px;
    margin-top: 70px;
    z-index: 5;
    cursor: pointer;

}

#p-rot {
    display: none;
}


.btnContatoMsg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont_ico_contato {
    background-color: #e0e0e9;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
}

.cont_ico_contato img{ 
    width: 25px;
}


.grupo_cxs_cont {
    padding-top: 20px;
}

.grupo_cx_mapa {
    margin-top: 30px;
}

.percentHab {
    font-size: 10px;
    text-shadow: 0px 2px 10px rgb(34, 52, 78);
}


.graph {
    display: block;    
    /* border-radius: 10px; */
    /* border: solid 1px rgb(226, 224, 224); */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px  rgb(206, 206, 231);
    text-align: center;
    padding: 50px 30px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 0px;
    border-radius: 10px;
  }

  .graph:hover .container_resumo_habilidade {
    height: 260px;
    /* transform: translateY(-100%); */
    /* color: rgb(255, 255, 255); */
    /* color: white; */
    color: rgb(124, 213, 223);
  }

  /* .graph:hover p{ 
    color: yellow;
  } */

  .graph:hover .ico-hab {
    text-shadow:0px 0px 10px rgb(55, 55, 70);
    transition: 1s;
  }

  .graph i{ 
    font-size: 100px;
  }
  
  .barra_separa_habilidade {
    height: 2px;
    width: 100px;
    margin-top: 20px;
    background-color: gray;
  }

  .cont_flex {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      /* width: 100%; */
  }

.info_habilidade {
    margin-top: 20px;
}


.container_resumo_habilidade{

    /* background-color: rgba(7, 7, 7, 0.675); */
    /* background-color: rgba(7, 7, 7, 0.532); */
    background-color: rgba(7, 7, 7, 0.789);
    z-index: 5;
    position: absolute;
    display: block;
    width: 290px;
    height: 0px;
    /* height: 250px; */
    margin-left: -30px;
    margin-top: -210px;
    transition: 1s;
    /* transform: translateY(0%); */
    color: transparent;    
    font-size: 15px;
    word-wrap: break-word; /* Força a quebra de palavras longas */
    overflow-wrap: break-word; 
    transition: 1s;
    border-radius: 10px;
}

.container_resumo_habilidade p {
    margin: 20px;
    line-height: 25px;
    text-align: justify; 
    /* color: transparent; */
}



.ico-git {
    color: #171515;
}

.barra-git{
    background-color:#171515 ;
}

.ico-html {
    color: #E34F26;
}

.barra-html{
    background-color:#E34F26;
}


.ico-css {
    color: #1572B6;
}

.barra-css{
    background-color:#1572B6;
}

.ico-javascript {
    color: #F7DF1E;
    background-color: black;
}

.ico-javascript-2 {
    color: #F7DF1E;
}

.barra-javascript{
    background-color:#F7DF1E;
}

.ico-jquery {
    color: #0769AD;
}

.barra-jquery{
    background-color:#0769AD;
}


.ico-php {
    color: #8993BE;
}

.barra-php{
    background-color:#8993BE;
}

.ico-laravel {
    color: #FF2D20;
}

.barra-laravel{
    background-color:#FF2D20;
}

.ico-mysql {
    color: #00758F;
}

.barra-mysql{
    background-color:#00758F;
}

.ico-postgre {
    color: #336791;
}

.barra-postgre{
    background-color:#336791;
}

.ico-vb {
    color: #3B5998;
}

.barra-vb{
    background-color:#3B5998;
}

.ico-python {
    color: #FFD43B;
}

.barra-python{
    background-color:#FFD43B;
}




.grupCxSkil {
    margin-bottom: 50px;
}

.blPort1 {
    margin-left:0px;
    /* background-color: yellow; */
}


.back-to-top {
    /* background-color: #03112b86; */
    background-color: #202020e3;
    color: #ffffff;;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 25px;   /*  MOBILE */
    bottom:20px;
    /* display: none; */
    z-index: 6 ;
}


.back-to-top:hover{ 
    transition: 0.5s;
    background-color: #2020207e;
}

.to-back { 
    /* background-color: #03112b86; */
    background-color: #202020e3;
    color: #ffffff;;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 150px;   /*  MOBILE */
    top:20px;
    /* display: none; */
    z-index: 8 ;
    transition: 0.5s;
}


.to-back:hover{  
    background-color: #2020207e;
}



.ico-seta {
    font-size: 30px;
    display: flex;
    justify-content: center;
    /* padding-left: 1px; */
    margin-top: 3px;
    margin-left: 5px;
    transform: rotate(90deg);
}

.ico-fechar {
    font-size: 30px;
    display: flex;
    justify-content: center;
    /* padding-left: 1px; */
    margin-top: 5px;
    margin-left: 2px;
    transform: rotate(90deg);
}

.infoScroll {
    color: white;
    background-color: #18202e;
}

.infoWidthPge {
    margin-top: 20px;
    color: white;
    background-color: #18202e;
}



.msgs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: fixed;
    right: 30px;
    margin-left: 30px;
    padding:12px 80px;
    background-color: white;
    border-radius: 5px;
    z-index: 7;
    display: none;
}

.msgs::before{ 
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 0%;
}

.xBtns {
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 50%;
    padding: 2px 8px 3px;
    cursor: pointer;
}



#msg_erro{
    top: 30px;            
    color:#eac9c9;
    font-weight: bold;
    border:solid 1px #b91b1bc9;
    box-shadow: 0px 0px 10px 1px #da4a4a;
    background-color: #b91b1be8;
}

#msg_erro::before{ 
    background-color: #850505;
}

#xBtnErro {
    border: solid 1px #e99a9a;
    color: #e99a9a;
}

#xBtnErro:hover { 
    background-color: #f7dcdc;
    transition: 0.5s;
}


#msg_sucesso{          
    top: 100px;
    color:#eac9c9;
    font-weight: bold;
    border:solid 1px #7c9256d1;
    box-shadow: 0px 0px 10px 1px #76EEC6;
    background-color:#7c9256d1;
}


#msg_sucesso::before{ 
    background-color: #7c9256;
}

#xBtnSucesso {
    border: solid 1px #7c9256;
    color: #7c9256;
}

#xBtnSucesso:hover { 
    background-color: #C1FFC1;
    transition: 0.5s;
}


.container_menu_mob {
   width: 30px;
   color:  #1b1a18;
   padding: 5px;
   margin-top: 15px;
   right: 30px;
   cursor: pointer;
   border-radius: 3px;
   font-size: 30px;
   position: fixed;
   display: none;
   z-index: 10;
}

.container_menu_mob:hover {
    transition: 0.5s;
    background-color: rgb(217, 219, 219);
}

.trc_itm {
   margin-top: 6px;
   margin-bottom: 5px;    
   height: 4px;
   border-radius: 10px;
   /* background-color: #6e6e6e; */
   background-color: #1565b4;
}

.itm_x {
   padding: 2px 10px;
   display: none;
}

.menu_mob {
    background-color:#202020;
    margin-top: 0px;
    padding-left: 0px;
    position: absolute;
    display: block;
    width: 100%;
    /* height: 280px; */
    height: 0px;
    position: fixed;
    transition: 1s;
    z-index: 8;
}

.opc_menu_mob li {
    cursor: pointer;
    padding: 20px 20px;
    color: white;
    display: none;
}

.opc_menu_mob li:hover { 
    background-color: #0078af;
    transition: 1s; 
}

#movScrolSide {
    margin-top: 10px;
}

#redefineTamPage {
    margin-top: 10px;
}

.btn-proj {
    background-color: rgb(226, 214, 214);
    border: solid 1px rgb(226, 214, 214);
    padding: 5px 50px;
    margin-top: 50px;
    font-size: 15px;
    cursor: pointer;
    color: #404344;
    font-weight:600;
    transition: 0.5s;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-proj:hover { 
    background-color: rgba(180, 172, 172, 0);
}

.container-info-detail {
    /* background-color: rgba(54, 54, 54, 0.753); */
    background-color: rgba(26, 22, 22, 0.87);
    width: 100%;
    height: 100%;    
    top: 0;
    position:fixed;
    z-index: 8;    
    display: none;
}

.p1-detail {
    color: #7c7b7d;
    font-weight: 500;
    line-height: 30px;
    margin-top:20px;
    margin-bottom:20px;    
}

.p2-detail {
    color: #464046;
    line-height: 30px;
    margin-top:20px;
    margin-left: 30px;
}

.p2-detail2 {
    color: #716e72;
    line-height: 30px;
    margin-top:0px;
    margin-left: 80px;
}


.p3-detail {
    color: #69666b;
    line-height: 30px;
    margin-left: 40px;
    margin-bottom:20px;
}

.p4-detail {
    color: #929193;
    line-height: 30px;
    margin-left: 60px;
    margin-bottom:10px;
}

.p3-detail-login {
    margin-top: 20px;
    color: #69666b;
    line-height: 30px;
    margin-left: 40px;
}

.paragrap_detail {
    display: inline-block;
    margin-left: 50px;
}

.ico-login{
    font-size: 15px;
    color: green;
    background: #ddd;
    padding: 5px 8px;
    border-radius: 50px;
}

.font-bold {
    font-weight: 600;
}

.barra-separa-info {
    height: 2px;
    width: 100%;
    margin-top: 30px;
    background-color: #e4e8e8;
}

.container_acesso {
    background-color: rgb(248, 248, 248);
    border: solid 1px rgb(230, 230, 230);
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

.p2-lst {
    margin-bottom: 100px;
}

.ico_detail {
    color: green;
    font-size: 13px;
}

.text_log {
    margin-top: 20px;
    margin-left: 20px;
    color: #18202e;
}

.grupo_cxs_detail {
    margin-bottom:100px;
}

#btn_acesso{
    font-size: 15px;
    padding: 5px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #17a2b8;
    border: solid 1px #17a2b8;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

#btn_acesso:hover{ 
    background-color: #138c9e;
}

.ico_log_detail {
    color: #17a2b8;
    font-size: 20px;
}

.cont_img_detail {
    width: 100%;
    margin-top: 30px;
}

.blocoImgSobre {
    /* background-color: yellow; */
}

#img_desc_home {
    width: 400px;
}


.col-frm-contato {
    /* display: none; */
}

.msg_exito {
    color: #93c01d;
    font-size: 20px;
    font-weight: bold;
    margin-top: 150px;
}

.row-frm-msg-exito {
    display: none;
}

.blc_x {
    /* background-color: rgba(58, 198, 219, 0.329); */
    /* background: rgba(61, 136, 186, 0.2); */
    /* background: rgb(61, 136, 186); */
    
    
    background: #4096c438;
    width: 500px;
    top: 320px;
    right: 100px;
    /* right: -1000px; */
    float: right;
    position: absolute;


    /* From https://css.glass */
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: 2s;
    z-index: 10;
}


.item-sobre {
    background-color: yellow;    
    color: rgb(255, 255, 255) !important;
    background-color: #274d61;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 83%;
    margin-left: 20px;
}

.item-sobre1 {
    margin-top: 30px;
}

.item-sobre6 {
    margin-bottom: 40px;
}


.text_bloco_portfolio {
    /*
    background-color: yellow;
    margin-bottom: 50px;
*/
}

.container_portfolio {
    width: 400px;
    height: 400px;
    margin-left: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.container_portfolio:hover { 
    background-color: #111820;
}


.cont-mapa-2 {
    background-color: rgba(44, 43, 43, 0.948);
    top: 180px;
    left: 20px;
    padding: 2px 25px;
    border-radius: 10px;
    text-decoration: none;
    color: rgb(182, 182, 220);
    font-size: 15px;
    position: absolute;
}


.noselect {
    user-select: none;
  }


.grupo_cxs_hab {
    /* background-color: yellow; */
    margin-left: 0px;
    margin-top: 30px;
    min-width:290px;
}


.ico_portfolio {
    color: white;
    left: 50%;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
}



.cont_portfolio {

    /* display: inline-block; */
    /* border-radius: 10px; */
    /* border: solid 1px rgb(226, 224, 224); */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px  rgb(206, 206, 231);
    text-align: center;
    /* padding: 50px 30px; */
    cursor: pointer;
    height: 350px;
    /* width: 400px; */
    margin-left: 10px;
    overflow: hidden;
    /* border: solid 1px black; */
  }

  .cont_portfolio:hover  .img_portfolio { 
    transform: scale(1.2);
  }

  .cont_portfolio:hover  .container_bg_portfolio { 
     background-color: #030303d7;
  }

  .cont_portfolio:hover  .ico_acessa_portf { 
    color: white;
  }

  .cont_portfolio:hover  .etiqueta_portfolio { 
    background-color:red;
    color: white;
  }




  .container_bg_portfolio {
    /* background-color: #030303d7; */
    background-color: transparent;
    height: 350px;
    width: 95%;
    z-index: 5;
    top: 0;
    position: absolute;
    transition: 0.5s;
    /* border: solid 2px #00758F; */
  }

.ico_acessa_portf {
    color: transparent;
    /* color: white; */
    z-index: 6;
    position: absolute;
    font-size: 30px;
    left: 48%;
    top: 40%;
    transition: 0.5s;
    /* display: none; */
}

.ico_acessa_portf:hover { 
    text-shadow: 0px 0px 10px rgb(211, 211, 228);
    color: #c0c3c3;
}

.etiqueta_portfolio {
    background-color: transparent;
    color: transparent;
    /* background-color: red; */
    position: absolute;
    z-index: 6;
    left: 40px;
    top: 10px;
    padding: 3px 10px;
    transition: 0.5s;
    /* font-size: 13px; */
}

.bloc_portfolio {
    /* background-color: yellow; */
    /* margin-left: -20px; */
    /* width: 180%; */
}


.img_portfolio {
    
    height: 350px;
    width: 100%;
    /* width: 100%; */
    transition: 1s;
    /* width: 400px; */
}




.destaque_topico {
    font-weight: bold;
}


.destq-text {
    /* background-color: #00758F; */
    color:  #5a1e5f;
    font-weight: bold;
}

@media(max-width: 2600px){ 

    .container_bg_portfolio {
        width: 94%;
    }
}


@media(max-width: 2200px){ 

    .container_bg_portfolio {
        width: 93%;
    }
}

@media(max-width: 1900px){ 

    .container_bg_portfolio {
        width: 92%;
    }
}

@media(max-width: 1700px){ 

    .container_bg_portfolio {
        width: 91%;
    }
}

@media(max-width: 1600px){ 

    .container_bg_portfolio {
        width: 90%;
    }
}


@media(max-width: 1500px){


    .blc_x {
        right:20px;    
    }
}



@media(max-width: 1430px){

    .bloco_center_detail  {
        margin-left: -20px;
        /* height: 550px;
        width: 730px; 
        background-color: white;
        border: solid 1px lightgrey;
        border-radius: 10px; */
    }
    
    .bloco_center_detail3 {
        margin-left: 730px;        
    }

    .container_bg_portfolio {
        width: 89%;
    }

}

@media(max-width: 1380px){ 

    
    .bloco_center_detail2 {
        width: 300px;    
        margin-left:10px;
    }
    
    .bloco_center_detail3 {
        width: 300px;    
        margin-left: 720px;   
    }

    .blc_x {
        position: relative;
        top: -100px;
        margin-bottom: -100px;
        margin-left: 100px;
        right: 100px;
        float: inherit;
        width: 94%;
    }

    .item-sobre { 
        width: 95%;
    }

}



@media(max-width: 1320px){ 

    .manual-navigation {
        width: 800px;
    }    
    
    .navigation-auto {
        width: 800px;
    }

    .bloco_center_detail {
        width: 800px;    
        margin-left:10px;
    }

    .bloco_center_detail img {
        width: 800px;
    }

    .bloco_center_detail2 {
        width: 800px;      
        margin-top:80px;
    }
    
    .bloco_center_detail3 {
        width: 800px;      
        margin-top:50px; 
        margin-bottom:100px; 
        margin-left: 0px;
    }

}

@media(max-width: 1160px){    


    .container-code {
        width: 110%;
    }

}


@media(max-width: 1150px){     

    .bloco_center_detail {
        margin-left:-30px;
    }

    .bloco_center_detail2 {
        width: 800px;      
        margin-left:-30px;
    }
    
    .bloco_center_detail3 {
        margin-left: -30px;
    }

}

@media(max-width: 1080px){     


    .manual-navigation {
        width: 600px;
    }
    
    
    .navigation-auto {
        width: 600px;
    }

    .bloco_center_detail {
        width: 600px;
    }
    
    .bloco_center_detail img{ 
        width: 600px;
    }


    .bloco_center_detail2 {
        width: 600px;
    }
    
    .bloco_center_detail3 {
        width: 600px;
    }

   

}


@media(max-width: 1200px){


    .col-sobre{
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%;
    }
    
    #img_desc_home {
      width: 100% !important; 
      /* height: 400px; */
    }
  

}

@media(max-width: 930px){ 

        .cont_info_home {
            padding-left: 0px;
            left: 280px;
    }

}

@media(max-width: 850px){ 


     .container_menu_mob{
        display: block;
    } 

    .nav-header {
        margin-right: 80px;
    }

    .manual-navigation {
        width: 80%;
    }
    
    
    .navigation-auto {
        width: 80%;
    }

    .frm_detail_portf {
        margin-left: 0px;
    }

   
    .bloco_center_detail {
        width: 80%;
        margin-left: 10px;
    }
    
    .bloco_center_detail img{ 
        width: 100%;
    }


    .bloco_center_detail2 {
        width: 90%;
        margin-left: 10px;
    }
    
    .bloco_center_detail3 {
        width: 90%;
        margin-left: 10px;
    }


    .container_sidebar {
        width: 0px;
      }

      .frm_sidebar {
        display: none;
      }

      .frm_barra_header {
        margin-left: 0px;        
      }

      .container_img_home {
          margin-left:0px !important;
        }

        .frm_registro {
            margin-left: 0px;

        }

        .container_img_home img{
            left:0px !important;
        }

        .bg_img_home {
            left: 0px;
            /* background-color: #efb4bd; */
        }

        .bg_img_home2 {
            left: 0px;
        }

        .cont_info_home {
            padding-left: 0px;
            left: 20px;
    }

    .bloco_center_detail1  {
        width: 90%;
    }


}

@media(max-width: 650px){ 

    .bloco_center_detail1  {
        margin-left:0px;
        height: 450px;
    }

    .img-portf {
        height: 450px;
    }    
    
    .slider {
        height: 450px;
    }

    .manual-navigation {
        margin-top: -130px;
    }

    .navigation-auto{
        margin-top: 470px;
    }

}


@media(max-width: 500px){ 

    .bloco_center_detail1  {
        height: 350px;
    }

    .img-portf {
        height: 350px;
    }    
    
    .slider {
        height: 350px;
    }

    .manual-navigation {
        margin-top: -230px;
    }

    .navigation-auto{
        margin-top: 370px;
    }

}

@media(max-width: 775px){ 

    .container-code {
        height: 600px;
    }


}


@media(max-width: 580px){ 

    .cont_info_home {
        padding-left: 50px;
        width: 300px;
    }

} 

/*400mp*/
@media (min-width: 200px) and (max-width: 400px){



}


/*
        MÉDIA QUERY HEIGHT
*/


@media (max-height: 674px){ 

      
}



