/* Selectores */

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-style: 400;
    background: hsl(0, 0%, 10%);
}
body a {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: hsl(0, 0%, 20%);
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

h1 {
    font-weight: 200;
    font-size: 6em;
    color: hsl(0, 0%, 80%);
    text-align: center;
}

h2 {
    font-weight: 200;
    font-size: 6em;
    color: hsl(0, 0%, 80%);
}

h3 {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: hsl(0, 0%, 80%);
}

p {
    font-weight: 400;
    font-size: 1em;
    line-height: 20px;
    color: hsl(0, 0%, 48%);
}

ul {
    padding-left: 1rem;
}

ul li {
    color: hsl(0, 0%, 48%);
}

strong {
    font-weight: 600;
}

.footerHome {
    background-color: hsl(0, 0%, 94%);
    text-align: center;
}

/* Fin selectores */

/* Contenedores lineas y botones */

.container {
    padding-left: 160px;
    padding-right: 160px;
}

.btn-primary {
    background-color: transparent;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
}

.btn-primary:active {
    background-color: transparent;
    border-color: transparent;
}

.btn-primary:focus {
    background-color: transparent;
    border-color: transparent;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0 rgb(49 132 253 / 50%);
}

.btn-primary:active:focus {
    box-shadow: 0 0 0 0 rgb(49 132 253 / 50%);
}

.lineA1 {
    background-color: hsl(0, 0%, 20%);
    width: 100%;
    height: 1px;
    margin: auto;
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
}

.lineB2 {
    background-color: hsl(0, 0%, 20%);
    width: 100%;
    height: 1px;
}

.lineC3 {
    background-color: hsl(0, 0%, 85%);
    width: 100%;
    height: 1px;
}

.visibleMobile {
    display: none;
}

/* Fin Contenedores lineas y botones */

/* separadores */

.separatorProA {
    padding: 4px;
}

.separatorProOne {
    padding: 5px;
}

.separatorProTwo {
    padding: 10px;
}

.separatorProThree {
    padding: 15px;
}

.separatorProFour {
    padding: 20px;
}

.separatorProFive {
    padding: 25px;
}

.separatorProSix {
    padding: 30px;
}

.separatorProSeven {
    padding: 35px;
}

.separatorProEight {
    padding: 40px;
}

/* fin separadores */

/* Header */

.cabezote {
    position: fixed;
    height: auto;
    z-index: 2;
    width: 100%;
}

.cabezote img {
    width: 158.94px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.textInfoLegger {
    position: absolute;
    top: 80px;
    left: 30px;
    font-weight: 400;
    font-size: 0.75em;
    color: hsl(19, 100%, 50%);
}

.menuLegger {
    position: absolute;
    top: 20px;
    right: 50px;
}

.menuLegger .nav {
    flex-direction: column;
}

/* .menuLegger .active {
    background-image: url(../images/arrowOne.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: center;
} */

.menuLegger .nav-link {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 16px;
    color: hsl(0, 0%, 48%);
    padding: 0.5rem 1.2rem;
}

.menuLegger .nav-link:hover {
    background-image: url(../images/arrowOne.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: center;
}

.headSpace {
    padding: 100px;
}

/* Fin Header */

/* Banner */

.bannerHome {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.contentsBanner {
    position: absolute;
    top: 200px;
    width: 100%;
}

.contentsBanner h1 {
    width: 900px;
    margin: auto;
}

.colourH1 {
    color: hsl(19, 100%, 50%);
}

.arrowBanner {
    position: absolute;
    bottom: 190px;
    width: 100%;
}

.arrowBanner img {
    width: 32px;
    margin: auto;
    display: block;
}

.ball {
    animation: 0.5s move infinite alternate linear;
}

.ball.bouncing {
    animation: 1s bounce infinite cubic-bezier(0.1, 1, 0.1, 1) alternate;
}

@keyframes move {
    0% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(30%);
    }
    100% {
        transform: translateY(0);
    }
}

/* Fin Banner */

/* Contenido Pagina Home */

.contentsLegger1 h2 {
    text-align: left;
}

.imgArrowBg {
    background-image: url(../images/arrowOne.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: center;
    padding-left: 20px;
    font-weight: 600;
    color: hsl(19, 100%, 50%);
}

.briefcaseLegger .card {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.briefcaseLegger .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.briefcaseLegger .card-body {
    padding: 1rem 0;
}

.briefcaseLegger .card-text {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: hsl(0, 0%, 80%);
}

.briefcaseLegger .card-text-1 {
    font-weight: 400;
    font-size: 1em;
    color: hsl(0, 0%, 48%);
    position: relative;
    top: -10px;
}

.btnVerMas {
    text-align: center;
    position: relative;
    z-index: 2;
}

.btnVerMas .cta {
    border: 1px solid hsl(19, 100%, 50%);
    border-radius: 30px;
    background-color: transparent;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(19, 100%, 50%);
}

.btnVerMas .cta:hover {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 10%);
    text-decoration: none;
}

.btnVerMas .cta:active {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 10%);
}

.bgWhite {
    background-color: hsl(0, 0%, 94%);
}

.PlayReelImg {
    position: relative;
}

/* .bgPlayReel {
    background-color: hsl(0, 0%, 94%);
    background-image: url(../images/bgPlayReel.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1000px;
    position: relative;
    top: -135px;
} */

.imgPlayReel {
    width: 100%;
    position: absolute;
    top: -50px;
}

.PlayReel {
    text-align: center;
    position: relative;
    top: 160px;
}

.imgPlay {
    width: 128px;
    position: relative;
    top: -15px;
    margin: 0 40px;
}

.textPlay {
    font-weight: 200;
    font-size: 6em;
    color: hsl(19, 100%, 50%);
}

.textReel {
    font-weight: 200;
    font-size: 6em;
    color: hsl(19, 100%, 50%);
}

.infoLegger {
    margin-top: 110%;
    position: relative;
}

.infoLegger h3 {
    color: hsl(0, 0%, 10%);
}

.infoLegger p {
    line-height: 20px;
}

.infoLegger .cta {
    background-image: url(../images/arrowOne.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-y: center;
    background-color: transparent;
    border-color: transparent;
    padding-left: 20px;
    font-weight: 600;
    font-size: 1em;
    color: hsl(19, 100%, 50%);
}

.textSubpr {
    text-align: center;
}

.textSubpr h2 {
    color: hsl(0, 0%, 10%);
}

.textSubpr .cta {
    border: 1px solid hsl(19, 100%, 50%);
    border-radius: 30px;
    background-color: transparent;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(19, 100%, 50%);
}

.textSubpr .cta:hover {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 94%);
    text-decoration: none;
}

.textSubpr .cta:active {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 94%);
}

/* .logosImgLegger {
    
} */

.imgLogos1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.imgLogos2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.logosImgLegger .imgLogos1 img {
    margin-right: 5%;
}

.logosImgLegger .imgLogos2 img {
    margin-right: 3.4%;
}

.logosImgLegger .mr-0 {
    margin-right: 0 !important;
}

.socialMedia a {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 16px;
    color: hsl(0, 0%, 48%);
}

.socialMedia a:hover {
    color: hsl(0, 0%, 48%);
}

.socialMedia a:active {
    color: hsl(0, 0%, 48%);
}

.socialMedia a:focus {
    color: hsl(0, 0%, 48%);
}

footer p {
    font-weight: 400;
    font-size: 0.625em;
    line-height: 12px;
    color: hsl(0, 0%, 48%);
}

/* Fin Contenido Pagina Home */

/* Contenido Pagina Portafolio */

.iso-nav {
    padding: 8px 0;
}

.iso-nav .btn-personal.active {
    font-weight: 600 !important;
    color: hsl(19, 100%, 50%) !important;
}

.custom_nav_filter a.btn.btn-personal {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 16px;
    color: hsl(0, 0%, 48%);
}

.custom_nav_filter a.btn.btn-personal:hover {
    font-weight: 600;
    color: hsl(19, 100%, 50%);
}

.textSubpr2 {
    text-align: left;
}

.clrTitleG1 {
    color: hsl(0, 0%, 80%) !important;
}

.textSubpr2 .cta {
    border: 1px solid hsl(19, 100%, 50%);
    border-radius: 30px;
    background-color: transparent;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(19, 100%, 50%);
}

.textSubpr2 .cta:hover {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 0%);
    text-decoration: none;
}

.textSubpr2 .cta:active {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 0%);
}

