/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here


/* COLORS */

.amarillo {
    color: #F4AD00!important;
}

.gris {
    color: #808080;
}

.white {
    color: #FFF!important;
}

.fw-bold {
    font-weight: bold;
}

/* FONT WEIGHTS */

.fw-200 {
    font-weight: 200!important;
}

.fw-800 {
    font-weight: 800!important;
}

/* MAIN MENU */

ul {
    list-style: none;
}

body.overflow-h {
    overflow: hidden;
    padding: 0;
}

#main {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5816920518207283) 0%, rgba(0,0,0,0) 100%);
    transition: all 0.75s ease;
}

/* HEADER BACKGROUND WHITE */

#main.header-bg {
    transition: all 0.75s ease;
    background: #FFF;
}

#main.header-bg .burger-container #burger .bar {
    background: #000;
}

#main.header-bg #logo-neg {
    opacity: 0;
    visibility: visible;
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#main.header-bg #logo-pos {
    opacity: 1;
    visibility: visible;
    z-index: -9;
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}


#main .burger-container #burger {
    width: 22px;
    height: 10px;
    position: relative;
    display: block;
    margin: 0 auto;
}

#main .burger-container {
    position: relative;
    float: right;
    height: 10px;
    width: auto;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#main .burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#main .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
}
#main .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
}

#main.menu-opened {
    height: 100%;
    background: #FFF;
    -webkit-transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#main.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            background: #000;
}

#main.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

#main.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
#main.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
}

#main.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
}

#main #logo-neg {
    opacity: 1;
    visibility: visible;
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#main.menu-opened #logo-neg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#main #logo-pos {
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#main.menu-opened #logo-pos {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    transition: all 0.75s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#main .overlay-menu {
    opacity: 0;
    transition: all 1s ease;
    top: 55px;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: calc(100vh - 100px);
    z-index: 999;
    padding: 60px;
}

#main .overlay-menu.activo {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}

#main .menu {
    text-align: right;
}

#main .menu li a {
    font-size: 96px;
    font-weight: 100;
    line-height: 1;
    color: #808080;
    transition: all .75s ease;
    -webkit-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -moz-transition: all .75s ease;
}

#main .menu li a:hover {
    color: #F4AD00;
    transition: all .75s ease;
    -webkit-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -moz-transition: all .75s ease;
}

#main .menu li {
    margin-top: 5px;
    transform: scale(1.05) translateY(-30px);
    opacity: 0;
    transition: all .75s ease;
    border-bottom: 1px solid #808080;
    margin-bottom: 10px;
}

#main .menu li:hover {
    transition: all .75s ease;
    border-bottom: 1px solid #F4AD00;
}

#main.menu-opened .menu li {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

/* #main .menu li:nth-child(1) {
    transition-delay: 0.49s;
}
#main .menu li:nth-child(2) {
    transition-delay: 0.42s;
}
#main .menu li:nth-child(3) {
    transition-delay: 0.35s;
}
#main .menu li:nth-child(4) {
    transition-delay: 0.28s;
} */

#main.menu-opened .menu li:nth-child(1) {
    transition-delay: 0.27s;
}

#main.menu-opened .menu li:nth-child(2) {
    transition-delay: 0.34s;
}

#main.menu-opened .menu li:nth-child(3) {
    transition-delay: 0.41s;
}

#main.menu-opened .menu li:nth-child(4) {
    transition-delay: 0.48s;
}

/* ACTIVE LINKS */

.page-id-8 .portfolio a, 
.page-id-11 .nosotros a,
.page-id-13 .servicios a,
.page-id-15 .contacto a,
.page-id-311 .portfolio a,
.page-id-314 .portfolio a,
.page-id-316 .portfolio a {
    color: #F4AD00!important;
}

.page-id-8 #main .menu li.portfolio, 
.page-id-11 #main .menu li.nosotros,
.page-id-13 #main .menu li.servicios,
.page-id-15 #main .menu li.contacto,
.page-id-311 #main .menu li.portfolio,
.page-id-314 #main .menu li.portfolio,
.page-id-316 #main .menu li.portfolio {
    border-bottom: 1px solid #F4AD00;
}

/* INDEX */

.main-wrapper.index {
    min-height: 100vh;
}

