.border-green {
    border-bottom: 2px solid var(--main2);
}
.owl-slider img {
    width: 100%;
}
.info-sede > div {
    width: 100%;
}
.quick_img {
    overflow: hidden;
}
.item_campana-img {
    overflow: hidden;
}
.quick_item:hover .quick_img img {
    transform: scale(1.3) rotate(5deg);
}

.quick_item .quick_img img {
    transition: .4s ease;
}
.arrow_1.bg-green .owl-nav .owl-prev i, .arrow_1.bg-green .owl-nav .owl-next i {
    background: var(--main2);
}

.item_campana-img img {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

}

.item_solucion {
    padding: 10px 10px 30px;
    border: 1px solid #c3c3c3;
    text-align: center;
    border-radius: 15px;
}

.item_solucion .icon {
    margin-top: -50px;
    background: var(--main);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.item_solucion h4 {
    color: var(--main);
    margin: 10px 0 0;
}
.icon i {
    font-size: 45px;
    color: white;
}
.title a {
    background: var(--main2);
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
}
.content_icon {
    border: 1px solid var(--main2);
    margin-bottom: 60px;
}

.content_icon img {
    background: #f8f8f8;
    margin-top: -30px;
    padding: 0 20px;
}
.title h4 {}

.title p {
    margin: 0 0px 20px;
}
.item_campana-img img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}


a.blue-text:hover {
    color: var(--main);
    opacity: .8;
}

.item_campana-text h5:hover {
    opacity: .8;
}
.owl-hero {
    position: absolute!important;
}
.item_catalogo a svg {
    width: 35px;
    height: auto;
}

.item_catalogo {
    text-align: center;
}

.item_catalogo a svg path {
    stroke: var(--main);
}



.tipo_gas {
    padding: 6px 10px;
    font-size: 11px;
    color: white;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
}

.bg1 {
    background: var(--main)!important;
}

.bg2 {
    background: #0088ef!important;
}

.bg3 {
    background: #13c2eb!important;
}

.bg4 {
    background: var(--main2)!important;
}
.bg5 {
    background: #FF9800!important;
}

.tipo_gas:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff4d;
    transform: skewX(10deg);
    z-index: 0;
}



/*////
CARD LUBRI
////*/
.card_lubricante {
    display: flex;
    background: white;
    gap: 20px;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 25px #0000001a;
}

.text_card h5, .text_card p {
    margin: 0;
}


/*///
CUSTOM ARROW
/////////*/


.arrow_1 .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
}
.arrow_1 .owl-nav .owl-prev,  .owl-nav .owl-next{
    position: absolute;  
    outline: none;
}

.arrow_1 .owl-nav .owl-prev {
    left: 30px;
}

.arrow_1 .owl-nav .owl-next { 
    right: 30px;
}

.arrow_1 .owl-nav .owl-prev i, .arrow_1 .owl-nav .owl-next i  {
    background: var(--main);
    font-size: 35px;
    height: 55px;
    color: white;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}




/*///
FLIP CARD
//////////*/

.card {
  margin-bottom: 30px;
}
.card-01 .card-body {
  position: relative;
  padding: 20px 30px;
}



/*flipper-card*/
.card-flipper {
  position: relative;
  width: 100%;
  text-align: center;
  height: 390px;
}

.card__front, .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__back .card {
  width: 100%;
}

.card__front, .card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__front {
}

.card__back {
  background-color: var(--main2);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  color: white;
  display: flex;
  align-items: center;
  height: 100%;
}

.card-flipper.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}

.card-flipper.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}


/*/////////
CONTACT
////*/
ul.icon_contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.icon_contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

ul.icon_contact li i {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    background: var(--main2);
    color: white;
    border-radius: 50%;
}

.address {
    display: flex;
    flex-direction: column;
}

.address small {
    font-weight: 600;
}
.box-about.bg-orange.bg-dark {
    background: var(--main2);
    color: white;
}

figure.img_central {
    margin: 0;
}


/*/
BOX CARD OTRHER SERV
/*/

