/* Developed entirely by staycreative.es */
/*@font-face {font-family: 'original_cheddar_jack';src: url('../fonts/cheddar_jack-webfont.woff2') format('woff2'),url('../fonts/cheddar_jack-webfont.woff') format('woff');font-weight: normal;font-style: normal;}*/

/* reset ui kit */
.uk-link:hover, a:hover{text-decoration: none;}

/* Generals */
html, body{font-family: "futura-pt",sans-serif; font-weight: 400;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;}
p{font-family: "lato",sans-serif; color: #000000;text-align: left;font-weight: 300; line-height: 1.8; font-size: 0.9rem; margin-top: 5px;}
h1, h2, h3, h4, h5, h6{font-family: "futura-pt",sans-serif; font-weight: 600;font-style: normal; color: #e7b457; text-transform: lowercase; line-height: 1.2;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-family: "futura-pt",sans-serif; font-weight: 300;font-style: normal; color: #000000; font-size: 90%; display: block;}
ul {padding-left: 0px;}
li {text-decoration:none; list-style-type: none;}

:focus {outline: none;}

/* Buttons */
.uk-button{border-radius: 0 !important;font-family: "futura-pt",sans-serif; font-weight: 400; border:0;line-height: 1.5;text-transform: lowercase;font-size: 1rem;-webkit-appearance: none !important;border-radius: 0;-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; padding: 0; text-transform: lowercase; padding: 1rem 2rem}
.uk-button-default{ background-color: transparent; color: white; border: 1px solid white; }
.uk-button-default:hover{color: white; background-color: #3c152e; border: 1px solid #3c152e; }
.uk-button-primary{color: white; background-color: transparent;}
.uk-button-primary:hover{color: white; opacity: 0.6; background-color: transparent;}
.uk-button-secondary {color: white; background-color: transparent; margin: 0 calc(50% - 90px); width: 180px; border-bottom: 1px solid transparent;}
.uk-button-secondary:hover {border-bottom: 1px solid white; background-color: transparent;}

/* uk notification */
.uk-notification-message{background-color: white;border: 1px solid #eee;}



/* Hacks */
.clear{clear: both;}
.overlay{background: rgba(40,39,32,0.3); position: absolute;top: 0;left:0;width: 100%;height: 100%; z-index: 1;}
.overlay-light{background-color: rgba(89,39,125,0.6);position: relative;top: 0;left:0;width: 100%;height: 100%;z-index: 1;}
.overlay-dark{background-color: rgba(0,0,0,0.5);position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 1;}
.section{padding: 10vh;}
.section-text{padding: 5vh;}
.no-padding{padding: 0 !important;}
.scrolloff{pointer-events: none;}
.mt-50{margin-top: 50px !important;}
.gradient-white{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: transparent;background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) , transparent); background: -o-linear-gradient(right, rgba(255,255,255,0.8) , transparent);background: -moz-linear-gradient(right, rgba(255,255,255,0.8) , transparent);background: linear-gradient(to right, rgba(255,255,255,0.8) , transparent);z-index:-1;}
.visible-flex{display: flex !important;}
.left {float: left !important;}
.right {float: right !important;}
.center {text-align: center; margin: 0 auto;}
.mb-5 {margin-bottom: 5vh;}
.m-left:after {left:65px !important;}
.turquesa {color: #42D1B7 !important; }
.bg-white {background-color: white;}
.no-b {border:0 !important; padding: 0 !important;}
.m-t-20 {margin-top: 70px !important;}
.mh-40 {min-height: 40vh; height: 100%;}


/* Icons */
.icon{background-image: url('../img/assets-sprite.svg');display: inline-block; background-size: 1000px 500px;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.icon.facebook{width: 32px;height: 32px;background-position: -112px -0px }
.icon.facebook:hover {background-color: #e7b457; }
.icon.facebook-con{width: 32px;height: 32px;background-position: -80px 0px }
.icon.facebook-con:hover{background-color: #e7b457;}

.icon.pro{width: 35px;height: 35px;background-position: 0px -100px ;}



/* Cookies */
#cookieMessageWrapper{width: 100%;background: rgba(40,13,32,0.9);position: fixed;left: 0;bottom: 0;text-align: center;padding: 0;z-index: 997;}
#cookieMessage{width: 90%;padding: 3px 0 3px 0;margin: 0 auto;position: relative;}
#cookieMessage p{font-size: 12px;line-height: 16px;margin-bottom: 5px;color: white;text-align: center;}
#cookieMessage a{font-size: 12px;color: white;font-weight: 700;}
#cookieMessage:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#cookieClose{display: inline-block;padding: 5px 10px;text-decoration: none;background: #e7b457;margin-top: 6px;cursor: pointer;color: white !important;}

/* Main */
.preloader{position: fixed;z-index: 999;width: 100vw;height:100vh; opacity: 1; background-color: #280d20; top: 0;left: 0;}
.preloader img{position: absolute;top: calc(50vh - 140px);left: calc(50vw - 140px);width: 280px;height: auto;}
.header{position: relative;background-repeat: no-repeat;background-position: center;background-size: cover; width:100%; min-height: 65vh; margin-top: -90px;}

.header h1 {color: white; z-index: 2; position: relative; text-align: center; margin: 0vh auto; padding-top: 25vh; max-width: 80%; font-size: 4rem; letter-spacing: 0.5rem; line-height: 1;}
.header h1 span {color: white; font-weight: 300; font-size: 60%; display: block;}
.page .header{min-height:50vh;}
.header h2{color: white; text-align: right; padding-bottom: 20vh; padding-right: 20vh; z-index: 1;}
.header h2 span{font-size: 60%;font-weight: 400;display: block;}
.is-stuck .header-logo{margin:10px;width: 300px;height: 32px;}
.page .header h1{margin: 10vh 5vh;}
.page .header .header-logo{background-image: url('../img/logo-white.svg');margin: 20px 0 0 20px;width: 100px;height: 100px;}

.menu-bg{height: 90px;background-color: #2a2c37;margin-top: -90px;}
.page-intro h1{text-align: left;color: #2a2c37;font-weight: 700;margin-bottom: 0;}
.page-intro h1:after{display: none;}
.page-intro h1 span{display: block;font-size: 60%;}
.page-intro p{text-align: left;margin: 20px 0;}


    /* menu */
    .uk-navbar-container.uk-navbar{height: 90px;z-index:4;background-color: transparent; width: 100vw; margin: 0 auto;}
    .uk-navbar-container.uk-navbar .uk-navbar-left{opacity: 1;}
    ul .uk-navbar-nav {width: 200px;}
    .uk-navbar-left {width: 160px;}
    /*.uk-navbar-nav .uk-active {}*/
    .uk-navbar-nav#main-menu {margin-right: 2vh;}
    .uk-navbar-nav>li>a{height: 75px;font-weight: 400;text-transform: lowercase;color: white; padding: 0px 20px 0px 20px; font-size: 1.2rem;font-family: "futura-pt",sans-serif; margin-top: 2px;}
    .uk-navbar-nav>li.uk-active>a{color: white !important;font-weight: 700;}
    .uk-navbar-nav>li>a:active{color: #1aac87 !important; font-weight: 700;}
    .uk-navbar-nav>li>a:hover{color: #3c152e;}
    .uk-navbar-dropdown-nav>li>a{ color: #3c152e;text-transform: lowercase;height: auto;}
    .uk-navbar-dropdown-nav>li>a:hover, .uk-navbar-nav>li>a.uk-open{color: #3c152e;}
    .uk-navbar-toggle {color: white !important; }
    .uk-navbar.uk-active .uk-navbar-toggle {color: #3c152e !important;z-index: 5; }
    .has-dropdown{position: relative;  }
    .has-dropdown:after{content: ""; display: inline-block; width: 10px; height: 6px; background-image: url(../img/assets-sprite.svg); background-position: -35px -12px; position: absolute; top: 39px; right: 5px; background-size: 1000px 500px;}
    .uk-navbar.uk-active .has-dropdown:after{background-position: -35px -2px;}
    .bm-waves a{padding: 0 !important;font-size: 0 !important;}
    .bm-waves a:hover,.bm-waves a:focus, .bm-waves a:visited{font-size: 0;}
    .bm-waves span{width: 160px;height: 70px;background-image: url('../img/logo-header.svg');background-size: contain;background-repeat: no-repeat;background-position: left center; margin-bottom: 10px;}
    
    #book-now-button{background-color: #513d35;color: white;display: none;}
    #book-now-button a{color: white;font-size: 1.2rem;padding: 2rem 4rem;}
    .uk-navbar-container.uk-active{background-color: #f8f8f8 !important;width: 100vw !important; height: 90px;}
    /*.uk-navbar-container.uk-active .uk-navbar-right {margin-right: 2vw;}*/
    .uk-navbar-container.uk-active .uk-navbar-nav>li>a{color: #3c152e !important; }
    .uk-navbar-container.uk-active .uk-navbar-nav>li>a:hover{color: #e7b457 !important;}
    .uk-navbar-container.uk-navbar.uk-active .uk-navbar-left{opacity: 1;z-index: 5;}
    .uk-navbar-left {margin-left: 2vh !important;}
    .uk-navbar-container.uk-active .bm-waves span{width: 160px;height: 70px;background-image: url('../img/logo-header-c.svg');background-size: contain;background-repeat: no-repeat;background-position: left center; margin-top: 10px;}
    .uk-form-div{position: relative;padding: 0 !important;}
    .uk-notification-message{font-size: 1rem;}
    .uk-notification{width: 400px;}
    .uk-notification-top-center{margin-left: -200px;}


/* INDEX */
.home .header {background-image: url('../img/bg-home-01.jpg'); background-position: center;}
.home .intro h2 {font-size: 5rem;}
.home .intro h2 span {font-size: 50%; margin-top: -10px;}
.home .intro .b-vertical {width: 20px; background-color: #e7b457; height: 100%; float: right;}
.home .intro .b-horizontal {width: 100%; background-color:#e7b457;  height: 20px; margin-bottom: 10vh;}
.home .services {position: relative;}
.home .services .ser-ind { -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 50vh; position: relative;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body {box-shadow: none !important; padding: 0 !important;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) {margin: 0 10px 10px 0; width: calc(50% - 10px);}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) {margin: 0 0 10px 10px; width: calc(50% - 10px);}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) {margin: 10px 10px 0 0; width: calc(50% - 10px);}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) {margin: 10px 0 0 10px; width: calc(50% - 10px);}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .overlay {-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .overlay:hover, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .overlay:hover {background-color: #e7b457; opacity: 1; margin-top: -5vh; padding-bottom: 5vh;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .overlay:hover, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .overlay:hover {background-color: #e7b457; opacity: 1; padding-top: 5vh; margin-bottom: -5vh;}
.home .ser-ind .img .overlay{background: rgba(40,39,32,0.2); position: absolute;top: 0;left:0;width: 100%;height: 100%; z-index: 1;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}


.home .ser-ind.uk-card.uk-card-default.uk-card-body .img .img:hover .section-text h3 {-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}

.home .ser-ind.uk-card.uk-card-default.uk-card-body .img:hover .section-text h3 {color: white; position: absolute; z-index: 2; font-size: 2.2rem; text-transform: lowercase;}

.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text h3{color: white; position: absolute; z-index: 2; top: 5vh; font-size: 2.2rem; text-transform: lowercase;  margin-right: 5vh; left:5vh;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text h3 {color: white; position: absolute; z-index: 2; top: 5vh; font-size: 2.2rem; text-transform: lowercase; margin-right: 5vh; left:5vh;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text h3 {color: white; position: absolute; z-index: 2; bottom: 5vh;  font-size: 2.2rem; text-transform: lowercase; margin-right: 5vh; left:5vh;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text h3 {color: white; position: absolute; z-index: 2; bottom: 5vh; font-size: 2.2rem; text-transform: lowercase; margin-right: 5vh; left:5vh;}
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text p {left: 5vh; opacity: 0; position: absolute; top: 10vh; color: white; z-index: 2; margin-right: 5vh; }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img:hover .section-text p {opacity: 1;  }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text p {margin-right: 5vh; left: 5vh; opacity: 0; position: absolute; top: 10vh; color: white; z-index: 2; }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img:hover .section-text p {opacity: 1;  }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text p {margin-right: 5vh; left: 5vh; opacity: 0; position: absolute; bottom: -5vh; color: white; z-index: 2; line-height: 1.5; margin-right: 5vh; }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img:hover .section-text p {opacity: 1;  }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text p { margin-right: 5vh; left: 5vh; line-height: 1.5; margin-right: 5vh;opacity: 0; position: absolute; bottom: -5vh; color: white; z-index: 2; }
.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img:hover .section-text p {opacity: 1;  }

.home .ser-ind .img {background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 50vh;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; position: relative;}

.home .services .ser-ind .img .section-text {min-height: 40vh; height: 100%; padding: 10vh;}
.home .professionals {padding-bottom: 10vh; padding-top: 10vh; position: relative;}
.home .professionals h2 {font-size: 3rem;line-height: 1;}
.home .professionals h3 {color: #3c152e;margin-top: 20px;}
.home .professionals .b-vertical {width: 20px; background-color: #e7b457; height: 15vh; position: absolute; top: 0; right: calc(50% - 200px); padding-left: 0;}
.home .budget  {min-height: 40vh; position: relative; }
.home .budget .img .overlay  {-webkit-transition: ease-in-out, .60s ease-in-out;transition: ease-in-out, .60s ease-in-out; cursor: pointer;}
.home .budget .img:hover .overlay  {background-color: #e7b457; opacity:1; }
.home .budget .img {background-image: url('../img/bg-home-06.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 50vh;}
.home .budget .text {text-align: center; position: relative; z-index: 2; margin-top: 7vh;}
.home .budget .text h3 {color: white;text-align:center; position: relative; z-index: 2; font-size: 2.2rem;}
.home .budget .text p {text-align: center; position: relative; color: white; z-index: 2;}


/* ABOUT */
.about .header {background-image: url('../img/bg-about-01.jpg'); background-position: center;}
.about .intro h3 {color: #000000;font-size: 2.2rem;}
.about .intro h3.yellow {font-size: 2.6rem; color: #e7b457;}
.about .intro .b-vertical {width: 20px; background-color: #e7b457; height: 100%; float: right;}
.about .intro .b-horizontal {width: 100%; background-color:#e7b457;  height: 20px; margin-bottom: 10vh;}

/* SERVICES */
.services .header { background-position: center;}
.services .intro h3 {color: #000000;font-size: 2.2rem;}
.services .intro .b-vertical {width: 20px; background-color: #e7b457; height: 100%; float: right;}
.services .intro .b-horizontal {width: 100%; background-color:#e7b457;  height: 20px; margin-bottom: 10vh;}
.services .service {background-color: #fcf7f0; padding: 10vh 0; }
.services .service .right {border-left: 3px solid #e7b457; padding-left: 30px;}
.services .service .left {border-right: 3px solid #e7b457; padding-right: 30px;}
.services .service .left, .services .service .left p, .services .service .left h3 {text-align: right; }
.services .service .right, .services .service .right p, .services .service .right h3 {text-align: left;}

.services .budget  {min-height: 40vh; position: relative; }
.services .budget .img .overlay  {-webkit-transition: ease-in-out, .60s ease-in-out;transition: ease-in-out, .60s ease-in-out; cursor: pointer;}
.services .budget .img:hover .overlay  {background-color: #e7b457; opacity:1; }
/*.services .budget .img {background-image: url('../img/bg-serveis-05.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 40vh;}*/

.services .budget.ref .img {background-image: url('../img/bg-home-06.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 40vh;}
.services .budget.gar .img {background-image: url('../img/bg-serveis-07.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 40vh;}
.services .budget.poo .img {background-image: url('../img/bg-serveis-08.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 40vh;}
.services .budget.mai .img {background-image: url('../img/bg-serveis-06.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 40vh;}

.services .budget .text {text-align: center; position: relative; z-index: 2;}
.services .budget .text h3 {color: white;text-align:center; position: relative; z-index: 2; margin-top: 5vh; font-size: 3rem;}
.services .budget .text p {text-align: center; position: relative; color: white; z-index: 2;}


/* -- FEED SERVICIOS --  */
.feed-services {position: relative;}
.feed-services .feed-ind {min-height: 50vh; position: relative;}
.feed-services .feed-ind .img {min-height: 50vh; background-size: cover; background-position: center; background-repeat: no-repeat;}
.feed-services .feed-ind:hover {background-color: #e7b457; }
.feed-services h2 {text-align: center;font-size: 3rem;}
.feed-services h3 {color: white; z-index: 2; position: relative; text-align: center; margin-top: 18vh; text-transform: lowercase;}
.feed-services .b-vertical {width: 20px; background-color: #e7b457; height: 100px; position: absolute; left: calc(50% - 10px); top: 0;}
.feed-services .feed-ind.uk-card.uk-card-default.uk-card-body {box-shadow: none !important; padding: 0 !important;}
.feed-services .feed-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) {margin: 0 20px; width: calc(33.333% - 40px);}
.feed-services .feed-ind.uk-card.uk-card-default.uk-card-body .overlay {-webkit-transition: ease-in-out, .60s ease-in-out;transition: ease-in-out, .60s ease-in-out;}
.feed-services .feed-ind.uk-card.uk-card-default.uk-card-body .overlay:hover  {background-color: #e7b457;}


/* -- GALERIA --  */
.gallery-item{border:5px solid white;background-size: cover;background-position: center;}


/* -- CONTACTA --  */
.contact .header {background-image: url('../img/bg-contacta-01.jpg'); background-position: center;}
.contact .intro h3 {color: #e7b457;font-size: 2.2rem;}
.contact .intro .b-vertical {width: 20px; background-color: #e7b457; height: 100%; float: right;}
.contact .intro .b-horizontal {width: 100%; background-color:#e7b457;  height: 20px; margin-bottom: 10vh;}
.contact .formulario {background-color: #e7b457;}


    /* form */
    .form {margin-bottom: 10vh; margin-top: 10vh;}
    .form input[type=text],.form input[type=email],.form input[type=number],.form select,.form textarea{margin-top: 0px !important; border: 1px solid white !important; padding: 10px 20px;border:0;background-color: transparent; box-shadow: none;border-radius: 0;height: auto;margin-bottom: 0;color: white; }
    /*.form input[type=text]:focus,.form input[type=email]:focus,.form input[type=number]:focus,.form select:focus,.form textarea:focus{border-bottom: 1px solid #2c2a29;}*/
    .form select{padding-right: 30px;font-size: 0.8rem;height: 60px !important;}
    .form textarea{margin-bottom: 10px;padding: 10px 20px;}
    .form textarea::placeholder, .form input::placeholder {color: white !important; } 
    .form input::-webkit-input-placeholder, .form input:-moz-placeholder, .form input::-moz-placeholder, .form input:-ms-input-placeholder, .form textarea::-webkit-input-placeholder, .form textarea:-moz-placeholder, .form textarea::-moz-placeholder, .form textarea:-ms-input-placeholder {color: white;font-size: 0.8rem;}
    .form small{color: white;float: left;margin-bottom: 10px;}
    .form .uk-checkbox:focus, .form .uk-radio:focus {border-color: #929084;}
    .form .uk-checkbox:checked, .form .uk-checkbox:checked:focus {background-color: #929084;}
    .form .uk-radio-label{font-size: 0.8rem;cursor: pointer;}
    .form .uk-radio:checked, .form .uk-radio:checked:focus {background-color: #580158;}
    .form .g-recaptcha{float: left;}
    .form .uk-button{border-radius: 0;margin: 10px;float: right;}
    .form #send-form {border: 3px solid white; margin-right: 0; padding: 1.5rem 3rem; font-size: 1.5rem; }
    .uk-input:focus, .uk-select:focus, .uk-textarea:focus {background-color: transparent;}

        
    /* NOTIFICACIONES */
        .uk-notification-message{font-size: 1rem;}
        .uk-notification{width: 400px; }
        .uk-notification-top-center{margin-left: -200px;}

        /* mapa */
        #map {width: 100% !important;}
        #map-container{ -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;position: relative;width: 100%;height: 450px;display: block;}
        #map-container.obert{max-height: 2000px;margin-top: 100px;}
        #map-container iframe{width: 100%;border:0;margin-bottom: -6px;}


  /* cookies i aviso legal */
  .cookies .header{background-image: url('../img/bg-cookies.jpg');background-position: center 20%;}
  .cookies .uk-link, a {color: #000000;}
  .cookies .uk-link, a:hover {color: #e7b457 !important;}
  .legal .header{background-image: url('../img/bg-legal.jpg');background-position: center 20%;}
  .legal h3 {text-transform: initial;}

  /* footer */
  footer{background-color: #280d20;padding-bottom: 2vh !important;}
  footer h3 {color: white;}
  footer ul.white li a {color: white;}
  footer h6{color: #fff;margin-bottom: 10px;display: block;font-size: 1rem;}
  footer h6 a:hover{text-decoration: none;color: #4d4d4d;}
  footer .right {text-align: right;}
  .footer-logo {display: inline-block;width: 180px;}
  .footer-logo img{width: 100%;}
  .list-links li{margin-top: 10px;}
  .social {margin-top: 10px; }
  .contacta .social {margin-top: 30px; }
  .footer-social{text-align: center;}
  .footer-social li{display: inline-block;}
  .footer-social li a{display: block;height: 35px;}
  .footer-social li a:hover{opacity: 0.7;}
  .footer-menu{float: right;}
  .footer-ul {right: 0;  margin-top: 0; float: right;}
  .footer-ul li a, .footer-ul li{text-align: left !important; text-decoration: none; color: white;font-size: 1.2rem;padding: 0;line-height: 1.8;list-style-type: none;}
  .footer-ul li a:hover{color: #e7b457;}
  .footer-submenu{text-align: right;}
  .footer-submenu li{display: inline-block;margin: 0 !important;}
  .footer-submenu li:after{content: "·";color: white;display: inline-block;margin: 0 5px 0 10px;}
  .footer-submenu li:last-child:after{display: none;}
  .footer-submenu li a{color: white;font-size: 1rem;padding: 0;}
  .copyright{float: left;font-size: 0.8rem;color: white;margin-top: 5px;}
  .autor{float: right; text-align: right;margin-top: 10px !important;}
  .autor p{float: right; text-align: right; color: #e7b457 !important;font-size: 0.7rem; margin-top: 10px !important; ;} 
  .autor a{color: #e7b457;font-weight: 700;margin-top: 10px !important; ;}



/* Media queries */
@media only screen and (min-width: 1600px){

}

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

}

@media only screen and (max-width: 1599px){ /* x-large */

    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text p {top: 15vh;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text p {top: 15vh;}

}

@media only screen and (max-width: 1199px){ /* large */
  .section-text {padding: 10vh;}
  .loop-assessoria .section-text {padding: 5vh;}

    /* apunto */
    .feed-services h3 {margin-top: 12vh;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text h3,.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text h3   {font-size: 1.5rem; line-height: 1; }
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text p, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text p {top: 9vh;}


}

@media (max-width: 1024px){ /* ipad */


}


@media (max-width: 959px){ /* medium */
    .section {padding:5vh;}
    .section-text {padding: 5vh;}
    .menu-header .menu a{font-size: 0.9rem;}
    .is-stuck .header-logo{width: 230px;}
    .uk-navbar-nav>li>a{padding: 0 15px;}
    .uk-navbar-container{height: auto;background-color: white;}
    .uk-navbar-right{width: 100%;display: block; height: auto; margin-right: 2vh;}
    .uk-navbar-left{display: inline-block;}
    .uk-navbar-nav#main-menu{display: none; position: absolute; top: 0; left: 0; padding: 10px 0vw 0 0vw; width: 100%; background-color: #280d20; z-index: 3;padding-left: 10px;  padding-top: 90px;}
    .uk-active .uk-navbar-nav#main-menu {display: none; position: absolute; top: 0; left: 0; padding: 10px 0vw 0 0vw; width: 100%; background-color: #280d20; z-index: 3;padding-left: 10px;  margin-top: 90px;}
    .uk-navbar-nav.visible-flex{display: block !important;overflow-y: auto;height: calc(100vh - 80px);}
    .uk-navbar-nav li{width: calc(100% - 15px);text-align: left;}
    .uk-navbar-nav li a{display: block;height: auto;padding: 10px 12px;}
    .uk-navbar-toggle{width: 80px;height: 90px;float: right;z-index: 4;position: relative;color: white !important;}
    .uk-navbar-toggle:focus, .uk-navbar-toggle:hover{color: #eee;}
    .uk-navbar-toggle-icon{margin-right: 10px;}
    .header-search{margin-top: 0 !important;width: 100%;}
    .bm-waves span{display: block; z-index: 4;position: relative; width: 160px; margin-top: 10px;}
    .uk-navbar.uk-active .uk-navbar-toggle{color: #280d20   !important;}
    .uk-navbar-container .uk-navbar-nav>li a, .uk-navbar-container.uk-active .uk-navbar-nav>li a{text-transform: initial;font-size: 1.2rem; color: white !important;}
    .uk-navbar-container .uk-navbar-nav>li a, .uk-navbar-container.uk-active .uk-navbar-nav>li a:hover {color: #e7b457 !important;}
    .uk-navbar-container .uk-navbar-nav>li a:hover, .uk-navbar-container.uk-active .uk-navbar-nav>li a:hover{color: #2c2a29;}
    .has-dropdown:after {content: ""; display: inline-block; width: 7px; height: 4px; background-image: url(../img/assets-sprite.svg); background-position: -36px -11px; position: absolute; top: 24px; left: 84px; background-size: 1000px 500px;}


   /* apunto */
    .header h1 {font-size: 4rem;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1), .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2),.home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3), .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) {margin: 0; width: 100%;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .overlay:hover, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .overlay:hover {margin-top: 0; padding-bottom: 0;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .overlay:hover, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .overlay:hover {padding-top: 0; margin-bottom: 0;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text h3 {position: relative; top: 0; left: 0;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text p, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text p {top:0; position: relative; left: 0vh;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text p, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text p {position: relative; left: 0vh;}
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text h3 {position: relative; left: 0vh;}
    .home .professionals .b-vertical {display: none;}
    .services .service .left, .services .service .left p, .services .service .left h3 {margin-bottom: 30px;}
    .feed-services .feed-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) {width: 100%; margin: 0;}
    .feed-services h3 {margin-top: 18vh; font-size: 2.5rem;}
    .feed-services .b-vertical {height: 70px;}
    .footer-ul {float: left;}
    .home .professionals h2 {font-size: 1.8rem;}
    .footer-submenu{text-align: left;}
    .services .budget .text h3 {font-size: 1.8rem;}
    .feed-services h2 {font-size: 2.2rem;}
    .about .intro h3.yellow {font-size: 2.2rem;}
    .order {-webkit-order: -1; order: -1;} 
    .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text h3 {font-size: 2.2rem;}

@media (max-width: 767px){ /* medium-small */

    /* apunto */
    .header h1 {font-size: 3rem;}
    .footer-ul {float: left !important;}
    .feed-services h3 {font-size: 2.2rem;}
}

@media only screen and (max-width: 639px){ /* small */
    .section{padding: 10%;}
    .section-text{padding: 10%;}
 

        /* apunto */
        .header h1 {font-size: 2.2rem;}
        .home .intro h2 {font-size: 3rem;}
        .about .intro h3.yellow {font-size: 2rem;}
        .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(1) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(2) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(3) .img .section-text h3, .home .ser-ind.uk-card.uk-card-default.uk-card-body:nth-child(4) .img .section-text h3 {font-size: 1.5rem;}

      
    
}
@media (max-width: 459px){ /* x-small */
   
    /* apunto */
    .home .intro h2 {font-size: 2.2rem; line-height: 1.4;}
    .header h1 {font-size: 1.6rem;}
    .feed-services h3 {font-size: 1.8rem;margin-top: 15vh;}

}