/* google-fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&display=swap');

/* font-family: 'Martel', serif; */

/* font-family: 'Josefin Sans', sans-serif; */

/* google-fonts */

.hero-slider-area{
    cursor: url(../img/icons/chevron-down.svg) 24 14,auto;
    position: fixed;
}
.happy_class {
    position: relative;
    z-index: 1;
    background: #fff;
    top: 940px;
}
.hero-slide-single{
    background-image: url(../img/hero-bg-1.png);
    background-size: cover;
    background-position: center;
    height: 940px;
    width: 100%;
}
section.header-top-area {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    color: #fdfdfd;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 20px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    transition: .3s;
    border-bottom: 1px solid transparent;
}
.mainmenu ul li a.active {
    border-color: #030303;
}
.mainmenu ul li a:hover{
    border-color: #030303;
}
.mainmenu.mainmenu-home ul li a:hover {
    border-color: #fdfdfd;
}

.logo_kamal_movil {
	display:none;
}
.logo_kamalfw_movil {
	display:none;
}
.hero-slider-content a {
    font-size: 72px;
    color: #fff;
    font-family: 'Martel', serif;
    font-weight: 300;
    position: absolute;
    bottom: 40px;
    right: 0;
    transition: .3s;
}
.hero-slider-content a:hover{
    opacity: .5;
}
.hero-slider-content {
    position: relative;
    height: 940px;
}
.hero-slider-content a img {
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
}

.hero-slider-content a span {
    display: inline-block !important;
    margin-right: 20px;
}
.language-select .nice-select {
    background: transparent;
    border: 1px solid transparent;
    font-size: 13px;
    margin-top: 20px;
    position: absolute;
    right: 0;
}
.mainmenu.text-right {
    padding-top: 25px;
}
.language-select .nice-select .current {
    color: #fdfdfd;
}
.language-select .nice-select:after {
    border-bottom: 2px solid #fdfdfd;
    border-right: 2px solid #fdfdfd;
    content: '';
    display: block;
    height: 10px;
    margin-top: -8px;
    right: 10px;
    width: 10px;
}
section.header-top-area.header-top-area-2 {
    position: unset;
    padding: 60px 0;
}

.header-top-area-2 .mainmenu ul li a {
    color: #000;
}

.header-top-area-2 .language-select .current {
    color: #000;
}
.header-top-area-2 .language-select .nice-select:after {
    border-color: #000;
}



/* mtext-area-css-start */
.mtext p {
    font-size: 24px;
    color: #060606;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: normal;
}

section.mtext-area {
    padding-top: 80px;
    padding-bottom: 280px;
    background-color: #fff;
}
/* arquitectura-area-css-start */
.arquitectura-area{
    position: relative;
    margin-bottom: 300px;
}
.arquitectura-area-bg{
    background-image: url('../img/secciones-home/arquitectura/2011-KM_foto down_arq.jpg');
    background-size: 65% 100%;
    background-position: center left;
    background-repeat: no-repeat;
    height: 760px;
    background-color: #fff;
}
/* .arquitectura-area-img{
    position: relative;
}
.arquitectura-area-img img {
    z-index: -1;
    position: absolute;
    left: 0;
    max-width: 1255px;
} */
.lifestyle-area-bg{background-image: url('../img/secciones-home/lifestyle/2011-KM_foto down_life.jpg');}
.empresas-area-bg{
    background-image: url('../img/secciones-home/empresas/2011-KM-foto down empresas.jpg');
    background-size: 100% 100%;
    height: 600px;
}
.family-weddings-bg{
    background-image: url('../img/secciones-home/bodas/2011-KM-foto down bodas.jpg');
    height: 910px;
}
.arquitecura-text h2 {
    font-size: 72px;
    font-weight: 400;
    font-family: 'Martel', serif;
    color: #030303;
}

.arquitecura-list p,.arquitecura-list a {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    color: #030303;
    display: block;
}
.arquitecura-text {
    width: 40%;
    background-color: #fff;
    height: 575px;
    padding: 250px 0px 0px 40px;
}

