@import "animate.css";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Sarina);

body {
    font: 400 16px/24px "Lato", sans-serif;
    color: #1b1b1b;
    background: #353535;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #dba03a;
}

img {
    max-width: 100%;
}

* {
    -webkit-text-size-adjust: none;
}

h2 {
    font: 900 36px/36px "Lato", sans-serif;
    color: #424242;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
}

h2:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 170px;
    background: #1c1c1c;
    left: 50%;
    margin-left: -85px;
    bottom: 0;
}

h3 {
    font: 900 20px/20px "Lato", sans-serif;
    color: #424242;
    text-transform: uppercase;
}

h4 {
    font: 900 43px/43px "Lato", sans-serif;
    color: #d89d38;
}

.heading1 {
    margin-top: 40px;
    display: block;
    text-align: center;
    margin-bottom: 83px;
}

.content{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.heading1 h2 {
    margin-bottom: 21px;
}

.heading1 .secondary {
    font: 400 18px/28px "Lato", sans-serif;
    color: #1c1c1c;
    display: block;
}

.heading1.heading1__inset1 h2 {
    color: #dba03a;
}

.heading1.heading1__inset2 h2 {
    color: #ffffff;
}

.heading1.heading1__inset2 h2:after {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
}

.heading1.heading1__inset2 span {
    color: #ffffff;
}

.heading1.heading1__inset3 h2 {
    color: #dba03a;
}

.heading1.heading1__offset1 {
    margin-bottom: 51px;
}

.heading1.heading1__offset2 {
    margin-bottom: 73px;
}

.heading1.heading1__offset3 {
    margin-bottom: 57px;
}

.btn-big {
    display: block;
    width: 100%;
    text-align: center;
    font: 300 29px/29px "Lato", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 10px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-big:hover {
    background: #dba03a;
    border-color: #dba03a;
    color: #ffffff;
}

.btn-big.btn-big__offset1 {
    margin-top: 62px;
}

.triangle-wrapper {
    position: relative;
    z-index: 20;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(214, 214, 214, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0);
}

.triangle-wrapper:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    top: -30px;
    background: url(../images/triangle1.png) no-repeat center top;
}

.triangle-wrapper:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 29.5px 0 29.5px;
    border-color: #d7d7d7 transparent transparent transparent;
    left: 50%;
    margin-left: -29.5px;
    bottom: -29px;
    z-index: 10;
}

.triangle-wrapper.triangle-wrapper__inset1 {
    background: rgba(74, 74, 74, 1);
    background: -moz-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74, 74, 74, 1)), color-stop(100%, rgba(25, 25, 25, 1)));
    background: -webkit-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -o-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -ms-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#191919', GradientType=0);
}

.triangle-wrapper.triangle-wrapper__inset1:before {
    background-image: url(../images/triangle2.png);
}

.triangle-wrapper.triangle-wrapper__inset1:after {
    display: none;
}

.border-wrapper1 {
    border-bottom: 1px solid #424242;
}

.wrapper1 {
    padding-top: 13px;
}

.wrapper2 {
    padding-top: 38px;
}

.wrapper3 {
    padding-top: 22px;
}

.wrapper4 {
    padding-top: 29px;
    padding-bottom: 72px;
}

#header {
    position: relative;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
}

#header #stuck_container {
    background: rgba(74, 74, 74, 1);
    background: -moz-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74, 74, 74, 1)), color-stop(100%, rgba(25, 25, 25, 1)));
    background: -webkit-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -o-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -ms-linear-gradient(top, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(74, 74, 74, 1) 0%, rgba(25, 25, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#191919', GradientType=0);
    position: relative;
}

#header .search-block {
    position: relative;
    float: right;
}

#header .search-block .icon {
    margin-top: 34px;
    margin-right: 37px;
    text-align: center;
    display: block;
    border-radius: 100px;
    background: #232323;
}

@media (max-width:1600px) {
    #header .search-block .icon {
        margin-top: 35px;
        margin-right: 30px;
    }
}

@media (max-width:1330px) {
    #header .search-block .icon {
        margin-right: 20px;
    }
}

@media (max-width:767px) {
    #header .search-block .icon {
        margin-top: 5px;
        margin-right: 5px;
    }
}

#header .search-block .icon i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 28px;
    line-height: 30px;
    color: #41aabf;
    display: none !important;
}

#header .search-block .icon:hover {
    cursor: pointer;
}

#header .search-block .icon:hover i {
    color: #ffffff;
}

#header .search-block #search {
    position: absolute;
    left: -152px;
    bottom: -76px;
    display: none;
}

@media (max-width:1330px) {
    #header .search-block #search {
        left: -170px;
    }
}

@media (max-width:767px) {
    #header .search-block #search {
        bottom: -55px;
    }
}

