﻿/*--
    Theme Name: Easyco
    Theme URI: https://itseasyco.com
    Author: Insane
    Author URI: https://insane.digital
    Description: Designed and Developed by Insane Digital
    Version: 1.0.0

--*/

@font-face {
    font-family: 'Gotham Pro';
    src: url('../woff2/gothampro-bold.woff2') format('woff2'),
        url('../woff/gothampro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose Narrow';
    src: url('../woff2/cocogoosenarrow-regular.woff2') format('woff2'),
        url('../woff/cocogoosenarrow-regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../woff2/gothampro.woff2') format('woff2'),
        url('../woff/gothampro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root{

--main: #0EDD71;
--main2: #1e1e1e;
--main3: #F8F8F8;
--main4: linear-gradient(45deg, #2BE986 , #A2FFCF);
--main-text: #1e1e1e;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: Cocogoose Narrow;
}
span.wpcf7-spinner {
    position: absolute;
}

section img{
    max-width: 100%;
}

body {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--main-text);
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
 li{
    list-style: none;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  GENERAL
/*-----------------------------------------------------------------------------------*/


::selection {

  background: var(--main2);
  color: var(--main);  
  text-shadow: none;

}

::-moz-selection {
  background: var(--main2);
  color: var(--main);  
  text-shadow: none;

}


.wrap_initial {
    padding-top: 50px;
}


/*======================/
===================/
ARCHIVOS CLIENTE
/*==================/
=======================*/

.btn-1:hover {
    background: var(--main2);
    color: white;
    border-color: var(--main2);
}

.btn-1 {
    background: var(--main);
    padding: 15px 35px;
    border-radius: 25px;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid var(--main);
    color: white;
}

.btn-img {
align-items: center;
    border: 1px solid var(--main);
    padding: 5px 15px;
    border-radius: 50px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 15px;
}

.btn-img img {
    width: 20px;
    margin-left: 5px;
}

.btn-search {
    align-items: center;
    border: 1px solid #acacac;
    padding: 6px 69px 6px 15px;
    border-radius: 50px;
    margin-right: 20px;
    color: var(--main2)!important;
    opacity: 54%;
    font-size: 15px;
}




/*======================/
===================/
HEADER
/*==================/
=======================*/
.box_items_mega li img {
    width: 20px;
}

header.header-2.top-sticky {
    transition: .4s cubic-bezier(0.05, 1.04, 0.25, 1);
    transform: translateY(-100%);
}
.header-2 {
    position: fixed;
    padding: 0px 0;
    width: 100%;
    z-index: 99;
    background: white;
    box-shadow: 0px 0px 15px 0px #00000017;
    transition: .4s cubic-bezier(0.05, 1.04, 0.25, 1);
    transform: translateY(0%);
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-menu .current-menu-item a {
        color: var(--main);
    font-weight: 600;
}

.box-menu a:hover {
  color:var(--main2);
}



.head_1 img {
    width: 130px;
    height: auto;
}

.box-menu > ul {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
}

.box-menu > ul > li {
    width: max-content;
    padding-right: 30px;
}

.box-menu > ul > li > a {
    padding: 25px 0;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.box-menu > ul > li a i {
    font-size: 13px;
}
.bt_cta {
display: inline-block;
    background: var(--main);
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
}
.bt_cta:hover {
    background: #a2ffcf;
}
.box-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn-tel img {
    width: 15px;
    height: auto;
}



.btn-tel {
    border: 2px solid;
    margin: 0;
    color: var(--main2);
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 20px;
    margin-left: 20px;
}

.btn-tel a {
    font-size: 16px;
    margin-left: 8px;
    letter-spacing: 1px;
        color: white;

font-weight: 500;
}




/*//////
MEGAMENU
/////////*/
.mega_menu.menu_countries {
    width: 500px;
    left: 0;
}
.overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
    z-index: 1;
    transition: .4s ease;
    opacity: 0;
    visibility: hidden;
}

.mega-active .overlay {
    transition: .4s ease;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(2px);
}
.mega_menu {
    width: 900px;
    left: -140px;
    font-size: 14px;
    padding: 30px;
    position: absolute;
    color: #040404;
    top: 70px;
    display: flex;
    justify-content: center;
    background: white;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0px;
    box-shadow: 0 18px 35px rgb(50 50 93 / 10%), 0 8px 15px rgb(0 0 0 / 7%);
}
.has-mega:hover .mega_menu {
    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;
}
.box_title_mega {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.box_title_mega img {
    max-width: 50px;
}

.box_title_mega h5 {
    font-size: 16px;
    padding: 0 40px 0 15px;
    margin: 0;
}

.box_items_mega > ul >li img {
    margin-right: 5px;
}

.box_items_mega > ul >li {
    padding: 6px 0;
}

.box-menu.xs-none {}

/*======================/
===================/
TITLES
/*==================/
=======================*/
.content_title h3 {
    font-size: 45px;
}

.content_title h4 {
    font-size: 30px;
}

/*======================/
===================/
HOME
/*==================/
=======================*/

.bl-hero {
    width: 100%;
    display: flex;
    min-height: 80vh;
    align-items: center;    
}

.img-hero {
    width: 70%;
}
.bt_hero {
    margin-top: 30px;
}


.sub-p {
    line-height: 1.3;
    font-size: 11px;
    font-weight: 600;
    margin-top: 20px;
}
.content_title {
    margin-bottom: 50px;
}



/*////
BOX STYLE 1 - IMG, H3, P
///////*/
.box_st1 h5 {
    max-width: 80%;
    margin: 40px auto 10px;
}

.box_st1 img {
    max-width: 320px;
    max-height: 220px;
}

.box_st1 {
    padding: 0 30px;
}




/*/////
TABS Y CONTINENTES
//////////*/
.row_form {
    display: none;
}

.row_form.active {
    display: block;
}

ul.list_continent li {
    list-style: none;
    padding: 0;
    opacity: .5;
    transition: .4s all;
    position: relative;
    cursor: pointer;
}

ul.list_continent {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 40px;
    font-family: Cocogoose Narrow;
}
.box_map-int img {
    max-width: 80%;
}
.box_map-int {
    text-align: right;
    padding-right: 50px;
}
ul.list_continent li.active {
    opacity: 1;
}


ul.list_continent li:before {
    content: '';
    width: 0;
    height: 2px;
    background: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s cubic-bezier(0.25, 0.1, 0.5, 0.88);
}

ul.list_continent li.active:before {
    width: 100%;
}
ul.two-column {
    display: flex;
    flex-wrap: wrap;
}

ul.two-column li {
    width: 50%;
    padding: 10px 0px;
}

.ct_flag {}

.ct_flag img {
    max-width: 40px;
    margin-right: 10px;
}

.ct_flag a:hover {font-weight: 500;}


.col-form input.wpcf7-not-valid {
    border-color: red;
}


/*/////
BOX MARCA
/////////*/

.box-marca img {
    max-width: 135px;
    max-height: 100px;
}

.box-marca {
    display: flex;
    align-items: center;
    height: 120px;
}

/*/////////
TOOLTIP MAP- HOME
///////////*/

.tool_img .tooltip__content {
  transform: translateY(1rem);
}
.tool_img .tooltip--active .tooltip__content {
  opacity: 1;
  pointer-events: inital;
  transform: translateY(0);
}
.tool_img .tooltip__pin {
  position: absolute;
  width: .8rem;
  height: .8rem;
  border-radius: 100%;
  background-color: var(--main);
  border: none;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.08);
  transition: 300ms ease;
  z-index: 10;
  padding: 0;
}
.tool_img .tooltip__pin:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 8px rgba(30, 30, 30, 0.12);
}
.tool_img .tooltip__pin::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: var(--main);
  animation: pulse 1.6s ease-in-out infinite;
}
.tool_img .tooltip__content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.2);
  border-radius: 0.5rem;
  width: 90vw;
  max-width: 32ch;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: 300ms ease;
  display: flex;
  align-items: stretch;
}
.tool_img .tooltip__content.invert-order {
  flex-direction: row-reverse;
}
.tool_img .tooltip__content.invert-order img {
  border-radius: 0.5rem 0 0 0.5rem;
}
.tool_img .tooltip__content__text {
  padding: 1.5rem;
}
.tool_img .tooltip__content__text h1 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.tool_img .tooltip__content__text p {
  line-height: 1.4;
  font-size: 0.9rem;
}
.tool_img .tooltip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0.5rem 0.5rem 0;
}