.arquitectura-gallery {
    width: 60%;
}

.arquitectura-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}

.arquitectura-gallery img {
    height: 575px;
    transition: 500ms transform;
    object-fit: cover;
}
.arquitectura-gallery img:hover {
    transform: scale(1.06);
}
.arquitectura-btn {
    position: relative;
    margin-top: 640px;
}

.arquitectura-btn a {
    position: absolute;
    color: #010101;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: .3s;
    right: 0;
    z-index: 9;
    letter-spacing: 1px;
}
.arquitectura-btn a:hover{
    opacity: .5;
}
section.arquitectura-area.lifestyle-area .arquitectura-area-bg {
    background-position: center right;
}
section.arquitectura-area.lifestyle-area .arquitectura-slide {
    left: 0;
}
section.arquitectura-area.lifestyle-area .arquitecura-text {
    padding-top: 70px;
    background: transparent;
}

section.arquitectura-area.lifestyle-area .arquitecura-text h2 {
    margin-bottom: 30px;
    color: #fff;
}

section.arquitectura-area.lifestyle-area .arquitecura-list a {
    color: #fff;
}
section.arquitectura-area.lifestyle-area .arquitectura-btn {
    margin-top: 810px;
}
.empresas-area .arquitectura-btn{
    margin-top: 665px !important;
}
section.empresas-area {
    padding-top: 380px;
}
.empresas-area .arquitecura-text {
    padding-top: 20px !important;
}
.empresas-area .arquitecura-text h2{
    margin-bottom: 15px !important;
}
section.empresas-area .arquitecura-text h2 {
    color: #030303 !important;
}
section.empresas-area .arquitecura-list a {
    color: #030303 !important;
}
section.arquitectura-area.family-weddings img {
    position: absolute;
    right: 0;
    height: 625px;
}
.family-weddings .arquitecura-text{
    padding-top: 140px;
    position: relative;
    top: -120px;
}
.family-weddings .arquitectura-btn {
    margin-top: 665px;
}
.family-weddings{
    margin-bottom: 450px;
}

.arquitectura-gallery .owl-nav div, .proyectos-gallery-slide .owl-nav div {
    position: absolute;
    left: 50px;
    bottom: 10%;
    font-size: 50px;
    line-height: 60px;
    transition: .3s;
  }
  .proyectos-gallery-slide .owl-nav div{
      bottom: -15%;
  }
  .arquitectura-gallery .owl-nav div img, .proyectos-gallery-slide .owl-nav div img{
      height: 70px;
      width: 70px;
  }
  .arquitectura-gallery .owl-nav div.owl-next, .proyectos-gallery-slide .owl-nav div.owl-next {
    left: auto;
    right: 50px;
  }
  .proyectos-gallery-slide .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.proyectos-gallery-slide .owl-nav div {
    left: 0px;
}


/* detras-area-css-start */
.detras-area{
    background-image: url(../img/d-1.png);
    background-repeat: no-repeat;
    height: 760px;
    background-size: 53% 100%;
    object-fit: cover;
    background-position: center left;
    position: relative;
}
.detras-content h2 {
    font-size: 100px;
    font-weight: 400;
    font-family: 'Martel', serif;
    margin-bottom: 50px;
}

.detras-content h2 span {
    font-size: 51px;
    font-weight: 300;
    display: block;
}
.detras-content p {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}
.detras-area img{
    position: absolute;
    right: 0;
    top: -130px;
}
.detras-content {
    position: relative;
    top: 330px;
}
.ultimos-proyectos-title h2 {
    font-size: 72px;
    font-weight: 400;
    font-family: 'Martel', serif;
    color: #030303;
    margin-bottom: 70px;
}

.ultimos-proyectos-title h2 span {
    display: block;
}

.single-proyectos-gallery-slide-text p {
    font-size: 21px;
    color: #030303;
}

.single-proyectos-gallery-slide-text p span {
    font-size: 30px;
}