.footerInternas {
    text-align: center;
}

.footerInternas a {
    display: flex;
    flex-direction: column;
}

/* Fin Contenido Pagina Portafolio */

.textInfoProject h3 {
    color: hsl(0, 0%, 48%);
}

.projectLeggerImg {
    width: 100%;
}

.textInfoProject ul li {
    font-weight: 400;
    font-size: 1em;
    line-height: 20px;
    color: hsl(0, 0%, 48%);
}

.leggerServices ul {
    padding-left: 15px;
}

.leggerServices ul li {
    font-weight: 400;
    font-size: 1em;
    line-height: 20px;
    color: hsl(0, 0%, 48%);
}

/* Acordeon */

.acordeon-mostrar {
    width: 100%;
}

.acordeon-mostrar h2 {
    border-bottom: 1px solid hsl(0, 0%, 20%);
    padding: 0px 0px 10px 0px;
    cursor: pointer;
    font-weight: 200;
    font-size: 3em;
    color: hsl(0, 0%, 80%);
}
.acordeon-mostrar h2 p {
    font-family: "bmw-bold";
    color: hsl(0, 0%, 56%);
    margin-bottom: 0;
}
.textInfoColor {
    color: hsl(0, 0%, 15%) !important;
}
.acordeon-mostrar .fa-chevron-down {
    font-size: 40px;
    float: right;
    transition: all 1s;
    color: transparent;
    position: relative;
    top: 4px;
}
.acordeon-mostrar .activa {
    transform: rotate(180deg);
    transition: all 1s;
}
.acordeon-mostrar .contenido-mostrar p {
    margin-top: 0px;
}
.acordeon-mostrar .hidden {
    display: none;
    padding: 0;
}

