@charset "UTF-8";

:root {
    --team-blue: #212750;
    --team-orange: #f0843e;
}

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: larger;
}

/* .navbar{
    box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
} */

.text-weight-700 {
    font-weight: 700;
}
.text-orange {
    color: var(--team-orange);
}

.text-blue {
    color: var(--team-blue);
}

.text-header {
    font-weight: 700;
    font-size: x-large;
}

.text-strong {
    font-weight: 700;
    font-size: large;
}

.text-footer {
    font-weight: 400;
    font-size: smaller;
    line-height: 5pt;
}

.text-larger {
    font-weight: 700;
    font-size: xx-large;
}

.text-grey-note {
    font-weight: 400;
    font-size: small;
    line-height: 5pt;
    color: lightgrey;
    padding-bottom: 0.5em;
}

.text-thin-large {
    font-weight: 400;
    font-size: xx-large;
}

.text-thick-very-large {
    font-size: 4em;
    font-weight: 900;
}

@media (max-width: 576px) {
    .text-thick-very-large {
        font-size: 1.8em;
        font-weight: 700;
    }
}

.text-double-size {
    font-size: 2em;
}

.bg-header-1 {
    background-image: url("/images/TOP_TEAM.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 517px;
}

.bg-blue-top {
    background-image: url("/images/top_blue_curve.svg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px;
}

.bg-contacts-top {
    background-image: url("/images/EQUIPA.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 220px;
}

@media (min-width: 576px) {
    .min-height-sm-500 {
      min-height: 500px;
    }
}

.bg-managment-top {
    background-image: url("/images/blue_curve.svg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 320px;
}

.bg-managment-bottom {
    background-image: url("/images/orange_curve.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-tecnology {
    background-image: url("images/tecnologia.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

.decorated-row-icon {
    max-width: 90px;
    max-height: 90px;
    margin-right: 8px;
}

.overlaping-header-bottom {
    position: relative;
    top: -30px;
    width: 100%;
}

.overlaping-contact-form {
    position: relative;
    top: -50px;
}

.circle_size {
    min-width: 80pt;
    min-height: 80pt;
    width: 125pt;
    height: 125pt;
    padding: 5pt;
}

.max-height-400px {
    max-height: 400px;
}

.max-height-600px {
    max-height: 600px;
}

.fixed-width-header {
    min-width: 300px;
}

.fixed-heigth {
    max-height: 800px;
    height: 100%;
}

.bg-blue {
    background-color: var(--team-blue);
    color: white;
    padding: 0;
}

.bg-footer {
    background-color: var(--team-blue);
    color: white;
    padding: 0;
}

.bg-orange {
    background-color: var(--team-orange);
}

.bg-orange-strip {
    background-color: var(--team-orange);
    width: 100%;
    height: 8px;
    padding: 0;
    margin: 0;
}

.bg-light-grey {
    background-color: #ececec;
}

.text-white {
    color: white;
    text-decoration: none;
}

.border-team-blue {
    border-color: var(--team-blue)!;
    border-style: solid;
    border-width: 2px;
}


.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: var(--team-orange);
}

.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    color: var(--team-orange);
}

.navbar-nav .show > .nav-link, .navbar-nav .nav-link {
    color: var(--team-blue);
}

.card-width-200px {
    max-width: 200px;
}

/* Congresso */

.bg-congress {
    background-image: url("/images/_FUNDO_CONGRESSO.svg");
    background-size: cover;
    background-repeat: repeat;  
}

.float-right {
    float: right;
}

iframe { 
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* .carousel-item { 
    transition: transform 6s ease-in; 
} */

.btn-submit {
    background-color: var(--team-blue);
    border-color: var(--team-blue);
  }

.btn-submit:hover {
    background-color: var(--team-orange);
    border-color: var(--team-orange);
  }