/* UTILIDADES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}

header {
    height: 100%;
    background-color: #efef50;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    padding: 3% 0px;
}


h1 {
    font-size: 10vh;
    line-height: 13vh;
    font-family: 'Poppins', sans-serif;
   

}


h2 {
    font-size: 52px;
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
}


.container {
    position: relative;
    vertical-align: middle;
    padding-top: 15vh;
}
.caixatexto{
    margin: 5vh 0 0vh 9vh;
    background-image: url("imagens/circulo_rosa.png");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.highlight {
    display: inline;
    padding: .01em;
    background: #f6b5d1;
    color: #214ff4;
    white-space: nowrap;
    

}

.highlightamarelo {
    display: inline;
    padding: .01em 2vh;
    background: #214ff4;
    color: #efef50;
}

.nomeprofissional{
    background:#eaa6c6;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* NAVBAR ESTILO */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vh 20vh;
    background-color: #214ff4;
    color: #214ff4;
    
    
}

.nav-links a {
    color: #214ff4;
    
}

/* LOGO */
.logo {
    font-size: 32px;
}

/* NAVBAR MENU */
.menu {
    display: flex;
    gap: 5em;
    font-size: 14px;
    font-weight:bold;    
}

.menu li:hover {
    background-color: #efef50;
    border-radius: 200px;
    transition: 0.3s ease;
}

.menu li::active {
    background-color: #efef50;
    border-radius: 200px;
    transition: 0.3s ease;
}

.menu li::visited {
    background-color: #efef50;
    border-radius: 200px;
    transition: 0.3s ease;
}

.menu li {
    padding: 5px 14px;
    text-transform: uppercase;
    background-color: #f6b5d1;
    border-radius: 200px;

}


/* NAVBAR MENU RESPONSIVA*/
/* CHECKBOX HACK */

input[type=checkbox] {
    display: none;
}

/*HAMBURGER MENU*/

.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
}

/* APLICAÇÃO MEDIA QUERIES */

@media (max-width: 768px) {
    .menu {
        display: none;
        position: absolute;
        background-color: #214ff4;
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;

    }

    .menu li:hover {
        display: inline-block;
        background-color: #214ff4;
        transition: 0.3s ease;
    }

    .menu li+li {
        margin-top: 12px;
    }

    input[type=checkbox]:checked~.menu {
        display: block;
    }

    .hamburger {
        display: block;
    }


}

/*LOGIN*/

form,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    color:#214ff4;
    font-size: 16px;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  .enviar{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    float: right;
   
  }

div.box {
    margin: 0 auto;
    width: 100%;
    background: none;
    position: relative;
    top: 20vh;

}


div.box label {
    
    display: block;
    padding: 10px 20px 10px 0;
    
}



div.box .input_text {
    padding: 10px 10px;
    width:80%;
    background-image: url("imagens/fundo_form.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #efef50;
    border:none;

    
}


div.box .input_text:hover {
    
    border:none;

    
}


div.box .message {
    padding: 7px 7px;
    width: 350px;
    background: none;
    overflow: hidden;
    height: 150px;
}


.linha_azul{
    background-image: url("imagens/linha_azul.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #efef50;
    border:none;
    width: 35%;
    height: 2vh;
    margin-top: 10vh;
    float: right;
}

/*DEBRIEF*/
#debrief{
    background-image: url("imagens/fundo-triangulo.png");
    background-size: cover;
    background-position: right bottom;
}
.debrief {
    color: #214ff4;
    font-family: 'Poppins', sans-serif;
    line-height: 180%;
}

.conteudo {
    padding: 5vh 10vh 10vh 0;

}

.holder {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    padding-top: 15vh;

}

.animacao {
    padding-top: 8vh;
    padding-right: 1vh;
}

.logoparte1 {
    width: 200px;
    margin: 10px;
    position: relative;
    text-align: center;
}

.logoparte2 {
    width: 200px;
    margin: 10px;
    position: relative;
    text-align: center;
}

.logoCustomer{
    display: block;
    max-width:203px;
    max-height:203px;
    width: auto;
    height: auto;
    margin: auto;
}

/*CURADORIA*/

.linha {
    width: 100%;
    background-image: url("imagens/linha-destaque.png");
    background-repeat: no-repeat;
    background-size: content;
}

/*DRAG AND DROP*/

.dragdrop {

    background-color: #badee3;
    padding: 10vh 30vh;
    
}

.boards {
    display: flex;
    margin-top: 32px;
    background-color: #badee3;
}

.boarda {
    width: 30%;
    background: #214ff4;
    margin: 0 16px;
    position: relative;
    padding: 0px 0px 60px 0px;
    
}

.boarda::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    background-color: #badee3;
}