.fa-chevron-down:before {
    content: "\f078";
    background-image: url(../images/arrowSelect.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px;
}

.infoResult p {
    margin-bottom: 0;
}

.icoDelete a {
    cursor: pointer;
}

.icoDelete img {
    width: 20px;
    float: right;
    position: relative;
    top: -58px;
}

/* Fin Acordeon */

.contactLegger .form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    color: hsl(0, 0%, 48%);
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid hsl(19, 100%, 50%);
    padding: 15px 0;
}

.contactLegger .form-control:focus {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.contactLegger .form-control::placeholder {
    color: hsl(0, 0%, 48%);
}

.btnForm .cta {
    border: 1px solid hsl(19, 100%, 50%);
    border-radius: 30px;
    background-color: transparent;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(19, 100%, 50%);
}

.btnForm .cta:hover {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 10%);
    text-decoration: none;
}

.btnForm .cta:active {
    border: 1px solid hsl(19, 100%, 50%);
    background-color: hsl(19, 100%, 50%);
    color: hsl(0, 0%, 10%);
}

.leggerServices h3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: hsl(0, 0%, 48%);
}

.listTextLegger ul {
    padding-left: 1rem;
 }

.listTextLegger ul li {
    margin-bottom: 1rem;
}

.proSrv {
    font-weight: 600;
    color: hsl(0, 0%, 48%);
}

