@import url("https://fonts.googleapis.com/css2?family=Anton&family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
html {
    overflow-x: hidden;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    transition: all 0.6s ease;
    font-family: "Arimo", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

html {
    scroll-behavior: smooth;
}

* {
    transition: all 0.6s ease;
}

.site-main,
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .site-main,
    .container {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        width: 100%;
    }
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 5px;
    background: #d27a3a;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    cursor: pointer;
    transition: all 0.6s ease;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

input[type="checkbox"] {
    accent-color: #f7da4b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #000000;
    border: 0;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0;
    height: 50px;
    width: 100%;
    font-size: 13px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: #000000;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #000000;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: #000000;
}
input[type="text"] option,
input[type="email"] option,
input[type="url"] option,
input[type="password"] option,
input[type="search"] option,
input[type="number"] option,
input[type="tel"] option,
input[type="range"] option,
input[type="date"] option,
input[type="month"] option,
input[type="week"] option,
input[type="time"] option,
input[type="datetime"] option,
input[type="datetime-local"] option,
input[type="color"] option,
textarea option,
select option {
    font-size: 13px;
}

.contacto-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
form .mid,
form .full {
    margin-bottom: 28px;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 768px) {
    form .mid {
        width: 49%;
    }
}
form .wpcf7-list-item {
    margin-left: 0;
}
form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 7px;
}

textarea {
    height: 100px;
}

a {
    color: #f7da4b;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
a:visited {
    color: #f7da4b;
}
a:hover,
a:focus,
a:active {
    color: #f7da4b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Anton", sans-serif;
    line-height: 110%;
}

h1 {
    font-size: 28px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1280px) {
    h1 {
        font-size: 45px;
    }
}

h2 {
    font-size: 25px;
    color: #000000;
    margin-top: 0;
    font-weight: 600;
}
h2 strong {
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1280px) {
    h2 {
        font-size: 38px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-weight: 500;
}

.admin-bar .logo-exicarga {
    top: 46px;
}
@media only screen and (min-width: 768px) {
    .admin-bar .logo-exicarga {
        top: 32px;
    }
}

.hero-home__logo {
    padding: 4% !important;
}
@media only screen and (min-width: 1024px) {
    .hero-home__logo {
        padding: 4% 8% !important;
        padding-top: 0 !important;
    }
}
.hero-home__form > div {
    padding: 4% !important;
}
@media only screen and (min-width: 1024px) {
    .hero-home__form > div {
        padding: 4% 8% !important;
    }
}
.hero-home__form h3 {
    text-align: center;
}
.hero-home__text {
    padding: 4%;
    padding-top: 80px;
}
@media only screen and (min-width: 1024px) {
    .hero-home__text {
        padding: 4% 8%;
        padding-top: 0 !important;
    }
}
.hero-home__text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    padding-bottom: 20px;
}
.hero-home__text h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 2px;
    background-color: #f7da4b;
}
@media only screen and (min-width: 1024px) {
    .hero-home__text h1 {
        font-size: 55px;
    }
}
.hero-home__text h1 strong {
    color: #f7da4b;
    display: block;
}
.hero-home__text p {
    font-size: 18px;
    font-family: "Arimo", sans-serif;
    color: #fff;
}
@media only screen and (min-width: 1024px) {
    .hero-home__text p {
        font-size: 26px;
        max-width: 50%;
        line-height: 120%;
    }
}

.text-arrow {
    padding-left: 40px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .text-arrow {
        margin-left: 80px;
    }
}
.text-arrow::before {
    content: url(https://cursosdeconduccion.activecars.com.co/wp-content/uploads/2024/10/arrow-yellow.svg);
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 1024px) {
    .subir-contenido {
        margin-top: -150px;
    }
}

.img-border-white img {
    border-radius: 10px;
    border: 9px solid #fff;
}

.img-shadow img {
    filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.16));
}

.sec-solicita-cotizacion {
    border-radius: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}
.sec-solicita-cotizacion .vc_column-inner {
    min-height: 300px;
}
.sec-solicita-cotizacion .wpb_content_element {
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .sec-solicita-cotizacion .wpb_content_element {
        padding: 40px;
    }
}
.sec-solicita-cotizacion .wpb_content_element p {
    font-family: "Anton", sans-serif;
    font-size: 22px;
}