@keyframes pulse {
  from {
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.tagline {
  position: absolute;
  bottom: 1rem;
  /*/left: 50%;/*/
  transform: translateX(-50%);
  padding: 0.6rem;
  background-color: #4a4e4d;
  color: #ffffff;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.4;
  transition: 0.3s ease;
}
.tagline:hover {
  opacity: 0.8;
}

button.tooltip__pin {}

.tool_img {
    position: relative;
}


/*///////////////
STYLE 2 - SERVICIOS - 
///////////////////*/

ul.list_services {
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: center;
}

ul.list_services li {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #ededed;
    padding: 20px;
    border-radius: 10px;
}

ul.list_services li img {
    max-width: 60px;
    max-height: 130px;
    margin-right: 25px;
}

ul.list_services span {
    display: block;
    max-width: 150px;
    font-family: Cocogoose Narrow;
    font-size: 15px;
}

ul.list_services li.active {
    background: #0edd7140;
}

.row_tab {
    width: 100%;
}

.bl_services .row_tab {
    margin-top: 70px;
}

.box_st2 img {
    max-width: 80px;
    margin-bottom: 15px;
}

.box_st2 {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 70px;
}


.icon_st2 img {
    width: 40px;
    position: relative;
    z-index: 6;
}

.icon_st2 {
    position: relative;
}

.icon_st2:before {
    content: '';
    position: absolute;
    background-image: url(http://www.studioh-server.eu/cgi-sys/suspendedpage.cgi);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    left: 65px;
}

.box_st2 span {
    z-index: 5;
    position: relative;
    margin-top: 20px;
    display: block;
    font-size: 15px;
}

/*//////////
MIGRATE - HOME - IMG TEXT CTA
///////////*/
.content_title .btn-1 {
    padding: 10px 25px;
    display: inline-block;
    color: white;
    margin-top: 20px;
}
.bl_migrate {
    background: var(--main3);
}


/*//////////
TESTIMONOS - HOME
///////////*/

.box-testimonio {
    background: white;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0 0 17px #00000021;
}

.bl_testimonios {
    background: var(--main3);
}

.bl_testimonios .item {
    padding: 30px;
}
section.bl_testimonios .slider-1 .owl-nav {
    position: absolute;
    bottom: -20px;
    right: 50px;
}

section.bl_testimonios .slider-1 .owl-nav button {
    background: var(--main);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    margin: 0 8px;
}


/*/////
INTERNSHIP
//////////*/
.col-form b {
    font-size: 11px;
    padding: 0 10px;
    display: inline-block;
}

.form-intern .col-form {
    margin-bottom: 20px;
}


/*======================/
===================/
TEMPLATE IIP
/*==================/
=======================*/



.bl-typesinter {
    padding: 100px 0px;
}

.box-intership img {
    width: 60%;
    min-height: 296px;
}

.box-intership {
    margin-top: 100px;
}

.box-intership h4 {
    margin: 20px 0;
}

.box-intership p {
    font-size: 15px;
    margin: 0 70px;
}

.bl-iip {
    padding-bottom: 100px;
    background: #F8F8F8;
}

.box-iip {
    background: var(--main);
    padding: 50px 60px 60px 100px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.bl-iip img {
    width: 380px;
    margin-left: 90px;
    margin-top: 40px;
    position: relative;
}


.box-iip p {
    margin-left: 100px;
    font-weight: 600;
}

.pbt-100 {
    padding-bottom: 50px;
}

.box-woff {
    background: white;
    margin: 0 20px;
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: 50px;
    min-height: 344px;
}

.box-woff p {
    margin: 0!important;
    font-size: 16px;
}


.box-woff h4:after {
    content: '';
    position: absolute;
    background-image: url(http://www.studioh-server.eu/cgi-sys/suspendedpage.cgi);
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
    left: -5px;
    z-index: -1;
}

.box-woff h4 {
    position: relative;
    z-index: 25;
}


/*======================/
===================/
TEMPLATE ABOUT US
/*==================/
=======================*/

.bl-about {
    padding: 50px 0px;
} 

.bl-about img {
    width: 70%;
}

.titulo_h1 {
    font-size: 45px;
    margin-bottom: 20px;
}

.text-green {
    color: var(--main);
}

.bl-faq {
    padding: 70px 0px;
    background: var(--main3);
}

.bl-faq2 {
    padding: 70px 0px;

}

.titulo_h2 {
    font-size: 35px;
    font-weight: 400;
    font-family: Cocogoose Narrow;
}

.bl-faq img {

    margin-top: 50px;

}

.bl-faq2 img {
    margin-top: 50px;
}

.box-love {
    background: var(--main);
    border-radius: 25px;
    padding-top: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: -70px;
}

.bl-love {
    padding-top: 50px;
}

.box-love img {max-width: 260px;}

.call-abt {
    padding: 150px 0px 0px 0;
    background: var(--main3);
}



.call-abt-img img {max-width: 200px;}

.call-abt-img {
    position: relative;
}

.accordion .accordion-item {
    padding: 10px 20px 10px;
    border-bottom: 1px solid #444444;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--main);
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 5px 0;
    border: none;
    background: none;
    outline: none;
    font-weight: 600;
}
.accordion button:hover,{
  cursor: pointer;
  color: var(--main);
}
.accordion button:hover::after,{
  cursor: pointer;
  color: var(--main);
  border: 1px solid var(--main);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: var(--main);
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    margin: 1em 0;
}
.accordion button .accordion-title {
    padding: 0 30px 0px 0px;
    display: inline-block;
}

.suscribe input {
    background: transparent;
    border-bottom: 1px solid white;
    width: 80%;
    color: white;
}
.suscribe input.wpcf7-submit {
    background: var(--main);
    color: white;
    border: 0;
    margin-top: 10px;
    border-radius: 25px;
    padding: 10px 0;
    font-size: 15px;
}

.suscribe {
    display: flex;
    align-items: center;
}
/*////
PAGINATION
///////*/
.nav-links {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
        flex-wrap: wrap;
}

.nav-links > * {
    display: inline-block;
    padding: 5px 10px;
    background: var(--main2);
    color: white;
    border-radius: 4px;
}

span.page-numbers.current {
    background: var(--main);
}

.nav-links > a:hover {
    color: var(--main);
}

/*////////
PAGE DEFAULT
////////*/

section.bl_page h3 {
    margin-bottom: 15px;
    margin-top: 50px;
}

/*////////
FOOTER
////////*/

.main_footer {
    padding: 50px 0 0px;
    background: #202020;
    color: white;
}

.menu_footer h6 {
    color: var(--main);
    font-size: 25px;
    margin-bottom: 20px;
}

ul.lista-green a {
    padding: 6px 0;
    display: inline-block;
    font-weight: 500;
    color: var(--main);
    font-size: 20px;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #393939;
    margin-top: 40px;
}

.menu_horizontal > ul {
    display: flex;
    gap: 30px;
}

.logo_footer img {
    width: 145px;
}

.social-media {
    display: flex;
    gap: 20px;
    font-size: 25px;
    color: var(--main);
}


/*======================/
===================/
TEMPLATE CONTACTO
/*==================/
=======================*/

.bl-contact {
    background: var(--main3);
    min-height: 100vh;
}

.title_2 h2 {
    font-size: 50px;
}

.data_contact i {
    color: var(--main);
    margin-right: 10px;
    font-size: 25px;
}

.data_contact {
    font-size: 18px;
    margin-top: 20px;
}


/*======================/
===================/
TEMPLATE PAYROLL
/*==================/
=======================*/

.bl-offer {
    padding: 50px 0px;
    background: var(--main3);
}

.bl-offer img {
    width: 80%;
}

.bl-offer li {
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.bl-offer p {
    margin-bottom: 50px;
}



.box-benefit {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.bl-benefits {
    padding: 100px 0px;
}

.box-benefit img {
    width: 100%;
}

.box-benefit h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.box-benefit p {
    font-size: 15px;
    margin: 0;
}

.box-list-payroll {
    background: white;
    border-radius: 20px;
    margin-top: 50px;
    padding: 50px 30px 0;
    position: relative;
}

.box-list-payroll li:after {
    position: absolute;
    content: '';
    background: var(--main);
    width: 8px;
    height: 8px;
    left: 6px;
    top: 6px;
    border-radius:50%;
}

.box-intership li {position: relative;padding-left: 20px;}

.box-intership li:after {
    background: var(--main);
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}




.box-list-payroll .owl-prev {
    position: absolute;
    top: -30px;
    left: -10px;
    color: white!important;
    background: #EAEAEA !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px!important;
    margin: 0px;
}

.box-list-payroll .owl-next {
    position: absolute;
    top: -30px;
    left: 20px;
    color: white!important;
    background: var(--main)!important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px!important;
    margin: 0px;
}


.box-list-payroll .owl-prev i {
    position: absolute;
    top: 0;
    left: 5px;
}

.box-list-payroll .owl-next i {
    position: absolute;
    top: 0;
    left: 7px;
}

.bl-offer li:first-child {
    margin-top:15px;
}

.box-list-payroll .owl-dot {
    background: #ACACAC!important;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

button.owl-dot.active {
    background: var(--main)!important;
}


.box-list-payroll .owl-dots {
    text-align: right;
}

.box-org img {
    max-height: 50px;
    max-width: 80px;
    margin: 30px 0 15px;
}

.box-org {
    text-align: center;
    box-shadow: 0px 5px 13px 1px #00000014;
    margin: 0 40px;
    border-radius: 5px;
    margin-top: 60px;
    padding: 0px 15px;
    min-height: 155px;
}

.box-org p {
    line-height: 1.1;
    padding-bottom: 30px;
    font-size: 14px;
}



/*-----------------------------------------------------------------------------------*/
/*/FORMULARIO HERO 
/*-----------------------------------------------------------------------------------*/
.wpcf7-not-valid-tip {

    display: none;
}
.capa_form {
    position: relative;
    z-index: 1;
}
.blur_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff0a;
    backdrop-filter: blur(10px);
    z-index: -1;
}

.content_page-land {padding-right: 40%;}
.content_page-land .container {
    max-width: 700px;
}
.form-hero {
    background: white;
    padding: 30px 40px;
    border-radius: 25px;
}

.container-form {
    padding: 15px 15px 10px;
}

.col-form input {
font-weight: 600;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 15px;
    background: transparent;
    font-size: 15px;
    border-radius: 25px;
}

.col-form {
    position: relative;
    margin-bottom: 10px;
}
.col-form label small {
    position: absolute;
    bottom: 30%;
    left: 10px;
    background: white;
    line-height: 1;
    transition: all 0.4s;
    padding: 0 5px;
}

.col-form label {
    margin-bottom: 0;
    padding: 0;
        width: 100%;
}

.col-form br {
    display: none;
}

.col-form label.has-value small {
    transform: translateY(-22px);
    z-index: 2;
    transition: all 0.4s;
    font-size: 10px;
    color: #333;
}

.col-form .has-value input {
    border-color: #333;
    transition: all 0.4s;
}


.wpcf7-submit.submit {
    background: var(--main2);
    padding: 12px 40px;
    color: white;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    border: 0;
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.wpcf7-submit.submit:hover {
    transition: 0.4s ease;
    background: var(--main);
    transform: scale(1.03);
}
.col-form select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 30px;
    padding: 9px 15px;
    background: transparent;
    font-size: 80%;
    color: #505050;
}
.text-acept {
    padding-left: 30px;
    display: block;
    font-size: 12px;
    color: #333;
    padding-top: 6px;
}
.text-acept a {
    border-bottom: 1px solid;
    font-weight: 600;
}
.col-form .your-name input {
    text-transform: capitalize;
}
.col-form textarea {
    font-weight: 600;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 15px;
    background: transparent;
    font-size: 15px;
    border-radius: 25px;
    height:100px;
    outline:none;
}

.col-form.textarea label small {
    top: 20px;
    bottom: inherit;
    height: 20px;
}


/*/////////////////
BLOG PAGE
///////////////////*/
.post_column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.progress-bar {
  background: var(--main);
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 999999;
}
.post_column {}

.post_column > * {
    width: 48%;
    position: relative;
    margin-bottom: 50px;
}

.box_info {
    position: absolute;
    bottom: -30px;
    width: 90%;
    left: 5%;
    background: white;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #0000001c;
}

.box_info p {
    margin: 0;
    display: none;
}
.sqs-image-shape-container-element.has-aspect-ratio {
    padding-bottom: 0!important;
}
span.date_post {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
}

.box_article img {
    border-radius: 25px;
        height: auto;
}

.box_info h5 {
    font-size: 18px;
}



/*/widget  blog/*/
.widget-main {padding: 10px;}

.bg_sidebar {
    background: var(--main3);
    padding: 20px;
}

.bg_sidebar ul#menu-categories {
    background: white;
    padding: 10px 20px;
    font-size: 16px;
}

.bg_sidebar ul#menu-categories li {
    border-bottom: 1px solid #e1e1e1;
}

.bg_sidebar ul#menu-categories a {
    display: block;
    padding: 3px 0;
}

.bg_sidebar ul#menu-categories a:hover {
    font-weight: 600;
}
.cover__img {
    min-height: 330px;
}

.row-sidebar {
    padding: 10px 15px;
    font-size: 15px;
    background: white;
}

.row-sidebar > .blog-list {
    border-bottom: 1px solid #b8b8b8;
    padding: 10px 0;
}

.blog-list p {
    margin: 0;
}

.bl_blog img{
    max-width: 100%;
    height: auto;
}

/*////
CONFIRMACION DE MENSAJE CONTACT FORM 7
/////////*/

.sent_animation .form-hero {
    opacity: 0;
    visibility: hidden;
}

.sent .fieldset-cf7mls-wrapper {
    opacity: 0;
    visibility: hidden;
}

.success_msj {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 250px;
}


@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
#outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
  stroke: var(--main);
}

@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
#white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
#check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 75px;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
#check-group {
  animation: 0.32s ease-in-out 1.03s check-group;
  transform-origin: center;
}

circle#filled-circle {
    fill: var(--main);
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    border: 0;
    text-align: center;
    margin: 30px 0 0;
    font-family: 'Cocogoose Narrow';
}

