/*
Theme Name: Brayn Child
Theme URI: https://themeforest.net/item/brayn-creative-portfolio-elementor-wordpress-theme/25263339
Template: brayn
Author: WIP-Themes
Author URI: https://themeforest.net/user/wip-themes/
Description: Creative agency portfolio WordPress theme by WIP-Themes
Tags: custom-menu,custom-logo,editor-style,featured-images
Version: 1.0.2.1594944963
Updated: 2020-07-17 00:16:03

*/

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4{
	font-family: 'Abril Fatface', cursive !important;
}

.titulo{
	font-family: 'Abril Fatface', cursive;
}
.titulo h1, .titulo h2, .titulo h3, .titulo h5 {
    font-family: 'DM serif text' !important;
}
.brand--nav {
    background: rgba(0,0,0,0) !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.shrink .brand--nav {
    background: rgba(0,0,0,0.3) !important;
}
.main-menu-container-wrap ul#brayn-menu li a {
    color: #afafaf;
    font-family: 'Abril fatface';
}
.main-menu-container-wrap {
    background-color: rgba(72,86,73,0.96);
}
.main-menu-container-wrap .ui-menu-container .main-menu-container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.main-menu-container-wrap .ui-menu-container .main-menu-widgets {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.ui-menu-container {
    padding-top: 170px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 3px;
}
.slider-title {
    font-family: 'Abril Fatface', cursive !important;
    text-transform: lowercase !important;
    letter-spacing: 3px !important;
    font-size: 61px !important;
    line-height: 60px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: 20px;
}
.small-button.button {
    font-family: Poppins;
    letter-spacing: 2px;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
}


.lead {
    font-size: 1.4rem;
    font-family: Poppins;
    font-size: 16px;
}

.page-id-640 .page-header {
    background: url('http://proyectolirio.com/wp-content/uploads/2020/08/AcercaHEADER2-scaled.jpg') !important;
        background-size: auto;
    background-size: cover !important;
}
.page-id-670 .page-header {
    background: url('http://proyectolirio.com/wp-content/uploads/2020/08/contacto-header-scaled.jpg') !important;
        background-size: auto;
    background-size: cover !important;
    background-position: center right !important;
}
.elementor-heading-title {
    font-weight: 400 !important;
    letter-spacing: 4px;
}
.button {
    background: transparent;
    color: #d93;
    border: 1px solid #d93;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}
.elementor-element.elementor-element-989795b.subtitulo.elementor-widget.elementor-widget-heading {
    margin-bottom: 5px;
}

.container-birds {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 35rem;
    background-position: center center;
    padding: 2rem;
}
.bird {
    background-image: url(http://proyectolirio.com/wp-content/uploads/2020/07/bird-cells-1.svg);
    background-size: auto 100%;
    width: 40px;
    height: 62px;
    will-change: background-position;
    -webkit-animation-name: fly-cycle;
    animation-name: fly-cycle;
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bird--one {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.bird--two {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.bird--three {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.bird--four {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.bird-container {
    position: absolute;
    top: 20%;
    left: -7.5vw;
    -webkit-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    -webkit-animation-name: fly-right-one;
    animation-name: fly-right-one;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bird-container--one {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.bird-container--two {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.bird-container--three {
    -webkit-animation-duration: 14.6s;
    animation-duration: 14.6s;
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s;
}
.bird-container--four {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: 10.25s;
    animation-delay: 10.25s;
}
 @-webkit-keyframes fly-cycle {
 100% {
 background-position: -900px 0;
}
}
 @keyframes fly-cycle {
 100% {
 background-position: -900px 0;
}
}
@-webkit-keyframes fly-right-one {
 0% {
 left: -10%;
 -webkit-transform: scale(0.3);
 transform: scale(0.3);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(2vh) scale(0.4);
 transform: translateY(2vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(0vh) scale(0.5);
 transform: translateY(0vh) scale(0.5);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(4vh) scale(0.6);
 transform: translateY(4vh) scale(0.6);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(2vh) scale(0.6);
 transform: translateY(2vh) scale(0.6);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 60% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 100% {
 left: 110%;
 opacity: 1;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
}
@keyframes fly-right-one {
 0% {
 left: -10%;
 -webkit-transform: scale(0.3);
 transform: scale(0.3);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(2vh) scale(0.4);
 transform: translateY(2vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(0vh) scale(0.5);
 transform: translateY(0vh) scale(0.5);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(4vh) scale(0.6);
 transform: translateY(4vh) scale(0.6);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(2vh) scale(0.6);
 transform: translateY(2vh) scale(0.6);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 60% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
 100% {
 left: 110%;
 opacity: 1;
 -webkit-transform: translateY(0vh) scale(0.6);
 transform: translateY(0vh) scale(0.6);
}
}
@-webkit-keyframes fly-right-two {
 0% {
 left: -10%;
 opacity: 1;
 -webkit-transform: translateY(-2vh) scale(0.5);
 transform: translateY(-2vh) scale(0.5);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(0vh) scale(0.4);
 transform: translateY(0vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(-4vh) scale(0.6);
 transform: translateY(-4vh) scale(0.6);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(1vh) scale(0.45);
 transform: translateY(1vh) scale(0.45);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(-2.5vh) scale(0.5);
 transform: translateY(-2.5vh) scale(0.5);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 51% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 100% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
}
@keyframes fly-right-two {
 0% {
 left: -10%;
 opacity: 1;
 -webkit-transform: translateY(-2vh) scale(0.5);
 transform: translateY(-2vh) scale(0.5);
}
 10% {
 left: 10%;
 -webkit-transform: translateY(0vh) scale(0.4);
 transform: translateY(0vh) scale(0.4);
}
 20% {
 left: 30%;
 -webkit-transform: translateY(-4vh) scale(0.6);
 transform: translateY(-4vh) scale(0.6);
}
 30% {
 left: 50%;
 -webkit-transform: translateY(1vh) scale(0.45);
 transform: translateY(1vh) scale(0.45);
}
 40% {
 left: 70%;
 -webkit-transform: translateY(-2.5vh) scale(0.5);
 transform: translateY(-2.5vh) scale(0.5);
}
 50% {
 left: 90%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 51% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
 100% {
 left: 110%;
 -webkit-transform: translateY(0vh) scale(0.45);
 transform: translateY(0vh) scale(0.45);
}
}





/*FOOTER*/

#br-site-footer .br-widget {
    margin: 0 0 20px !important;
    padding: 0 0 0;
}
footer .col-lg-6.col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
}
footer img {
    display: block;
    margin: 0 auto;
}
footer #text-1 p {
    text-align: center;
}
footer .col-lg-3.col-md-4.mt-5.mt-md-0 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
#br-site-footer ul {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    width: 255px;
    margin: 0 auto;
}
#br-site-footer ul li {
    border-color: #3d3d3d;
    display: block;
    float: left;
    margin: 10px;
    text-align: center;
}
#br-site-footer a {
    color: #455659;
    fill: #dadada;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-weight: 500;
}
#br-site-footer a:hover {
    color: #ccc;
}
#nav_menu-1.br-widget {
    margin-bottom: 0px !important;
}

footer #text-1 p {
    text-align: center;
    font-family: 'DM serif text';
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0px !important;
    color: #455659;
}
#text-1.br-widget {
    margin-bottom: 0px !important;
}
.footer-end #footer-nav {
    width: 100% !important;
}
.footer-end li {
    float: right !important;
    margin: 10px !important;
}
.footer-end a {
    font-size: 9px !important;
    font-weight: 700;
}
.col-md-6.text-center.text-md-left.brayn--copyright-text {
    font-size: 11px;
    padding: 10px;
    box-sizing: border-box;
    color: #455659;
    font-weight: 700;
}
#br-site-footer ul li {
    border: none;
}
#br-site-footer ul {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#br-site-footer {
    background: url(http://proyectolirio.com/wp-content/uploads/2020/07/footer.png) repeat-x bottom, url(http://proyectolirio.com/wp-content/uploads/2020/07/fooer-sky.jpg) bottom;
        background-position-x: center, center;
        background-position-y: bottom, bottom;
        background-size: auto, auto;
    background-size: 1300px, cover;
    background-position: center bottom, center top;
    padding-bottom: 180px;
}
#menu-footer-widget-2 {
    width: 185px !important;
}
footer .mt-5.mt-md-0 {
    margin-top: 0px !important;
}
/*RESPONSIVE*/

@media (min-width: 992px) {
#main-header.on_menu .brand--nav .hamburger {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
#main-header .header-ui .brand--nav {
    padding: 3rem 3rem 0;
    width: 50%;
}
#main-header .header-ui .header--complementary {
    padding: 0px 3rem;
    width: 100%;
}
#main-header.shrink .header-ui .header--complementary {
    padding: 20px 1rem;
    flex: 0 0 auto;
}
}
@media (min-width: 1800px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 1000px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 1000px !important;
}
#rev_slider_2_1{
	height: 1000px !important;
	max-height: 1000px !important; 
}
}
@media (min-width: 2000px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 1100px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 1100px !important;
}
#rev_slider_2_1{
	height: 1100px !important;
	max-height: 1100px !important; 
}
}
@media (min-width: 2200px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 1200px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 1200px !important;
}
#rev_slider_2_1{
	height: 1200px !important;
	max-height: 1200px !important; 
}
}