.card-s {
  position: relative;
  background-color: white;
  border: 1px solid #d0d8e1;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.icon-wrapper {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: white;
  border: 1px solid #d0d8e1;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.icon-s {
  width: 62px;
  height: 62px;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-content h3 {
  margin: 0;
  font-size: 16px;
  color: #1e2b3a;
}

.card-content p {
  margin: 0;
  font-weight: bold;
  color: #1e2b3a;
}

.arrow-s {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  border: 2px solid #f47920;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f47920;
  font-size: 18px;
}

/*////////////
BOX-HOME

////////////*/
.box-value {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s ease;
    height: 100%;
}

.value-text h4 {
    font-weight: 600;
    font-size: 15px;
    color: var(--main);
}

.value-text p {
    font-size: 14px;
}

.value-text {
    background: var(--main0);
    padding: 20px 10px;
    border-radius: 15px;
    height: 70%;
}

.value-icon img {
    max-width: 65px;
}
.value-icon {
    height: 80px;
    margin-bottom: 10px;
}

.value-icon span {
    width: 50px;
    height: 50px;
    background: #51515178;
    display: block;
    border-radius: 50%;
}
.item-value{
    padding: 0 15px;
    height: 100%;
}
.box-about {
height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 15px;
    justify-content: center;
}
figure.img_central img {
    border-radius: 15px;
}
.text-bottom p {
    font-size: 15px;
}

.text-top span {
    border: 1px solid;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 15px;
}

/*//
HERO SCENA HOME
///////*/
.services_block {
    background: var(--main);
    margin-top: 120px;
    border-radius: 105px 105px 5px 5px;
}
.hero-midle {
    align-items: center;
    display: flex;
    padding: 80px 70px !important;
    justify-content: center;
    text-align: center;
}
.slider_bg {
    background-size: cover;
    background-position: center;
        min-height: 100vh;
}
.img_hero img {
    height: 450px;
}
svg.water {
    position: absolute;
    left: 0;
}
.img_hero {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding: 10px 0 0;
    justify-content: center;
}

/*////
  DOTS PARA SERVICIOS Y ESTILO PARRAFO
  //////*/

.listado ul > li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 50px;
}