h1 {
    float: left;
}

h1 a {
    display: block;
    padding: 34px 38px 30px 27px;
}

@media (max-width:1330px) {
    h1 a {
        padding: 34px 9px 30px 6px;
    }
}

@media (max-width:767px) {
    h1 a {
        padding-top: 6px;
        padding-bottom: 5px;
    }
}

h1 a:hover {
    color: #292929;
}

h1 span {
    font: 400 40px/31px "Sarina", sans-serif;
    color: #292929;
    padding-left: 250px;
    position: relative;
}

h1 span:before {
    position: absolute;
    content: '';
    left: 0;
    top: -26px;
    width: 267px;
    height: 95px;
    overflow: hidden;
    background: url(../images/logo_actual.png) no-repeat center 0;
    background-size: contain;
}

@media (max-width:768px) {
    h1 span {
        font-size: 23px;
        padding-left: 30px;
    }

    h1 a {
        padding: 34px 148px 30px 6px !important;
    }

    h1 span:before {
        width: 108px;
        height: 50px;
        margin-left: 24px !important;
        margin-top: 19px;
        background-size: contain;
    }
}

@media (max-width:979px) {
    h1 span {
        font-size: 23px;
        padding-left: 30px;
    }

    h1 span:before {
        width: 108px;
        height: 90px;
        margin-left: -36px;
        margin-top: -10px;
        background-size: contain;
    }
}

@media (max-width:767px) {
    h1 {
        width: 50%;
        text-align: center;
    }
}

@media (max-width:479px) {
    h1 {
        width: 43%;
    }

    h1 span {
        font-size: 18px;
    }
}

nav {
    float: right;
    margin-right: 55px;
}

@media (max-width:1600px) {
    nav {
        margin-right: 12px;
    }
}

.sf-menu {
    text-align: center;
}

.sf-menu>li {
    letter-spacing: -0.025em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
}

@media (max-width:979px) {
    .sf-menu>li {
        margin-top: 0;
    }
}

.sf-menu>li+li {
    margin-left: 7px;
}

@media (max-width:1600px) {
    .sf-menu>li+li {
        margin-left: 10px;
    }
}

@media (max-width:1330px) {
    .sf-menu>li+li {
        margin-left: 0;
    }
}

.sf-menu>li>.sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f078";
    color: #cd9738;
    bottom: 15px;
    left: 50%;
    margin-left: -7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu>li>a {
    text-transform: uppercase;
    font: 400 24px/24px "Lato", sans-serif;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #dba03a;
    padding: 37px 15px 34px;
}

@media (max-width:1600px) {
    .sf-menu>li>a {
        font-size: 18px;
    }
}

@media (max-width:1199px) {
    .sf-menu>li>a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:979px) {
    .sf-menu>li>a {
        font-size: 10px;
    }
}

.sf-menu>li>a:hover {
    background: rgba(186, 128, 28, 1);
    background: -moz-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186, 128, 28, 1)), color-stop(100%, rgba(219, 160, 58, 1)));
    background: -webkit-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -o-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -ms-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: linear-gradient(to bottom, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba801c', endColorstr='#dba03a', GradientType=0);
    color: #323232;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu>li>a:active {
    background: #350a16;
    color: #ffffff;
}

.sf-menu>li.active-menu-item>a {
    background: rgba(186, 128, 28, 1);
    background: -moz-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186, 128, 28, 1)), color-stop(100%, rgba(219, 160, 58, 1)));
    background: -webkit-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -o-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -ms-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: linear-gradient(to bottom, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba801c', endColorstr='#dba03a', GradientType=0);
    color: #323232;
}

.sf-menu>li.active-menu-item>.sf-with-ul:after {
    color: #ffffff;
}