.sent_animation {
    background: #e7e7e7;
}


/*/////
SINGLE POST
////////////*/
.single__post h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.single__post h3 {
    font-size: 35px;
    margin: 70px 0 30px;
}

.single__post ul {padding-left: 35px;}

.single__post li {list-style: initial;}

.single__post h4 {
    font-size: 20px;
    margin-top: 30px;
}

.blog_cta {
    margin: 0px 0;
    margin-bottom: 0px;
}

.bt_1:hover {
    color: var(--main);
    background: #323232;
}
/*/SHARE/*/

div.shared-button {
/* 
*/display: flex;align-items: center;margin-top: 20px;margin-bottom: 100px;}
div.shared-button a.sbtn {
    width: 50px; /* Modificar este valor para ajustar el tamaño de los botones */
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 7px;
}
div.shared-button a.facebook {
    background-color: #3b5998;
}
div.shared-button a.facebook:hover, div.shared-button a.facebook:active  {
    background-color: #2d4372;
}
div.shared-button a.twitter {
        background-color: #00aced;
}
div.shared-button a.twitter:hover, div.shared-button a.twitter:active  {
    background-color: #0084b4;
}
div.shared-button a.linkedin {
    background-color: #0074A1;
}
div.shared-button a.linkedin:hover, div.shared-button a.linkedin:active  {
    background-color: #006288;
}
div.shared-button a.pinterest {
    background-color: #cc2127;
}
div.shared-button a.pinterest:hover, div.shared-button a.pinterest:active  {
    background-color: #722d2d;
}
div.shared-button a.whatsapp {
    background-color: #43d854;
}
div.shared-button a.whatsapp:hover, div.shared-button a.whatsapp:active  {
    background-color: #009688;
}