.single-proyectos-gallery-slide-text {
    padding-top: 35px;
    padding-left: 20px;
}
section.ultimos-proyectos-area {
    padding-top: 350px;
}
.ultimos-proyectos-area .arquitectura-btn{
    margin-top: 150px;
}
.algunos-clientes-content h2 {
    font-size: 72px;
    font-weight: 400;
    font-family: 'Martel', serif;
    color: #030303;
}
.algunos-clientes-content a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #030303;
    margin: 15px 0;
}
.algunos-clientes-content p {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #030303;
    margin: 15px 0;
}
section.algunos-clientes {
    padding-top: 230px;
    padding-bottom: 100px;
}
/* blog-area-css-start */
.blog-section-title h2 {
    font-size: 125px;
    font-weight: 400;
    font-family: 'Martel', serif;
    margin-bottom: 40px;
}
.single-blog-post {
    width: 47%;
    overflow: hidden;
}
.single-blog-post img {
    width: 100%;
    transition: 500ms transform;
}
.single-blog-post img:hover{
    transform: scale(1.06);
}
.blog-text h2 {
    font-size: 36px;
    font-weight: 400;
    color: #060606;
}

.blog-text p {
    font-size: 21px;
    font-weight: 400;
    color: #060606;
}

.blog-text {
    padding-top: 35px;
    width: 90%;
}

.blog-text a {
    font-size: 14px;
    text-transform: uppercase;
    color: #030303;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #030303;
    transition: .3s;
}

.blog-text a:hover {
    opacity: .5;
}

.post-text h1 {
    font-size: 62px;
    font-weight: 400;
    color: #060606;
}

.post-text p {
    font-size: 21px;
    font-weight: 400;
    color: #060606;
    margin-bottom: 50px;
}

.post-text {
    padding-top: 35px;
    width: 70%;
}

.post-text a {
    font-size: 14px;
    text-transform: uppercase;
    color: #030303;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #030303;
    transition: .3s;
}
.post-text .jssocials a {
    border-bottom: 0px solid #030303;
}
.post-text a:hover {
    opacity: .5;
}
.post-text img{
    max-width: 800px;
}

.politicas-text h1 {
    font-size: 62px;
    font-weight: 400;
    color: #060606;
}

.politicas-text p {
    font-size: 21px;
    font-weight: 400;
    color: #060606;
}

.politicas-text {
    padding-top: 35px;
    width: 100%;
}

.politicas-text a {
    font-size: 14px;
    text-transform: uppercase;
    color: #030303;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #030303;
    transition: .3s;
}

.politicas-text a:hover {
    opacity: .5;
}
section.blog-area {
    padding-top: 40px;
    padding-bottom: 200px;
}
.cargar-btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: #030303;
    letter-spacing: 1px;
    border-bottom: 1px solid #030303;
    display: inline-block;
    transition: .3s;
}

.cargar-btn a:hover {
    opacity: .5;
}

.cargar-btn {
    padding-top: 100px;
}
.volver-btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: #030303;
    letter-spacing: 1px;
    border-bottom: 1px solid #030303;
    display: inline-block;
    transition: .3s;
}
.volver-btn a:hover {
    opacity: .5;
}

.volver-btn {
    padding-top: 35px;
}

.blog-category h4 {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #030303;
    display: inline-block;
}
.blog-category ul li {
    display: block;
}

.blog-category ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #030303;
    transition: .3s;
    margin: 5px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.blog-category ul li a:hover,.blog-category ul li a.active {
    border-bottom: 1px solid #030303;
}

.blog-category {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 80px;
}
.blog-relacionado h4{
    margin-bottom: 50px;
}
.blog-relacionado .blog-text{
    width: 84%;
}
.proyectos-category-single ul li a {
    font-size: 21px;
    color: #030303;
    transition: .3s;
    display: inline-block;
    margin: 5px 0;
}

.proyectos-category-single ul li {
    display: block;
}

.proyectos-category-single ul li a:hover {
    color: #666666;
}

.proyectos-category-single {
    width: 170px;
    padding: 30px 0;
    border-bottom: 1px solid #030303;
}

.proyectos-category-single ul li:nth-child(1) a {
    font-size: 16px;
    text-transform: uppercase;
}
.proyeectos-category {
    position: absolute;
    right: -100px;
    top: 0;
}

