@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

html, body {
    font-family: 'Encode Sans', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/*Clase para pegar footers al bottom*/
.container-footer-0{
    flex: 1;
}


.body-content-fix {
    min-height: 65vh;
}

.body-content {
    min-height: auto;
}

@media (max-width: 992px) {
    .body-content {
        min-height: calc(100vh - 92px - 54px - 283px)
    }
}


/*label.required {
    font-weight: bold;
}*/

.required:after {
    content: " *";
    color: red;
}

.btn-option {
    padding: 4px 38px !important;
}

    .btn-option:first-child {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .btn-option:last-child {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .btn-option:not(:disabled):not(.disabled):not(.active) {
        border: 1px solid #CECECE;
        color: #8F8F8F;
    }

    .btn-option:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #1786E2;
        border-color: #1786E2 !important;
    }

.bg-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.btn-logout,
.btn-logout:hover {
    text-transform: uppercase;
    font-size: 1.2rem !important;
    color: #fff;
    background-color: #009aaa;
    border-color: #009aaa;
}

.text-turqueza {
    color: #009AAA;
}

.text-dark-orange {
    color: #ff7043;
}

.subtitle-container {
    overflow: hidden;
}

.subtitle {
    text-align: left;
    color: #009aaa;
}

.subtitle-line {
    border-width: 3px;
    border-color: #009AAA;
}

.border-turqueza {
    height: 2px;
    border-width: 2px;
    border-color: #009AAA;
}

.btn-turqueza,
.btn-turqueza:hover {
    color: #fff;
    background-color: #009AAA;
}

.card-footer {
    background-color: transparent !important;
    border-top: 0px !important;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

    .validation-summary-errors ul li,
    .field-validation-error {
        color: #dc3545;
    }

a.notification {
    text-decoration: none;
}

.notification .badge {
    vertical-align: top;
    margin-left: -15px;
}

.notification .fa {
    color: #fff !important;
}

.notification .badge-primary {
    background-color: #0072bb;
}

.notification .fa-bell {
    font-size: 25px; /* Set the desired size in pixels */
}

.text-argentina {
    color: #37bbed;
}

.text-white {
    color: #fff
}

.bg-buscasTrabajo {
    background-image: url(../images/back1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.span-alert {
    background-color: #e5007e;
    color: white;
    align-content: center;
    padding: 4px 8.2rem 4px 8.2rem;
}

.span-success {
    background-color: #ccebee;
    color: #009aaa;
}

.span-error {
    background-color: #FA6F71;
    color: #FF0000;
}

.span-header {
    background-color: #009aaa;
    color: white;
}

/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('/resources/fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('/resources/fonts/roboto-v20-latin-100italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-100italic.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('/resources/fonts/roboto-v20-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/resources/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/resources/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/resources/fonts/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/resources/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('/resources/fonts/roboto-v20-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/resources/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/resources/fonts/roboto-v20-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/resources/fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('/resources/fonts/roboto-v20-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('/resources/fonts/roboto-v20-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/resources/fonts/roboto-v20-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-900italic.woff') format('woff'), /* Modern Browsers */
    url('/resources/fonts/roboto-v20-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/resources/fonts/roboto-v20-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: 'Encode Sans', sans-serif;
    /*font-family: Roboto;*/
    color: #6f6f6e;
}


a:hover {
    /* color: #009aaa; */
    color: none;
    text-decoration: none;
}

.bg-ofrecesTrabajo {
    background-image: url(../images/back3.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.header {
    font-family: Roboto;
    font-weight: 100;
    font-size: medium;
    height: 135px;
}

.btn-xs-register {
    display: none;
}

.btn-md-register {
    display: block;
    border-radius: 30px;
    background-color: #fff;
}

@media (max-width: 992px) {
    .btn-xs-register {
        display: inline-flex;
        border-radius: 30px;
        background-color: #fff;
    }

    .btn-md-register {
        display: none;
    }

    .btn-registrar-mobile {
        color: #0072bb !important;
        height: 30px;
        width: 30px;
        padding: 4px 6px !important;
    }
    .notification .fa-bell{
        font-size: 30px;
    }
    .dropdown-menu-mobile {
        max-width: 315px;
        overflow: hidden;
        right: -30px;
    }

    .header {
        height: 160px;
    }

    .navbar-title {
        display: block !important;
    }

    .header-title {
        display: none;
    }

    .svgSocial svg {
        width: 50px;
    }

    .nav-btn {
        width: 100%;
    }

    .rowHomeResponsive {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .span-header {
        padding-left: 0 !important;
    }

    .footerRIniciado {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .navbar-title {
        display: none !important;
    }

    .header-title {
        display: block;
    }

    .nav-btn {
        height: 100%;
    }

    .notification .fa-bell {
        font-size: 23px; /* Set the desired size in pixels */
    }
}

.footerPA {
    /*background-color: #fff;*/
    background-color: #37bbed;
}


.logo-footer {
    padding-left: 25px;
}

.header-text-brand {
    padding: 45px;
}


#navbarMenu {
    overflow: hidden;
    /*background-color: #00b0ea;*/
    background-color: #000000ba;
}

    /* Navbar links */
    #navbarMenu a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        /*padding: 14px;*/
        padding: 10px;
        text-decoration: none;
    }

/* Page content */
.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

.nab-btn-active {
    background-color: #0069b3;
    height: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.btn-lg {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .btn.btn-xl,
    .btn.btn-xl:hover {
        margin-top: 2px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        white-space: pre-line;
        font-size: 1.75rem;
        line-height: 1.5;
        font-weight: bold;
    }

.btn-step {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

    .btn-step::after {
        content: '';
        height: 4px;
        width: 100%;
        background-color: var(--color-line);
        position: absolute;
        bottom: 0;
        left: 0
    }

    .btn-step.current {
        color: #1786E2;
    }

        .btn-step.current::after {
            background-color: #1786E2;
        }

    .btn-step.done {
        color: #2E7D33;
    }

        .btn-step.done::after {
            background-color: #2E7D33;
        }

.btn-flat {
    border-radius: 0px;
    border-width: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #009aaa;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.box-flat {
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f6f6e;
    background-color: #9c9c9c;
    background-color: rgba(156, 156, 156, .1); /* #9c9b9b */
    background-clip: padding-box;
    border: 1px solid rgba(156, 156, 156, .5);
    border-radius: 0px;
    transition: none;
}

    .form-control:read-only {
        color: #6f6f6e;
        background-color: #9c9c9c;
        background-color: rgba(156, 156, 156, .4); /* #9c9b9b */
        background-clip: padding-box;
        border: 1px solid rgba(156, 156, 156, .5);
        border-radius: 0px;
    }

    .form-control:focus {
        border-color: #9c9b9b;
        border: 1px;
        background-color: #e8e8e8;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.botonCSS {
    background-color: #009aaa;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.botonGrande1 {
    background-color: #009aaa;
    border: none;
    color: white;
    padding: 0% 20%;
    text-align: center;
    display: inline-block;
    font-size: 191%;
    font-weight: bold;
}

.botonGrande2 {
    background-color: #99d7dd;
    border: none;
    color: #009aaa;
    padding: 9% 10%;
    text-align: left;
    display: inline-block;
    font-size: 171%;
    font-weight: bold;
}

.botonGrande3 {
    background-color: #ccebee;
    border: none;
    color: #009aaa;
    padding: 10% 20%;
    text-align: center;
    display: inline-block;
    font-size: 217%;
    font-weight: bold;
}

.nav-btn-active {
    /*background-color: #0069b3;*/
    background-color: #ffffff;
    color: #000 !important;
}

.nav-btn:hover {
    /*background-color: #0069b3;*/
    background-color: #ffffff;
    color: #000 !important;
}

.nav-separation {
    display: none;
}

.info-usuario {
    float: right;
    display: block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-weight: bold;
}

.homeSvg {
    padding: 30px;
    max-height: 160px;
}

.botonHome {
    box-sizing: unset;
    width: 100%;
}

.homeBoxes {
    border: none;
    border-radius: 0;
    font-weight: bold;
    color: #fff;
    margin: 10px 5px 5px 10px;
    width: 500px;
    height: 150px;
    padding: 20px 10px 10px 20px;
    vertical-align: middle;
}

.homeBoxes3 {
    border: none;
    border-radius: 0;
    font-weight: bold;
    color: #fff;
    margin: 10px 5px 5px 10px;
    width: 350px;
    height: 150px;
    padding: 20px 10px 10px 20px;
    vertical-align: middle;
}

.homeBoxImg {
    max-width: 100%;
}


/*fa {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #0069b3;
    color: white;
}

.fa-twitter {
    background: #0069b3;
    color: white;
}

.fa-youtube {
    background: #0069b3;
    color: white;
}

.fa-instagram {
    background: #0069b3;
    color: white;
}*/

.header-cv-img-note {
    width: 6rem;
}

.plus-size {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.plus-size-lg {
    width: 1rem !important;
    height: 1rem !important;
}

.img-home-capacitacion {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.lista-instalaciones {
    display: block;
}

.tarjeta-ofertasLaborales {
    margin-left: 0;
}

.instalaciones {
    padding-top: 10px;
}

.instalacion {
    width: 100px;
    height: 105px;
    background: #EFEFEF;
    border-radius: 80px;
    display: flex;
}

.instalacionesIcon {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    margin-left: 15px;
}

.text-title {
    font-size: 22px;
    margin-top: 1.5rem;
    line-height: 25px;
    margin-left: 58px;
}

.title-carousel {
    font-size: 3rem;
}

.subtitle-carousel {
    font-size: 1rem;
}

.contenidoLaboral {
    font-size: 1rem;
    font-weight: 500;
}

.main-underline {
    height: 8px;
}

.enlaceTutorial {
    font-size: 1.0rem;
}

.iconTutorial {
    width: 30%;
    bottom: 0;
    right: 0;
}

.cursoCapacitacion {
    top: 190px;
}

.btn-registrar-desk {
    color: #0072bb !important;
    font-size: 16px;
    width: 160px;
    padding: 4px !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .nav-separation {
        font-size: 25px;
        color: #fff;
        font-weight: 300;
        /*padding: 2px;*/
        display: flex;
    }

    .cursoCapacitacion {
        top: 25px;
    }

    .instalacion {
        width: 150px;
        height: 150px;
        background: #EFEFEF;
        border-radius: 80px;
        display: block;
    }

    .instalacionesIcon {
        width: 120px;
        height: 120px;
        margin-top: 10px;
        margin-left: 12px;
    }

    .text-title {
        font-size: 22px;
        margin-top: 2.5rem;
        text-align: center;
        line-height: 25px;
        margin-left: 0px;
    }

    .title-carousel {
        font-size: 5rem;
    }

    .subtitle-carousel {
        font-size: 2rem;
        font-weight: 300;
    }

    .contenidoLaboral {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.2;
        padding-left: 10px
    }

    .enlaceTutorial {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.2;
        vertical-align: middle;
        padding-left: 10px
    }


    .tarjeta-ofertasLaborales {
        margin-left: 25%;
        margin-top: 3rem;
    }

    .lista-instalaciones {
        display: flex;
    }

    .plus-size {
        width: 1.75rem !important;
        height: 1.75rem !important;
    }

    .header-cv-img-note {
        width: 9.25rem;
    }

    .img-home-capacitacion {
        height: 25rem;
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .plus-size-lg {
        width: 2rem !important;
        height: 2rem !important;
    }
}

.title-icon {
    max-height: 8.25rem;
}

.subtitle-icon {
    max-height: 7.25rem;
}

.login-icon {
    height: 3.3rem;
}

.card {
    border-radius: 0 !important;
}

.card-img-sm {
    width: 8rem;
}

.card-img-xs,
.panel-link-img {
    max-width: 220px;
    /*width: 6rem;*/
}

.img-programa {
    max-width: 300px;
}

.bg-gris {
    background: #ebebeb;
}

.text-oferta {
    color: #6f6f6e;
}

.bg-turqueza {
    background: #009aaa;
}

.bg-turqueza-80 {
    background: #99d7dd;
}

.bg-turqueza-50 {
    background: #ccebee;
}

.display-5 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 10px;
}

.display-7 {
    padding-left: 10px;
}

.text-description {
    font-size: 20px;
}

.text-naranja {
    color: #f08700;
}

.btn-naranja,
.btn-naranja :hover {
    color: #fff;
    background-color: #f08700;
    border: 2px solid #f08700
}

.btn-outline-naranja,
.btn-outline-naranja:hover {
    color: #f08700;
    border: 2px solid #f08700
}

.step-one {
    background-color: #50b7b2;
}

.step-two {
    background-color: #ec407a;
}

.step-three {
    background-color: #EF6C00;
}

.step-four {
    background-color: #9284be;
}

.tituloInstalaciones {
    display: block;
    margin-left: 20px;
    margin-top: 15px;
}

.text-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.container-steps {
    padding: 80px 0px;
    /*background-color: #e6e6e6;*/
}

.container-grey {
    background-color: #e6e6e6;
}

.text-black {
    color: #000000;
}

.comp-card-body {
    padding: 1rem;
}

.btn-postularse {
    border-radius: 40px;
    width: 160px !important;
    font-size: 21px !important;
    text-align: center;
    padding: 17px;
    height: 65px;
    background-color: #0072bb;
}

.inscripcion-cursos .tarjeta-default, .tarjeta-group .tarjeta-border {
    border-bottom-color: #00b0ea;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    cursor: unset;
}

.list-group, .tarjeta-default, .tarjeta-group .tarjeta {
    /*border: solid 1px #ddd;*/
    /*border-radius: 10px;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    /*box-shadow: none;*/
    background-color: #fff;
    color: #333;
    display: block;
    text-decoration: none !important;
}

.tarjeta {
    /*margin-bottom: 30px;
    min-height: 180px;*/
    cursor: pointer;
    height: 100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.tarjeta-arg {
    cursor: pointer;
    height: 100%;
    box-shadow: 0px 2px 10px #1786E2;
    border-radius: 5px;
}

.tarjeta-login-container {
    margin-top: 60px;
    margin-bottom: 180px;
}

.tarjeta-body {
    padding: 1em;
    height: 100%;
}

.tarjeta.tarjeta-default .tarjeta-heading {
    min-height: 152px;
}

.tarjeta.tarjeta-icon .tarjeta-heading {
    height: 152px;
}

.tarjeta-icon.tarjeta-primary .tarjeta-heading {
    background-color: #0072bb;
}

.tarjeta-icon.tarjeta-secondary .tarjeta-heading {
    background-color: #0072bb;
    border-radius: 8px 8px 0px 0px;
}

a.tarjeta .tarjeta-heading {
    transition: opacity .15s;
}

.tarjeta-icon .tarjeta-heading {
    background-color: #0072bb;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-contenidoLaboral {
    background-color: #0072bb;
    border-radius: 40px;
    text-align: center;
    color: #fff;
}

.btn-enlaceTutorial {
    background-color: #0072bb;
    border-radius: 40px;
    color: #fff;
}

.icon-cardFooter {
    height: 45px;
}

.inscripcion-cursos {
    float: right;
}

.todasOfertasLaborales {
    text-decoration: underline;
    color: #2897d4;
}

.listaOfertasLaborales {
    border: 1px solid #7b7373;
    border-radius: 15px;
}

.img-carousel {
    object-fit: cover;
    height: 500px;
    filter: brightness(50%);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: left;
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
}

.main-card-title {
    font-weight: 700;
}

.icon-main-card {
    height: 90px;
}

.main-underline {
    height: 8px;
}

.navbar-toggler:focus {
    outline: 0;
}

.red-social-link {
    /*background-color: #0069b3;*/
    padding: 12px;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: middle;
}

.red-social-icon {
    color: white;
}

hr {
    color: #CECECE;
}

.comp-alert {
    border-radius: 20px;
}

.comp-alert-info {
    border: 3px solid #089bcc;
}

.comp-alert-success {
    border: 3px solid #2E7D33;
}

.comp-alert-error {
    border: 3px solid #9D2A2A;
}

.custom-shadow-1 {
    box-shadow: 0px 8px 20px rgba(55, 187, 237, 0.2);
}

.custom-shadow-2 {
    box-shadow: 0px 2px 20px rgba(9, 26, 86, 0.25);
}