span.title {
    display: block;
    margin-right: 15px;
    font-size: 13px;
}


.bl_blog .cover__img {
    min-height: 220px;
}

.title_cta {
    font-size: 25px;
    margin-bottom: 20px;
}

.bt_1 {
    padding: 10px 30px;
    display: inline-block;
    background: var(--main2);
    color: white;
    border-radius: 20px;
}

.blog_cta .box-love {
    background: var(--main);
    border-radius: 0;
    padding: 60px 0;
    padding-right: 30px;
    position: relative;
    margin-bottom: 0;
}



/*//////
FORMULARIO POR PASOS - REGISTER COMPANY
/////////*/
        .cl_steps {
            height: 100%;
            background: var(--main);
            list-style: none;
                border-radius: 20px;
        }

        ul.control_steps {
            padding: 20px 30px;
            margin: 0;
            list-style: none;
            color: white;
            height: 100%;
            font-weight: 600;
            font-size: 13px;
        
        }

        ul.control_steps li {
            margin-bottom: 15px;
            padding: 10px 0;
            cursor: pointer;
            padding-left: 40px;
            position: relative;
        }

        ul.control_steps li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 1px solid;
        }

.over-y {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

fieldset p {
    margin: 0;
}

/*/////
RADIO STYLE CONTACT FORM 7 /*/

.content_form span.wpcf7-list-item-label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 1.35em;
    z-index: 9;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    padding: 20px 40px 20px 90px;
}

