/* Add here all your CSS customizations */

@media only screen and (max-width: 600px) {
    .form-control {
        width: 87vw;
    }
    .title {
        font-size: 18px;
    }
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    border-color: #29ABE2 !important;
}

span.label {
    width: 100%;
    float: left;
    text-align: center;
}

label {
    text-align: center;
    font-size: 18px;
}

form {
    text-align: center;
}

.title {
    font-weight: bold;
    font-size: 24px;
    margin-top: 3vh;
}

label.texto {
    width: 500px;
}

textarea.form-control {
    width: 500px;
}

.form-check {
    margin: 1vh;
}

.feature-box.feature-box-style-2 {
    width: 100%;
}

.feature-box.feature-box-style-2 span {
    padding: .1rem .5rem;
    background-color: #fff;
    border-radius: .3rem;
    margin-left: .5rem;
    color: #14bbae;
    font-size: .7rem;
}

td {
    padding: 1vw 2vw;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 19.666667% !important;
}

.header-container.container {
    min-height: 100px !important;
}

.left {
    float: left;
}

body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
    background-color: #27abe2;
    color: white;
    line-height: 0.8vw;
    border: 1px solid #27abe2;
}

body>div>div>div>div>div>div>article>table>tbody>tr>td {
    line-height: 1.4em;
    border: 1px solid #27abe2;
    color: black;
}

.bg-fondo-tnt {
    background-image: url(../img/fondo-tnt.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.img-fondo-gris {
    position: absolute;
    right: -11%;
    z-index: 0;
    width: 74%;
    top: 1vh;
}

.dropdown-ship {
    position: relative;
    display: inline-block;
    padding: 2.1rem .2rem!important;
}

.dropdown-ship a {
    color: #22B573!important;
    font-size: 13px!important;
    font-style: normal;
    font-weight: 700;
    padding: inherit!important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 2.5em!important;
}

.dropdown-content-ship {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 1;
}

#ajust a {
    padding: none;
}

.dropdown-ship:hover .dropdown-content-ship {
    display: block;
}

@media (min-width: 600px) and (max-width: 799px),
handheld and (orientation: landscape) {
    .fixed {
        width: 250px;
        position: fixed;
        bottom: .5vw;
    }
}

#bluebox .blue-content {
    background-color: #31ade4;
}

#bluebox .blue-content p {
    color: #ffffff;
    font-size: 1.3em;
    margin-right: 2em;
    word-break: keep-all;
}

#bluebox .blue-top img {
    width: 100%;
    height: 2em;
}

#bluebox .blue-bottom img {
    width: 100%;
    height: 2em;
    transform: rotate(180deg);
}

.blue-p {
    padding: 2em 3em 0;
    font-weight: 800;
    font-size: 1.5em
}

.img-marg {
    margin: 0 1em;
    padding: .3em;
}

.img-pp {
    width: 18vw;
    margin-top: -8em;
    z-index: 1;
    position: relative;
}

.marg-topp {
    margin-top: 4em;
}

.hide-mobile {
    display: block;
}

@media (max-width: 700px) {
    .marg-topp {
        margin-top: 1em;
        word-break: break-word;
    }
    .img-marg {
        margin: 0 1em;
        padding: 0;
    }
    .img-pp {
        width: 41vw;
        margin-top: -4em;
    }
    body>div.body>div>div>div>div>div>article>div.col-12.left>p>img {
        display: none;
    }
    .col-2 {
        max-width: 100% !important;
    }
    body>div>div>div>div>div>div>article>table>tbody>tr>td {
        line-height: 5vw !important;
    }
    td {
        padding: 2vw 3vw !important;
    }
    body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
        border: 1px solid #27abe2 !important;
    }
}

@media (max-width: 575px) {
    .hide-mobile {
        display: none;
    }
    .fixed {
        width: 250px !important;
        margin: auto;
        position: inherit !important;
    }
    .fondo {
        width: 100%;
        background-color: white;
        position: fixed;
        bottom: 0px;
        text-align: center;
    }
}

@media (max-width: 1700px) {
    body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
        line-height: 1.2vw;
    }
    .img-fondo-gris-vagas {
        height: 48vw!important;
    }
}

@media (max-width: 1200px) {
    body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
        line-height: 1.5vw;
    }
}