.boarda::before {
    right: -25px;
    transform: rotate(-45deg);
}

.boardb {
    width: 70%;
    background: #eaa6c6;
    background-image: url("imagens/fundo_ollo_rosa.png");
    margin: 0 16px;
    position: relative;
}

.boardb::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    background-color: #badee3;
}

.boardb::before {
    right: -25px;
    transform: rotate(-45deg);
}



.boards h3 {
    padding: 25px;
    margin: 0;
    color: #efef50;
}

.dropzone {
    padding: 16px;
    min-width: 100%;
    min-height: 100%;
}

.card {
    background-image: url("imagens/modulra_foto.png");
    background-size: cover;
    padding: 16px;
    height: 20vh;
    width: 20vh;
    margin: 25px 25px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
}

.profissional{
    margin-top:-5px;
    height: 17vh;
    width: 17vh;
    
}

.status {
    width: 30px;
    height: 8px;
    background: gray;
    margin-bottom: 16px;
    border-radius: 8px;
}

.status.green {
    background: #23d2ac;
}


.status.red {
    background: red;
}

.highlights {
    background-color: #FD951F08;
}

.card,
.dropzone {
    transition: 400ms;
    display: flex;
    flex-wrap: wrap;
}

.is-dragging {
    cursor: move;
    opacity: 0.3;
}

.over {
    background-color: #4cd13700;
}

/*SLIDER*/


/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color:#214ff4;
    font-weight: bold;
    font-size: 65px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color:none;
  }
  
  
 
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  /*FOOTER*/

  footer{
    background-color: #214ff4;
    position: relative;
    margin: -5px 0 auto;
    padding: 2vh 20vh;
  }

  .logofooter{
    width: 25%;
    height: 25%;
  }

  /* Professional Modal */
  #dlg-professional-details {
    background-color: #ebe855;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 1em rgb(0 0 0 / 50%);
    width: 45%;
    margin: auto;
    min-height: 300px;
    padding: 20px;
}
  #dlg-professional-details::backdrop {
    background-color: rgb(0 0 0 / .5);
  }
  #dlg-professional-details button {
    background:#000;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    color:#fff;
    padding:10px;
    
  }

  #dlg-processing {
    border: none;
    border-radius: .10rem;
    box-shadow: 0 0 1em rgb(0 0 0 / .5);
    width: 250px;
    margin: auto;
    padding: 10px;
  }
  #dlg-processing::backdrop {
    background-color: rgb(0 0 0 / .5);
  }
  #dlg-processing div {
    margin: auto;
  }

  #dlg-professional-details-picture{
    border-radius: 500px;
    float: left;
    padding-right: 2%;
  }

  #dlg-professional-details-name{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

  }
  #dlg-professional-details-maintag{
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
  }

/* drag/drop save button */
#btn-save-squad{
    font-family: Roboto, sans-serif;
    font-weight: 0;
    font-size: 14px;
    color: #fff;
    background-color: #214ff4;
    padding: 10px 30px;
    border: 2px solid #214ff4;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    border-radius: 50px;
    transition : 1000ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#btn-save-squa:hover{
    transition : 1000ms;
    padding: 10px 50px;
    transform : translateY(-0px);
    background-color: #fff;
    color: #0066cc;
    border: solid 2px #0066cc;
}

/* botão voltar topo */
.top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #b9debb;
    text-decoration: none;
}
.top::after {
    content: "↑";
    font-size: 24px;
    font-weight: bold;
    color: #000;
    transition: margin-top 250ms;
}
.top:hover::after {
    margin-top:-8px;
}