@media (max-width: 480px) {
.slider-title {
    font-family: 'Abril Fatface', cursive !important;
    text-transform: lowercase !important;
    letter-spacing: 3px !important;
    font-size: 30px !important;
    line-height: 30px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 0px;
    top: 48px;
    font-weight: 700 !important;
    background: rgba(92,112,113,0.5) !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 0px;
    top: 20px;
    font-size: 11px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}
}
@media (max-width: 1510px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 850px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 850px !important;
}
#rev_slider_2_1{
	height: 850px !important;
	max-height: 850px !important; 
}
.slider-title {
    top: -50px;
    font-size: 44px !important;
line-height: 46px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -54px;
    font-size: 12px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -71px;
}
}
@media (max-width: 1450px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 800px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 800px !important;
}
#rev_slider_2_1{
	height: 800px !important;
	max-height: 800px !important; 
}
.slider-title {
    top: -70px;
    font-size: 44px !important;
line-height: 46px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -74px;
    font-size: 12px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -91px;
}
}
@media (max-width: 1350px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 750px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 750px !important;
}
#rev_slider_2_1{
	height: 750px !important;
	max-height: 750px !important; 
}
.slider-title {
    top: -90px;
    font-size: 44px !important;
line-height: 46px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -94px;
    font-size: 12px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -91px;
}
}
@media (max-width: 1200px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 700px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 700px !important;
}
#rev_slider_2_1{
	height: 700px !important;
	max-height: 700px !important; 
}
.slider-title {
    top: -50px;
    font-size: 44px !important;
line-height: 46px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -54px;
    font-size: 12px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -71px;
}
}
@media (max-width: 1100px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 650px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 650px !important;
}
#rev_slider_2_1{
	height: 650px !important;
	max-height: 650px !important; 
}
.slider-title {
    top: -50px;
    font-size: 36px !important;
line-height: 38px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -54px;
    font-size: 11px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -71px;
}
}
@media (max-width: 980px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 600px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 600px !important;
}
#rev_slider_2_1{
	height: 600px !important;
	max-height: 650px !important; 
}
.slider-title {
    top: -50px;
    font-size: 30px !important;
line-height: 32px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -54px;
    font-size: 11px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -71px;
}
}
@media (max-width: 880px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 550px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 550px !important;
}
#rev_slider_2_1{
	height: 550px !important;
	max-height: 550px !important; 
}
.slider-title {
    top: -50px;
    font-size: 28px !important;
line-height: 30px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 6px;
    top: -54px;
    font-size: 10px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 10px;
    top: -71px;
}
}
@media (max-width: 795px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 750px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 750px !important;
}
#rev_slider_2_1{
	height: 750px !important;
	max-height: 750px !important; 
}
.slider-title {
    top: 75px;
    font-size: 35px !important;
line-height: 37px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 0px;
    top: 80px;
    font-size: 10px !important;
    line-height: 12px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 0px;
    top: 80px;
    line-height: 15px !important;
}
}
@media (max-width: 778px) {

.slider-title {
    top: 170px;
    font-size: 35px !important;
line-height: 37px !important;
}
.slider-text {
    font-family: Poppins !important;
    left: 0px;
    top: 250px;
    font-size: 11px !important;
    line-height: 12px !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 0px;
    top: 280px;
    line-height: 15px !important;
}

}
@media (max-width: 778px) {
.footer-end #footer-nav {
    width: 235px !important;
    margin: 0 auto !important;
    display: block;
}
}
@media (max-width: 496px) {
#rev_slider_2_1_forcefullwidth {
    position: relative;
    width: 100%;
    height: 550px !important;
    display: block;
    overflow: visible;
    max-width: none !important;
}
#rev_slider_2_1_wrapper{
	height: 550px !important;
}
#rev_slider_2_1{
	height: 550px !important;
	max-height: 550px !important; 
}
.slider-title {
    top: -25px;
    font-size: 28px !important;
    line-height: 30px !important;

}
.slider-text {
    font-family: Poppins !important;
    left: 0px;
    top: -140px;
    font-size: 10px !important;
    
    font-weight: 600 !important;
}
.slider-button-lirio {
    font-family: Poppins !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    border-radius: 3px !important;
    left: 0px;
    top: 50px;
line-height: 25px !important;
}
.bird {

    width: 18px;
    height: 31px;

}
.custom-logo {
    max-width: 50%;
}
.ui-menu-container{
	padding-top: 125px;
}
#br-site-footer {
    background: url(http://proyectolirio.com/wp-content/uploads/2020/07/footer.png) repeat-x bottom, url(http://proyectolirio.com/wp-content/uploads/2020/07/fooer-sky.jpg) bottom;
        background-position-x: center, center;
        background-position-y: bottom, bottom;
        background-size: auto, auto;
    background-position-x: center, center;
    background-position-y: bottom, bottom;
    background-size: auto, auto;
    background-size: 958px, cover;
    background-position: left bottom, center top;
    padding-bottom: 180px;
}
#br-site-footer a {
    color: #455659;
    fill: #dadada;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 0.5px;
    font-weight: 500;
}
#br-site-footer ul {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    width: 278px;
    margin: 0 auto;
}
#menu-footer-widget-2 {
    width: 294px !important;
}
.footer-end #footer-nav {
    width: 220px !important;
    margin: 0 auto !important;
    display: block;
}
}
#main-header.shrink .header-ui .header--complementary a.button-to-quote, #main-header.shrink .header-ui .header--complementary.button-reverse a.button-to-quote {
    background: #FFBB68;
    border-color: #d93;
    color: #fff;
}