.listado ul > li:before {
    content: '';
    content: "\e315";
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0%;
    width: 30px;
    height: 30px;
    background: var(--main2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.listado ul {
    padding: 0;
}

.listado hr {
    border-color: #ffffff;
    box-shadow: none;
    display: block;
    margin: 50px 0;
}
.service_content h3 strong {
    background: var(--main2);
    color: white;
}

.service_content h3 {
    font-weight: 300;
}

/*///////
CAMPAÃ‘AS
//////////*/
.item_campana-text {
    background: var(--main);
    color: white;
    padding: 20px 15px;
        width: 90%;
    margin-left: 5%;
    margin-top: -30px;
    position: relative;
    border-radius: 5px 5px 5px 35px;

}
.content_icon p {
    min-height: 80px;
}
.item_campana-text h5 {
    margin: 0;
}

.cta_campana {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.cta_campana a {
    background: white;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
}

.cta_campana small {
    color: white;
}

.raya-mitad {
  
    margin-bottom: 50px;
}
.raya  .green-text{
    border-color: var(--main2);
}

/*///
SEDES
//////*/


.raya h2 {
    border-bottom: 2px solid var(--main);
    margin-bottom: 20px;
}

.raya {
    margin-bottom: 70px;
}
.map_text h4 {
    padding-top:10px ;
    font-size:20px;
    position: relative;
}

.map_text {
    padding: 0px 10px 10px;
    max-width: 90%;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

.map_text p {
    margin-top: 5px;
    margin-bottom: 20px;
}

.map_text a {
    background: var(--main2);
    color: white;
    padding: 7px 10px;
    border-radius: 5px;
}
.gm-style-iw-chr {
    position: absolute;
    right: 0;
}
.content-sucursal {
    padding-left: 10%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

ul.head_tab {
    display: flex;
    list-style: none;
    gap: 10px;
    margin-bottom: 40px;
    padding: 0 3% 10px;
    overflow-x: auto;
}

ul.head_tab.green li{
    border-color: var(--main2);
    color: var(--main2)
}
ul.head_tab.green li:hover {
    background: var(--main2);
    color: white;
}
ul.head_tab.green li.active{
    background: var(--main2);
}

ul.head_tab li {
    border: 1px solid var(--main);
    border-radius: 5px;
    color: var(--main);
    padding: 5px 25px;
    cursor: pointer;
}

ul.head_tab li.active {
    background: var(--main);
    color: white;
}

ul.head_tab li:hover {
    background: var(--main);
    color: white;
}
/* PersonalizaciÃ³n del scrollbar */
.head_tab::-webkit-scrollbar {
    height: 8px; /* Altura del scrollbar */
}

.head_tab::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color de fondo del track */
    border-radius: 4px;
}

.head_tab::-webkit-scrollbar-thumb {
    background: var(--main2); /* Color del thumb (barra de scroll) */
    border-radius: 4px;
}

.head_tab::-webkit-scrollbar-thumb:hover {
    background: #0056b3; /* Color del thumb al pasar el mouse */
}
.tipo-combustible {
    display: flex;
    gap: 5px;
    margin-top:10px;
}

.info-sede p {
    margin: 0;
    width: 80%;
    line-height: 1.3;
}

.info-sede small {
    line-height: 1.2;
    display: block;
    opacity: .7;
}

.info-sede {
    display: flex;
    justify-content: space-between;
}

.info-sede.green a {    
    color: var(--main2);
}

.info-sede a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--main);
    border: 1px solid;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    height: 40px;
    border-radius: 50%;
}

.tab-sede {
    height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.no-padding {
    padding: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.tipo-combustible img {
    width: 20px;
}

/*/////
HEROO NOSOTROS
////////*/

.bg_thumbnail figure {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    padding: 40px;
    border: 60px solid #d1d1d124;
}

.bg_thumbnail figure img {
    border-radius: 50%;
}

.min-hero {
    min-height: 100vh;

}
.bg_thumbnail {
    padding: 100px 0 30px;
}

.hero_us {
    position: relative;
    color: white;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider__text ul {
    padding-left: 0px;
    line-height: 1.6;
}
.price-box {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    display: block;
}
.hero_us h1 {
    margin: 0;
}
.raya-mitad > * {
    padding: 0 30px!important;
    border-right: 1px solid #c9c9c9c2;
}

.raya-mitad > *:last-child {
    border: 0;
}

.raya-mitad img {
    max-width: 100px;
    max-height: 80px;
}
/*//////
QUICK ITEMS HOME
//////////*/
.quick_item {
    border: 0;
    padding: 0;
    border-radius: 0;
    color: white;
    display: inline-block;
}
.quick_description {
    text-align: center;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_item .icon {
    display: flex;
    margin: -70px auto 0;
    background: var(--main);
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    top: 10px;
}

.quick_item .icon img {
      max-width: 45px;
    max-height: 45px;
}

.quick_description h4 {
    font-size: 20px;
    position: relative;
    margin: 0;
    color: white;
}

.quick_description a {
    text-decoration: underline;
}

.quick_description h4:after {
    content: '';
}

.quick_row > * {
    padding: 0 40px!important;
}

.quick_row > *:nth-child(2) {
    margin-top: 50px;
}

.quick_row > *:nth-child(3) {
    margin-top: 100px;
}

/*////
DEPASO SECTION HOME
////////*/

.dpaso_section {
    background-color: var(--main2);
    color: white;
}

.hero-image img {
    max-width: 400px;
}

.top_dpaso {
    background: #00000036;
    margin-bottom: 70px;
    padding: 20px 0;
}

.top_dpaso span img {
    max-width: 33px;
    max-height: 33px;
}
.top_dpaso span {
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid;
    border-radius: 25px;
}



/*////////
miselanea reasignar
///////*/

.deg-bg {
    background: linear-gradient(180deg, #131A20, #0b414a, #10151e);
    color: white;
}
.bg_image {
    background-size: cover;
    padding: 120px 0;
}

.bg-main2 {
    background: var(--main2);
}
.bg-gray {
    background: #F6F5F2;
}
.green-text{
    color: var(--main2);
}
.blue-text{
    color: var(--main);
}
.main-color{
    color: var(--main);
}
.bg-main {
    background-color: var(--main);
    color: white;
}
.light-text{
  font-weight: 300;
}
.bt-core {
    max-width: 260px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}
.big-text {
    font-size: 50px;
}


.size-2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.3;
}
h2.section-masthead__text {
    font-size: 12px;
    border: 1px solid var(--main);
    color: var(--main);
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 15px;
}

.green-bg {
    background: var(--main2);
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    color: white;
}

.size-3 {
    font-size: 35px;
}


.white-text{
    color:white;
}
.hero-text {
    font-size: 45px;
}
    .slider-fullscreen__header {
    max-width: 50%;
}
.sub_bg .split-text__line {
    background: #a6aa20;
    color: white;
    padding: 5px 10px;
}
.sub_bg {
    display: inline-block;
}
.subhero-text {
    font-size: 18px;
    color:#DCDCDC;
}



/*//////
BREADCRUMBS AND HEAD PAGE
///////////*/
.breadcrumbs > .subheading:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -11px;
    color: var(--main);
    top: 0;
}

.breadcrumbs > .subheading:last-child:after {
    display: none;
}

.head_page .bg-light {
    background: var(--main);
}

.head_page {

}

.header_default {
    display: flex;
    width: 100%;
}

.headline_breadcrumbs {
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0%;
    top: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
}

.container_bread {
    display: flex;
    width: 100%;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    min-height: 420px;
}

.breadcrumbs {
}

.head_page h1.entry-title {
    font-size: 40px;
    text-transform: inherit;
    margin: 0;
    line-height: 1;
    position: relative;
    z-index: 2;
    color:white;
 
}

.breadcrumbs .subheading {
}

.headline_breadcrumbs svg {
    width: 100%;
    height: auto;
}

/*////
HEAD PAGE DEFAULT
////*/
.bg_page-img {
    position: relative;
    height: 100%;
}

.bg_page-img svg {
    position: absolute;
    left: -1%;
    bottom: 30px;
    width: 102%;
    height: auto;
    z-index: 3;
}

.bg_page-img img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.bg_page-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #0166b3f0;
    width: 100%;
    height: 100%;
    z-index: 3;
}



/*////
BLOQUES
//////*/

span.main-color.block {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
}

span.main-color.block:before {
    content: '';
    height: 3px;
    width: 150%;
    position: absolute;
    bottom: 0;
    left: -50%;
    background: var(--main);
    z-index: -1;
}



.content_valores {
    border: 1px solid #b7b7b7;
    padding: 20px;
    height: 100%;
    border-bottom: 7px solid var(--main);
}

.content_valores img {
    max-height: 90px;
}

.col-lg-6:nth-child(2n) .content_valores {
    border-bottom: 7px solid var(--main2);
}

.mb > * {
    margin-bottom: 30px;
}

.content_valores h5 {
    color: var(--main);
    font-weight: 600;
}

/*//
MENU HEAD PAGE DEFAULT
(((((((*)))))))/*/

.menu_page .bg__menu {

    backdrop-filter: none;
}

.menu_page.header_color-white:not(.header_sticky) .menu > li > a {
    color: var(--main);
}

.header_sticky.menu_page {
    background: white;
}

.menu_page.header.bg-dark .menu > li > a {
    color: var(--main-text);
}

.menu_page.header.bg-dark .header__burger-line {
    background: var(--main-text);
}

.menu_page.header_color-white .header__burger-line {
    background: var(--main-text);
}


[data-header-logo=header_logo-primary].menu_page .logo__img-primary {
    display: none;
}

.menu_page .logo__img-secondary {
    position: relative;
}
[data-header-logo=header_logo-primary].menu_page .logo__img-secondary {
    opacity: 1;
    visibility: visible;
}

.menu_horizontal {
    display: flex;
    align-items: center;
    gap: 30px;
}
.menu .main_cta > a {
    background: var(--main2);
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
}
li.megamenu-link {
    max-width: 150px;
    line-height: 1;
}
.item_project {
    display: flex;
    gap: 20px;
    flex-direction: column;
    background: var(--main2);
    color: white;
    border-radius: 35px;
    overflow: hidden;
}

.img_menu {
    min-width: 80px;
}

.text_menu {
    flex: 1;
}

.text_menu h5 {
    margin: 0;
}

small.precio {
    background: var(--main);
    color: white;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

.borde-r {
    border-right: 1px solid #e1e1e1;
    padding-right: 70px;
}

.text_menu a {
    background: var(--main2);
    padding: 10px 10px;
    border-radius: 5px;
    color: white;
    display: inline-block;
}
/*/////
HEADER
//////////*/


.opened ul.list-data li {
   
    transform: translateY(0px);
    transition: 0.3s;
}

ul.list-data li{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19); 
    list-style: none;
    padding: 0;
    padding-left: 40px;
    font-size: 21px;
    color: white;
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 20px;
}


.opened .list-data > li:nth-child(1) {
     opacity: 1;
    transition-delay: .4s;
}

.opened .list-data > li:nth-child(2) {
     opacity: 1;
    transition-delay: .45s;
}

.opened .list-data > li:nth-child(3) {
     opacity: 1;
    transition-delay: .48s;
}
.list-data li img {
    width: 25px;
    margin-right: 20px;
}

/*///
BUTTON
/////*/

.button__icon svg {
    width: 18px;
    height: 18px;
    transform: scale(1);
    transition: .4s;
    fill: white;
}

.button_icon:hover svg {
    transform: scale(1.3);
    fill: var(--main2);
}



/*////
  DOTS PARA SERVICIOS Y ESTILO PARRAFO
  //////*/

.services-contenido ul > li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 50px;
}



.services-contenido ul > li:before {
    content: '';
    content: "\e315";
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 10%;
    width: 30px;
    height: 30px;
    background: var(--main2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.services-contenido ul {
    padding: 0;
}

.services-contenido hr {
    border-color: #ffffff;
    box-shadow: none;
    display: block;
    margin: 50px 0;
}
.social a {
    font-size: 20px;
    padding: 0 5px;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 10px;
}


/*//////
FOOTER
/////////*/
.curve_footer {
position: absolute;
    top: -70px;
    left: 0;
}

.iso {
position: absolute;
    left: -15%;
    top: 50px;
}
.footer_bt {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    display: inline-flex;
    border-radius: 35px;
    margin-bottom: 10px;
    align-items: center;
}
footer .links a i {
    background: white;
    color: var(--main);
    height: 40px;
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
a.footer_bt img {
    width: 40px;
    margin-right: 5px;
}
#page-footer svg.footer-wave {
    fill: var(--main0);
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: auto;
    z-index: 999;
}
.social-media {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-detail {
    position: absolute;
    top: -10%;
    width: 90%;
    height: auto;
}

.footer-detail path {
    stroke-width: 1px;
    stroke: var(--main2);
}
/*///
HEADER
////////*/
.bg__menu {
    background: white;
    max-width: 100%;
    margin: auto;
    border-radius: 0;
    padding: 10px 0;
}
.bt_outline {
    border: 2px solid!important;
    border-radius: 35px;
    align-items: center;
    margin-left: 20px!important;
}

.bt_outline a {
    padding: 5px 15px!important;
    gap: 10px;
    color: var(--main)!important;
}

.bt_outline a svg {
    width: 30px;
}

/*///
SUBMENU
//////*/


.submenu{
    position:relative;
}

.submenu ul {
    position: absolute;
    width: auto;
    left:0;
    top:50px;
    padding: 20px 20px;
    color: #333;
    background: var(--main);
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index:99;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transition: all .3s ease-in-out 0s;
    box-shadow: 0 18px 35px rgb(50 50 93 / 10%), 0 8px 15px rgb(0 0 0 / 7%);
}

.submenu:hover ul {
     visibility: visible;
     opacity: 1;
     transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0.2s;
}


.submenu ul li a {
    padding: 5px 0;
    display: block;
    white-space: nowrap;
    width: 100%;
}



.submenu ul li {
    display: block;
}



/*////
ACORDEON
/////////*/

.tab_title {
    border-radius: 10px;
    cursor: pointer;
    display: flex;
}

.tab_title h4 {
    font-size: 20px;
    padding-right: 120px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--main);
}
.tab_desc p {
    font-size: 16px;
}
.tab_desc {
    display: none;
    border-top: 0;
    border-bottom: 0;
}


.active .tab_title{
    border-color: transparent;
}

.active .tab_title h4 {
    color: white;
}
.number_tab {
    position: absolute;
    left: 0;
    padding: 0!important;
}
.tab_title::after {
    content: '+';
    position: absolute;
    right: 60px;
    font-size: 35px;
    color: var(--main2);
    transition: transform 0.3s, content 0.3s;
}

.active .tab_title::after {
    content: '-';
    transform: translateY(0%) rotate(180deg);
}

.text-center .text-left .section__headline {
    margin: inherit;
    margin-top: 15px;
}

/*//
servicios
///*/
.service-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.service-box h4, .service-box p {
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.service-section h3 {
    line-height: 1.4;
}

.box-icon img {
    max-width: 28px;
    max-height: 30px;
}

/*///
FORMULARIO HERO
///////*/
.section-masthead__curtain.bg-form {
    z-index: 3;
    background: #ffffff1c;
    backdrop-filter: blur(10px);
    padding: 20px 0;
    position: relative;
    border-radius: 15px;
}

.bg-form .input-float__input_textarea {
    height: 70px;
    min-height: inherit;
}

.bg-form .input-float__input {
    color: white;
    font-size: 14px;
}

.bg-form .input-float__label {
    color: #ffffffc7;
}

.bg-form .input-float__input_focused + .input-float__label, .bg-form .input-float__input_not-empty + .input-float__label {
    font-size: 13px;
    transform: scale(0.8571) translateY(-24px);
    color: #ffffff94;
}

.form__error, .bg-form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 10px;
    bottom: 5px;
    right: 0;
    display: none;
}


.input-float__input.wpcf7-not-valid {
    border-color: #ff372899;
}
button.button.button_solid.button_accent-secondary-2.button_fullwidth.wpcf7-form-control.wpcf7-submit:hover {
    background: #009688;
}

/*/////
SLIDER PROJECTS / SERVICES
///*/
.shape_project {
    position: relative;
}
.cta {
    display: flex;
    justify-content: flex-end;
}

.cta a {
    background: white;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.content_project {
    width: 100%;
    height: 100%;
    padding: 0px 30px 30px;
}
.content_project h4 {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.1;
        text-align: center;
}


.content_project p {
    opacity: 0;
    visibility: hidden;
}

.cover_project:before {
    content: '';
  
}
.services_block {
    position: relative;
}

.bg__svg {
    position: absolute;
    bottom: -110px;
    z-index: 1;
    fill: var(--main0);
}
.services_block .owl-item.active {
    opacity: 1;
}

.services_block .owl-item {
    transition: .4s ease;
}
.scroll-image {
    position: relative; /* o absolute si lo prefieres */
    will-change: transform; /* Optimiza el rendimiento al usar transformaciones */
}

.planet__effect.scroll-image {
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: -150px;
}
/*///
PLAY
//////*/

div#wpp-fix.play {
    position: absolute;
    left: 45%;
    bottom: 46%;
    width: fit-content;
}

.content-image {
    position: relative;
}

#wpp-fix.shake.play .wpp-link::before {
    background: var(--main2);
}

#wpp-fix.shake.play .wpp-link {
    background: var(--main2);
    box-shadow: 0px 3px 10px #000000;
    transform: scale(2);
}

.depaso-icon a {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*/
BUtton
//*/

.slider-fullscreen__wrapper-button a.link-arrow {
background: var(--main2);
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    color: white;
}
.slider-fullscreen__wrapper-button a.link-arrow:hover .button__icon svg {
    fill: white;
}
.slider-fullscreen__wrapper-button a.link-arrow:hover {
    color: white;
}
.slider-fullscreen__wrapper-button.slider__wrapper-button {
    padding-bottom: 1px;
}

.button__icon svg {
    fill: var(--main2);
}

/*////
CTA PLANET
///////////*/

.cta__planet {border-radius: 200px 200px 0px 0;}

.bg_green {
    background: var(--main2);
    color: white;
}
.bg_blue .quick_item {
    background: var(--main);
}

.bg_gray{
    background-color: #EFEFEF;
}


.bg_green .quick_item .icon {
    background: var(--main2);
}
.bg_grenn .green-bg {
    background: var(--main);
    color: white;
}

.bg_green .green-bg {
    background: white;
    color: var(--main2);
}

.isotipo_cta{
        position: absolute;
}
/*////
NAVS REUSABLE
///////*/

.custom-controls {
    left: 15%;
    bottom: -80px;
    z-index: 9;
    display: flex;
    padding: 10px 40px;
    min-width: 150px;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 5px;
}

div#customNav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 40%;
    color: white;
    z-index: 99;
}

div#customNav > button {
    background: var(--main);
    border: 0;
    font-size: 30px;
    color: white;
    cursor: pointer;
    outline: none;
    padding: 0 15px;
    line-height: 1;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

div#customDots > button {
    width: 20px;
    border-radius: 50%;
    margin: 0 3px;
    background: transparent;
    border: 0;
    display: grid;
    place-content: center;
    outline: none;
    cursor: pointer;
}

div#customDots > button span {
    border: 3px solid white;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

div#customDots {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
    background: var(--color-accent-primary-1);
    padding: 10px;
    border-radius: 5px;
    display: none;
}

div#customDots > button.active span {
    background: white;
}


