/*************************************************************************************
    FONT FAMILY
**************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*************************************************************************************
    HELPERS
**************************************************************************************/
.background-primary {
    background-color: #363232 !important;
}

.background-primary > * {
    background-color: #3f96b4 !important;
}

.background-primary-transparent {
    background-color: rgba(63, 150, 180, 0.7) !important;
}

.background-secondary {
    background-color: #333739 !important;
}

.background-secondary-transparent {
    background-color: rgba(51, 55, 57, 0.7) !important;
}

.background-secondary, .background-secondary > *, .background-secondary > * > * {
    background-color: #333739 !important;
}

.background-light {
    background-color: #f0f0f0 !important
}

/*************************************************************************************
    HOME
**************************************************************************************/
.slide-companies .slide img {
    filter: none;
}

.slick-prev, .slick-next {
    top: 70%;
}

.slide .slide-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slide .slide-container .slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1100px) {
    .slide img {
        margin-left: auto;
        margin-right: auto;
        max-width: 160px;
        max-height: 160px;
    }
}

@media (max-width: 1099px) {
    .slide img {
        margin-left: auto;
        margin-right: auto;
        max-width: 90px;
        max-height: 90px;
    }
}

.slick-slider {
    margin-bottom: 0;
}

/*************************************************************************************
    FOOTER
**************************************************************************************/
.footer_link {
    color: #333739 !important;
}

.footer_link:hover {
    color: #3d3d3c !important;
}

#footer {
    color: black;
    background: #fff;
}

#footer .footer-text-big {
    font-size: 14px;
}

.footer-column ul.footer-list {
    list-style: none;
    -webkit-padding-start: 0;
}

.footer-column ul.footer-list li {
    margin-top: 5px;
}

.footer-column .fab, .footer-column .fab, .footer-column .far {
    font-size: 20px;
}

.footer-column a {
    color: black;
}

.footer-column a:hover {
    color: #16429b;
    text-decoration: none;
}

/*************************************************************************************
    CAROUSEL
**************************************************************************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.hero__media {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; /*z-index: -2;*/
}

.hero__media-image, .hero__media-image--mobile {
    position: absolute;
    display: block;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
}

