*{
    outline: none;
}
//#sustentability, #about-us .our-team {background-size: cover;}
#site-header .container .header-right a:hover .header-phone{font-weight: 800;}
//#about-us {padding: 120px 0 30px 0;}
#our-assets {padding: 75px 0 20px 0;}
#sustentability {padding: 75px 0 60px 0;}
#content-top .slider-content {background: #000;}

#player-overlay {
    position: absolute;
    top: -60px;
    left: -3%;
    width: 104%;
    height: 100%;
    background-color: #000;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#player-overlay video {
  display: block;
  width: 100%;
  /*height: 100%;*/
}

.BgOverlay {
    /*background: rgb(36,39,40);
    //background: -moz-linear-gradient(183deg, rgba(36,39,40,0) 18%, rgba(36,39,40,1) 78%);
    //background: -webkit-linear-gradient(183deg, rgba(36,39,40,0) 18%, rgba(36,39,40,1) 78%);
    //background: linear-gradient(183deg, rgba(36,39,40,0) 18%, rgba(36,39,40,1) 78%);
    //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#242728",endColorstr="#242728",GradientType=1);*/

   // background: rgb(0,0,0);
   // background: -moz-linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 280%);
   // background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 280%);
   // background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 280%);
   // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

@media (max-width: 1200px){
    #site-header .container .site-logo {
        float: left;
        width: 25%;
    }
    #site-header .container .site-logo img {
        width: 100%;
    }
    #site-header .container .header-phone {
        font-size: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 990px){
    #site-header .container .header-phone {
    font-size: 15px;
    color: #fff;
    margin-right: 0;
}
    .title-description.center .section-title {
    margin-bottom: 40px;
}
.title-description .section-description {
    margin-bottom: 15px;
}
    #content-top .slider-content .bx-slider-content .bxslider>li .container {
    margin-top: 210px;
}

    #content-top:before {top: 710px;}
    #content-top .slider-content {height: 575px;}

    #player-overlay video {
    width: 320%;
    height: 120%;
}

    #player-overlay {
    align-items: flex-start;
}
    //#about-us {padding: 100px 0 30px 0;}
    #our-assets {padding: 75px 0 20px 0;}
    #sustentability {padding: 75px 0 60px 0;}

    #site-header.sticky .container .header-right .LinkDesktop{display: none;}

    //.title-description {margin-bottom: 90px;}

    .containerBlock{
        margin-bottom: 3rem;
    }
    .Apartado-OurBlocks{
        padding-top: 2rem;
    }
    #sustentability .list-viva-el-sur{
        overflow: hidden;
        padding: 15px 0;
    }
    #site-header.sticky .container .site-logo img.LogoBlanco {
    height: 48px;
}
    #site-header.sticky .container .header-phone-2 {
    margin-top: 0px !important;
    display: inline-block;
    font-size: 17px;
}
    #our-blocks .title-description-right {
        margin-bottom: 10px;
        margin-top: 3rem;
    }
    #our-blocks .title-description {
        margin-bottom: 20px;
    }
    #our-blocks .vertical-center-left .img-left, #our-blocks .vertical-center-right .img-right {padding-right: 20px;}
    #our-blocks .vertical-center-right .img-right {margin-bottom: 35px;}
    #our-blocks .vertical-center-left .img-left { margin-bottom: 35px;}

    #site-header .container .site-logo {
        width: 100%;
    }
    #site-header .container .site-logo img {
        width: 140px;
    }
    #site-header .container .header-right {
        position: fixed;
        background: #000;
        width: 100%;
        top: 0;
        height: 100%;
        left: 0;
        padding: 15px;
        display: flex;
        flex-direction: column;
        display: none;
        margin: 0;
        padding-top: 4rem;
        /*background-image: url(../images/slider-01.jpg);*/
        background-size: cover;
    }

    #site-header .container .header-right a {
    padding: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #site-header .container .header-right.ActiveMenu {
        display: flex;
        z-index: 999;
        margin: 0 !important;
        align-items: center;
    }

    .Btn-MenuBarMobile {
        display: flex;
        position: absolute;
        right: 20px;
        top: 0;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
    }
    .Btn-MenuBarMobile .IconMenu {
        background: url(../images/menu-bar.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }
    .-hideOverflow {
        overflow: hidden !important;
        overflow-x: hidden !important;
    }

     .Btn-MenuBarMobile-Close {
        display: flex;
        position: absolute;
        right: auto;
        top: 0;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
        width: 75px !important;
    }
    .Btn-MenuBarMobile-Close .IconCerrar {
        background: url(../images/menu-bar-close.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }
    
}

/*.btnen{
    display: flex;
}*/