.content_form span.wpcf7-list-item-label:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 38%;
    left: 29px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.content_form .wpcf7-list-item-label::after {
    display: block;
    padding: 10px;
    position: absolute;
    border: 5px solid #7e7e7e;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30%;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.content_form input[type=radio]:checked ~ .wpcf7-list-item-label:before {
}

.content_form input[type=radio]:checked ~ .wpcf7-list-item-label:after {
    background-color: #0dff92;
    border-color: #424242;
}


.content_form input[type=radio]:checked ~ .wpcf7-list-item-label {
    font-weight:bold;
    color:#0c0c0c;
}



.content_form  .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    color: #666666;
    display: flex;
    position: relative;
    width: 100%;
    height: 100px;
    align-items: center;
    border-bottom: 1px solid #cecece;
}
.content_form input[type=radio] {
    position: absolute;
    visibility: hidden;
}


.step_form .col-form label small { 
    bottom: 18px;
    font-size: 21px;
    color: #777;
}
.step_form .col-form label.has-value small {
    transform: translateY(-35px);  
    font-size: 17px;    
}
.step_form .col-form input {   
    padding: 15px 15px;   
    font-size: 20px;
    border-radius: 15px;
}
.step_form .col-form {
    position: relative;
    margin-bottom: 25px;
}