.sf-menu>li.sfHover>a {
    background: rgba(186, 128, 28, 1);
    background: -moz-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186, 128, 28, 1)), color-stop(100%, rgba(219, 160, 58, 1)));
    background: -webkit-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -o-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: -ms-linear-gradient(top, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    background: linear-gradient(to bottom, rgba(186, 128, 28, 1) 0%, rgba(219, 160, 58, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba801c', endColorstr='#dba03a', GradientType=0);
    color: #323232;
}

.sf-menu>li.sfHover>a:after {
    color: #323232;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu ul {
    -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
    display: none;
    min-width: 235px;
    font: 300 14px/37px "Lato", sans-serif;
    position: absolute;
    top: 95px;
    left: 0;
    background: #232323;
    text-align: left;
    padding: 19px 0 20px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul li {
    letter-spacing: 0;
    position: relative;
    display: block;
}

.sf-menu ul li:hover>a {
    background: #dba03a;
    color: #323232;
}

.sf-menu ul li>.sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f054";
    color: #ffffff;
    bottom: -1px;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu ul li a {
    padding-left: 32px;
    display: block;
    color: #ffffff;
    text-transform: none;
}

.sf-menu ul>.sfHover>a {
    background: #ec8916;
}

.sf-menu ul>.sfHover>a:after {
    color: #ffffff;
}

.sf-menu ul li.sfHover>a {
    background: #dba03a;
    color: #323232;
}

.sf-menu ul ul {
    position: absolute;
    top: -19px;
    left: 235px;
    margin-left: 0;
    z-index: 4;
    text-align: left;
}

@media only screen and (max-width:767px) {
    .sf-menu {
        display: none;
    }

    nav {
        width: 39%;
        float: right;
        margin-right: 7px;
        margin-left: 5px;
    }

    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #ec8916;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0;
        background: #ffffff;
        font: 14px/28px "Open Sans", sans-serif;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 9px 0 10px;
        position: relative;
    }

    .select-menu option {
        text-align: left;
        position: relative;
    }
}

@media only screen and (max-width:767px) and (max-width:479px) {
    nav {
        width: 41%;
    }
}

#content {
    overflow: hidden;
    padding-top: 150px;
    background: #484848;
}

@media (max-width:767px) {
    #content {
        padding-top: 0px;
    }
}

.box1 {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 93px;
}

@media (max-width:979px) {
    .box1 {
        padding: 0;
    }
}

.box1.first img {
    border-color: #dba03a;
}

.box1.first h3 a:hover {
    color: #dba03a;
}

.box1.second img {
    border-color: #dba03a;
}

.box1.second h3 a:hover {
    color: #dba03a;
}

.box1.third img {
    border-color: #dba03a;
}

.box1.third h3 a:hover {
    color: #de337d;
}

.box1 img {
    border: 4px solid #98928c;
    border-radius: 500px;
    margin-bottom: 32px;
}

.box1 h3 {
    margin-bottom: 12px;
}

@media (max-width:767px) {
    .home .hashAncor {
        margin-top: -42px !important;
        height: 42px !important;
    }
}

.vimeo-video1 {
    -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.55);
}

.vimeo-video1 iframe {
    width: 100%;
    height: 307px;
}

@media (max-width:1199px) {
    .vimeo-video1 iframe {
        height: 271.96491228070175px;
    }
}

@media (max-width:979px) {
    .vimeo-video1 iframe {
        height: 215.20701754385962px;
    }
}

@media (max-width:767px) {
    .vimeo-video1 iframe {
        height: 248.3157894736842px;
    }
}

@media (max-width:479px) {
    .vimeo-video1 iframe {
        height: 159.6315789473684px;
    }
}

.box2 {
    margin-top: 6px;
    text-align: center;
    margin-bottom: 105px;
}

.box2 .content {
    background: #2e2e2e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 37px 5px 23px;
}

.box2 .content img {
    border-radius: 500px;
    margin-bottom: 20px;
}

.box2 .content h4 a:hover {
    color: #8a8a8a;
}

.box2 .button {
    display: block;
    width: 100%;
    background: #d89d38;
    font: 300 29px/29px "Lato", sans-serif;
    color: #1c1c1c;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 10px 19px;
}

.box2 .button:hover {
    background: #bb811d;
    color: #ffffff;
}

.box3 {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.4);
}

.box4 {
    text-align: center;
    margin-bottom: 72px;
}

.box4 .label {
    display: inline-block;
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 500px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box4 .label i {
    color: #ec8916;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 170px;
}

.box4 .label i.fa-users {
    font-size: 72px;
}

.box4 .label i.fa-thumbs-o-up {
    font-size: 90px;
}

.box4 .label i.fa-comments {
    font-size: 80px;
}

.box4 h3 {
    margin-bottom: 12px;
}

.box4 h3 a:hover {
    color: #41aabf;
}

.box4:hover .label {
    background: #41aabf;
}

.box4:hover .label i {
    color: #edead9;
}

.graph-wrapper {
    padding-top: 87px;
    padding-bottom: 79px;
}

.graph {
    margin-bottom: 10px;
}

.graph .wrapper {
    overflow: hidden;
    background: #d9d3c3;
    width: 100%;
    height: 40px;
    font: 700 18px/40px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width:479px) {
    .graph .wrapper {
        font-size: 10px;
    }
}

.graph .wrapper .bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    width: 95%;
    height: 100%;
    background: #c43010;
    position: relative;
}

.graph .wrapper .bar .percents {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 53px;
    text-align: center;
    background: #363a3f;
}

.graph.graph__inset1 .wrapper .bar {
    background: #41aabf;
    width: 80%;
}

.graph.graph__inset2 .wrapper .bar {
    background: #b7c136;
    width: 64%;
}