/* contact-form-area-css-start */
section.contact-form-area {
    background: #090505;
    padding-top: 125px;
    padding-bottom: 90px;
}

.contact-fomr-title h2 {
    font-size: 72px;
    font-weight: 300;
    font-family: 'Martel', serif;
    color: #fff;
    margin-bottom: 20px;
}

.contact-fomr-title p {
    font-size: 24px;
    color: #fff;
}

.contact-fomr-title {
    padding-bottom: 80px;
}

.contact-form input {
    font-size: 21px;
    background: #090505;
    border: 1px solid #090505;
    border-bottom: 1px solid #fff;
    width: 90%;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px;
}

.contact-form input::placeholder {
    color: #fff;
}
.contact-form textarea {
    width: 95%;
    color: #fff;
    border: 1px solid #090505;
    border-bottom: 1px solid #fff;
    background: #090505;
    padding: 15px 0;
    height: 160px;
    margin-bottom: 30px;
}

textarea::placeholder {
    color: #fff;
}
.contact-form input[type="submit"] {
    border: 1px solid #fff;
    width: 80%;
    padding: 10px;
    transition: .3s;
    cursor: pointer;
}
.contact-form input[type="submit"]:hover{
    background: #fff;
    color: #030303;
}
/* Customize the label (the container) */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
  }
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #090505;
    border: 1px solid #fff;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #090505;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #090505;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* como-encontrarme-area-css-start */
.como-title h2 {
    font-size: 72px;
    font-weight: 300;
    font-family: 'Martel', serif;
    color: #090505;
}

.como-title h2 span {
    display: block;
}

.phone a {
    font-size: 26px;
    font-weight: 400;
    color: #090505;
    transition: .3s;
}

.phone a:nth-child(1) {
    margin-right: 10px;
}

.phone a:nth-child(2) {
    margin-left: 10px;
}

.mail a {
    font-size: 21px;
    color: #030303;
    font-weight: 400;
    transition: .3s;
}
.phone a:hover, .mail a:hover{
    opacity: .5;
}
.address p {
    font-size: 21px;
    font-weight: 400;
}

.phone, .mail, .address {
    padding-bottom: 20px;
    border-bottom: 1px solid #030303;
    margin-bottom: 25px;
}

.address {
    margin-bottom: 0 !important;
}

section.como-encontrarme-area {
    padding: 110px 0;
}
.google-map-area{
    background-image: url(../img/google-map.png);
    background-color: #b1a48e;
    background-size: 100% 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
}
/* footer-area-css-start */
section.footer-area {
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer-social a {
    font-size: 30px;
    color: #030303;
    margin-right: 50px;
    display: inline-block;
    transition: .3s;
}
.footer-social a:hover{
    opacity: .5;
}
.footer-social {
    padding-bottom: 50px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #030303;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .3s;
}
.footer-menu ul li a:hover{
    opacity: .5;
}
.footer-content {
    padding-bottom: 45px;
    border-bottom: 1px solid #030303;
    margin-bottom: 65px;
}
.footer-demo-logo.footer-demo-logo-2 a {
    padding-top: 50px;
    display: block;
}
.proyectos-footer-logo {
    padding-top: 80px;
}

.proyectos-footer-social {
    padding-top: 90px;
    border-bottom: 1px solid #030303;
    padding-bottom: 25px;
}

.proyectos-footer-social a {
    font-size: 30px;
    color: #030303;
    margin-right: 50px;
    transition: .3s;
}

.proyectos-footer-social a:hover {
    opacity: .5;
}
.proyectos-footer-contact a {
    font-size: 24px;
    color: #030303;
    font-weight: 400;
    transition: .3s;
}

.proyectos-footer-contact a:nth-child(2) {
    font-size: 14px;
    margin-left: 10px;
}

.proyectos-footer-contact a:hover {
    opacity: .5;
}
.proyectos-footer-contact a:nth-child(1) {
    margin-right: 10px;
}
.proyectos-footer-contact {
    padding: 40px 0;
    border-bottom: 1px solid #030303;
}
.proyectos-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proyectos-footer-menu ul li {
    display: inline-block;
}

.proyectos-footer-menu ul li a {
    color: #030303;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 33px;
    transition: .3s;
}

.proyectos-footer-menu {
    padding-top: 40px;
}

.proyectos-footer-menu ul li a:hover {
    opacity: .5;
}
.proyectos-footer-copyright ul li {
    display: inline-block;
}

.proyectos-footer-copyright ul li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #030303;
    transition: .3s;
}