div#customNav > button.owl-prev {
    left: -30px;
}

div#customNav > button.owl-next {
    right: -30px;
    left: auto;
}
/*////////
LOGO CLIENTES
///////////*/

.logo_clientes img {
    max-width: 135px;
    max-height: 60px;
    filter: grayscale(1);
}

.logo_clientes {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    min-height: 60px;
}





/*////
COMPONENT ICON + BOX
////////*/

.item_icon_text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.box-icon {width: 45px;}

.box-text{
    font-size:130%;
    max-width: 85%;
    line-height: 1.2;
}

/*///////
ICON I SOCIAL
///////*/
.social {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 20px;
}


.social li {
    display: flex;
    align-items: center;
    line-height: 1.3;
    gap: 11px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #ffffff4f;
}

.social li i{
    color: var(--main2);
}



/*///////
MEGAMENU
/////////*/

.sub-megamenu {
    color: var(--main);
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: white;
    padding: 30px 80px;
    display: none;
}

.title-with-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}


.title-with-icon h5 {
    font-size: 15px;
}

.sub-megamenu h5 {
    font-size: 15px;
}

.sub-megamenu p {
    font-size: 14px;  
}

.sub-megamenu h4 {
    font-size: 20px;
}

.megamenu-description {
    padding-top: 20px;
}