.hero__media-image--mobile {
    position: absolute;
    display: block;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero__media--align-bottom .hero__media-image, .hero__media--align-bottom .hero__media-image--mobile {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero__media--align-top .hero__media-image, .hero__media--align-top .hero__media-image--mobile {
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.cuadrotrans p {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

@media (max-width: 767px) {
    /*video.hero__media-image {display: none}*/
}

@media (min-width: 768px) {
    .hero__media-image--mobile {
        display: none
    }
}

.hero__content {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    padding-bottom: 1rem;
    color: #fff; /*z-index: 10;*/
}

@media (min-width: 992px) {
    #featuredNewsCarousel .carousel-container {
        height: 650px !important;
    }

    .hero__content {
        padding-bottom: 2rem;
    }
}

.hero--fullwidth .hero__content {
    padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .hero--fullwidth .hero__content {
        padding-bottom: 3.5rem;
    }

    .carousel-inner .cuadrotrans {
        margin-top: 25% !important;
    }
}

@media (max-width: 767px) {
    #featuredNewsCarousel .carousel-container {
        height: 400px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #featuredNewsCarousel .carousel-container {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .clock {
        color: #fff;
        text-align: center;
        font-size: 16px;
        background: #383838;
        width: 100%;
        padding: 5px;
    }

    .clock h1 {
        font-size: 24px;
        color: #1a273b;
    }

    .clock > p {
        font-size: 20px;
        font-weight: 300;
    }

    .clock > div {
        display: inline-block;
        width: 22%;
    }

    .clock div > span {
        display: inline-block;
        font-weight: 300;
    }

    .smalltext {
        font-size: 10px;
        font-weight: 300;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .clock {
        z-index: 1;
        position: absolute;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: rgba(38, 38, 38, 0.6);
        margin-top: 0;
        left: 10px;
        width: 30%;
        top: 10px;
        min-width: 400px;
    }

    .clock h1 {
        font-size: 28px;
        color: #1a273b;
    }

    .clock > p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .clock > div {
        display: inline-block;
        width: 81px;
    }

    .clock div > span {
        display: inline-block;
        font-weight: 600;
    }

    .smalltext {
        font-size: 10px;
        font-weight: 600;
    }
}

@media (min-width: 1100px) {
    .clock {
        z-index: 1;
        position: absolute;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: rgba(38, 38, 38, 0.6);
        margin-top: 0;
        left: 10px;
        width: 30%;
        top: 10px;
        min-width: 400px;
    }

    .clock h1 {
        font-size: 28px;
        color: #1a273b;
    }

    .clock > p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .clock > div {
        display: inline-block;
        width: 81px;
    }

    .clock div > span {
        display: inline-block;
        font-weight: 600;
    }

    .smalltext {
        font-size: 10px;
        font-weight: 600;
    }
}

.cont_collage .tiles .tile {
    background-size: contain !important;
}

#products .nice-category {
    position: absolute;
    color: white;
    padding: 3px !important;
}

.btn-transparent, .btn-transparent {
    font-size: 18px;
}

/*************************************************************************************
    BUTTONS
**************************************************************************************/
.btn-cup {
    border: 3px solid #000;
    border-radius: 0;
    color: #4b4b4b;
    padding: 14px !important;
}

.btn-cup:hover {
    border: 3px solid #000 !important;
    border-radius: 0 !important;
    color: #4b4b4b !important;
    padding: 14px !important;
    background-color: #fff !important;
    font-weight: 500;
    text-decoration: underline;
}

.btn-cup-secondary {
    border: 3px solid #333739;
    border-radius: 0;
    color: #4b4b4b !important;
    padding: 14px !important;
    background-color: #fff !important;
}

.btn-cup-secondary:hover {
    border: 3px solid #3f96b4 !important;
    border-radius: 0 !important;
    color: #4b4b4b !important;
    padding: 14px !important;
    background-color: #fff !important;
    font-weight: 500;
    text-decoration: underline;
}

.btn {
    border-radius: 30px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-outline-primary, .btn-outline-primary:focus {
    background-color: #fff;
    color: #000;
    border-color: #3f96b4;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-outline-primary:hover {
    background-color: #1b1e86;
    color: #fff;
    border-color: #1b1e86;
    transition: border 0.3s ease, background 0.3s ease;
}

.btn-outline-primary:disabled {
    color: #888 !important;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-primary, .btn-primary:focus {
    color: #FFFFFF;
    background-color: #e91c24;
    border-color: #e91c24;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .show.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: rgba(233, 28, 36, 0.7);
    border-color: rgba(233, 28, 36, 0.7);
}

.btn-secondary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-secondary:hover {
    filter: brightness(120%);
    transition: border 0.3s ease, background 0.3s ease;
    color: #fff;
}

.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary.active {
    filter: brightness(120%);
}

.btn-transparent, .btn-transparent:focus {
    color: #fff;
    background-color: #0000004d;
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent.focus, .btn-transparent:active, .btn-transparent.active, .show.dropdown-toggle.btn-transparent {
    color: #444 !important;
    background-color: #ffffffab;
    border-color: #ffffffab;
}

.btn-alumni {
    color: #000;
    background-color: #1CBC9C;
    border-color: #1CBC9C;
    border-width: 2px;
    padding: 5px 12px;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-alumni:hover, .btn-alumni:active {
    color: #000 !important;
    background-color: #1b1e86;
    border-color: #1b1e86;
    border-width: 2px;
}

.btn-alumni:disabled {
    color: #888;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-alumni-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-width: 2px;
    padding: 5px 12px;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-alumni-secondary:hover, .btn-alumni-secondary:active {
    filter: brightness(120%);
    transition: border 0.3s ease, background 0.3s ease;
    color: #fff;
}

.btn-success, .btn-success:focus {
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

#filters .btn-success:hover,
#filters .btn-success:active {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    border-width: 2px;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #000;
    background-color: #1b1e86;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    color: #888 !important;
    background-color: #ccc;
    border-color: #ccc;
    font-weight: 500;
}

#job_offer .btn-success {
    background-color: #3f96b4;
    color: #000;
    border-color: #3f96b4;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

#job_offer .btn-success:hover, #job_offer .btn-success:active {
    background-color: #1b1e86;
    color: #000 !important;
    border-color: #1b1e86;
}

.btn-info {
    color: #000;
    background-color: #3f96b4;
    border-color: #3f96b4;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .show.dropdown-toggle.btn-info {
    background-color: #1b1e86;
    border-color: #1b1e86;
    color: #000 !important;
}

.btn-info:disabled {
    color: #888;
    background-color: #ccc;
    border-color: #ccc;
}

.job_offer_list .info .apply:hover, .job_offer_list .info .apply:active {
    color: #fff !important;
}

/*************************************************************************************
    HEADER
**************************************************************************************/
.navbar-default {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: none;
}

#header {
    background-color: #D7D6D6;
}

#header .logo-puntoempleo {
    max-width: 240px;
    margin: 10px 20px 2px 0;
}

.lower-logo {
    margin-left: -5px;
}

.navbar-default .navbar-toggle {
    border: 1px solid #D7D6D6;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #D7D6D6;
}

@media (min-width: 768px) {
    #header .logo-puntoempleo {
        margin: 10px 60px 2px 0;
    }

    #count-down {
        position: absolute;
        top: 5%;
        right: 1%;
        z-index: 1000;
        width: 35%;
    }
}

@media (max-width: 767px) {
    #header .logo-puntoempleo {
        margin: 2px 20px 2px 0;
    }
    #count-down {
        position: relative !important;
        top: inherit !important;
        right: inherit !important;
        z-index: 1000 !important;
        width: 100% !important;
    }
    .btn-voice-header.btn-voice.btn-sm {
        left: 250px;
        top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 768px) {
    .btn-voice-header.btn-voice.btn-sm {
        left: 310px;
        top: 30px;
    }
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: #241f20;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3f96b4;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #241f20;
}