.proyectos-footer-copyright ul li a:hover {
    opacity: .5;
}

.proyectos-footer-copyright ul {
    position: relative;
    top: -25px;
    display: inline-block;
}

.proyectos-footer-copyright {
    border-bottom: 1px solid #030303;
    padding-bottom: 10px;
}
section.proyectos-footer {
    padding-bottom: 100px;
}
section.proyectos-area.proyectos-area-2 {
    margin-top: 100px;
}





/* proyectos-page-area-css-start */
.proyectos-area-left-content h2 {
    font-size: 72px;
    font-weight: 400;
}

.about-single-proyectos h3 {
    font-size: 30px;
    font-weight: 400;
}

.about-single-proyectos h3 span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    padding-top: 5px;
}
section.proyectos-area img {
    width: 68%;
    max-height: 760px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.single-proyectos-gallery-view img {
    width: 100%;
    transition: 500ms transform;
}
.single-proyectos-gallery-view img:hover{
    transform: scale(1.06);
}
.single-proyectos-gallery-view {
    margin-bottom: 30px;
    overflow: hidden;
}
.proyectos-cargarmas-btn a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #030303;
    display: inline-block;
    border-bottom: 1px solid #030303;
    transition: .3s;
}

.proyectos-cargarmas-btn a:hover {
    opacity: .5;
}
.proyectos-cargarmas-btn {
    padding-top: 30px;
}
/* call-to-action-area-css-start */
section.call-to-action {
    background-color: #030303;
    padding: 130px 0;
    margin-top: 250px;
}


.call-to-action-content h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 45px;
}

.call-to-action-content p {
    font-size: 24px;
    color: #fff;
}

.call-to-action-content a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 50px;
    display: inline-block;
    margin-top: 35px;
    transition: .3s;
}

.call-to-action-content a:hover {
    background: #fff;
    color: #030303;
}



.scroll-top {
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    padding: 10px;
    height: 75px;
    width: 75px;
}
.scroll-top img {
    width: 100%;
}

.sticky-menu {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    background: #030303;
    z-index: 9 !important;
    transition: .3s;
    padding: 20px 0;
}
.header-top-area-2.sticky-menu {
    padding: 20px 0 !important;
}

.header-top-area-2.sticky-menu .mainmenu ul li a {
    color: #fff;
}
.header-top-area.sticky-menu .mainmenu ul li a:hover {
    border-color: #fff;
}
.header-top-area.sticky-menu .mainmenu ul li a.active {
    border-color: #fff;
}
.header-top-area-2.sticky-menu .language-select .current{
    color: #fff;
}
.header-top-area-2.sticky-menu .language-select .nice-select:after{
    border-color: #fff;
}
.sticky-logo{
    display: none;
}
.header-top-area-2.sticky-menu .normal-logo{
    display: none;
}
.header-top-area-2.sticky-menu .sticky-logo{
    display: block;
}
.arquitectura-area.lifestyle-area.empresas-area.family-weddings-mobile {
    display: none;
}