.menu_horizontal .menu{
    text-align: left;
}
.megamenu-link i {
    font-size: 14px;
    margin-left: 3px;
}

.bt-core {
    padding: 10px 10px;
}

/*/////
OVERLAY
///////*/
.overlay-active overlay {
    position: fixed;
    background: #000000c4;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    backdrop-filter: blur(2px);
}

.overlay-active {
    overflow: hidden;
}

/*////
BOX  SERVICES
///////*/


        .custom-item {
            background-color: #343E48;
            padding: 20px;
            border-radius: 10px;
            color: #ffffff;
            position: relative;
            border: 1px solid #4d5f70;
            transition: .4s ease;
            min-height: 170px;
        }

        .custom-item .icon-container {
            position: absolute;
            top: -20px;
            right: 20px;
            width: 80px;
            height: 80px;
            background-color: #343e48;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid var(--main2);
        }

        .custom-item .icon-container img {
            width: 50%;
        }

        .custom-item h3 {
            font-size: 1rem;
            color: white;
            font-weight: 500;
            padding-right: 90px;
        }

        .custom-item p {
            margin-bottom: 20px;
            font-size: 15px;
            color: #a5a5a5;
                display: none;
        }

        .custom-item .btn-info {
            background-color: var(--main2);
            border: none;
            border-radius: 20px;
            color: #ffffff;
            padding: 10px 20px;
            text-transform: uppercase;
            font-size: 11px;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            transition: .4s ease;
            transform: translateY(10px);
        }

      .custom-item .more_link {
          position: absolute;
          right: 10px;
          bottom: 10px;
          display: block;
      }

      .custom-item a img {
          width: 40px;
      }
      .custom-item:hover .btn-info {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
      }

      .custom-item:hover {
          background: #495867;
          border-color: var(--main2);
      }
      .enfatic-text{
          font-weight: 300;
      }