.step_form .col-form input.wpcf7-not-valid {
    border-color: red;
}


        /*//////////
        RADIO STYLE
        //////////*/

        .chooser ul li{
          color: #666666;
          display: flex;
          position: relative;
          width: 100%;
          height: 100px;
          align-items: center;
          border-bottom: 1px solid #cecece;
        }

        .chooser ul li input[type=radio]{
          position: absolute;
          visibility: hidden;
        }

        .chooser ul li label{
          display: block;
          position: relative;
          font-weight: 500;
          font-size: 1.35em;
          z-index: 9;
          margin: 0;
          cursor: pointer;
          -webkit-transition: all 0.25s linear;
          padding: 20px 40px 20px 90px;
        }

        .chooser ul li:hover label{
            color: #222222;
        }

        .chooser ul li .check{
          display: block;
          padding: 10px;
          position: absolute;
          border: 5px solid #7e7e7e;
          border-radius: 100%;
          height: 25px;
          width: 25px;
          top: 35px;
          left: 20px;
          z-index: 5;
          transition: border .25s linear;
          -webkit-transition: border .25s linear;
        }

        .chooser ul li:hover .check {
          border: 5px solid #222222;
        }

        .chooser ul li .check::before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 13px;
          width: 13px;
          top: 3px;
          left: 3px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear;
        }

       .chooser  input[type=radio]:checked ~ .check {
          border: 5px solid #0DFF92;
        }

       .chooser  input[type=radio]:checked ~ .check::before{
          background: #0DFF92;
        }

       .chooser  input[type=radio]:checked ~ label{
          color: #000000;
          font-weight: 600;
        }

        .chooser h2, .step_form h2 {
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 40px;
        }

        .step_form {
            padding: 30px 50px;
        }

        button.bt_next {
            margin: 50px 50px 0;
            padding: 15px 50px;
            background: var(--main);
            border-radius: 15px;
            font-weight: 600;
            font-size: 20px;
            color: white;

            cursor: pointer;
        }

        button.bt_next:hover {
            background: #00bf5c;
        }


       .input-cl input, .input-cl textarea{
            border: 1px solid #e1e1e1;
            padding: 10px 20px;
            width: 450px;
            font-weight: 500;
            font-size: 1.35em;
            border-radius: 20px;
        }

        .input-cl {
            margin-bottom: 10px;
        }

        ul.inline {
        display: flex;
        }

        .input-cl textarea {
            height: 100px;
            outline: none;
        }

        .chooser ul.inline li {
            width: 170px;
            border: 0;
        }

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {    
    display: flex;
    justify-content: center;
    gap: 30px;
}


.cf7mls_next.action-button {
    background-color: var(--main);   
    border-radius: 13px;    
}



/*///////////
MENU HAMBURGUESA MOBILE
///////////*/