/* off-canvas-menu-css-start */
.off-canvar-menu {
    background: #030303;
    position: fixed;
    width: 300px;
    z-index: 99;
    height: 100%;
    padding:25px 0;
    margin-left:-300px;
    transition:.2s;
    z-index: 99999;
  }
  
  
  .off-canvar-menu.active{margin-left:0}
  
  .off-canvar-menu ul{
      margin:0;
      padding:0;
      list-style:none;
      padding-top:100px;
      padding-left: 50px;
  }
  .off-canvar-menu ul li{
      display: block;
  }
  .off-canvar-menu li a {
    display: inline-block;
    color: #fff;
    padding: 6px 0;
    font-size: 21px;
    text-transform: uppercase;
  }
  
  
  .menu-close {
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    padding: 25px;
    cursor: pointer;
    font-size: 25px;
  }
  span.menu-close img {
    height: 40px;
    width: 40px;
}
  .off-canvar-overlay {
    width: 100%;
    height: 100%;
    background:#000 none repeat scroll 0 0;
    position:fixed;
    z-index:-1;
    opacity:0;
    transition:.2s;
  }
  
  .off-canvar-overlay.active{
      z-index:97;
      opacity:.6;
  }
  .header-top-area a {
    color: #5b4060;
    padding: 5px;    
  }
  
  .header-top-area a.menu-trigger span{
      height:3px;
      width:45px;
      display:block;
      background:#fff;
      margin-bottom:8px;
  }
 
  
  .header-top-area a.menu-trigger {
    position: absolute;
    right: 30px;
    top: 25px;
}
  
  .header-top-area a.menu-trigger span:nth-child(2) {
    width: 35px;
    position: relative;
    left: 10px;
  }
  .header-top-area-2 a.menu-trigger span {
    background: #030303;
}

.header-top-area-2.sticky-menu a.menu-trigger span {
    background: #fff;
}
.mobile-menubar{
    display: none;
}
.mb-ver-btn {
    text-align: right;
    display: none;
}

.mb-ver-btn a {
    font-size: 12px;
    color: #030303;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 60px;
    display: inline-block;
    margin-right: 50px;
    border-bottom: 1px solid #030303;
    transition: .3s;
}

.mb-ver-btn a:hover {
    opacity: .5;
}

section.algunos-clientes .mb-ver-btn a {
    border-bottom: none !important;
}

section.algunos-clientes .mb-ver-btn a img {
    height: 50px;
    width: 50px;
}
/***********  COOKIE BANNER   ***********/
#overbox3 {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 999999;
    transition: 0.5s;
    display: block;
}

#overbox3.active {
    bottom: -149px;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 148px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /* box-shadow: 0 -5.5px 22px rgba(0,0,0,.5); */
}

#btnbox3 {
    background-color: #fff;
    width: max-content;
    padding: 3px 19px;
}

#btnbox3 a {
    color: #000;
}

#btnbox3 a:hover {
    text-decoration-line: underline;
}

#infobox3 p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #000;
    width: 80%;
    margin-left: 10%;
    padding-top: 27px;
}

#infobox3 p a {
    margin-left: 27px;
    color: #000;
}
fillhead st0{
    fill: #ffffff;
}


/* Family and wedding */
.colorwedding{
    background-color: #a4cbb9!important;
}
.mtext.mtext2 p {
    color: #fff;
    font-size: 34px;
    margin-bottom: 24px;
    font-weight: 500;
}
.lifestyle-area-bg2 {
    background-image: url('../img/secciones-home/lifestyle/2011-KM_foto down_life.jpg');
    margin-top: -49px;
}

section.ultimos-proyectos-area2 {
    background: #fff;
}
section.algunos-clientes2 {
    background: #fff;
}
section.contact-form-area2 {
    background: #a4cbba;
}

.contact-form2 input {    
    background: #a4cbba;
    border: 1px solid #a4cbba;
    border-bottom: 1px solid #fff;   
}
.contact-form2 textarea {    
    color: #000;
    border: 1px solid #a4cbba;
    border-bottom: 1px solid #fff;
    background: #a4cbba;
}
.custom-checkbox2 input:checked ~ .checkmark {
    background-color: #a4cbba;
}
.single-blog-post2 {
    width: 65%;
}
.blog-category2 ul li {
    display: block;
    margin-bottom: 10px;
}
.blog-category2 ul li a:hover, .blog-category2 ul li a.active {  
    color:  #a4cbba;
    border-bottom: 1px solid #a4cbba;
    transform: scale(1.06);
}

.carrusel-clients.owl-carousel .owl-item img:hover {
    opacity: .6;
    
}