/*/////
WIDGET WHATSAPP
//////*/



.whatsapp-widget {
    position: fixed;
    right: 20px;
    bottom: 110px;
    background-color: white;
    color: black;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 370px;
    border-radius: 10px;
    z-index: 999;
}



.hidden {
  display: none;
}




/* Animations */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
#wpp-fix {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  outline: none;
}
#wpp-fix .wpp-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #3bd455;
  display: flex;
  z-index: 2;
  position: relative;
  padding: 15px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
      outline: none;

}
#wpp-fix .wpp-link > span {
  display: none;
}
#wpp-fix .wpp-link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background: #1da851;
}
#wpp-fix .wpp-link.hide-this {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#wpp-fix .wpp-link.hide-this + .form-wpp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border-radius: 1%;
}
#wpp-fix .wpp-link.hide-this + .form-wpp + .mask {
  opacity: 1;
  visibility: visible;
}
#wpp-fix .wpp-link + .form-wpp {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  bottom: 0;
  right: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  border-radius: 50%;
  z-index: 1;
  visibility: hidden;
  transform-origin: bottom right;
  width: 100%;
  max-width: 300px;
  min-width: 350px;
}
#wpp-fix .wpp-link + .form-wpp + .mask {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}
#wpp-fix .wpp-link + .form-wpp .form-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  float: left;
  position: relative;
  width: 100%;
  background-color: #e9e0d7;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://www.davidsonsilva.com.br/wp-content/uploads/2023/04/bg-whatsapp.png);
}
#wpp-fix .wpp-link + .form-wpp .buss-msg {
  background-color: #fff;
  padding: 10px;
  border-radius: 0 4px 4px 4px;
  line-height: 1.3;
  font-size: 15px;
  max-width: 270px;
  margin: 0 0 10px;
  position: relative;
}
#wpp-fix .wpp-link + .form-wpp .buss-msg::before {
  content: "";
  position: absolute;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  left: -10px;
  top: 0;
}
#wpp-fix .wpp-link + .form-wpp form {
  width: calc(300px - 30px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  position: initial;
}
#wpp-fix .wpp-link + .form-wpp form label {
  line-height: 1;
  margin-bottom: 0px;
}
#wpp-fix .wpp-link + .form-wpp form label.error {
  font-size: 10px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  bottom: 3px;
}
#wpp-fix .wpp-link + .form-wpp form .campo {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#wpp-fix .wpp-link + .form-wpp form .form-control-wrap {
  float: left;
  width: 100%;
  position: relative;
}
#wpp-fix .wpp-link + .form-wpp form .form-control-wrap::after {
  content: "";
  position: absolute;
  border-top: 5px solid #e7ffe7;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #e7ffe7;
  right: -10px;
  top: 0;
}
#wpp-fix .wpp-link + .form-wpp form input[type=text], #wpp-fix .wpp-link + .form-wpp form input[type=tel], #wpp-fix .wpp-link + .form-wpp form input[type=email] {
  border-radius: 4px 0 4px 4px;
  width: 100%;
  padding: 10px;
  background: #e7ffe7;
  border: 1px solid #e7ffe7;
  font-size: 1rem;
}
#wpp-fix .wpp-link + .form-wpp form input.error, #wpp-fix .wpp-link + .form-wpp form input.not-valid {
  border-color: #F44336;
}
#wpp-fix .wpp-link + .form-wpp form input + .not-valid-tip {
  font-size: 10px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#wpp-fix .wpp-link + .form-wpp form .btn {
  float: right;
  margin-top: 5px;
}
#wpp-fix .wpp-link + .form-wpp form .btn button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0c6156;
  border: 1px solid #0c6156;
  text-transform: initial;
  cursor: pointer;
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#wpp-fix .wpp-link + .form-wpp form .btn button:hover {
  border-color: #06342e;
  background-color: #06342e;
  box-shadow: 0 1px 4px 0 rgba(12, 97, 86, 0.52);
}
#wpp-fix .wpp-link + .form-wpp form .response-output {
  font-size: 0.9rem;
  line-height: 1.2;
  float: left;
  margin: 0;
  width: 100%;
}
#wpp-fix .wpp-link + .form-wpp form::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 15px);
  background: rgba(255, 255, 255, 0.93);
  left: -2px;
  top: -9px;
  z-index: 5;

  background-size: 70px;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  visibility: hidden;
}
#wpp-fix .wpp-link + .form-wpp form.submitting::after {
  opacity: 1;
  visibility: visible;
}
#wpp-fix .wpp-link + .form-wpp form .response-output {
  display: none;
  opacity: 0;
  @inclue transition();
}
#wpp-fix .wpp-link + .form-wpp form.sent {
  height: 50px;
}
#wpp-fix .wpp-link + .form-wpp form.sent .response-output {
  position: absolute;
  width: 100%;
  height: calc(100% + 15px);
  background: #fff;
  opacity: 1;
  left: 0;
  font-size: 1.4rem;
  text-align: center;
  top: 0;
  align-items: center;
  display: flex;
}
#wpp-fix .wpp-link + .form-wpp .head-wpp {
  width: 100%;
  padding: 12px 8px;
  background: #0c6156;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 6;
}
#wpp-fix .wpp-link + .form-wpp .head-wpp img {
  margin-right: 8px;
  width: 50px;
  border-radius: 50%;
}
#wpp-fix .wpp-link + .form-wpp .head-wpp h3 {
  word-break: keep-all;
  padding-right: 30px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0 10px;
}
#wpp-fix .wpp-link + .form-wpp .close {
  color: #fff;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 7px 8px;
  font-size: 1.375rem;
}
#wpp-fix svg {
  width: initial;
  display: block;
  height: 30px;
}
#wpp-fix svg path {
  fill: #fff;
}
#wpp-fix.shake .wpp-link::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(37, 211, 102, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 0px;
  right: 0;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