.main-head.stick {
    position: fixed;
    background: var(--main);
    z-index: 99;
    box-shadow: 0px 0px 18px #00000000;
}
.stick .box-new {
    display: none;
}
.open_menu .overlay {
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main-head.stick {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
      -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.stick .head_1 img {
    width: 150px;
    padding: 5px 0;
}

ul.bt_menu{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
ul.bt_menu li{
    list-style: none;
    width: 100%;
    height: 2px;
    background: var(--main2);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: .9s;
}
ul.bt_menu li:nth-of-type(1){
    top: 20%;
}
ul.bt_menu li:nth-of-type(2){
    top: 50%;
    width: 70%;
}
ul.bt_menu li:nth-of-type(3){
    top: 80%;
}
ul.bt_menu.active li:nth-of-type(1){
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
ul.bt_menu.active li:nth-of-type(2){
    left: -300%;
    opacity: 0;
}
ul.bt_menu.active li:nth-of-type(3){
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}

ul.bt_menu li:last-child{
    width: 100%;
    height: auto;
    transform: none;
    top: 100%;
    font-size: 10px;
    text-align: center;
    transition: .9s;
}
ul.bt_menu li:last-child::before,ul.bt_menu li:last-child::after{
    position: absolute;
    top: 0;  left: 0;
    width: 100%;  
    transition: .9s;
}
ul.bt_menu li:last-child::before{
    content: '';
    color: #fff;
    transform: rotateY(0);
    transition-delay: .5s;    
    
}
ul.bt_menu li:last-child::after{
    content: '';
    color: #ffffff;
    transform: rotateY(
90deg);
    transition-delay: 0s;
}
ul.bt_menu.active li:last-child::before{
    transform: rotateY(90deg);
    transition-delay: 0s;
}
ul.bt_menu.active li:last-child::after{
    transform: rotateY(0deg);
    transition-delay: .5s;
}

.box-hamburger {
    position: relative;
    margin-left: 20px;
    border-left: 1px solid #ffffff3d;
    padding-left: 20px;
}


.open_menu ul.nav-box {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
    
}

.box-ham {margin-left: 30px;}

/*/FIN MENU HAMB/*/

/*//////////////
CONTAINER MENU MOBILE - NAVIGATION MOBILE
//////////////////*/



.navigation-menu {
    position: fixed;
    z-index: 99;
    background: var(--main2);
    width: 100%;
    height: 100%;
    transition: .4s;
    padding: 30px 30px;
    padding-top: 90px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.menu-mobile li a {
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    text-align: left;
    display: block;
    padding: 10px 20px;
}

.menu-mobile {
    color: white;
}

.menu-mobile li {
    border-bottom: 1px solid #ffffff2e;
}

.navigation-menu ul > li {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}


.open_menu.navigation-menu ul > li {
   
    transform: translateY(0px);
    transition: 0.3s;
}

.open_menu.navigation-menu ul > li:nth-child(1) {
     opacity: 1;
    transition-delay: .5s;
}

.open_menu.navigation-menu ul > li:nth-child(2) {
     opacity: 1;
    transition-delay: .55s;
}

.open_menu.navigation-menu ul > li:nth-child(3) {
     opacity: 1;
    transition-delay: .58s;
}
.open_menu.navigation-menu ul > li:nth-child(4) {
     opacity: 1;
    transition-delay: .60s;
}
.open_menu.navigation-menu ul > li:nth-child(5) {
     opacity: 1;
    transition-delay: .62s;
}

.open_menu.navigation-menu ul > li:nth-child(6) {
     opacity: 1;
    transition-delay: .64s;
}

.navigation-menu.open_menu {
    transition: .4s;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/*/Social menu mobile/*/

ul.social-menu {
    display: flex;
    color: white;
    padding-top: 30px;
}

ul.social-menu li {
    margin: 0 10px;
}

ul.social-menu i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
}
/*-----------------------------------------------------------------------------------*/
/*/EFECTO CONTACT FORM 7 
/*-----------------------------------------------------------------------------------*/
.bounce.short {
   
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.bounce {
   
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}




.box_info h5 {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #0edd71 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #0edd71 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #0edd71 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}


.box_article:hover .box_info h5 {
  background-size: 100% 100%;
  text-decoration: none;
}


.link_underline a{
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #0edd71 2px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #0edd71 2px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #0edd71 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}

.link_underline a:hover{
  background-size: 100% 100%;
  text-decoration: none;
}

/*//////////////
ANIMACIONES GSAP
//////////////*/

.scena-1 {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  opacity: 0;
  transform: translateY(100px);
}

.scena-2 {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
 
}


/*------------------------------------*\
    ANIMATION 1
\*------------------------------------*/
  
  .animation-1 {   
    z-index: 0;  
    opacity: 0;
    -webkit-transform: translateY(50px) scaleY(1.3);
    transform: translateY(50px) scaleY(1.3);
    -webkit-transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);       
  }


  
  .animation-1.active, .item-h:first-child.animation-1{
    opacity: 1;
    -webkit-transform:translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1); 
  }
  

/*------------------------------------*\
    ANIMATION 2
\*------------------------------------*/

  .animation-2 {   
    z-index: 0;  
    opacity: 0;
    -webkit-transform: translateY(50px) scaleY(1.3);
    transform: translateY(50px) scaleY(1.3);
    -webkit-transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);       
  }
  .animation-2.active{
    opacity: 1;
    -webkit-transform:translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1); 
  }

.animation-2:nth-child(2) {
    transition-delay: 0.4s;
}

.animation-2:nth-child(3) {
    transition-delay: 0.6s;
}

.animation-2:nth-child(4) {
    transition-delay: 0.4s;
}
.animation-2:nth-child(5) {
    transition-delay: 0.6s;
}
.animation-2:nth-child(9) {
    transition-delay: 0.65s;
}




/*///////////////////////
WHATSAPP BUTTON ANIMATION LIB 1
///////////////////////////*/

.wsp_fixed {
    display: flex;
    width: 38px;
    height: 38px;
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 100;
  }
  @media screen and (max-width: 1024px) {
    .wsp_fixed {
      right: 20px;
      bottom: 130px;
    }
  }
  @media screen and (max-width: 960px) {
    .wsp_fixed {
      bottom: 170px;
    }
  }
  @media screen and (max-width: 767px) {
    .wsp_fixed {
      bottom: 150px;
    }
  }
  .wsp_icon {
  }
  .wsp_icon img {
  }
  .wsp_gota1 {
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(92,207,63,0.29);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota1 {
      width: 55px;
      height: 55px;
    }
  }
  .wsp_gota2 {
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(92,207,63,0.2);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota2 {
      width: 65px;
      height: 65px;
    }
  }
  @-moz-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-webkit-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-o-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .wsp_fixed {
      right: 30px;
      bottom: 30px;
    }
  }
  @media screen and (max-width: 960px) {
    .wsp_fixed {
      bottom: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .wsp_fixed {
      bottom: 30px;
    }
  }
  .wsp_icon {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .wsp_icon img {
    max-width: 40px;
    height: auto;
    display: block;
  }
  .wsp_gota1 {
    display: block;
    width: 55px;
    height: 55px;
    background: rgb(63 207 194 / 14%);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota1 {
      width: 55px;
      height: 55px;
    }
  }
  .wsp_gota2 {
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(63 207 174 / 20%);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota2 {
      width: 65px;
      height: 65px;
    }
  }
  @-moz-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-webkit-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-o-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }

.bt_big {
    padding: 15px 50px;
}
/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){


}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){



}

/*=============================================
MOVIL (SM revisamos en 320px)
=============================================*/

@media (max-width:767px){


/*===================/
COLUM H -- NO BORRAR
/*==================/
=======================*/
.cl-10, .cl-20, .cl-30, .cl-40, .cl-50, .cl-60, .cl-70, .cl-80, .cl-90 {

width: 100%;
flex: 0 0 100%;
max-width: 100%;
}

.clx-10 {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.clx-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.clx-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.clx-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.clx-50 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.clx-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.clx-70 {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.clx-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.xs-none{
    display: none;
}
.xs-show{
    display: block;
}

/*===================/
Footer Movil
/*==================/
=======================*/






}


/*=============================================
MOVIL (XS revisamos en 565px)
=============================================*/

@media (max-width:565px){
.chooser h2, .step_form h2 {
    font-size: 25px;
   
}
.bt_big {
    padding: 15px 30px;
}
.bt_hero {
    margin-bottom: 30px;
}
.title_2 h2 {
    font-size: 35px;
}
.row-sa.middle.xs-reverse {
    flex-direction: column-reverse;
}
.form-hero {
  
    padding: 30px 0px;
 
}
.menu-mobile .sub-menu {
    display: none;
}
ul#menu-menu-principal {
    overflow-y: auto;
    height: 80vh;
}
.sub-menu li {
    opacity: 1!important;
    transform: translateY(0px)!important;
  
}
.menu-mobile li a:hover{
    color: var(--main);
}

/*//bloG MOBILE/*/
.post_column > * {
    width: 100%;
  
}
.bg_sidebar {
 
    display: none;
}
.box_info {    
    bottom: 20px;   
}

.single__post h1 {
    font-size: 25px;  
}

.single__post h3 {
    font-size: 20px;
    margin: 50px 0 30px;
}
iframe.embedly-embed {
    width: 100%;
    height: auto;
}
body {
    font-size: 15px;
}
.step_form {
    padding: 0px 15px;
}
.content_form span.wpcf7-list-item-label {
    padding: 20px 10px 20px 70px;
     font-size: inherit;
}

.content_form .wpcf7-list-item {   
    margin: 0 0 0 0em;    
}

.step_form .col-form label small {
   
    font-size: inherit;
  
}
.content_title h4 {
    font-size: 25px;
}

.content_form .wpcf7-list-item label {
    width: 100%;
}


.header-box {
    padding: 15px 0;
}
.bl-hero {
    
    min-height: 100vh;
  
}
   ul.list_services {
 
    justify-content: start;
    overflow-x: auto;
}

.content_title h3 {
    font-size: 35px;
}

.titulo_h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.img-hero {
    width: 100%;
}
.box_st1 {
    
    margin-bottom: 50px;
}
.title_cta {
    font-size: 19px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.blog_cta .box-love {

    text-align: center;
}
/*////
FOOTER MOVIL
///////*/

.menu_footer {
    margin-bottom: 50px;
}
ul.lista-green a {
    padding: 5px 0;

}


.box-benefit {
    flex-wrap: wrap;
}
.box-benefit img {
  
    max-width: 90px;
}
.titulo_h2 {
    font-size: 25px;

}

.bl-benefits .cl-30 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.box-benefit p {

    text-align: center;
 
}

.box-benefit h5 {

    text-align: center;
}

.box-iip {

    padding: 30px;

}
.bl-iip img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
}

.box-iip p {
    margin-left: 0;

}
.box-intership p {
 
    margin: 0 10px;
}


}/*/Fin Movil 565px /*/