
.modal-content {
    border-radius: 0;
}

.project-details .modal-content,
.expertise-details .modal-content {
    width: 469px !important;
}


body {
    transition: background-color .5s;
    padding-right: 0px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-230 {
    margin-bottom: 230px;
}

.py-150 {
    padding: 150px 0 !important;
}


.form-contact-message {
    z-index: 9999;
}

.modal-open {
    overflow-y: auto;
}

.gallery-items-video iframe {
    width: 100%;
}

.card-columns {
    column-gap: 30px;
}

.card-img-top {
    border-radius: 0 !important;
}


.project-materials-picture {
    height: 630px;
    object-fit: cover;
}


.content,
.project-menu-secondary,
footer,
.page-content {
    padding: 0 15px;
}

footer, span + a {
    line-height: 21px;
}

.project-materials .card-body {
    padding: 25px 20px 20px 20px;
}


button:focus {
    outline: none;
}


.alert {
    margin: 0 !important;

}

.header-sticky {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.navbar-dark .navbar-toggler {
    border-color: transparent !important;
    z-index: 9999;
}

/*.menu_language {*/
/*top: 38px;*/
/*left: calc(95% - 55px);*/
/*}*/

.pagination a {
    color: #000000;
    padding: 0 7px;
    border: 0;
    font-size: 19px;
    font-family: "Raleway";
    font-weight: normal;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.pagination .active a {
    font-weight: 600;

}

.pagination li:not(:last-child) a {
    border-right: 1px solid black;
}

.pagination li a {
    line-height: 17px;
}

.page-link,
.page-link:active,
.page-link:visited,
.page-link:hover {
    color: #656565;
}

/*---- Global Style (Cover Photo)----- */
.cover-photo {
    position: relative;
    height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-pagination {
    margin-bottom: 41.5px;
}


.collapsing {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.navbar-default {
    background: #FFFFFF !important;
    /*background-image: none !important;*/
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.studio-cover-photo {
    background-image: url("/frontend/images/team-cover.jpg");
}


.home-cover-photo {
    background-image: url("/frontend/images/home-cover.jpg");
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}


.expertise-cover-photo {
    background-image: url("/frontend/images/expertise-cover.jpg");
}


.projectdetails-cover-photo {
    background-image: url("/frontend/images/project-details/header.jpg");
}

.projectdetails-cover-photo {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.projectdetails-cover-photo iframe {
    right: 0;
    bottom: 0;
    z-index: -100;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-scroll {
    position: absolute;
    width: 100%;
}


.icon-scroll a {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .5s;
    padding-top: 70px;
    cursor: pointer;
}


.icon-scroll a img {
    position: absolute;
    top: -70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0) translate(0, 40px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(0) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(0) translate(0, 40px);
        opacity: 0;
    }
}

/*---- Global Style (Icon Scroll) ------*/

.icon-arrow-scroll {
    position: relative;
    width: 100%;
    height: 100%;
}

.icon-arrow-scroll a {
    padding-top: 70px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
}

.icon-arrow-scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}


/*---- Global Style (Slogan)----- */

.slogan {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    color: #FFE30E;
    text-align: center;
    padding: 100px 0;
    border-bottom: 3px solid #FFE30E;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    line-height: 50px;
    font-size: 35px;
}

.slogan p {
    margin-bottom: 0;
}

.materials-package .card-img-top {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .5s;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*---- Global Style Galleries (Materials)-----*/

.materials-package .card {
    transition: background-color .5s, color .5s;
}

.materials-package .card {
    border: none !important;
    margin-top: 30px;
    margin-bottom: 0;
    background-color: transparent;
}

.expertise .card-title {
    margin-bottom: 30px !important;
}

.materials-package .card-body,
.expertise .card-body {
    padding: 0 !important;
}

.materials-package .card-subtitle {
    margin-top: 30px !important;
    font-size: 18px;
    font-family: Georgia;
    color: #000000;
    font-weight: normal;
}

.materials-package .card-title,
.studio-info-personal .card-title {
    margin-bottom: 30px !important;
}

.materials-package .card-title a,
.expertise .card-title a {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 29px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.materials-package .card-text,
.expertise .card-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #000000;
    font-family: Georgia;
}

.materials-package ._card_footer,
.expertise ._card_footer {
    padding-bottom: 60px !important;
}

.materials-package > div > div:not(:last-child) ._card_footer,
.expertise > div > div:not(:last-child) ._card_footer {
    border-bottom: 3px solid #FFE200;
}


/*---- Button (more, +mas, -menos Materials)-----*/

.btn-more {
    padding: 30px 0 30px 0;
    border-bottom: 2px solid #FFE30E;
    display: block;
}

.btn-more a {
    color: #000000;
    text-decoration: none !important;
    font-family: Georgia;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.020em;
    cursor: pointer;
}

.btn-more a:hover,
.btn-more button:hover {
    border-bottom: 1px solid #000000;
}

.btn-more button {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    text-decoration: none !important;
    font-family: Georgia;
    letter-spacing: 0.020em;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 24px;
}

.page-content .content {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
}

.page-content .content h1 {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    margin: 100px 0;
    text-align: center;
    font-size: 42px;
}

.page-content .content h2 {
    font-size: 22px;
    line-height: 24px;
    font-family: "Raleway";
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
}

.page-content .content li,
.page-content .content p,
.page-content .content a {
    font-size: 18px;
    line-height: 24px;
    font-family: "Raleway";
    font-weight: normal;
    margin-bottom: 30px;
}

.page-content .content p:last-child {
    margin-bottom: 0;
}

/*---- Cookies -----*/
.cookies {
    width: 100%;
    background-color: #FFE30E;
    padding: 18.87px 55px;
    position: fixed;
    bottom: 0;
    z-index: 4;
}

.cookies-close {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-cookies-close,
.btn-back-home {
    font-family: Raleway;
    font-weight: normal;
    background-color: transparent;
    color: #000000;
    width: 184px;
    height: 34px;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #000000;
    cursor: pointer;
}


.cookies-text {
    font-size: 14px;
    color: #000000;
    font-family: Raleway;
    font-weight: normal;
    line-height: 18px;
}


/*---- Navbar -----*/

.navbar,
header {
    height: 95px;
}

._navbar_container {
    min-width: 225px;
}


.navbar-nav {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
    justify-content: space-between;
}

.menu-language-mobile {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-language-mobile .nav-item {
    position: relative;
}

.menu-language-mobile a {
    color: #000000;
}

._menu > li > a {
    outline: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.49em;
    color: #000000 !important;
    line-height: 80px;
    font-family: Raleway;
    padding: 0 !important;
    text-align: center;
}

._menu > li:not(:nth-child(3)) a {
    padding-left: 0.4rem !important;
}


._menu > li {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;

}

._menu > li > a.active {
    font-weight: bold;
}


.btn_icon_menu_mobile {
    min-width: 72px;
    outline: 0;
    top: 25px;
    position: absolute;
    left: 0;
}

.btn_icon_menu_mobile img {
    width: 20px;
    height: 20px;
}

.logo-eva-mobile {
    min-width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-eva-mobile > a {
    display: none;
    outline: 0;
    height: 40px;
}

.logo-eva-mobile svg {
    margin: 0 auto;
    display: block;
}

.menu_language {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_language > ul {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_language .navbar-nav {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
}

.menu_language a {
    color: #000000 !important;
    padding: 0 5px 0 0;
    font-size: 9px;
}

.menu_language a.active,
.menu-language-mobile a.active {
    font-weight: bold;
}

.menu_language ul > li {
    position: relative;
}

.menu_language ul > li:not(:last-child):after,
.menu-language-mobile ul > li:not(:last-child):after {
    content: "";
    height: 10px;
    top: 2px;
    margin-left: 4px;
    position: absolute;
    background-color: #000000;
    width: 1px;
    display: inline-block;
    right: 0;
}

.menu_language ul a,
.menu-language-mobile ul a {
    position: relative;
    line-height: 15px;
    font-size: 12px;
    font-family: Raleway;
    padding: 0 5px !important;
    color: #000000 !important;
}


/*---- Footer ------*/


._footer {
    padding-bottom: 1.5rem;
    padding-top: 4.375rem;
    border-top: 3px solid #000000;
}


._footer_copyright {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Raleway;
    font-weight: normal;
}

._footer_social {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

._link_footer li {
    font-size: 14px;
    color: rgb(157, 157, 157);
    font-family: Raleway;
}


._link_footer, ._link_footer_social {
    display: flex;
    display: -ms-flexbox;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
}

._link_footer a {
    color: #9D9D9D;
    text-decoration: none;
}

._link_footer_social li {
    margin: 0 10px !important;
}

._link_footer_social li:last-child {
    margin-right: 0;
}


._link_footer li:not(:last-child) a {
    border-right: 1px solid #9D9D9D;
    padding: 0 5px;
}

._link_footer li:last-child a {
    padding-left: 5px;
}

._icon_mail,
._icon_call,
._icon_linkedin {
    width: 18px;
    height: 18px;
}

._icon_location {
    width: 14px;
}

._icon_behance {
    width: 23px;
    height: 15px;
}


/*--------------------------------------------------- Project Page ------------------------------*/

.btn-menu-all {
    -webkit-appearance: none !important;
}


.project-materials .header {
    position: relative;
}

.project-materials-header a {
    display: block;
}

.project-materials-icon-award {
    position: absolute;
    right: 20px;
    bottom: 20px;
    -webkit-appearance: none !important;
    cursor: pointer;
    background: transparent;
    border: transparent;
    outline: 0;
}

.project-menu-secondary img {
    width: 30px;
    max-height: 42px;
}

.project-menu-secondary-category h5 {
    font-weight: bold;
}

.project-menu-secondary a {
    cursor: pointer;
    font-family: Raleway;
    font-weight: normal;
    font-size: 14px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.49em;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.project-menu-secondary a.active {
    font-weight: bold;
}

.project-menu-secondary div {
    list-style: none;
    justify-content: space-between;
    -ms-flex-pack: justify;
    text-transform: uppercase;
    flex-direction: column;
    -ms-flex-direction: column;
    display: flex;
    display: -ms-flexbox;
}

.gallery {
    margin-top: 20px;
}


.project-menu-secondary-category a {
    display: block;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
}


.btn-menu-all,
.project-menu-secondary-close img {
    cursor: pointer;
}

.project-menu-secondary-category {
    margin: 60px 0 100px 0;
}

.project-menu-secondary > div {
    border-bottom: 3px solid #FFE30E;
}


/*---- Project Content (Materials) ------*/

.project-materials {
    margin-top: 60px;
    margin-bottom: 41.5px;
}

.project-materials a {
    display: block;
}

.project-materials .card-body {
    padding-top: 25px;
}

.project-materials .card:not(:last-child) .card-body {
    min-height: 150px;
}

.project-materials .card:last-child .card-body {
    padding-bottom: 0;
}

.project-materials .card:last-child .card-body .card-title {
    margin-bottom: 0;
}


.project-materials .card-subtitle {
    margin: 0 !important;
}

.project-materials .card-subtitle,
.project-materials .card-text {
    margin: 0 0 7px 0;
    font-size: 15px;
    font-family: Raleway;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
}

.project-materials .card-title a {
    margin: 0;
    font-size: 15px;
    font-family: Raleway;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


.project-materials .card {
    border: none;
}

.project-materials .category, .project-materials .icon-award {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-family: Raleway;
    display: flex;
    display: -ms-flex;
}

.project-materials .card-body .collapse {
    display: block;
    visibility: hidden;
}

.project-materials .card-body .collapse.show {
    visibility: visible;
}


.project-materials .icon-award span {
    display: block;
}

._project_materials .card-body {
    padding: 25px 0 65px 0 !important;
}

._project_materials .card-subtitle {
    margin-top: 0 !important;
    font-size: 15px;
    color: #000000;
    font-family: Arial;
    font-weight: normal;
}

._project_materials .card-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}


/*--------------------------------------------------- Studio Page ------------------------------*/

.team-picture {
    cursor: pointer;
}

.team-picture img {
    width: 100%;
    filter: none !important;
    -webkit-filter: none !important;
    transition: none !important;
}

.studio-about {
    background-color: #FFE30E;
    padding: 0 55px;
}

.studio-about-title {
    color: rgb(0, 0, 0);
    font-family: 'Raleway';
    font-weight: normal;
    letter-spacing: 0.4em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 50px;
    padding-top: 50px;
}

.studio-about-subtitle {
    font-family: 'Miller Ban Semi Bd';
    color: #000000;
    text-align: center;
    margin-bottom: 100px;
    font-size: 35px;
    line-height: 50px;
}

.studio-about-text {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    font-size: 25px;
    line-height: 40px;
    color: #000000;

}

.studio_info {
    padding-bottom: 100px;
}

.studio-info-title {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 42px;
    color: #FFE30E;
    text-align: center;
    padding: 100px 0 40px 0;
    display: block;
    line-height: 60px;
}

.studio-info-text {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    line-height: 40px;
    font-size: 25px;
    color: #000000;
    display: block;
    margin-bottom: 100px;
}

._studio_info_subtext {
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    display: block;
    padding-bottom: 100px;
}

.studio-info img {
    width: 100%;
    display: block;
    height: 100%;
}

.studio_subinfo_title {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    color: #FFE30E;
    text-transform: uppercase;
    font-size: 27px;
    display: block;
    text-align: center;
    padding: 30px 0;
}

.studio-subinfo-text {
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: Raleway;
    line-height: 24px;
    font-weight: normal;
}

.studio_about_us {
    padding-bottom: 100px;
}

.studio_about_us_title {
    font-family: Bell Bold, Bold;
    font-weight: bold;
    font-size: 35px;
    color: #FFE30E;
    text-align: center;
    display: block;
    padding-bottom: 40px;
}

.studio_about_us_text {
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: Arial Regular;
}

/*--- Info Personal ---*/


.studio-info-personal .card {
    border: none !important;
    text-align: right;
}

.studio-info-personal .card-body {
    padding: 0 !important;
}

.studio-info-personal .card-subtitle {
    font-size: 18px;
    font-family: 'Georgia';
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.studio-info-personal .card-title {
    text-align: left;
}

.studio-info-personal .card-title a {
    font-family: "Miller Ban Semi Bd";
    font-size: 29px;
    text-decoration: none;
    color: #000000;
}

.studio-info-personal .card-text {
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia;
    color: #000000;
    text-align: left;
}

.studio-info-personal .btn-more {
    border-bottom: none;
    text-align: left;
}

.studio-info-personal img {
    width: 100%;
}

.studio_info_personal_position {
    font-size: 20px;
    font-family: Arial Regular;
}

.studio_info_personal_name {
    font-size: 35px;
    font-family: Bell Bold;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.studio_info_personal_descripxion {
    font-size: 18px;
}

.studio_info_personal_more {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
}

.studio_info_personal_more a {
    font-size: 20px;
    color: #000000;
    letter-spacing: 5px;
    text-decoration: none !important;
}

.studio_info_personal_details > div {
    text-align: left;
    border: none;
}

.studio_info_personal_details .card-body {
    padding: 20px 25px;
}

.studio_info_personal_details,
.studio_info_personal_img {
    padding: 0;
}

.description-text {
    font-family: 'Georgia';
    font-weight: normal;
    line-height: 24px;
    color: #000000;
    font-size: 18px;
}

.description-text hr {
    display: none;
}

.where_we_are-text {
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.studio_about_us_location_title {
    font-family: Bell Bold, Bold;
    font-weight: bold;
    font-size: 35px;
    color: #FFE30E;
    text-align: center;
    display: block;
    padding-bottom: 40px;

}

.studio_about_us_location_text {
    font-family: Arial Regular;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-top: 20px;
    padding-bottom: 100px;
}

.studio_about_us_location img {
    padding-bottom: 100px;
    width: 100%;
}

.studio_about_us_location .location_title_info {
    font-family: Bell Bold, Bold;
    font-weight: bold;
    font-size: 42px;
    color: #FFE30E;
    text-align: center;
    display: block;
    padding-bottom: 100px;
}

.studio-clients ul {
    margin-left: 0;
    margin-right: 15px;
}

.studio-clients {
    font-family: 'Miller Ban Semi Bd';
    color: #000000;
    font-size: 35px;
    line-height: 50px;
    background-color: #FFE30E;
    margin-top: 50px;
}

.studio-clients ul li {
    list-style: none;
    margin-left: 15px;
}

.icon-circle:before {
    content: "";
    height: 6px;
    width: 6px;
    margin-top: 4px;
    margin-right: 13px;
    background-image: url("/frontend/images/icon/icon_circle.svg");
    background-repeat: no-repeat;
    display: block;

}

/*---- Studio Personal (Popup) ------*/
.studio-ficha-personal {
    position: fixed;
    background-color: #FFFFFF;
    z-index: 1;
    height: 100vh;
    top: 0;
    display: block;
}


.studio-personal-info div:last-child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;

}


.studio-personal-picture img,
.studio-info-personal-img img {
    width: 100%;
}

.studio-info {
    margin-top: 100px;
}


.studio-info-personal-img button {
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
}

.studio-personal-info .icon-cross {
    width: 1.5%;
    display: block;
    margin-left: 20px;
    margin-top: 20px;
}


.studio-personal-info .position {
    color: #000000;
    font-size: 18px;
    font-family: 'Georgia';
    font-weight: normal;
}

.studio-personal-file-close {
    font-size: 35px;
    width: 6%;
    line-height: 70px;
}

.studio-personal-info .name {
    margin-bottom: 20px;
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 29px;
    color: #000000;
}

.studio-personal-info .description {
    font-family: Georgia;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}

.studio-info-location img {
    width: 100%;
    height: 100%;
}


.studio_personal .info-education > div {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 0 15px;
}

.studio_personal .info-education div {
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

.info-education div {
    font-size: 15px;
    line-height: 20px;
    font-family: Raleway;
    font-weight: normal;
}

.info-education div span:not(:first-child) {
    font-weight: bold;
}

.info-education div span {
    display: block;
}

.category-title a {
    cursor: inherit;
}

.category-title a:hover {
    font-weight: normal;
}

/*--------------------------------------------------- Contact Page ------------------------------*/
.map-content {
    width: 100%;
    height: 633px;
}

.contact-info {
    margin-top: 30px;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 100px;
}


.contact-info span {
    display: block;
}

.contact-info a {
    display: block;
    color: #000;
    text-decoration: none;
}


/*--------------------------------------------------- Project Details Page ------------------------------*/


/*---- Project details content ------*/

.project-details {
    margin-top: calc(80px - 20px);
}

.project-details > .brand {
    margin-bottom: 9px;
}

.project-details .brand {
    font-family: Georgia;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.project-details .info {
    border-top: 3px solid #0F537E;
}

.project-details .name {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    padding: 50px 0;
    font-size: 35px;
    line-height: 50px;
}

.project-info-details strong {
    display: block;
}


.project-info-details-text {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    font-size: 25px;
    line-height: 40px
}

.more-info {
    margin-bottom: 50px;
    font-family: 'Georgia';
    font-weight: normal;
    line-height: 24px;
    color: #000000;
    font-size: 18px;
}

.more-info p:last-child {
    margin-bottom: 0;
}

.more-info img,
.more-info iframe {
    width: 100%;
}

.project-details .more-info img,
.project-details .more-info iframe {
    width: 100% !important;
    margin-top: 60px;
}


.project-btn-more {
    margin: 30px 0 30px 0;
}

.project-btn-more a {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    font-family: Georgia;
    letter-spacing: 0.020em;
    color: #000000;
}

.project-btn-more a:hover {
    border-bottom: 1px solid #0F537E;
}


.project-info-details > div:first-child {
    font-family: Raleway;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.project-info-details > div:first-child > div {
    padding-left: 0 !important;
}

.project-info-details > div:first-child > div:last-child {
    padding-right: 0 !important;
}

.project-info-details > div:last-child {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
}

.project-info-details > div:first-child > div:not(:first-child) {
    margin-top: 15px;
}

.project_details_content {
    padding: 0 10px;
}

.gallery img {
    width: 100%;
}


.gallery-items {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    font-size: 37px;
    text-align: center;
    line-height: 52px;
}

.btn-contact {
    padding: 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    font-family: Bell;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
}


.gallery-items-video {
    padding-bottom: 60px;
}


.gallery img {
    margin-bottom: 60px;
}


.btn-contact button {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 25px;
    width: 330px;
    height: 128px;
    text-align: center;
    border: 3px solid #000000;
    transition: background-color .5s, color .5s;
    cursor: pointer;
    background-color: #FFFFFF;
    line-height: 30px;
}

.btn-contact button:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-contact {
    margin-top: 100px;
    margin-bottom: 100px;
}


.project-related-title {
    font-family: Georgia;
    font-size: 20px;
    color: #000000;
    margin-bottom: 9px;
    line-height: 30px;
}

.project_details_related_info .card {
    border: none !important;
    margin-top: 60px !important;
}

.project_details_related_info .card-body {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.project_details_related_info .card-subtitle {
    font-size: 20px;
    font-family: Arial Regular;
}

.project_details_related_info .card-title {
    font-size: 35px;
    font-family: Bell Bold;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.project_details_related_info .card-text {
    font-size: 18px;
}


.project_details_related_info ._card_footer a {
    font-size: 20px;
    color: #000000;
    letter-spacing: 5px;
    text-decoration: none !important;
}

.project_details_related_info ._card_footer a:hover {
    border-bottom: 1px solid #000000;
}


._project_details_form_contact {
    background-color: #FFE30E;
    color: #000000;
    position: fixed;
    top: 13%;
    padding: 50px 50px 0 50px;
    text-align: left;
    z-index: 1;
    display: none;
    font-size: 42px;
    font-weight: bold;
    font-family: Bell Bold, Bold;
}

._project_details_form_contact_title {
    font-size: 39px;
    font-family: Bell, Bold;
    color: #000000;
    display: block;
    text-align: center;
}

._project_details_form_contact label {
    font-size: 15px;
    font-weight: normal;
}

._project_details_form_contact .input-correo {
    display: block;
    outline: 0;
    width: 100%;
    font-size: 12px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #000000;
}

.project_details_form_contact textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

._project_details_form_btnSubmit {
    font-size: 15px;
    display: block;
    margin: 40px auto;
    /* text-align: center; */
    border: 1px solid black;
    width: 184px;
    height: 34px;
    background-color: transparent;

}

.project_details_form_contact .icon_close {
    position: absolute;
    width: 3%;
    left: 15px;
    top: 3%;
    margin-top: 0;
}

.expertise .card-img-top {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .5s;
    width: 100%;
    object-fit: cover;
}

.expertise .btn-more
    /*--------------------------------------------------- Expertise Details Page ------------------------------*/
.project-related-title {
    font-family: Arial Regular;
    font-size: 20px;
    color: #000000;
}

.project-related-info {
    border-top: 3px solid #000000;
    color: #000000;
}

.project-related-info .materials-package img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .5s;
    width: 100%;
    object-fit: cover;
}


.expertise-details .title {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    padding: 100px 0;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
}

.expertise-details .description {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    font-size: 25px;
    line-height: 40px;
    color: #000000;
}


.expertise-details .more-info img,
.expertise-details .more-info iframe {
    width: 100% !important;
    margin-top: 60px !important;
}

.expertise-btn-more {
    padding: 30px 0 30px 0;
}

.expertise-btn-more a {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.020em;
    text-decoration: none !important;
    color: #000000;
    font-family: Georgia;
}

.expertise-btn-more a:hover {
    border-bottom: 1px solid #000000;
}


.expertise-details-gallery {
    margin-top: 100px;
}


.expertise-details-gallery img {
    width: 100%;
}


.expertise-btn-contactar {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    padding-bottom: 100px;
}

.__expertise_btn_contactar {
    font-family: Bell;
    font-weight: bold;
    font-size: 17px;
    color: #C52421;
    font-weight: bold;
    text-align: center;
    border: 3px solid #C52421;
    padding: 20px;
    transition: background-color .5s, color .5s;
    background-color: #FFFFFF;
}

.__expertise_btn_contactar:hover {
    color: #FFFFFF;
    background-color: #C52421;
}


.expertise-details .related-title {
    font-family: Georgia;
    font-size: 20px;
    color: #000000;
    margin-bottom: 9px;
}

.expertise-details .related-items {
    border-top: 3px solid #000000;
}

.expertise-details .related-items .card-img-top {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .5s;
    object-fit: cover;
    width: 100%;
}

.expertise_details_others_info .card {
    border: none !important;
    margin-top: 60px !important;
}

.expertise_details_others_info .card-subtitle {
    font-size: 20px;
    font-family: Arial Regular;
}

.expertise_details_others_info .card-title {
    font-size: 35px;
    font-family: Bell Bold;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.expertise_details_others_info .card-text {
    font-size: 18px;
}


.expertise_details_others_info ._card_footer a {
    font-size: 20px;
    color: #000000;
    letter-spacing: 5px;
    text-decoration: none !important;
}

.expertise_details_others_info ._card_footer a:hover {
    border-bottom: 1px solid #000000;
}

.form-contact-details {
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px 40px 0 40px;
}

.form-contact-details .modal-body {
    padding: 0;
    margin-top: 35px;
}

.form-contact-details .modal-body label {
    margin: 0;
}

.form-contact-details button,
.studio-personal-file button {
    color: #000;
    text-decoration: none;
    opacity: 1;
    margin: -5px 0 0 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -ms-flex-pack: start;
    align-items: center;
    -ms-flex-align: center;
    padding-left: 15px;
}

.studio-personal-file button {
    margin: 0;
}

.studio-personal-file .modal-body {
    padding-top: 0 !important;
}

.form-contact-details button img,
.studio-personal-file button img {
    width: 14px;
}

.form-contact-details label {
    font-family: Georgia;
    font-size: 15px;
    color: #000000;

}

.form-contact-title {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    padding: 10px 20px;
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 39px;
    color: #000000;
}


.form-contact a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.form-contact > div:first-child {
    text-align: center;
}

.form-contact #contact_email,
.form-contact #contact_name {
    max-height: 26px;
    outline: 0;
    font-size: 15px;
    width: 100%;
    font-family: Georgia;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
    border: none;
    color: #000000;
    border-bottom: 1px solid black;
    display: block;
    background-color: transparent;
}

.form-contact label {
    font-size: 15px;
    font-weight: normal;
}

.form-contact #contact_message {
    display: block;
    outline: 0;
    width: 100%;
    font-size: 16px;
    border: 0;
    background-color: transparent;
    border: 1px solid #000000;
    height: 100px;
}

.form-contact-details textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
    font-family: Georgia;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.form-contact button[type='submit'] {
    font-size: 15px;
    display: block;
    margin: 40px auto;
    border: 1px solid black;
    width: 184px;
    height: 34px;
    background-color: transparent;
    cursor: pointer;
    font-family: Raleway;
    font-weight: normal;
}

.form-contact-details-close {
    width: max-content;
}

.form-contact-details-close span {
    float: left;
}


/*--------------------------------------------------- Ficha Studio Page ------------------------------*/
.ficha_studio_content {
    padding: 0 55px;
}


.studio-content .modal.fade .modal-dialog {
    max-width: 100% !important;
}

.studio-content .modal {
    padding: 0 !important;
    overflow-y: auto;
}

.studio-content .slogan .container {
    flex: 0 0 calc(66.666667% + 55px);
    -ms-flex: 0 0 calc(66.666667% + 55px);
    max-width: calc(66.666667% + 55px);
}


.studio-slogan {
    font-family: "Miller Ban Rom";
    font-style: Normal;
    font-weight: Normal;
    color: #FFE30E;
    font-size: 37px;
    line-height: 52px;
    text-align: center;
    padding: 100px 0;
}

.studio-slogan-cover {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 42px;
    color: #FFE30E;
    line-height: 60px;
    text-align: center;
    margin-bottom: 95px;
}


.team-members {
    margin: 0 -15px;
}

.team-members .card-body {
    padding: 0 15px !important;
}

.team-members .btn-more {
    margin-left: 15px;
    margin-right: 15px;
}

#error_page {
    background: #FFE30E;
    height: 100vh;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

#error_page .container {
    padding: 0 !important;
}

#error_page .logo img {
    margin-top: 30px;
}

._error-content {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    flex: 1;
    -ms-flex: 1;
    height: calc(100vh - 66px);
}


._error-content h1 {
    font-family: "Miller Ban Semi Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 180px;
    margin-bottom: 38px;
}

._error-content span {
    font-family: "Raleway";
    font-weight: lighter;
    font-size: 20px;
    margin-bottom: 30px;
}

._error-content .subtitle {
    font-size: 40px;
    margin: 27px;
}


@media only screen and (max-width: 575.98px) {

    .studio-personal-info .info-education div:last-child {
        margin-top: 20px;
    }


    ._project_details_form_contact,
    .details-form-contact {
        top: 5%;
        left: 0;
    }

    ._project_details_form_contact_title,
    .details-form-contact {
        font-size: 27px;
    }

    .studio-ficha-personal .icon-cross {
        width: 5%;
    }

    .expertise-slogan {
        padding: 70px 0;
        line-height: 44px;
    }

    .studio-personal-file {
        margin: 0 !important;
    }

    .form-contact-title {
        padding: 0;
        font-size: 37px;
    }

}


/* ---------------------------------------------------Small Devices, Tablets ---------------------------------------------------*/

@media only screen and (max-width: 767.98px) {

    .more-info {
        padding-top: 0;
        margin-top: -6px;
    }

    .expertise-details .more-info {
        margin-top: 16px;
    }

    .studio-content .slogan {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .project-slogan {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .expertise .card-text {
        margin-top: 0;
    }

    ._content {
        margin: 0 75px !important;
    }

    .project-menu-secondary a {
        line-height: 25px;
    }

    .studio-clients-title {
        font-size: 37px;
    }

    .studio-info .container {
        padding: 0 !important;
    }

    .studio-info-title {
        padding: 55px 0 30px 0;
    }

    .studio-info .who-we-are {
        padding-top: 130px;
    }

    .expertise-details .container {
        padding: 0 !important;
    }


    .expertise .card-title {
        margin-bottom: 10px !important;
    }

    ._footer_row {
        margin-top: 5px;
    }

    .home-content .materials-package div:not(:last-child) .btn-more {
        border-bottom: 2px solid #FFE30E !important;
    }

    .expertise > div:not(:last-child) .btn-more {
        border-bottom: 3px solid #FFE30E !important;
    }

    .cookies-text {
        font-size: 13px;
    }

    .btn-cookies-close {
        height: 50px;
    }

    .expertise-slogan {
        padding-left: 20px;
        padding-right: 20px;
    }

    .project-materials .card-body {
        padding-bottom: 20px !important;
    }

    .project-menu-secondary ul {
        margin: 0px 15px;
    }

    .studio-personal-file-close {
        width: 18%;
    }


    .studio-personal-picture {
        padding: 0 !important;
    }

    .studio-personal-info .position {
        font-size: 14px;
    }

    .studio-clients ._clients .col-lg-4 div {
        margin-bottom: 50px;
    }

    .team-members > div:not(:last-child) .btn-more {
        border-bottom: 3px solid #FFE30E !important;
    }

    .studio-personal-info .name {
        font-size: 25px;
    }

    .studio-personal-info .description {
        margin-top: 10px;
        font-size: 14px;
    }

    .studio-info-text {
        margin-bottom: 60px;
    }

    .studio-slogan {
        padding-left: 0;
        padding-right: 0;
        font-size: 35px;
    }

    .project-menu-secondary-close img {
        width: 25px;
    }

    .gallery-items span {
        padding-bottom: 50px;
    }

    .btn-contact {
        font-size: 25px;
    }

    .gallery img {
        margin-bottom: 40px;
    }

    .project-details .gallery-items-video {
        padding-bottom: 20px;
    }

    .more-info img,
    .more-info iframe {
        margin-top: 10px;
    }

    .btn-contact button {
        line-height: 37px;
        width: auto;
        height: 95px;
        font-size: 23px;
        min-width: 250px;
    }


    .gallery-items-video iframe {
        width: 100%;
        height: 27vh;
    }


    .form-contact-details {
        font-size: 27px;
    }


    .expertise-details .title {
        padding: 60px 20px;
    }


    .expertise-btn-more {
        padding: 40px 0 50px 0;
    }
}


@media only screen and (max-width: 991.98px) {

    .border-bottom-sm-none {
        border-bottom: none !important;
    }

    .ml-negative-md-15 {
        margin-left: -15px;
    }

    .px-md-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

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

    .mb-md-80 {
        margin-bottom: 80px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .margin-top-md-0 {
        margin-top: 0 !important;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .padding-bottom-md-0 {
        padding-bottom: 0;
    }

    .padding-md-0 {
        padding: 0;
    }


    .studio-clients ._clients > div span {
        margin-bottom: 32px;
    }

    .studio-clients ._clients > div:last-child > span:last-child {
        margin-bottom: 0;
    }

    .studio-slogan-cover {
        padding: 0 40px;
    }

    .project-materials .category {
        margin-top: 35px;
    }

    .project-materials .card-title {
        margin-bottom: 0;
    }

    .project-menu-secondary-category div {
        margin-top: 35px;

    }

    .contact-info {
        margin-top: 38px;
        padding: 0 15px;
    }


    .contact-info > div > div:last-child {
        margin-top: 40px;
    }

    ._navbar_container {
        position: relative;
    }

    .studio-personal-info .info-education {
        margin-bottom: 60px;
    }

    .studio-personal-info > div:last-child {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .project-materials .card-body {
        padding: 25px 15px 20px 15px;
    }

    .menu-mobile .nav-item {
        margin: 0 auto;
    }

    .menu_language {
        display: none;
        left: 80%;
    }

    .project-info-details > div:first-child {
        flex-direction: row;
        -ms-flex-direction: row;
        display: flex;
        display: -ms-flexbox;
    }


    .contact-info {
        margin-bottom: 60px;
    }

    /*--------------------------------------------------- Home Page ------------------------------*/
    /*---- Cookies ------*/
    .cookies {
        padding: 36px 15px 31px 15px;
    }

    .button-cookies-close {
        width: 215px;
        height: 57px;
        font-size: 19px;
    }

    .cookies-close {
        margin-top: 30px;
    }

    /*---- Navbar ------*/
    .navbar {
        height: auto;
    }


    ._navbar_container {
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        margin-top: 20px;
    }

    .container-menu {
        justify-content: flex-start !important;
        -ms-flex-pack: start !important;
    }

    .logo-eva {
        display: none;
    }

    .logo-eva-mobile a {
        display: block;
        text-align: center;
    }


    .menu-mobile {
        height: 100vh;
    }

    /*.menu-mobile.show li {*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*}*/
    .menu-mobile.show a {
        width: max-content;
    }


    .menu-mobile > ul {
        text-align: center;
    }


    /*---- Footer ------*/
    ._footer {
        padding-top: 0;
        padding-bottom: 0;
    }

    ._footer_row div {
        display: flex;
        display: -ms-flexbox;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
    }

    /*--------------------------------------------------- Project Page ------------------------------*/
    /*---- Project Slogan ------*/
    ._project-slogan {
        font-size: 35px;
    }

    /*---- Project Menu ------*/
    .project-menu-secondary li:last-child {
        width: 100%;
    }

    /*---- Project Materials ------*/
    .project_material_category, .project-materials .icon-award {
        margin-top: 35px;
    }

    /*--------------------------------------------------- Studio Page ------------------------------*/
    .studio_info_personal_details {
        padding: 0 10px;
        display: block;
        order: 1;
    }

    .studio_info_personal_more {
        display: none;
    }

    .studio_about_text {
        font-size: 25px;
    }

    .studio_about_us_location .location_title_info {
        font-size: 30px;
    }

    .studio_clients ._clients {
        font-size: 20px;
    }

    .studio-info-personal-details .card-body {
        padding: 0;
    }


    /*--------------------------------------------------- Project Details Page ------------------------------*/
    .project-info-details > div:first-child > div:nth-child(2) {
        display: none;
    }

    .team-members > div:first-child {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 1023.98px) {
    .header-sticky {
        padding-bottom: 20px;
    }

    .card-columns {
        column-count: 1;
    }

    .studio-info {
        margin-top: 50px;
    }

    .project-btn-more {
        margin: 40px 0 50px 0;
    }

    .project-info-details > div:first-child > div:not(:first-child) {
        margin-top: 0;
    }

    .studio-ficha-personal {
        top: 0;
    }

    .studio-info-personal-details {
        order: 1;
    }

    .studio-info-personal-details .card-body {
        text-align: left;
    }

    .project-info-details-text {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .studio-content .modal {
        padding: 0 15px !important;
    }
}


/* ---------------------------------------------------Small Devices, Tablets ---------------------------------------------------*/
@media only screen and (min-width: 768px) {

    .project-menu-secondary div {
        flex-direction: row;
        -ms-flex-direction: row;
    }

    .project-menu-secondary div a {
        line-height: 43px;
    }


    /*.btn_icon_menu_mobile{*/
    /*width: 10%;*/
    /*}*/
    .project_details_content, .expertise_details_content {
        padding: 0 55px;
    }

    ._project_details_form_contact .icon_close,
    .expertise_details_form_contact .icon_close {
        width: 3%;
        left: 15px;

    }

    .project-menu-secondary-close img {
        width: 22px;
    }
}


/*--------------------------------------------------- Medium Devices, Desktops ---------------------------------------------------*/

@media only screen and (min-width: 992px) {


    .expertise-details .title,
    .project-details .name {
        font-size: 42px;
        line-height: 60px;
    }

    .studio-clients ul {
        margin-left: 55px;
        margin-right: 55px;
    }


    .slogan {
        font-size: 42px;
        line-height: 60px;
    }

    .more-info {
        margin-bottom: 40px;
    }

    .gallery-items {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .border-bottom-fullscreen-0 {
        border-bottom: 0;
    }


    .project-related-info {
        padding-bottom: 40px;
    }

    .content {
        margin-bottom: 41.5px;
    }


    .studio-clients {
        font-size: 42px;
        line-height: 60px;
    }

    .where_we_are-text {
        font-size: 25px;
        line-height: 40px;
        font-family: 'Miller Ban Rom';
    }

    .team-members {
        margin: 0;
    }

    .studio-clients {
        margin-top: 100px;
    }

    .team-members .card-body {
        padding: 0 !important;
    }

    .team-members .btn-more {
        margin-left: 0;
        margin-right: 0;
    }

    .materials-package .card, .expertise .card {
        margin-top: 60px;
    }

    .studio-clients ._clients > div span {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }


    ._clients > div > span:not(:last-child) {
        margin-bottom: 32px;
    }

    .studio-personal-info .info-education > div > div:last-child {
        margin-top: 30px;
    }

    .contact {
        padding: 0 15px;
    }


    .studio-ficha-personal .icon-cross {
        width: 1.5%;
    }

    .logo-eva-mobile {
        min-width: 0;
    }

    .menu_language {
        position: absolute;
        z-index: 9999;
        top: 32px;
    }

    ._navbar_container {

        padding: 0 80px;
    }

    .studio-about-title {
        font-size: 15px;
        margin-bottom: 60px;
        padding-top: 100px;
    }

    .studio-about-subtitle {
        font-size: 42px;
        line-height: 60px;
        margin-bottom: 60px;

    }

    .studio-about {
        min-height: 800px;
    }

    .studio-info-personal {
        padding: 100px 0 40px 0;
    }

}

/* ---------------------------------------------------Desktop Screen--------------------------------------------------- */

@media only screen and (min-width: 1024px) {

    .btn-more-none {
        border: none !important;
    }

    .expertise .card-columns .card:nth-child(4) .btn-more,
    .expertise .card-columns .card:nth-child(8) .btn-more,
    .expertise .card-columns .card:nth-child(12) .btn-more {
        padding-bottom: 0;
    }

    .cookies-close {
        justify-content: flex-end;
        -ms-flex-pack: end;
    }

    ._menu > li {
        min-width: 159px;
    }


    .studio_info_personal_details > div {
        text-align: right;
    }

    .studio_about_us_personal_details > div:first-child {
        border-bottom: 3px solid #FFE30E;
    }

    ._project_details_form_contact,
    .details-form {
        left: 20%;
    }


    .project-menu-secondary-package {
        padding: 0;
        margin-left: -20px;
    }

    .project-menu-secondary-brand {
        padding: 0 0 0 60px;
    }

    .project-menu-secondary-comunication {
        padding: 0 0 0 63px;

    }

    .more-info iframe {
        height: 600px;
    }


    .project-menu-secondary-close img {
        width: 25px;
    }

    .project-menu-secondary ul {
        margin: 0 30px;
    }


    .gallery-items-video iframe {
        width: 100%;
        height: 39vh;
    }

}


/* ---------------------------------------------------Large Devices, Wide Screen ---------------------------------------------------*/

@media only screen and (min-width: 1200px) {
    .form-contact-details button,
    .studio-personal-file button {
        padding-left: 30px;
    }

    ._navbar_container {
        padding: 0 15px;
    }

    .menu_language {
        position: relative;
        top: 0;
    }

    .navbar {
        padding: 0 55px;
        padding-right: 55px !important;
        overflow-x: hidden;
    }

    .studio-content .modal.fade .modal-dialog {
        padding: 0 55px;
    }

    .project-materials-picture {
        height: auto;
    }


    .slogan .container {
        max-width: calc(100% - 360px);
    }

    #navbar .container {
        max-width: calc(100% - 340px);
    }

    .menu_language a {
        font-size: 12px;
    }

    .content,
    .project-menu-secondary,
    footer,
    .page-content,
    .contact {
        padding: 0 55px;
    }

    .project-materials .card-body {
        padding: 25px 55px 25px 55px;
    }

    ._footer, .home_content {
        max-width: 100% !important;
    }


    ._project_details_form_contact,
    .details-form-contact {
        left: 35%;
    }

    .studio-personal-info {
        margin: 30px 0 30px 0;
    }


    .studio-ficha-personal {
        width: 80%;
        left: 10%;
        top: 13%;
        height: auto;
    }

    .gallery-items .btn-contact button,
    .__expertise_btn_contactar {
        font-size: 30px;
    }


    .project-menu-secondary-package {
        padding: 0 40px;
        margin-left: 0;
    }

    .project-menu-secondary-brand {
        padding: 0 20px 0 170px;
    }

    .project-menu-secondary-comunication {
        padding: 0 0 0 200px;
    }

    .project-menu-secondary ul {
        font-size: 14px;
    }

    .project-menu-secondary-close img {
        width: 20px;
    }

    .project-menu-secondary ul {
        margin-bottom: 0;
    }


    .studio-personal-file {
        max-width: 90vw !important;
    }

    .studio_personal .info-education div {
        font-size: 15px;
    }

    .gallery-items-video iframe {
        width: 100%;
        height: 63vh;
    }

}