#wpp-fix.shake svg {
  -webkit-animation: 1s wiggle ease infinite;
  -moz-animation: 1s wiggle ease infinite;
  -o-animation: 1s wiggle ease infinite;
  animation: 1s wiggle ease infinite;
}
@media (max-width: 767px) {
  #wpp-fix {
    bottom: 15px;
  }
  #wpp-fix svg {
    height: 30px;
  }
  #wpp-fix .wpp-link {
    padding: 10px;
  }
  #wpp-fix .wpp-link + .form-wpp form {
    width: calc(300px - 40px);
  }
  #wpp-fix .wpp-link + .form-wpp form input[type=text],
#wpp-fix .wpp-link + .form-wpp form input[type=email] {
    font-size: 0.875rem;
  }
  #wpp-fix .wpp-link + .form-wpp form .btn button {
    font-size: 0.875rem;
  }
}
@media (max-width: 395px) {
  #wpp-fix .wpp-link + .form-wpp {
    min-width: 290px;
  }
  #wpp-fix .wpp-link + .form-wpp .head-wpp img {
    width: 40px;
  }
}


.chat-widget {
    background-color: #f8faff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    
}

.chat-header {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.chat-user {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px 15px;
    margin-bottom: 10px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: .1s ease;
}

.chat-user::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #26c16f;
    border-radius: 0;
}