.video-cont-index {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-cont-index video {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-cont-index .inside {
    transition: all 1s ease;
    z-index: -1;
}

.c-scrolldown-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.c-scrolldown {
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
  
@keyframes scrolldown {
    0% {
      background-position: 0 -60px;
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 60px;
    }
}

.links-home-portfolio a  {
    font-weight: 100!important;
}

.links-stroke-home-portfolio a  {
    text-stroke: 1.5px #f4ad00;
    -webkit-text-stroke: 1.5px #f4ad00;
    font-weight: 900!important;
}

.portfolio-cat img {
    border: 0 solid #F4AD00;
    transition: all .5s ease;
}

.portfolio-cat img:hover {
    border: 20px solid #F4AD00;
    transition: all .5s ease;
}

.portfolio-cat::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #F4AD00;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}

.top-dynamic-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
}

.top-dynamic-header .box {
    bottom: 0;
    margin-bottom: -35px;
    z-index: 9;
}

.top-dynamic-header .container {
    max-width: 1320px;
    padding: 0 20px;
}

/* GRIDS */

.grid-container {
    margin-bottom: 150px;
}

.media-box-container {
    border-radius: 0;
}

.media-box-image .content-wrap {
    z-index: 999;
    padding: 30px;
}

.media-box-image .content-wrap h1 {
    font-size: 44px;
}

.media-box-image .bg {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
}

.media-boxes-load-more-button.media-boxes-no-more-entries {
    display: none!important;
}

.media-box-thumbnail-container img {
    transition: all .75s ease;
    transform: scale(1);
}

.media-box-thumbnail-container img.boxhover {
    transition: all .75s ease;
    transform: scale(1.15);
}

/* FICHA */

.ficha-wrapper .ficha-txt {
    font-size: 16px;
    margin: 0;
}

.ficha-wrapper .row {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ficha-wrapper .separator {
    border-bottom: 1px solid #BCBCBC;
    width: calc(100% - 25px);
    margin: 0 auto;
    padding: 2px 0;
}

/* OWL CAROUSEL */

#carousel-pro {
    margin-bottom: 150px;
}

#carousel-related {
    margin-bottom: 75px;
}

#carousel-tambien {
    margin-bottom: 150px;
}

#carousel-related .inside,
#carousel-tambien .inside {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 25px;
    width: 100%;
    height: 100%;
    z-index: 99!important;
}

#carousel-related .title,
#carousel-tambien .title {
    font-weight: 800;
    font-size: 34px;
}

#carousel-related .owl-dots,
#carousel-tambien .owl-dots {
    margin-top: 25px;
}

#carousel-related .owl-item .item img,
#carousel-tambien .owl-item .item img  {
    filter: grayscale(1);
    transition: all .75s ease;
}

#carousel-related .owl-item .item img.boxhover,
#carousel-tambien .owl-item .item img.boxhover {
    filter: grayscale(0);
    transition: all .75s ease;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-nav {
    font-size: 44px;
    color: #B9B9B9;
    font-weight: 300;
}

.owl-carousel .owl-nav button:hover {
    color: #F4AD00;
}

.owl-carousel .owl-prev {
    margin-right: 5px;
}

.owl-carousel .owl-next {
    margin-left: 5px;
}

.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #B9B9B9!important;
    background: #FFF!important;
    margin: 7px;
    border-radius: 0;
}

.owl-carousel .owl-dot:hover,
.owl-carousel .owl-dot.active {
    border: 1px solid #F4AD00!important;
    background: #F4AD00!important;
}

.otros-cont {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a4a4a4;
}

.otros-cont h2 {
    font-size: 24px;
    line-height: 1;
}

/* CONTACT FORM */

#contact-form input,
#contact-form textarea {
    padding: 0;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #F4AD00;
}

#contact-form textarea {
    resize: none;
}

::-webkit-input-placeholder { /* Edge */
    color: black;
  }
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::placeholder {
    color: black;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* MEDIA QUEIES */

@media screen and (max-width: 767px) {
    #main .overlay-menu {
        padding: 20px;
    }
    #main .overlay-menu .menu {
        padding: 0;
    }
    #main .menu li a {
        font-size: 46px;
    } 
    #main .menu li {
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .top-dynamic-header {
        height: 170px;
    }
    .top-dynamic-header .box {
        width: 50px;
        margin-bottom: -25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    #main .overlay-menu {
        padding: 20px;
    }
    #main .overlay-menu .menu {
        padding: 0;
    }
    #main .menu li a {
        font-size: 54px;
    } 
    #main .menu li {
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .top-dynamic-header {
        height: 280px;
    }
    .top-dynamic-header .box {
        width: 60px;
        margin-bottom: -30px;
    }
}