.navbar-default .navbar-nav > li > a.login {
    border: 3px solid #e5231a;
    border-radius: 5px !important; ;
    color: #fff;
    padding: 14px !important;
    background-color: #e5231a !important;
}

.navbar-default .navbar-nav > li > a.login:hover {
    border: 3px solid #241f20 !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 14px !important;
    background-color: #241f20 !important;
    font-weight: 500;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a.portalCompany {
    border: 3px solid #e5231a !important;
    border-radius: 5px !important;;
    color: #fff !important;
    padding: 14px !important;
    background-color: #e5231a !important;
}

.navbar-default .navbar-nav > li > a.portalCompany:hover {
    border: 3px solid #241f20 !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 14px !important;
    background-color: #241f20 !important;
    font-weight: 500;
    text-decoration: underline;
}

#header .dropdown-toggle .caret {
    color: #3f96b4;
}

.nav .show > a, .nav .show > a:hover, .nav .show > a:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    font-weight: 500;
    background-color: #fff;
    border-bottom: 1px solid black;
}

.navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:hover, .navbar-default .navbar-nav > .show > a:focus {
    color: #fff;
    font-weight: 600;
    background-color: #3f96b4;
}

#header.navbar-default .navbar-nav .show.dropdown-menu > li > a {
    color: #333739;
    background-color: #fff;
}

#header.navbar-default .navbar-nav .show.dropdown-menu > li > a:hover {
    color: #333739;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 1px solid black;
}

.dropdown-menu {
    background-color: white !important;
}

.login, .portalCompany {
    margin: 0 10px;
}

.navbar-default .navbar-nav > li.inversed > a {
    color: #333739;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: inherit;
        margin-top: 20px !important;
    }

    /*#header{border-top: 10px solid #e1283f; border-bottom: 3px solid #eaeaea; padding-bottom: 20px;}*/
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding: 0;
    }
}

.navbar-toggler {
    filter: invert(1)
}

/*************************************************************************************
    HERO
**************************************************************************************/
.hero {
    min-height: 400px;
}

.box-container-split .box-split .box {
    padding: 20px;
}

@media (max-width: 991px) {
    .hero h2 {
        font-size: 30px;
    }

    .box-container-split .box-split h3 {
        font-size: 30px;
    }

    .box-container-split {
        display: block;
    }

}