.btn a {
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    padding: 13px 50px;
    text-decoration: none;
}
.btn.btn-blanco a {
    background-color: #fff;
    color: #000000;
}
.btn.btn-amarillo a {
    background-color: #d27a3a;
    color: #fff;
}
.btn.btn-conocer-productos a {
    border: 1px solid #000000;
    color: #000000;
    font-family: "Anton", sans-serif;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    .btn.btn-conocer-productos a {
        font-size: 25px;
    }
}
.btn.btn-conocer-productos a::before {
    content: url(https://cursosdeconduccion.activecars.com.co/wp-content/uploads/2024/10/conocer-productos.svg);
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
    margin: 0 auto;
}

.titulo h2 {
    margin: 0;
}
.titulo p {
    font-family: "Anton", sans-serif;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .titulo p {
        font-size: 25px;
    }
}

.servicios-boxes .wpb_column > div > div {
    background-color: #fff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
    border-radius: 0 25px 0 0;
    overflow: hidden;
}
.servicios-boxes .wpb_column .wpb_single_image {
    padding: 10px;
}
.servicios-boxes .wpb_column .wpb_single_image img {
    border-radius: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
    .servicios-boxes .wpb_column:nth-child(2) {
        margin-top: 50px;
    }
    .servicios-boxes .wpb_column:nth-child(3) {
        margin-top: 100px;
    }
}
.servicios-boxes__titulo {
    padding: 0 30px;
    margin-top: -105px;
}
.servicios-boxes__titulo h3 {
    margin: 0;
    color: #fff;
    font-family: "Arimo", sans-serif;
}
.servicios-boxes__icon {
    margin-bottom: 0 !important;
    background-color: #f7da4b;
    padding: 14px;
}
.servicios-boxes__icon p {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}
.servicios-boxes__desc {
    padding: 0 20px;
}
.servicios-boxes__desc h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    font-family: "Arimo", sans-serif;
}
.servicios-boxes__desc p {
    color: #707070;
}
.servicios-boxes__desc ul {
    color: #000000;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.servicios-boxes__desc ul li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}
.servicios-boxes__desc ul li::before {
    content: url(https://cursosdeconduccion.activecars.com.co/wp-content/uploads/2024/10/arrow-yellow.svg);
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.7);
}

.sec-amarilla {
    background: rgb(254, 221, 6);
    background: linear-gradient(
        190deg,
        rgb(254, 221, 6) 0%,
        rgb(225, 196, 5) 100%
    );
    padding: 80px !important;
    border-radius: 15px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.seccion-productos {
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.owl-photos {
    margin-top: 60px;
    margin-bottom: 60px;
}
.owl-photos.owl-carousel {
    display: block;
}
.owl-photos .owl-stage-outer {
    overflow: visible !important;
}
.owl-photos.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 7px;
    background: #3e3e3e;
}
.owl-photos.owl-theme .owl-dots .owl-dot.active span {
    background: #f7da4b;
}

.fondo-fin-landing {
    background-image: url(https://cursosdeconduccion.activecars.com.co/wp-content/uploads/2024/10/Enmascarar-grupo-3969.jpg);
    background-position: 63% top;
    background-repeat: no-repeat;
    padding-top: 137px;
    margin-top: 80px;
}

.otras-soluciones .wpb_column > div {
    background-color: #fff;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.16);
    padding: 30px !important;
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .otras-soluciones .wpb_column > div {
        margin-bottom: 0;
    }
}
.otras-soluciones .wpb_column > div::before {
    position: absolute;
    top: 48px;
    left: -18px;
    content: url(https://cursosdeconduccion.activecars.com.co/wp-content/uploads/2024/10/arrow-yellow.svg);
}
.otras-soluciones__icon {
    position: absolute;
    margin-bottom: 0 !important;
    left: -15px !important;
}

.whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}
.whatsapp img {
    width: 70px;
}
.whatsapp section {
    margin-bottom: 0;
}

.lista-arrow ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.lista-arrow ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
.lista-arrow ul li::before {
    content: url("https://cursosdeconduccion.activecars.com.co/wp-content/uploads/2025/06/arrow-black.svg");
    position: absolute;
    left: 0;
    top: 3px;
}

.acreditaciones > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-flow: wrap;
}

.horarios ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
} /*# sourceMappingURL=exicarga.css.map */

.activeformContainer, .activeformContainer div, .activeformContainer iframe, .hero-home__form > div > div{
	height: 100% !important; 
}
