#page-title.atraccion-talento-title-container {
    background: url(../images/atraccion-talento/mg-atraccion-talento-back.jpg) no-repeat center center / cover;
    background-color: black;
    height: 40vw;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#page-title .container {
    width: fit-content;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}
#page-title h1 span.mg-red {
    color: var(--themecolor) !important;
    font-weight: bold;
}
#page-title h1 {
    text-transform: none;
    padding: 2rem 0;
    border-bottom: 1px solid white;
    width: fit-content;
}

#page-title h1 span {
    font-size: 2.8rem;
    display: inline-block;
}
#page-title h1 {
    font-size: 2.8rem;
    font-weight: normal !important;
    display: inline-block;
}
#page-title h2 {
    font-size: 2.2rem;
}

#content .content-wrap .atraccion-talentocontent {
    padding: 0px;
    background-color: black;
    padding-bottom: 2rem;
}

#content .content-wrap {
    padding-top: 0px;
    background-color: black;
    padding-bottom: 0px;
}

.call-to-action {
    background-image: url(../images/atraccion-talento/mg-atraccion-talento-parallax.jpg);
    background-size: cover;
    padding: 120px 0;
    background-position-x: right !important;
}

.call-to-action h3 {
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
}
.call-to-action h3 {
    margin-bottom: 10px;
}
.call-to-action .button i {
    font-size: 22px;
    top: 3px;
}

.call-to-action .heading-block.center {
    margin: 0px;
}

.page-section {
    margin: 4rem 0;
}

#mg-description .parallax-description,
#mg-guaranty .parallax-description {
    text-align: left;
}

#mg-description .parallax-right-container {
    background-image: url(../images/atraccion-talento/mg-atraccion-talento-img-1.jpg);
}

.parallax-right-right-container {
    width: 90%;
    align-content: flex-start;
    align-items: flex-start;
}

#mg-objective.parallax-left-container {
    background-image: url(../images/atraccion-talento/mg-atraccion-talento-img-2.jpg);
}

.parallax-left-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
}

.parallax-left-left-container {
    background-color: #1a1a1a;
    color: white;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 650px;
    flex-direction: column;
    float: left;
    font-size: 1.6rem;
    border: none;
    border-left: 6px solid #d42529;
}

/*modal schedule service*/
.modal-fullscreen .modal-body {
    height: 100vh;
    width: 100vw;
    padding: 0px;
}
.dark .modal-fullscreen .modal-content {
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
    min-height: 100vh;
    height: auto;
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-fullscreen .container .row {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-fullscreen .container .row h1 {
    font-weight: normal;
    width: fit-content;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}

.terms {
    display: flex;
    align-items: center;
    color: white;
}

.terms label,
.terms a {
    color: white;
}

.modal-fullscreen .container .form-group {
    margin-bottom: 1.2rem;
}

.prices-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.prices-modal .modal-body .buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.prices-modal .modal-body .buttons-container .button {
    margin-left: 10px;
}

.prices-modal .modal-body .mg-heading h2 {
    margin: 0px;
    text-align: center;
}

.atraccion-talentoiframe {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 500px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
}
#atraccion-talento-form {
    overflow-y: visible;
}
.dark #page-title.aditional-services,
#page-title.aditional-services.dark {
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
}
#page-title.aditional-services .container {
    border: none;
    text-align: center;
}

#page-title.aditional-services {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

@media screen and (max-width: 1200px) {
    .atraccion-talentocontent .section.parallax {
        margin: 0px;
    }
    section#content {
        top: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .atraccion-talentocontent .section.parallax {
        margin: 0px;
    }
    .parallax-right-right-container,
    .parallax-left-left-container {
        width: 100%;
        margin-top: 48%;
        font-size: 1.1rem;
        padding: 25px;
    }
    #page-title h1,
    #page-title h1 span {
        font-size: 1.6rem;
        line-height: normal;
    }
    #page-title h2 {
        font-size: 1.2rem;
    }

    #page-title .container-fluid {
        text-align: left;
    }
    #page-title h1,
    #page-title h2 {
        padding: 1rem 0;
    }
    #page-title.atraccion-talento-title-container {
        background: url(../images/atraccion-talento/mg-atraccion-talento-back.jpg) no-repeat center center / cover;
        background-color: black;
        height: 40vw;
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}

@media screen and (max-width: 767px) {
    section#content {
        top: -60px;
    }
    #content .parallax-description p {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    #page-title.atraccion-talento-title-container {
        justify-content: flex-start;
    }
    #page-title h1,
    #page-title h2 {
        width: 100%;
    }
}