.academyHubspotOne {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.academy-badge {
    width: 150px;
}

.academy-badge a {
    width: 150px;
}

.academy-badge img {
    width: 150px;
}

/* Media query */

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .footerHome {
        margin-top: -7px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    h1 {
        font-size: 2.875em;
    }

    h2 {
        font-size: 3.75em;
    }

    .container {
        padding-left: 170px;
        padding-right: 170px;
    }

    .contentsBanner h1 {
        width: 78%;
    }

    .arrowBanner {
        bottom: 100px;
    }

    .logosImgLegger .imgLogos1 img {
        width: 55px;
    }

    .logosImgLegger .imgLogos2 img {
        width: 55px;
    }

    .footerHome {
        margin-top: -5px;
    }

    .textPlay {
        font-size: 3.75em;
    }

    .textReel {
        font-size: 3.75em;
    }

    .imgPlay {
        top: 15px;
        margin: 0px 120px;
        margin-bottom: 20px;
    }

    .PlayReel {
        top: 50px;
    }

    .infoLegger {
        margin-top: 70%;
        position: relative;
    }
}

@media screen and (min-width: 721px) and (max-width: 767px) {
}

@media screen and (min-width: 417px) and (max-width: 719px) {
}

@media screen and (min-width: 320px) and (max-width: 359px) {
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.25em;
        line-height: 36px;
    }

    h2 {
        font-size: 2.25em;
        line-height: 36px;
    }

    .visibleDesktop {
        display: none;
    }

    .visibleMobile {
        display: block;
    }

    .separatorProOneM {
        padding: 5px;
    }

    .separatorProTwoM {
        padding: 10px;
    }

    .separatorProThreeM {
        padding: 15px;
    }

    .separatorProFourM {
        padding: 20px;
    }

    .separatorProFour {
        padding: 15px;
    }

    .separatorProSix {
        padding: 10px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cabezote {
        position: relative;
        height: 30px;
    }

    .cabezote img {
        left: 15px;
    }

    .contentsBanner {
        top: 100px;
    }

    .contentsBanner h1 {
        width: 80%;
    }

    .arrowBanner img {
        width: 42px;
    }

    .arrowBanner {
        bottom: 90px;
    }
    .lineA1 {
        top: -30px;
    }

    .contentsLegger1 h2 {
        text-align: left;
    }

    .weAreLegger h2 {
        text-align: left;
    }

    .briefcaseLegger .card-text {
        margin-right: 120px;
    }

    .btnVerMas .cta {
        width: 100%;
    }

    .btnForm .cta {
        width: 100%;
    }

    .textPlay {
        font-size: 2.25em;
    }

    .textReel {
        font-size: 2.25em;
    }

    .imgPlay {
        top: 18px;
        margin: 0px 85px;
        margin-bottom: 30px;
    }
    .imgPlayReel {
        top: -110px;
    }

    .infoLegger {
        margin-top: 190%;
    }

    .mrgBt {
        margin-bottom: 40px;
    }

    .textSubpr .cta {
        width: 100%;
    }

    .footerHome .socialMedia {
        display: flex;
        flex-direction: column;
        margin-top: -2px;
        padding-top: 10px;
    }

    /* ------------------------------- */

    .headSpace {
        padding: 30px;
    }

    .iso-nav {
        padding: 4px 0;
    }

    .iso-nav {
        text-align: center;
    }

    .txtLeft {
        text-align: left !important;
    }

    .spaceHead {
        padding: 80px;
    }

    .spaceHeadSrv {
        padding: 50px;
    }

    .textSubpr2 .cta {
        width: 100%;
    }

    .acordeon-mostrar h2 {
        font-size: 2.25em;
        text-align: left !important;
        padding: 6px 0px 18px 0px;
    }

    .clrTitleG1 {
        margin-bottom: 30px;
    }

    .textSubpr2 {
        text-align: center;
    }

    .academyHubspotOne {
        flex-direction: column;
    }

    .academy-badge {
        margin-bottom: 10px;
    }
}

/* Fin Media query */