.graph.graph__inset3 .wrapper .bar {
    background: #ec8916;
    width: 79%;
}

.box5 {
    text-align: center;
    margin-bottom: 24px;
}

.box5 .heading {
    display: block;
    color: #424242;
}

.box5 .simple-link {
    margin-top: 24px;
}

.google-map_contacts {
    height: 188px;
}

.google-map_contacts iframe {
    width: 100%;
    height: 100%;
}

.simple-link {
    display: inline-block;
    color: #41aabf;
}

.socials1 li {
    display: inline-block;
    margin-bottom: 10px;
}

.socials1 li+li {
    margin-left: 72px;
}

.socials1 li a {
    border-radius: 200px;
    display: block;
}

.socials1 li a i {
    color: #1d1d1d;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 50px;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socials1 li a i:hover {
    background: #dba03a;
    color: #1d1d1d;
}

@media (max-width:479px) {
    .socials1 {
        text-align: center;
    }

    .socials1 li {
        margin-bottom: 10px;
    }

    .socials1 li i {
        margin: 0 auto;
    }

    .socials1 li+li {
        margin-left: 0;
    }
}

.gallery_image a {
    display: block;
    position: relative;
}

.gallery_image a img {
    width: 100%;
    margin-bottom: 0;
}

.gallery_image a .description {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    font: 400 14px/20px "Lato", sans-serif;
    color: #ffffff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0px;
    background: url(../images/background2.png) repeat;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.gallery_image a .description .info {
    padding: 0 55px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 0;
    right: 0;
}

@media (max-width:1199px) {
    .gallery_image a .description .info {
        padding: 0 5px;
    }
}

@media (max-width:979px) {
    .gallery_image a .description .info {
        padding: 0 5px;
        margin-top: -34px;
    }
}

@media (max-width:767px) {
    .gallery_image a .description .info {
        margin-top: -17px;
    }
}

@media (max-width:479px) {
    .gallery_image a .description .info {
        margin-top: -25px;
    }
}

.gallery_image a:hover .description {
    height: 349px;
}

.relative-wrapper {
    position: relative;
}

#footer {
    overflow: hidden;
    text-align: center;
}

#footer .socials1 {
    margin-top: 9px;
}

#footer .privacy-block {
    margin-top: 2vw;
    margin-bottom: 93px;
    font: 400 18px/18px "Lato", sans-serif;
    color: #ffffff;
}

#footer .privacy-block a:hover {
    color: #dba03a;
}

#footer .privacy-block .name {
    text-transform: uppercase;
}

#footer.common {
    background: #353535;
    padding: 17px 0;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #6f7274;
    font-size: 37px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#toTop:hover {
    outline: none;
    color: #f26522;
}

@media only screen and (max-width:1199px) {
    #toTop {
        display: none !important;
    }
}

.left_energy {
    text-align: left;
    font-size: 25px;
    padding-bottom: 10px;
}

.left_energy>a:hover {
    color: #dba03a;
    text-decoration: underline;
}

.titulos1 {
    color: #dba03a;
    font-size: 25px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: bold;
    padding: 10px;
}

.titulos {
    color: #dba03a;
    font-size: 25px;
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
    padding: 10px;
}

.imgs {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.parrafos {
    text-align: justify;
}

.parrafo1 {
    text-align: justify;
    padding: 10px;
}


/*==================  CAMBIOS 27/09/2023  ======================*/


.row_footer{
	display: grid;
	grid-template-columns: 60% 40%;
}

.row_footer .row_grid{
	display: grid;
	grid-template-columns: 33% 33% 33%;
	justify-content: space-around;
}

.row_footer .row_grid div{
	display: flex;
	flex-direction: column;
	gap: 1vw;
}

.row_footer .grid2{
	display: flex;
    flex-direction: column;
    gap: 2vw;
    margin-top: 9px;
}

.row_footer .grid2 div{
    color: white;
}

.row_footer .grid2 a{
	color: white;
}

.row_footer .grid2 a:hover{
	color: #dba03a;
}

.row_footer .grid2 h3{
	color: white;
}

.tcontact{
	color: white;
}

.tcontact::after{
	background: white;
}

.content {
	color: black;
}

.gap{
	display: flex;
	flex-direction: column;
	gap: 2vw;
}

.after_bar{
    color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: white;
}

.after_bar a:hover{
    color: #dba03a;
}

@media (max-width:979px) {
	.row_footer{
		grid-template-columns: 100%;
	}
	.row_footer .row_grid{
		grid-template-columns: 100%;
		gap: 5vw;
	}
    .after_bar{
        display: none;
    }
    .row_footer .row_grid div {
        gap: 4vw;
    }
    #footer .privacy-block {
        margin-top: 5vw;
    }
}