.fixed {
    width: 400px;
    position: fixed;
    bottom: 6vw;
}

.icons-mobile {
    vertical-align: middle;
    border-style: none;
    margin-bottom: -1em;
    margin-top: -1em;
}

.img-icons-covid {
    margin: -.5em 0;
    width: 60%;
}

.mobile-covid {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
    background-size: cover;
    background-position: bottom;
}

@media all and (max-width:600px) {
    .logo-lab-c {
        width: 100px;
    }
    .img-marg {
        margin: 0 1em;
        padding: 0;
    }
    .dropdown-ship {
        padding: 0!important;
    }
    .dropdown-content-ship {
        display: block!important;
        position: relative!important;
    }
    .dropdown-ship a {
        display: inline-block;
    }
    #covid .close {
        bottom: 28vw!important;
    }
}

.titulo-vaga {
    font-size: 2.4rem!important;
    line-height: 1!important;
}

.img-fondo-gris-vagas {
    position: absolute;
    right: -11%;
    z-index: 0;
    width: 74%;
    top: 1vh;
    height: 84vh;
    object-fit: cover;
    object-position: top;
}

@media (min-width: 2500px) {
    .img-fondo-gris-vagas {
        height: 62vh;
    }
}

.hide {
    visibility: hidden;
    display: none;
}

@media (max-width: 575px) {
    .fixed {
        width: 250px !important;
        margin: auto;
        position: inherit !important;
    }
    .fondo {
        width: 100%;
        background-color: white;
        position: fixed;
        bottom: 0px;
        text-align: center;
    }
}

.fixed {
    width: 400px;
    position: fixed;
    bottom: 6vw;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.popup {
    display: inline-block;
    width: 400px;
    min-height: 200px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.closecok,
a.submit {
    margin-top: 0;
    display: inline-block;
    color: white;
    background-color: #29ABE2;
    border-radius: 5px;
    padding: .25rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    margin-right: 1rem;
}

body>div.popup-overlay>div>p {
    font-size: 13px;
    padding: 3% 5%;
    line-height: 21px;
    margin: 0;
}

@media (max-width: 575px) {
    body>div.body>div>div>div>div>div>article>div.col-12.left>p>img {
        display: none;
    }
    .col-2 {
        max-width: 100% !important;
    }
    body>div>div>div>div>div>div>article>table>tbody>tr>td {
        line-height: 5vw !important;
    }
    td {
        padding: 2vw 3vw !important;
    }
    body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
        border: 1px solid #27abe2 !important;
    }
}

@media (max-width: 575px) {
    .fixed {
        width: 250px !important;
        margin: auto;
        position: inherit !important;
    }
    .fondo {
        width: 100%;
        background-color: white;
        position: fixed;
        bottom: 0px;
        text-align: center;
    }
}

@media (max-width: 1700px) {
    body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
        line-height: 1.2vw;
    }
}

@media (max-width: 1200px) {
    body>div>div>div>div>div>div>article>table>tbody>tr>td:nth-child(1) {
        line-height: 1.5vw;
    }
}

.fixed {
    width: 400px;
    position: fixed;
    bottom: 6vw;
}

.icons-mobile {
    vertical-align: middle;
    border-style: none;
    margin-bottom: -1em;
    margin-top: -1em;
}

.img-icons-covid {
    margin: -.5em 0;
    width: 60%;
}

.mobile-covid {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
    background-size: cover;
    background-position: bottom;
}

@media (min-width: 600px) and (max-width: 799px),
handheld and (orientation: landscape) {
    .fixed {
        width: 250px;
        position: fixed;
        bottom: .5vw;
    }
}

.img_flgs {
    width: 1vw !important;
    display: block;
    visibility: visible;
    margin-right: .1vw;
}

@media (max-with:600px) {
    .logo-lab-c {
        width: 100px;
    }
    .dropdown-content-ship {
        display: none;
        position: absolute;
        background-color: #212529!important;
        min-width: 160px;
        padding: 0!important;
        z-index: 1;
        margin-left: -1.3em!important;
    }
    .img_flgs {
        visibility: hidden!important;
    }
}

#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li:hover>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a {
    padding-bottom: 0!important;
}

#covid {
    display: none!important;
}