.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-info {
    flex-grow: 1;
}
span.close-widget {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: #F44336;
    display: grid;
    place-content: center;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.chat-user:hover {
    background: #e1e1e1;
}
.chat-name {
    font-size: 13px;
    margin: 0;
}

.chat-role {
    font-size: 12px;
    color: #888;
    margin: 0;
}


@media(max-width: 565px){

    .header_sticky .menu-hamburguesa {
    display: block;
}


.menu-hamburguesa {
    display: flex;
}


    .text-xl {
        font-size: 40px;
    }

    .tab_title {
    padding: 10px 15px;   
    }

    .tab_title {
    padding: 10px 15px;   
    }

    .tab_title::after {
   
    right: 10px;
    
    font-size: 25px;
   
    }

    .logo_clientes img {
    max-width: 125px;
    max-height: 40px; 
    }

    .custom-controls {
    left: 20px;
    bottom: -25px;  
    }

    .big-text {
    font-size: 30px;
    }

    .hero-text {
        font-size: 30px;
        padding: 120px 0 20px;
        margin-bottom: 10px !important;
    }
    .section__headline {    
    margin-bottom: 30px !important;
    }

    .tab_desc {
    padding: 0 15px;   
    }

    .section-masthead__heading {  
     padding-top: 100px;
    }
    
    section#cassio_copyright-1 small {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    }

    section#cassio_logo-2 {
    text-align: left;
    }

.text-xl {
        font-size: 30px;
    }

        h2, .h2, h3, .h3 {

        font-size: 30px;
    }

    .size-2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3;
}
.hero-image img {
    max-width: 100%;
    margin-top: 80px;
}

main.page-wrapper__content .section-content:nth-child(1) {
    padding-top: 70px;
}

main.page-wrapper__content > *:nth-child(1) {
    padding-top: 70px;
}




    .header {
        padding-top: 0;
    }

    .depaso-icon a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

.arrow_1 .owl-nav {
    top: 80%;
  
}

.item_solucion {
    margin-bottom: 90px;
}


.item_campana-text {
   
    width: 100%;
    margin-left: 0;
   
    margin-bottom: 30px;
  
}

.menu-overlay > li > a {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.item_solucion {
    margin-bottom: 60px;
}
.content_valores {
    margin-top: 60px;
}
.content_valores {
    margin-top: 60px;
}

.hero_us {
    padding-top: 110px;
}
.bg_thumbnail {
    padding: 0px 0 30px;
}



}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