/*PROJECT*/
.apt-img .elementor-widget {
    height: 100%;
}
.apt-img .elementor-widget .elementor-widget-container {
    height: 100%;
}
.apt-img .elementor-widget .elementor-widget-container .elementor-image {
    height: 100%;
    width: auto !important;
    max-height: 520px;
    overflow: hidden;
}
.apt-img .elementor-widget .elementor-widget-container img {
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    position: absolute;
    object-position: center;
}
.apt-title h2 {
    font-family: 'Poppins' !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400 !important;
}
.apt-name h2 {
    font-size: 28px;
    letter-spacing: 2px !important;
}
.apt-container .elementor-container.elementor-column-gap-no {
    box-shadow: 0px 0px 35px #aaa;
}
.portfolio-template{
	background: #C0C0C0;
}
.project-container div.elementor-container.elementor-column-gap-wider {
    box-shadow: 0px 0px 39px #aaa;
}
.title_pre {
    font-family: 'Poppins' !important;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFBB68;
}
.qualities p {
    margin: 0px !important;
}
.lines_after, .lines_before {
    content: "";
    display: none;
    z-index: -1;
    height: 100%;
    border-left: 7px dashed #fff;
    border-right: 7px dashed #fff;
    opacity: .2;
}
.lines {
    max-width: 280px;
    grid-column-gap: 6px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[14];
    grid-template-columns: repeat(14,1fr);
    position: fixed;
    left: 50%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lines_before {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
    margin-right: calc(((100vw - (100vw - (280px + 1160 * (100vw - 320px) / 1360))) - ((6px + 30 * (100vw - 320px) / 1360) * 13)) / 14);
    margin-left: calc(6px + 30 * (100vw - 320px) / 1360);
}
.lines_after {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9/14;
    margin-right: calc(6px + 30 * (100vw - 320px) / 1360);
    margin-left: calc(((100vw - (100vw - (280px + 1160 * (100vw - 320px) / 1360))) - ((6px + 30 * (100vw - 320px) / 1360) * 13)) / 14);
}
.ubicacion .apt-title {
    margin-bottom: 15px !important;
}
.ubicacion-c {
    margin-bottom: 0px !important;
}
.ubicacion-c h2 {
    font-family: 'Poppins' !important;
    font-size: 19px;
    letter-spacing: 2px;
    float: left;
width: 100%;
padding-right: 24px;

}
.ubicacion-d {
    text-align: right;
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    letter-spacing: 0px;
    color: #559598 !important;
    float: right;
    font-weight: 500;
}
.bottom-buttons {
    position: fixed !important;
    bottom: 20px;
    background: none !important;
    z-index: 1;
}
@media screen and (min-width: 320px){
.lines {
    grid-column-gap: calc(6px + 30 * (100vw - 320px) / 1360);
    max-width: calc(280px + 1160 * (100vw - 320px) / 1360);
}
}

@media (min-width: 1024px){
.lines_after, .lines_before {
    border-width: 2px;
}
}
@media (min-width: 768px){
.lines_after, .lines_before {
    display: block;
}
}