﻿/*!
Theme Name: QUOTAJALVO
Theme URI: https://limadot.com/
Author: Limadot
Author URI: https://limadot.com/
Description: Theme de Limadot
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: limadot
Tags: limadot, web

 */
@charset "utf-8";

@font-face {
  font-family: 'quota';
  src:  url('assets/fonts/quota.eot?fl8mf1');
  src:  url('assets/fonts/quota.eot?fl8mf1#iefix') format('embedded-opentype'),
    url('assets/fonts/quota.ttf?fl8mf1') format('truetype'),
    url('assets/fonts/quota.woff?fl8mf1') format('woff'),
    url('assets/fonts/quota.svg?fl8mf1#quota') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'quota' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-informe:before {
  content: "\e901";
}
.icon-down:before {
  content: "\e905";
}
.icon-down-v:before {
  content: "\e900";
}
.icon-left:before {
  content: "\e903";
}
.icon-left-v:before {
  content: "\e904";
}
.icon-play:before {
  content: "\e907";
}
.icon-right:before {
  content: "\e908";
}
.icon-right-v:before {
  content: "\e909";
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #818181;
}

/*--GENERALES--*/

body {
    padding-right: 0;
    padding-left: 0;
    transition: all 0.25s ease-in-out;
}
.btn, .btn:visited{
	display: inline-block;
	font-size: 16px;	
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	border: none;
	padding: 8px 18px;    
    
}
body.block-scroll {
    overflow: hidden;
}
ul li {
  list-style: none;
}

a,
a:hover,
.btn:focus,
.owl-theme .owl-dot:focus,
input:focus {
  outline: none !important;
    text-decoration: none;
  box-shadow: none !important;
}
.owl-theme .owl-dot {
  background: transparent !important;
  border: 0 !important;
}
.owl-theme .owl-dots .owl-dot {
  padding: 0;
}
.tab-content,
.tab-panel{
    display: none;
}
.section{
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.container {
  max-width: 1200px;
  margin: auto ;
  width: 100% ;
    position: relative;
}
.tab-panel,
.item_collapse .c-collapse {
  display: none;
}
button{
    background-color: transparent;
}
/*GENERALES*/

/*HEADER*/
header{
    position: fixed;    
    width: 100%;
    z-index: 9999999;        
}

.nav_primary{
    display: flex;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
    padding: 10px 0 0;
}
.nav_primary_logo{
    height: 65px;
    display: flex;
    align-items: center;
}
.nav_primary_logo .custom-logo{
    height: 51px;
    width: auto;
}
.nav_primary_content{
    display: flex;
    align-items: center;
    height: 61px;
}
.nav_primary_btn{
    display: flex;
    align-items: center;
}

.btn_login{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #626262;
    border: 1px solid #961C2B;
    border-radius: 20px;
    transition: all 0.25s ease-in-out;
    padding: 9px 20px!important;
    background-color: transparent;
}
.btn_login:hover{
    border: 1px solid #1B1B1B;
    background-color: #1B1B1B;
    color: #FFF;
}

.nav_sup{
    background-color: #000000;
    display: flex;
    padding: 10px;
}
.nav_sup .container{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.nav_sup_contact{
    display: flex;
}
.nav_sup_contact .nav_sup_contact_item{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.nav_sup_contact .nav_sup_contact_item a{
    margin-left: 5px;
    position: relative;
}
.nav_sup_contact .nav_sup_contact_item a::after{
    content: '/';    
    margin-right: 5px;
    padding-left: 7px;
}
.nav_sup_contact .nav_sup_contact_item a:last-child::after{
    content: none;
}
.nav_sup_contact_item a{
    color: #FFF;
}
.nav_sup_contact .nav_sup_contact_item:first-child{
    margin-right: 10px;
}
.nav_sup_contact .nav_sup_contact_item i{
    font-size: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.nav_sup_content{
    display: flex;
    align-items: center;
}
.nav_sup_content_p{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;

}
.nav_sup_redes{
    display: flex;
    margin-left: 10px;
}
.nav_sup_redes a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    margin-right: 5px;
}
.nav_sup_redes a i{
    font-size: 11px;
    border-radius: 50%;
    border: 1px solid #FFF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
}
.nav_sup_redes a:hover i{
    background-color: #FFF;
    color: #000;
}
.nav_sup_redes a:last-child{
    margin-right: 0
}
header.sticky{
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width:1200px){
    .nav__menu{
        display: flex;
        height: 100%;
        align-items: center;
    }
    .nav__menu .menu-item{
        margin: 0 20px;
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
    }
    .nav__menu > .menu-item::after{
        content: '';
        position: absolute;
        top: 30px;
        left: 50%;
        width: 0px;
        height: 3px;
        background-color: #CCFF33;
        transition: all 0.25s ease-in-out;
    }
    .nav__menu > .menu-item:hover::after{
        width: 100%;
        left: 0;
    }
    .nav__menu .contact::after{
        content: none;
    }
    .nav__menu  > .menu-item a{
        font-family: Work Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #FFF;
    }
    header.sticky .nav__menu  > .menu-item a{
        color: #000;
    }
    .nav__menu > .menu-item-has-children > .menu_title i::after{
        content: "\e900";
        font-family: 'quota';
        font-size: 11px;
        margin-left: 5px;
        color: #fff;
    }
    .nav__menu .contact > .menu_title a{
        border: 1px solid #000;
        background-color: #000;
        padding: 7px 20px !important;
        border-radius: 20px;
        transition: all 0.25s ease-in-out;
        color: #FFF
    }
    header.sticky .nav__menu  > .contact .menu_title a{
        color: #FFF;
    }
    .nav__menu .contact > .menu_title a:hover{
        color: #000;
        background-color: transparent;
    }
    header.sticky .nav__menu  > .contact .menu_title a:hover{
        color: #000;
    }
    header.sticky .nav__menu > .menu-item-has-children > .menu_title i::after{
        color: #000;
    }
    .nav__menu > .menu-item-has-children:hover li ul,
    .nav__menu li ul{
        display: none;
    }
    .nav__menu > .menu-item-has-children:hover ul{
        display: block;
        position: absolute;
        width: 231px;
        background-color: rgba(0, 0, 0, 0.8);        
        top: 60px;
        border-radius: 10px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    }
    .nav__menu > .menu-item-has-children:hover li:hover ul{
        display: block;
        width: 231px;
        background-color: rgba(0, 0, 0, 0.8);        
        top: -7px;
        border-radius: 10px;
        left: -130px;    
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    }
    .nav__menu > .menu-item{    
        position: relative;
        bottom: -15px;    
        padding-bottom: 30px;
    }
    .nav__menu > .menu-item:last-child{
        margin-right: 0;
    }
    .nav__menu li li{    
        margin: 10px !important;        
    }
    .nav__menu .menu-item li a{
        font-family: Work Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }
    header.sticky .nav__menu .menu-item li a{
        color: #FFF;
    }
    .nav__menu li li:last-child{
        border-bottom: 0
    }
    .nav__menu li li:hover::after{
        height: 70%;  
        top: 5px;
    }
    .nav__menu li li a{
        font-family: Work Sans;
        font-style: normal;
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 19px !important;
        color: #000000;
    }
    .nav__menu li li:hover > a{
        color:#FFF;    
    }
    .nav__menu > .menu-item-has-children:hover .menu-item-has-children > a{
        position: absolute;
        padding-left: 30px;
        left: -23px;
    }
}
@media (max-width:1200px){
    .nav_sup{
        display: none;
    }
    header{        
        background-color: #FFF;        
    }
    .nav_primary_icon{
        display: block;
        margin: auto 0;
        position: relative;
        height: 20px;
        width: 30px;
        cursor: pointer;
        margin-left: 15px;
    }
    .nav_primary_icon .i_large{
        position: absolute;
        content: '';
        transform: translateY(-50%);
        background-color:#000;
        width: 30px;
        height: 2px;
        transition: all 0.25s ease-in-out;
    }
    .nav_primary_icon .large_firts{
        top:0
    }
    .nav_primary_icon .large_middle{
        top:50%
    }
    .nav_primary_icon .large_last{
        top:100%
    }
    .nav_primary_icon.active .large_firts{
        top:50%;
        transform: rotate(45deg);
    }
    .nav_primary_icon.active .large_middle{
        display: none;
    }
    .nav_primary_icon.active .large_last{
        top:50%;
        transform: rotate(135deg);
    }
    
    .nav_primary_logo {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .nav_primary_logo .custom-logo {
        height: 55px;
        width: auto;
    }
    .nav_primary{
        padding:  5px 10px;
    }
    .nav__menu {
        position: fixed;
        top: 71px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        height: calc(100vh);
        z-index: 9999999999;
    }
    .nav__menu {
        width: 100%;
        display: none;
    }
    .nav__menu a {
        display: block;
        padding: 10px;
        font-family: Work Sans;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000;
    }
    .nav__menu > .menu-item .sub-menu{        
        padding: 0px 0 0px 20px;
        height: 0;
        overflow: hidden;
        transition: height 0.25s ease-in-out;
    }
    .nav__menu > .menu-item .sub-menu.active{        
        padding: 5px 0 5px 20px;
        height: auto;
    }
    .nav__menu > .menu-item-has-children > .menu_title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav__menu > .menu-item-has-children > .menu_title i::after{
        content: "\e900";
        font-family: 'quota';
        font-size: 11px;
        margin-left: 5px;
        color: #000;
    }
    .nav__menu > .menu-item-has-children > .menu_title .active i::after{
        transform: rotate(-180deg);
        display: flex;
    }
    .nav__menu > .menu-item > .menu_title > a{
        display: flex;
        align-items: center;
    }
    .nav__menu > .menu-item{
        margin: 7px 0;
    }
    .nav__menu > .menu-item ul li a{
       padding: 5px;
        display: flex;
        align-items: center;
        text-transform: initial;
    }
}

/*FOOTER*/
.footer{
    display: flex;
    background-color: #272727;
    padding: 30px 0;
    min-height: 204px;
}
.footer .container{        
    max-width: 1250px;
}
.footer_columns{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFF;
}
.footer_column{
    padding: 0 20px;
}
.footer_column:nth-child(1){
    width: 25%;
    padding: 0;
}
.footer_column:nth-child(2){
    width: 20%;
    padding: 0 10px;
}
.footer_column:nth-child(3){
    width: 15%
}
.footer_column:nth-child(4){
    width: 18%;
    padding: 0 10px;
}
.footer_column:nth-child(5){
    width: 22%;
    padding: 0 10px;
}

.footer_column_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer_column_navigation li{
    margin-bottom: 5px;
}
.footer_column_navigation li:last-child{
    margin-bottom: 0;
}
.footer_column_navigation li a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer_column_telefono{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    color: #FFFFFF;  
    margin-bottom: 5px;
}
.footer_column_telefono a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer_column_telefono a::after{
    content: '/';    
    margin-right: 5px;
    padding-left: 7px;
}
.footer_column_telefono a:last-child::after{
    content: none;
}
.footer_column_mail{
    margin-bottom: 5px;
}
.footer_column_mail a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.footer_column_address{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.footer_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content_image img{
    width: 191px;
    height: auto;
}
.footer_content_cc{
    display: flex;
    align-items: center;
}
.footer_content_cc p{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;    
}
.footer_content_redes{
    margin-left: 10px;
    display: flex;
}
.footer_content_redes a{
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    width: 30px;
    height: 30px;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    margin: 0 5px;
}
.footer_content_redes a:hover{
    background-color: #CCFF33;
    border: 1px solid #CCFF33;
    color: #000;
}
.copyright{
    background-color: #000000;
    padding: 10px;
}
.copyright p{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width:1250px){
    .footer .container{        
        padding: 0 20px;
    }
}
@media (max-width:1200px){
    .footer_column{
        padding: 0 10px !important;
        width: 50% !important;
        margin-bottom: 15px;
    }
    .footer_column:last-child{
        margin-bottom: 0
    }
}
@media (max-width:767px){
    .footer_column{
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .footer_content{
        display: flex;
        flex-direction: column-reverse;        
    }
    .footer_content_cc{        
        flex-direction: column;
        width: 100%;        
    }
    .footer_content_cc p{        
        margin-bottom: 15px;
    }

}

.section--banner_home{
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
.section--banner_home video{
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.section--banner_home::after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    content: '';
    z-index: -1;
}
.banner_home_h1{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}
.banner_home_h4{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 450px;
    width: 100%;
}
.btn--qjstore{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFF;
    padding: 7px 20px;
    border-radius: 20px;
}
.btn--qjstore:hover{
    color: #000;
    background-color: #FFF;
}

.home_servicios_p{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #262625;
    margin-bottom: 10px;
}
.title{
    text-align: center;
}
.title span{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #262625;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;    
    justify-content: center;
    display: inline-flex
}
.title span::after{
    background-color: #CCFF33;
    content: '';
    width: 50%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.subtitle{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #4E4D4C;
    max-width: 640px;
    margin: auto;
    width: 100%;
    margin-bottom: 40px;
}
.home_servicios{
    display: flex;
    flex-wrap: wrap;
}
.home_servicios_item{
    width: calc(100% / 4 - 30px);
    margin: 15px;
}
.home_servicios_item_imagen{
    height: 278px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.home_servicios_item_imagen_cc{
    margin: auto;
}
.home_servicios_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 252px;
    width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 10px;    
}
.home_servicios_item_title::after{
    background-color: #CCFF33;
    content: '';
    width: 30%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home_servicios_item_btn{
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}
.home_servicios_item:hover .home_servicios_item_btn{
    height: 40px;
    margin-top: 20px;
}
.btn--black{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
    background-color: #000;
    border: 1px solid #000 !important;
}
.btn--black:hover{
    border: 1px solid #CCFF33 !important;
    background-color: #CCFF33;
    color: #000;
}
.btn--gris{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFF;
    border-radius: 20px;
    background-color: #262625;
}
.btn--gris:hover{
    background-color: #CCFF33;
    color: #000;
}
.home_servicios_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #4E4D4C;
}

.home_about_image{
    height: 441px;
    border-radius: 20px;
    display: flex;
    padding: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_about_image_cc{
    max-width: 300px;
    width: 100%;
    margin: auto 0;    
    margin-bottom: 0;
}
.home_about_image_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.home_about_image_subtitle{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.home_about_image_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.home_about_cards{
    background-color: #F6F6F6;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
}
.home_about_cards_item{
    width: calc(100% / 4 - 30px);
    margin: 15px;
}
.home_about_cards_item_icon{
    text-align: center;
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_about_cards_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #262625;
    margin-bottom: 20px;
}
.home_about_cards_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #4E4D4C;
}

.ambito{
    display: flex;
    flex-wrap: wrap;
}
.ambito_image{
    width: calc(50% - 20px);
    margin: 10px;
}
.ambito_image img{
    border-radius: 20px;
    width: 100%;
}
.owl_hclients::after{
    position: absolute;
    height: 100%;
    width: 228px;
    content: '';
    background: linear-gradient(90deg, #FFFFFF 37.97%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    z-index: 99;
}
.owl_hclients::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 228px;
    background: linear-gradient(90deg, #FFFFFF 37.97%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
    right: 0;
    top: 0;
    z-index: 99;
}
.owl_hclients{
    position: relative;
    padding: 0 20px;
    margin-top: 60px;
}
.owl_hclients .owl-prev,
.owl_hclients .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;    
    background-color: #CCFF33!important;
    z-index: 999;
    border-radius: 50% !important;    
    cursor: pointer;
    padding: 0!important;
    margin: 0!important;
    font-size: 23px!important;
}
.owl_hclients .owl-prev{
    left: 0;   
}
.owl_hclients .owl-next{
    right: 0;
}
.clients_item img{
    width: auto !important;
    margin: auto;
    height: auto!important;
}
.owl_hgallery{
    position: relative;
}
.owl_hgallery::after{
    position: absolute;
    height: 100%;
    width: 228px;
    content: '';
        background: linear-gradient(90deg, #ffffff 7.97%, rgb(255 255 255 / 0%) 97%);
    left: 0;
    top: 0;
    z-index: 99;
}
.owl_hgallery::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 228px;
    background: linear-gradient(90deg, #ffffff 7.97%, rgb(255 255 255 / 0%) 97%);
    transform: rotate(-180deg);
    right: 0;
    top: 0;
    z-index: 99;
}
.owl_hgallery .owl-prev,
.owl_hgallery .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;    
    background-color: #CCFF33!important;
    z-index: 999;
    border-radius: 50% !important;    
    cursor: pointer;
    padding: 0!important;
    margin: 0!important;
    font-size: 23px!important;
}
.owl_hgallery .owl-prev{
    left: 10%;   
}
.owl_hgallery .owl-next{
    right: 10%;
}

.home_gallery_item_image{
    margin-bottom: 30px;
}
.home_gallery_item_image img{
    border-radius: 20px;
    
    margin: auto;
}
.home_gallery_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #262625;
}
.cc_dots_owl_hgallery{
    margin-top: 40px;
}
.owl-theme .owl_dots_hgallery .owl-dot.active span{
    background-color: #000000 !important;
     border: 1px solid #000000;    
}
.owl-theme .owl_dots_hgallery .owl-dot span{
    background-color: #C4C4C4!important;
    border: 1px solid #C4C4C4;
    width: 24px !important;
    height: 3px !important;
    margin: 0!important;    
}
.owl-theme .owl_dots_hgallery .owl-dot{
    margin: 0 5px;
}
.section--general{
    padding: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.general_content{
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    padding: 50px 30px;
    max-width: 647px;
    text-align: center;
    width: calc(100% - 20px);
}
.general_content_white{
    background-color: rgba(255, 255, 255, 0.8);
}
.general_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.general_subtitle{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.general_content_white .general_subtitle,
.general_content_white .general_title{
    color: #000;
}
.general_btns{
    display: flex;
    justify-content: center;
}
.general_btns a:first-child{
    margin-right: 10px;
}

.btn--transparent_white{
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.btn--transparent{
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.general_content_white .btn--transparent_white{
    color: #000;
    border: 1px solid #000 !important;
}
.btn--white{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    border-radius: 20px;
    border: 1px solid #FFF !important;
    background-color: #FFF;
}
.btn--transparent i,
.btn--white i{
    font-size: 13px;
}

.btn--transparent:hover,
.btn--transparent_white:hover{
    background-color: #CCFF33;
    color: #000;
    border: 1px solid #CCFF33 !important;
}
.btn--white:hover{
    background-color: #CCFF33;
    color: #000;
    border: 1px solid #CCFF33 !important;
}
.section--analitics{
    padding: 0;
    height: 100vh;
    display: flex;
}
.analitics_title{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.analitics_subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.section--map{
    padding: 0;
    padding-top: 120px;
}
.country_map{
    display: none;
    width: 100%;
    height: 578px
}
.map_content{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 49;
    padding: 60px 50px;
    max-width: 526px;
    width: 100%;
}
.map_content_ul{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.map_content_li{    
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #4E4D4C;
    margin-right: 20px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.map_content_li.active::after{
    background-color: #CCFF33;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.map_content_li:last-child{
    margin-right: 0;
}
.map_content_panel_dir{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4E4D4C;
    margin-bottom: 10px;
}
.map_content_panel_tel{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4E4D4C;
    margin-bottom: 10px;
}
.map_content_panel_email{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4E4D4C;

}
.section--contact .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact_content{
    width: 50%;
}
.contact_form{
    width: 50%;
}
.contact_content_h1{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #262625;
    margin-bottom: 15px;
}  
.contact_content_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #4E4D4C;
    max-width: 400px;
    width: 100%;
}

label{
    width: 100%;
    font-family: 'Roboto', sans-serif !important;    
    font-weight: normal!important;
    font-size: 18px;
    line-height: 21px;    
    color: #262625;
}
.frm{
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;    
    border: 1px solid #000;
    padding: 6px 10px;
    background-color: transparent;
    font-family: 'Roboto', sans-serif !important;    
    font-weight: normal!important;
    font-size: 16px;
    line-height: 20px;    
}
.frm_textarea{
    resize: none;
}

.section--image_default{
    padding: 0;
    height: 530px;
}
.medotologia{
    display: flex;
    flex-wrap: wrap;
}
.medotologia_item{
    width: calc(100% / 2 - 30px);
    margin: 15px;
    
}
.medotologia_item_image{
    margin-bottom: 20px;
}
.medotologia_item_image img{
    width: 100%;
    border-radius: 20px;
}
.medotologia_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #262625;
    margin-bottom: 20px;
}
.medotologia_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #4E4D4C;
}
.introduccion{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #4E4D4C;
    max-width: 1100px;
    margin: auto;
    width: 100%;
    margin-bottom: 40px;
}
.wysiwyg ol,
.wysiwyg ul{
    padding: revert;
    margin: revert;
}
.wysiwyg ul li{
    list-style: disc;
}
.wysiwyg ol li{
    list-style: decimal;
}
.meto_esquema_image img{
    width: 100%;
}
.meto_calidad{
    display: flex;
    flex-wrap: wrap;
}
.meto_calidad_item{
    background-color: #F8F8F8;
    width: calc(100% / 4 - 30px);
    margin: 15px;
    padding: 20px;
    border-radius: 20px;
}
.meto_calidad_icon{
    margin-bottom: 15px;
    height: 60px;
}
.meto_calidad_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #262625;
    margin-bottom: 15px;
}
.meto_calidad_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #4E4D4C;
}
.section--meto_certificacion{
    background-color: #CCFF33;
    padding: 80px 0px;
}
.section--meto_certificacion .container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.meto_certificacion_image{
    width: 50%;
    text-align: center;
}
.meto_certificacion_image img{
    border-radius: 50%;    
}
.meto_certificacion_content{
    width: 50%;
}
.meto_certificacion_content_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 28px;
    color: #262625;
    margin-bottom: 20px;
}
.meto_certificacion_content_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #4E4D4C;
}
.section--meto_sistemas{
    background-color: #F8F8F8;
    padding: 80px 0;
}
.meto_sistemas{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.meto_sistemas_item{
    width: calc(100% / 2 - 80px);
    margin: 15px 40px;
}
.meto_sistemas_item_number{
    background-color: #FFFF; 
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    color: #CCFF33;
    margin-bottom: 20px;
    width: 100px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meto_sistemas_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #262625;
    margin-bottom: 20px;
}
.meto_sistemas_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #4E4D4C;
}

.section--about_team{
    background-color: #F8F8F8;
}
.about_team{
    display: flex;
    flex-wrap: wrap;
}
.about_team_item{
    width: calc(100% / 5 - 40px);
    margin: 20px;
}
.about_team_image img{
    border-radius: 20px;
}
.about_experiencia{
    display: flex;
    flex-wrap: wrap;
}
.about_experiencia_item{
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px;
    width: calc(100% / 2 - 30px);
    margin: 15px;
}
.about_experiencia_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262625;
    margin-bottom: 10px;
}
.about_experiencia_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #4E4D4C;
}
.about_ventaja{
    display: flex;
    flex-wrap: wrap;
}
.about_ventaja_item{
    width: calc(100% / 4 - 30px);
    margin: 15px;
}
.about_ventaja_item_image{
    height: 70px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_ventaja_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262625;
    text-align: center;
    margin-bottom: 10px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_ventaja_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #4E4D4C;
}

.consultoria_inmobiliaria{
    display: flex;
    flex-wrap: wrap;
}
.consultoria_inmobiliaria_item{
    width: calc(100% / 4 - 30px);
    margin: 15px;
}
.consultoria_inmobiliaria_item_image{
    margin-bottom: 10px;
}
.consultoria_inmobiliaria_item_image img{
    border-radius: 20px;
}
.consultoria_inmobiliaria_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #262625;
    margin-bottom: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.consultoria_inmobiliaria_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #4E4D4C;
}

.owl_consultoria{
    position: relative;
    padding: 0 20px;
}
.section--consultoria_arquitectura-second .owl_consultoria{
    margin-top: 60px;
}
.owl_consultoria .owl-prev,
.owl_consultoria .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;    
    background-color: #CCFF33!important;
    z-index: 999;
    border-radius: 50% !important;    
    cursor: pointer;
    padding: 0!important;
    margin: 0!important;
    font-size: 23px!important;
}
.owl_consultoria .owl-prev{
    left: 0;   
}
.owl_consultoria .owl-next{
    right: 0;
}

.owl_consultoria_item img{
    border-radius: 20px;   
}
.owl_cc_dots_consultoria{
    margin: 20px 0 30px;
}
.owl_cc_dots_consultoria.owl-theme .owl-dots .owl-dot.active span{
    background-color: #000000 !important;
     border: 1px solid #000000;    
}
.owl_cc_dots_consultoria.owl-theme .owl-dots .owl-dot span{
    background-color: #C4C4C4!important;
    border: 1px solid #C4C4C4;
    width: 24px !important;
    height: 3px !important;
    margin: 0!important;    
}
.owl_cc_dots_consultoria.owl-theme .owl-dots .owl-dot{
    margin: 0 5px;
}

.consultoria_arquitectura{
    display: flex;
    align-items: flex-start;
}
.consultoria_arquitectura_cc{
    width: calc(100% - 272px);
    padding-right: 30px;
}
.consultoria_arquitectura_cc_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #4E4D4C;
    margin-bottom: 20px;
}

.consultoria_arquitectura_aside{
    width: 272px;
    border-radius: 20px;
    background-color: #FFF;
    padding: 20px;
}
.consultoria_arquitectura_aside_image{
    margin-bottom: 10px;
}
.consultoria_arquitectura_aside_image img{
    width: 57px;
}
.consultoria_arquitectura__ul{
    padding-left: 15px;
    width: 100%;
}
.consultoria_arquitectura__li{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #262625;    
    list-style-image: url(assets/images/iconos/left-icon.svg);
    line-height: 27px;
}
.qj_store{
    display: flex;
    flex-wrap: wrap;    
}
.qj_store .home_servicios_item{
    width: calc(100% / 3 - 30px);
    margin: 15px;
}
.store_informes_btn{
    text-align: center;
}

.tasaciones_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #4E4D4C;
    margin-bottom: 30px;
}
.tasaciones_video{
    position: relative;
    padding: 40px;
    min-height: 500px;
    transition: all 2s ease-in-out;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeIn;
    animation-fill-mode: both;
    transform: scale(.7);
    border-radius: 20px;
    overflow: hidden;
}
.tasaciones_video.active{
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.tasaciones_video video{
    
    position: absolute;
    width: 103%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    left: -7px;
    top: 0;
    
}
.tasaciones_video::after{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 32.38%, rgba(255, 255, 255, 0) 163.8%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    border-radius: 20px;
    left: 0;
}
.tasaciones_video_ul{
    display: flex;
    flex-wrap: wrap;
}
.tasaciones_video .tasaciones_video_ul{
    position: absolute;
    z-index: 100;
    width: 700px;
    bottom: 40px;
    left: 40px;
}
.tasaciones_video_li{
    margin: 0px 10px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    list-style-image: url(assets/images/iconos/left-icon.svg);
    line-height: 27px;
    color: #000;
}
.tasaciones_video .tasaciones_video_li{
    color: #FFF;
    list-style-image: url(assets/images/iconos/left-white-icon.svg);
}
.tasaciones_video_btn{
    position: absolute;
    z-index: 102;
    bottom: 40px;
    right: 40px;
}
.tasaciones_item_btn a:first-child,
.tasaciones_video_btn a:first-child{
    margin-right: 20px;
}
.tasaciones_item_btn a:last-child,
.tasaciones_video_btn a:last-child{
    margin-right: 0px !important;
}
.tasaciones_item{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.tasaciones_item .title{
    text-align: left;
}
.tasaciones_item_right{
    flex-direction: row-reverse;
}
.tasaciones_item_text{
    width: 50%;
    padding-right: 30px;
}
.tasaciones_item_right .tasaciones_item_text{
    padding-right: 0px;
    padding-left: 30px;
}
.tasaciones_video_ul{
    padding-left: 15px;
}
.tasaciones_item_btn{
    margin-top: 20px;
}

.tasaciones_item_image{
    width: 50%;   
}
.tasaciones_item_image_img{
    width: 100%;    
    border-radius: 20px;
    box-shadow: 4px 4px 70px rgba(0, 0, 0, 0.15);
}
.tasaciones_meto{
    display: flex;
    flex-wrap: wrap;
}
.tasaciones_meto_cc{
    width: 50%;
    padding-right: 40px;
}
.tasaciones_meto_cc_text{
    box-shadow: 4px 4px 70px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.tasaciones_meto_cc_text p{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #262625;
    margin-bottom: 20px;
}
.tasaciones_meto_cc_text p span{
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
}
.tasaciones_meto_cc_images{
    display: flex;
    flex-wrap: wrap;
}
.tasaciones_meto_cc_image{
    width: 50%;
    
}
.tasaciones_meto_cc_image img{
    width: 100%;
    border-radius: 20px;
}
.tasaciones_meto_cc_image:first-child{
    padding-right: 10px;
}
.tasaciones_meto_cc_image:last-child{
    padding-left: 10px;
}
.tasaciones_meto_image{
    width: 50%;
}
.tasaciones_meto_image img{
    border-radius: 20px;
}
.tasaciones_cards{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.tasaciones_cards_item{
    background-color: #F8F8F8;
    border-radius: 20px;
    width: calc(100% / 4 - 40px);
    margin: 20px;
    padding: 20px;
}
@media (min-width:1200px){
    .tasaciones_cards_item:first-child{
        margin-left: 0;
        width: calc(100% / 4 - 20px);
    }
    .tasaciones_cards_item:last-child{
        margin-right: 0;
        width: calc(100% / 4 - 20px);
    }
}
.tasaciones_cards_item_image{
    text-align: center;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tasaciones_cards_item_title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #262625;
    margin-bottom: 10px;
}
.tasaciones_cards_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #4E4D4C;
}
.section--tasaciones_interna .container{
    display: flex;
    flex-wrap: wrap;
}
.tasaciones_interna_aside{
    width: 300px;
}
.tasaciones_interna_item{
    margin-bottom: 30px;
}
.tasaciones_interna_item:last-child{
    margin-bottom: 0;
}
.tasaciones_interna_item_image{
    margin-bottom: 10px;
}
.tasaciones_interna_item_image img{
    filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
}
.tasaciones_interna_item_title{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tasaciones_interna_item_title span{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #262625;
}
.tasaciones_interna_item_title img{
    max-width: 30px;
    max-height: 30px;
    margin-right: 20px;
}
.tasaciones_interna_item_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #4E4D4C;
}
.tasaciones_interna_content{
    width: calc(100% - 300px);
    padding-left: 50px;
}
.tasaciones_interna_text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;    
    color: #4E4D4C;
    margin-bottom: 30px;
}
.tasaciones_interna_image{
    margin-bottom: 30px;
}
.tasaciones_interna_image img{
    filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
    border-radius: 20px;    
}
.tasaciones_interna_cita{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;    
    color: #4E4D4C;
    background-color: #EFEFEF;
    border-left: 9px solid #CCFF33;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.tasaciones_interna_subtitle{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #262625;
    margin-bottom: 20px;
}
.tasaciones_interna_flex{
    display: flex;
    flex-wrap: wrap;
}
.tasaciones_interna_flex_item{
    width: 50%;    
}
.tasaciones_interna_flex_item:first-child{
    padding-right: 10px;
}
.tasaciones_interna_flex_item:last-child{
    padding-left: 10px;
}
.tasaciones_interna_ul{
    padding-left: 15px;
}
.tasaciones_interna_li{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #262625;
    margin-bottom: 5px;
    list-style-image: url(assets/images/point.svg);
}
.text-white{
    color: #FFF;;
}
.text-white span{
    color: #FFF;
}
.quotation_content{
    max-width: 700px;
    margin: auto;
}
.quotation_content label{
    color: #FFF;
}
.quotation_content .frm{
    border: 1px solid #FFF;
    color: #FFF!important;
}
.btn--send{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #FFF;
    padding: 7px 20px;
    border-radius: 20px;
    width: 150px;
}
.btn--send:hover{
    color: #FFF;
    background-color: transparent;
}
@media (max-width:1200px){
    .banner_home_h1{
        font-size: 30px;
        line-height: 35px;
    }
    .banner_home_h4 {    
        font-size: 21px;
        line-height: 25px;
    }
    .home_servicios_item {
        width: 100%;
        margin: 0;
    }
    .services_container{
        padding: 0!important;
    }
    .home_about_cards_item {
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
    .tasaciones_interna_content{
        width: 100%;
        padding: 0;
    }
    .tasaciones_interna_aside{
        width: 100%;
        margin-top: 40px;
    }
    .section--tasaciones_interna .container{
        flex-direction: column-reverse;
    }
    .tasaciones_interna_item_image img{
        filter: none;
    }
    .owl_storedetail{
        padding: 0 50px;
    }
    .owl_storedetail .owl-prev{
        left: 0;
    }
    .owl_storedetail .owl-next {
        right: 0;
    }
    .owl_storedetail .owl-prev, .owl_storedetail .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000 !important;
        background-color: #CCFF33!important;
        z-index: 999;
        border-radius: 50% !important;
        cursor: pointer;
        padding: 0!important;
        margin: 0!important;
        font-size: 23px!important;
    }
    .tasaciones_interna_item_title span {        
        font-size: 18px;
        line-height: 20px;        
    }
    .tasaciones_text {        
        font-size: 20px;
        line-height: 23px;        
    }
    .tasaciones_video .tasaciones_video_ul {
        position: relative;
        z-index: 100;
        max-width: 700px;
        width: 100%;
        bottom: inherit;
        left: inherit;
    }
    .tasaciones_video .tasaciones_video_li {
        color: #FFF;
        list-style-image: url(assets/images/iconos/left-white-icon.svg);
        width: 100% !important;
    }
    .tasaciones_video {
        padding: 30px;
        padding-bottom: 85px;
    }
    .tasaciones_item_text {
        width: 100%;
        padding: 0!important;
        margin-bottom: 30px;
    }
    .tasaciones_item_image {
        width: 100%;
    }
    .tasaciones_meto_cc {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .tasaciones_meto_image {
        width: 100%;
        text-align: center;
    }
    .tasaciones_cards_item {        
        width: calc(100% / 2 - 40px);
        margin: 20px;        
    }
    .about_team_item {
        width: calc(100% / 4 - 40px);
        margin: 20px;
    }
    .about_ventaja_item {
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
    .meto_calidad_item {        
        width: calc(100% / 2 - 30px);
        margin: 15px;        
    }
    .section--map {        
        padding-top: 71px;
    }
}
@media (max-width:992px){
    .contact_form {
        width: 100%;        
    }
    .contact_content {
        width: 100%;
        margin-bottom: 20pX;
    }
    .home_servicios_p {    
        font-size: 18px;
        line-height: 21px;
    }
    .title span {    
        font-size: 28px;
        line-height: 35px;
    }
    .contact_content_text{
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
    }
    .meto_certificacion_content_text,
    .meto_sistemas_item_text,
    .meto_calidad_text,
    .medotologia_item_text,
    .about_ventaja_item_text,
    .consultoria_arquitectura_cc_text,
    .consultoria_inmobiliaria_item_text,
    .tasaciones_interna_cita,
    .tasaciones_interna_text,
    .tasaciones_interna_item_text,
    .introduccion,
    .home_about_image_text,
    .home_servicios_item_text,
    .subtitle {    
        font-size: 16px;
        line-height: 20px;
    }
    .home_about_image_subtitle {    
        font-size: 20px;
        line-height: 22px;
    }
    .home_about_image{
        padding: 30px;
    }
    .home_about_image_title {    
        font-size: 17px;
        line-height: 20px;
    }
    .home_about_cards_item_text {        
        font-size: 16px;
        line-height: 20px;        
    }
    .qj_store .home_servicios_item {
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
    .tasaciones_interna_flex_item:last-child,
    .tasaciones_interna_flex_item:first-child {
        padding: 0;
    }
    .tasaciones_interna_flex_item {
        width: 100%;
    }
    .consultoria_inmobiliaria_item {
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
    .consultoria_inmobiliaria_item_image img{
        width: 100%;
    }
    .consultoria_arquitectura{
        flex-wrap: wrap;
    }
    .consultoria_arquitectura_cc {
        width: calc(100%);
        padding-right: 0px;
    }
    .consultoria_arquitectura_aside {
        width: 100%;        
    }
    .consultoria_arquitectura_cc_btn {
        margin-bottom: 20px;
    }
    .map_content {
        position: relative;
        background-color: #FFF;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        right: 0;
        top: inherit;
        transform: none;
        z-index: 49;
        padding: 60px 50px;
        max-width: calc(100% - 40px);
        margin: auto;
        margin-top: 20px;
        width: 100%;
    }
    .map_content_li {    
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width:768px){
    .meto_sistemas_item,
    .meto_calidad_item {        
        width: calc(100% / 1 - 30px);
        margin: 15px;        
    }
    .about_ventaja_item {
        width: calc(100% / 1 - 30px);
        margin: 15px;
    }
    .about_team_item {
        width: calc(100% / 3 - 30px);
        margin: 15px;
    }

    .banner_home_h1{
        font-size: 22px;
        line-height: 30px;
    }
    .banner_home_h4 {    
        font-size: 17px;
        line-height: 25px;
    }
    .title span {    
        font-size: 22px;
        line-height: 30px;
    }
    .ambito_image {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .owl_hgallery::before,
    .owl_hgallery::after{
        width: 89px;        
    }
    .owl_hclients::after,
    .owl_hclients::before{
        content: none;
    }
    .hgallery_container{
        padding: 0!important;
    }
    .owl_hgallery .owl-next{
        right: 0;
    }
    .owl_hgallery .owl-prev{
        left: 0;
    }
    .home_gallery_item_title {        
        font-size: 20px;
        line-height: 24px;        
    }
    .general_title {
        font-size: 33px;
        line-height: 43px;        
    }
    .general_subtitle {        
        font-size: 18px;
        line-height: 20px;        
    }
    .qj_store .home_servicios_item {
        width: calc(100% / 1 - 30px);
        margin: 15px;
    }
    .section--image_default {        
        height: 410px;
    }
    .tasaciones_video_li{
        width: 100% !important;
    }
    .tasaciones_interna_li {        
        font-size: 16px;
        line-height: 20px;
    }
    .tasaciones_interna_subtitle {        
        font-size: 20px;
        line-height: 22px;        
    }
    .tasaciones_text {        
        font-size: 17px;
        line-height: 20px;        
    }
    .tasaciones_cards_item {        
        width: calc(100% / 1 - 30px);
        margin: 15px;
    }
    .consultoria_inmobiliaria_item {
        width: calc(100% / 1 - 30px);
        margin: 15px;
    }
    .consultoria_arquitectura__li {        
        font-size: 16px;
        line-height: 20px;        
    }
    .about_experiencia_item_title {        
        font-size: 18px;
        line-height: 23px;        
    }
    .about_experiencia_item_text{
        font-size: 16px;
        line-height: 20px;
    }
    .about_experiencia_item {
        padding: 30px;
        width: calc(100% / 1 - 30px);
        margin: 15px;
    }
    .medotologia_item {
        width: calc(100% / 1);
        margin: 0;
        margin-bottom: 40px;
    }
    .medotologia_item:last-child{
        margin-bottom: 0;
    }
    .meto_sistemas_item_title {        
        font-size: 18px;
        line-height: 20px;        
    }
    .meto_certificacion_image {
        width: 100%;
        margin-bottom: 20px;
    }
    .meto_certificacion_content {
        width: 100%;
    }
    .meto_certificacion_content_title {        
        font-size: 25px;
        line-height: 30px;        
    }
    .contact_content_h1 {        
        font-size: 24px;
        line-height: 29px;        
    }
    .analitics_title {        
        font-size: 29px;
        line-height: 32px;        
    }
    .analitics_subtitle {        
        font-size: 18px;
        line-height: 23px;        
    }
}
@media (max-width:643px){
    .home_about_cards_item {
        width: calc(100% / 1 - 30px);
        margin: 15px;
    }
    .owl_hgallery::before,
    .owl_hgallery::after{
        content: none;
    }
}
@media (max-width:480px){
    .country_map {        
        height: 350px;
    }
    .map_content{
        padding: 40px;
    }
    .contact_content_text,
    .consultoria_inmobiliaria_item,
    .tasaciones_cards_item,
    .about_ventaja_item,
    .meto_sistemas_item,
    .meto_calidad_item {        
        width: calc(100%);
        margin: 15px 0;
    }
    .about_ventaja_item_image{
        height: auto;
    }
    .about_team_item {
        width: calc(100% / 2 - 30px);
        margin: 15px;
    }
    .consultoria_inmobiliaria_item_title {
        font-size: 18px;
        line-height: 19px;
        min-height: inherit;
    }
    .tasaciones_meto_cc_text p {        
        font-size: 16px;
        line-height: 20px;        
    }
    label{        
        font-size: 15px !important;
        line-height: 21px;            
    }
    .tasaciones_interna_subtitle {        
        font-size: 18px;
        line-height: 20px;
    }
    .qj_store .home_servicios_item .home_servicios_item_btn {
        height: 40px;
        margin-top: 20px;
    }
    .section--image_default {        
        height: 300px;
    }
    .home_servicios_item_title {        
        font-size: 20px;
        line-height: 24px;
    }
    .qj_store .home_servicios_item {
        width: calc(100%);
        margin: 15px 0;
    }
    .general_subtitle {        
        font-size: 16px;
        line-height: 20px;
    }
    .home_gallery_item_title {        
        font-size: 17px;
        line-height: 24px;        
    }
    .home_about_cards_item {
        width: calc(100%);
        margin: 15px 0;
    }
    .home_servicios_p {
        font-size: 17px;
        line-height: 21px;
    }
    .map_content_panel_email,
    .map_content_panel_tel,
    .map_content_panel_dir,
    .meto_certificacion_content_text,
    .meto_sistemas_item_text,
    .meto_calidad_text,
    .medotologia_item_text,
    .about_ventaja_item_text,
    .about_experiencia_item_text,
    .consultoria_arquitectura_cc_text,
    .consultoria_inmobiliaria_item_text,
    .tasaciones_cards_item_text,
    .tasaciones_interna_cita,
    .tasaciones_interna_text,
    .tasaciones_interna_item_text,
    .introduccion,
    .home_about_cards_item_text,
    .home_servicios_item_text,
    .subtitle {    
        font-size: 14px;
        line-height: 19px;
    }
    .home_about_cards_item_title {        
        font-size: 18px;
        line-height: 22px;        
    }
    .title span::after {
        background-color: #CCFF33;
        content: '';
        width: 30%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .tasaciones_cards_item_title {        
        font-size: 17px;
        line-height: 19px;        
    }
}
.analitics_btn{
    margin-top: 20px;
}
.about_team_image{
    width: 100%;
    height: 230px;
}
.about_team_image img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.section--about_experiencia{
    background-attachment: fixed!important;
}
.floating_contact{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25) !important;
    border-radius: 10px;
    z-index: 9999;
    padding: 10px 15px;
    transition: all 0.25s ease-in-out;
}
.floating_contact a{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
}
.floating_close{
    display: flex;
    width: 20px;
    height: 20px;
    top: -10px;

    position: absolute;
    right: -10px;
    cursor: pointer;
}
.floating_close::after{
    content: 'x';
    font-size: 14px;
    line-height: 14px;
    background-color: #CCFF33;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.floating_contact:hover{
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25) !important;
    background-color: #000;
}
.floating_contact:hover a{
    color: #FFF;
}
.floating_contact:hover::after{    
    color: #000;
    background-color: #CCFF33;
}
.floating_contact img{
    margin-right: 5px;
}

.whatsapp_link{
    position: fixed;
    bottom: 90px;
    right: 20px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F6F6F6;
    background-color: #0DC143;
    border-radius: 50%;
    z-index: 9999;
    transition: all 0.25s ease-in-out;
}
.whatsapp_link.active{
    bottom: 20px;
}