@media (min-width: 992px) {
    .hero h2 {
        font-size: 44px;
    }

    .box-container-split .box-split h3 {
        font-size: 44px;
    }
}

.box-split {
    height: 350px;
}

/*************************************************************************************
    ICONS
**************************************************************************************/
.icon-block-new {
    position: relative;
}

.icon-block-new .icon-image {
    height: 170px;
    width: 60%;
}

.icon-block-new .icon-text {
    position: absolute;
    background-color: #333739;
    width: 50%;
    padding: 30px;
    font-size: 20px;
    left: 30%;
    bottom: -15%;
    font-weight: 600;
    color: #f9f7f4;
}

.icon-block-new .icon-text a {
    color: #f9f7f4;
    font-size: 18px;
}

.icon-block-new .icon-text.mini {
    width: 40%;
    padding: 20px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .icon-block-new {
        padding-left: 0;
        padding-right: 0;
    }

    .icon-block-new .icon-image {
        width: 100%;
    }

    .icon-block-new .icon-text, .icon-block-new .icon-text.mini {
        width: 100%;
        left: 0;
    }
}

/*************************************************************************************
    ASSOCIATES
**************************************************************************************/
.associate-portals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.associate-portal {
    margin: 5px;
    padding: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .associate-portal {
        flex: 1 0 25%;
    }
}

@media (min-width: 992px) {
    .associate-portal {
        flex: 1 0 11%;
    }
}

.associate-portal img {
    max-width: 100%;
    max-height: 100px;
}

/*************************************************************************************
    EXTRAS
**************************************************************************************/

html, body {
    font-family: 'Montserrat', sans-serif;
}


.copyright {
    background-color: #3E3936;
}

/*************************************************************************************
    TopBar
**************************************************************************************/

.top-links a {
    color: #fff !important;
    text-decoration: none;
}

.top-links i {
    color: #fff !important;
    text-decoration: none;
}


.img-thumbnail {
    max-height: 100px;
    border: 0;
}

.organizan-logos {
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
    height: 100%;
}

#organizan h2 {
    color: #fff;
    font-weight: bold;
}

.minibox-left {
    width: 50px;
    height: 30px;
    background: white;
    position: absolute;
    left: 0;
}

.minibox-bottom {
    width: 30px;
    height: 200px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 15%;
}

#organizer {
    max-width: 95%;
}



.card-img-top {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.card-body {
    border-radius: 15px 15px 0px 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
    min-height: 116px;
}

.card-body .card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.cd-info {
    background-color: #3f96b4;
    filter: brightness(1);
    transition: filter 0.3s ease;
}

/*
.card:hover {
    filter: brightness(0.5);
    transition: filter 0.3s ease;
}
*/

.card {
    transition: background-color 0.3s ease, filter 0.3s ease;
}

.card:hover .card-body {
    background-color: rgba(63, 150, 180, 0.6);
}

.cardround {
    border-radius: 50px;
    margin: auto;
    border: 2px solid #000;
    transition: box-shadow 0.3s ease-in-out;
    min-height: 300px;
}

.cardround img {
    max-width: 120px;
    margin-bottom: 10px;
    width: 100%;
}

.cardround:hover {
    box-shadow: 0 0 10px 2px rgba(63, 150, 180, 0.7) !important;
    filter: brightness(0.8);
    transition: transform 0.3s ease-in-out !important;

}
.cardround:hover img {
    transform: scale(1.05);
}
.cardround:hover .card-body{
    border-radius: 15px !important;
    background-color: transparent !important;
    color: #2e2d2d;
}


@media (max-width: 768px) {
    .logos-container {
        flex-direction: column;
        align-items: center;
    }

    .logos-container img {
        margin-bottom: 20px;
        width: 80%;
    }

    .minibox-bottom, .minibox-left {
        display: none;
        max-width: 100%;
    }

    .bg-white.ms-auto.p-3.shadow {
        max-width: 100%;
        background-color: transparent !important;
        margin-left: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .card-img-top {
        height: 300px;
    }

    #organizer {
        max-width: 100% !important;
    }

}

@media(max-width: 1400px) and (min-width: 991px){
    .card-body{
        min-height: 150px;
    }
}

@media(max-width: 991px){
    .card-img-top {
        height: 350px;
    }
}
