:root {
    --verde: #1c9b12;
    --azul: #0c66ff;
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 120px;
    z-index: 300;
}

.arrows path {
    stroke: #1c9b12;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

.arrows:hover {
    cursor: pointer;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

section {
    background: #fff;
}

/* verde: #1C9B12; */

.color-verde {
    color: var(--verde);
}

.color-rojo {
    color: red;
}

.garantia {
    margin: 30px 0;
    background: orange;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
}

.fondo_naranja {
    background: orange !important;
}

.fondo_naranja.m-btn.m-btn-theme:hover {
    background: purple !important;
    color: #fff !important;
}

sup {
    left: -0.1em;
}

.px-dropdown .px-dropdown-menu {
    width: 240px;
}

.navbar-toggler,
.theme-bg,
#loading,
.m-btn.m-btn-theme,
.herbyCookieConsent .herbyBtn {
    background: var(--verde);
}

a.btn-cta {
    background: var(--azul);
    color: #fff !important;
}

a.btn-cta:hover {
    background: var(--verde);
    color: #fff !important;
}

/*a.m-btn:hover,
a.btn:hover{
  color: #222 !important;
}*/

a.m-btn-warning,
a.m-btn-warning:active,
a.m-btn-warning:hover,
a.m-btn-warning:visited {
    background: orange !important;
    color: #222 !important;
}

.btn.btn-success:hover {
    color: #fff !important;
    background: orange;
    border-color: orange;
}

.green-color,
.theme-color,
a {
    color: var(--verde);
}
/*
.inmolite{
	color: #FC4D4B;
}

.inmolite_bg{
	background: #FC4D4B;
}*/

mark {
    background-image: linear-gradient(
        120deg,
        rgba(20, 167, 22, 0.4) 0,
        rgba(20, 167, 22, 0.4) 100%
    );
}

.gradiente {
    background: linear-gradient(to right, var(--verde), orange) !important;
}

.navbar-toggler {
    border-radius: 5px;
}

.header-nav > div {
    background: #fff;
}

.idiomas {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}

.mm-link i {
    margin-top: -4px;
    font-size: 12px !important;
}

a:hover,
.header-dark .main-navbar .navbar-nav > li:hover > a,
.px-dropdown
    .px-dropdown-menu
    > li:hover
    > a
    .px-mega
    .mm-link:hover
    .px-mega
    .mm-link
    li
    > a:hover {
    color: orange !important;
}

.px-mega .mm-link li > a {
    font-weight: normal !important;
}

.px-mega .px-mega-menu {
    border-top: 5px solid var(--verde);
}

.herbyCookieConsent .herbyBtn {
    background: var(--verde);
    border-radius: 5px;
    text-decoration: none;
}

.herbyCookieConsent .herbyBtn:hover {
    background: orange !important;
    border-radius: 5px;
    text-decoration: none;
}

.m-btn.m-btn-theme:hover {
    background: orange !important;
    color: #222 !important;
}

/* formulario */

.mi_form .form-group {
    position: relative;
}

.mi_form .validacion {
    position: absolute;
    right: 20px;
    top: 5px;
}

.mi_form label {
    margin: 0;
}
.mi_form input,
.mi_form textarea,
.mi_form select {
    width: 100%;
}
.mi_form .ok {
    color: #5cb85c !important;
}
.mi_form .cancel {
    color: #ed4747 !important;
}
.mi_form .validacion i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
}

.mi_form i[data-toggle="popover"]:hover {
    cursor: pointer;
    color: #616161 !important;
}

.mi_form label {
    text-align: left;
    display: block;
}

.mi_form {
    text-align: left;
}

.mi_form label.obligatorio {
    font-weight: bold;
}
.mi_form label.obligatorio:before {
    content: "(*) ";
}
.mi_form .mi_form_ayuda {
    clear: both;
    font-style: italic;
    background-color: #b1dffc;
    color: #004f80;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.mi_form textarea {
    min-height: 120px;
}

.mi_form .caja_boton {
    margin-top: 10px;
    padding: 10px 0 0 0;
    text-align: left;
}

.mi_form .caja_boton button {
    float: right;
    font-size: 14px;
}

ul.nav.navbar-nav > li a {
    font-weight: bold;
}

ul.nav.navbar-nav > li.active a,
ul.nav.navbar-nav > li:hover a {
    color: var(--verde);
}

ul.nav.navbar-nav li.active ul li a,
ul.nav.navbar-nav li:hover ul li a {
    color: #222;
    font-weight: normal;
}

p.excerpt {
    font-size: 14px;
    margin-bottom: 40px;
}

blockquote {
    font-style: italic;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 15px;
}

span.firma {
    font-size: 13px;
    font-style: normal;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.herbyCookieConsent {
    padding-left: 150px;
    padding-right: 150px;
}

div.activecampaign_form form {
    padding: 0 !important;
    margin: 30px auto !important;
    text-align: center !important;
}

.logos {
    /*margin: -300px 0 0 0;*/
}

.logos .logo_img img {
    height: 60px;
    margin: 0 20px;
}

.logos_kitdigital {
}

.logos_kitdigital img {
    margin: 10px;
    padding: 20px;
    height: 120px;
    float: left;
    background: #222;
}

section.effect-section {
    margin-top: -20px;
    padding: 100px 0 60px;
    z-index: -1;
}

.price-table .pt-head.theme-bg h4,
.price-table .pt-head.theme-bg > * {
    color: #fff;
}

.ejemplos_casos_uso ul,
ul.lista_casos_uso > li {
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 1.375rem + 2px);
    padding: 10px 20px;
    border-color: #ced4da;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: calc(1.5em + 1.375rem + 2px);
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px;
}

.form-control {
    font-weight: initial;
}

.number-icon {
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0;
    display: inline-table;
}

footer.prefooter {
    text-align: left;
    padding: 30px 0 12px 0;
    margin: 0;
    background: #f2f2f2;
}

footer.prefooter .navbar-brand {
    margin-top: 55px;
}

footer.prefooter h6 {
    font-weight: bold;
    text-align: left;
}
footer.prefooter ul {
    margin: 0 0 30px;
    padding: 0;
}

footer.prefooter ul li {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero_column {
    margin-top: -100px;
}

.hero_column img {
    /*  margin-top: -45px;*/
    padding-left: 50px;
}

.owl-dots {
    margin-top: 40px;
}

.owl-dots .owl-dot {
    border: 1px solid var(--verde);
}

.owl-dots .owl-dot.active {
    background: var(--verde);
}

.faqs i {
    color: var(--verde);
}

.five_star {
    margin-top: 5px;
    max-height: 20px;
}

#modal_body_calendly {
    min-height: 700px;
    padding-bottom: 40px;
}

.modal-header {
    background: var(--verde);
    color: #fff;
    border: 0;
}

.modal-header span {
    color: #fff;
}

.modal-content {
    border: 0;
}

.close,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.acco-group.acco-active .acco-heading {
    color: var(--verde) !important;
}

.acco-group.acco-active .acco-heading::after {
    border-color: var(--verde) !important;
}

section {
    background: #fff;
}

#player-overlay{
    text-align: left;
    margin: 0 0 30px 0;
}


#player-overlay video {
    width: 100%;
    max-width: 700px;
    max-height: 100%;

}

/* media queries */
@media (min-width: 992px) {
    .px-dropdown .px-dropdown-menu {
        border-top: 5px solid var(--verde);
    }

    div.media div.icon-lg {
        display: none;
    }

    .logo img {
        height: 36px;
    }

    .main-navbar .navbar-nav > li > a {
        padding: 24px 5px;
    }
}

@media (max-width: 767px) {
    .acco-heading {
        line-height: 1.2em;
    }

    .acco-des {
        font-size: 14px;
    }

    .hero_column {
        margin-top: 100px;
        padding: 0 30px;
    }

    .logo img {
        height: 26px;
    }

    .hero_column img {
        display: none;
    }

    h1,
    .h1 {
        font-size: 36px;
    }

    body,
    .lead {
    }

    main {
        margin-top: 10%;
    }

    section.effect-section {
        padding: 40px 0 20px 0;
    }

    .pad-mobile-20 {
        padding: 20px !important;
    }

    .herbyCookieConsent {
        display: none;
    }
}
