@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --cart-side-cart-outside: rgba(0, 0, 0, .4);
    --cart-side-cart-bg: #fff;
    --cart-side-cart-padding: 30px;
    --cart-side-cart-max-width: 75px;
    --cart-side-cart-title-font-size: 24px;
    --cart-side-cart-title-font-weight: 600;
    --cart-side-cart-title-text-transform: inherit;
    --cart-side-cart-title-color: #0C184E;
    --side-cart-product-info-h3-color: #0C184E;
    --side-cart-product-info-h3-font-size: 14px;
    --side-cart-product-info-h3-line-height: 1.5em;
    --side-cart-remove-product-color: #118CEE;
    --side-cart-remove-product-hover-color: #ff0000;

}

/* body {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%; 
    height: 100vh;
} */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Graphik Trial', sans-serif!important;
    color: #0C184E;
    scroll-behavior: smooth;
}

input,
input:active,
input:focus,
select,
select:active,
select:focus,
textarea,
textarea:active,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    outline: 0 !important;
    box-shadow: none;
    border-radius: 50px;
    padding: 10px 20px;
    min-width: 200px;
}

.btn-primary {
    background: #0AF0C1 !important;
    border-color: #0AF0C1 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #0C184E !important;
    font-weight: 500;
}

.btn-outline-dark {
    background-color: #FFF;
    border-color: #0C184E;
    color: #0C184E;
}

.btn-outline-dark:hover {
    background-color: #0C184E;
    border-color: #FFF;
    color: #FFF;
}

.btn-dark {
    background-color: #0AF0C1;
    border-color: #0AF0C1;
    color: #0C184E;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    box-shadow: 0px 22px 30px 0px rgba(101, 16, 164, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0 !important;
}

.btn-dark:hover {
    background-color: #fff;
    border-color: #0AF0C1;
    color: #0AF0C1;
}

.br {
    height: 100px;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
}

#loader p {
    color: #fff;
    margin-top: 20px;
}

#loader .sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    margin: 0 auto
}

#loader .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

#loader .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

#loader .sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

#loader .sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}

#loader .sk-chase-dot:nth-child(3) {
    animation-delay: -.9s
}

#loader .sk-chase-dot:nth-child(4) {
    animation-delay: -.8s
}

#loader .sk-chase-dot:nth-child(5) {
    animation-delay: -.7s
}

#loader .sk-chase-dot:nth-child(6) {
    animation-delay: -.6s
}

#loader .sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

#loader .sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}

#loader .sk-chase-dot:nth-child(3):before {
    animation-delay: -.9s
}

#loader .sk-chase-dot:nth-child(4):before {
    animation-delay: -.8s
}

#loader .sk-chase-dot:nth-child(5):before {
    animation-delay: -.7s
}

#loader .sk-chase-dot:nth-child(6):before {
    animation-delay: -.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4)
    }

    100%,
    0% {
        transform: scale(1.0)
    }
}

/* #main-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
} 

#main-loader .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
} */

#main-loader .double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--alt-color);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

#main-loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

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

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.woocommerce-info {
    margin: 0;
}

/* Estilo para las alertas de éxito */
.woocommerce-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

/* Estilo para las alertas de advertencia */
.woocommerce-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/* Estilo para las alertas de error */
.woocommerce-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.custom-woocommerce-notice p {
    margin: 0;
}

/* Cambiar el icono de éxito */
.woocommerce-message::before {
    content: "\f058";
    color: #0C184E;
    /* Cambia el código del icono */
}

/* Cambiar el icono de advertencia */
.woocommerce-info::before {
    content: "\f071";
    color: #0C184E;
    /* Cambia el código del icono */
}

/* Cambiar el icono de error */
.woocommerce-error::before {
    content: "\f057";
    color: #0C184E;
    /* Cambia el código del icono */
}

.form-control,
.select2-selection {
    /* border-radius: 5px !important; */
    /* border: 1px solid #ced4da !important; */
    border: none;
    border-radius: 10px;
    background: #ECF2FF;
    height: 48px;
    flex-shrink: 0;
}

label abbr {
    display: none !important;
}

abbr {
    font-size: 12px;
}

label {
    font-size: 13px;
}

.card {
    border-radius: 0 !important;
}

/* Estilo para los checkbox */
input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    outline: none;
    transition: background-color 0.3s;
    border-radius: 3px;
    border: 1px solid #CBD7EF;
    background: #FFF;
}

input[type="checkbox"]:checked {
    border-radius: 3px;
    background: #0AF0C1;
    box-shadow: 0px 6px 7px 0px rgba(114, 133, 172, 0.10);
    /* Cambia el color de fondo cuando el checkbox está seleccionado */
}

input[type="checkbox"]::before {
    /* content: "\2713"; */
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M8.49373 0.758435C8.83831 0.413855 9.39698 0.413855 9.74156 0.758435C10.0861 1.10302 10.0861 1.66169 9.74156 2.00627L4.44745 7.30039C4.10287 7.64497 3.54419 7.64497 3.19961 7.30039L0.258435 4.35921C-0.0861451 4.01463 -0.0861451 3.45596 0.258435 3.11138C0.603015 2.7668 1.16169 2.7668 1.50627 3.11138L3.82353 5.42863L8.49373 0.758435Z" fill="white"/></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
    /* Muestra el icono de chequeo cuando el checkbox está seleccionado */
}

/* Estilo para los radio buttons */
input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    transition: background-color 0.3s;
}

input[type="radio"]:checked {
    background-color: #0AF0C1;
    /* Cambia el color de fondo cuando el radio button está seleccionado */
}

input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    /* Cambia el color del punto central */
    border-radius: 50%;
    opacity: 0;
    /* Oculta el punto central por defecto */
    transition: opacity 0.3s;
}

input[type="radio"]:checked::before {
    opacity: 1;
    /* Muestra el punto central cuando el radio button está seleccionado */
}

.f-large {
    margin: 0;
}

.has-small-font-size,
.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size {
    font-family: 'Poppins', sans-serif !important;
}


.has-small-font-size {
    font-size: 14px !important;
}

.has-medium-font-size {
    font-size: 16px !important;
}

.has-large-font-size {
    font-size: 18px !important;
}

.has-x-large-font-size {
    font-size: 20px !important;
}


.select2,
.selection,
.select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
}

.text-dark {
    color: #0C184E !important;
}

.cursor-pointer {
    cursor: pointer !important;
}



@media(min-width: 1401px) {
    .container-fluid {
        padding: 0 100px;
    }
}

@media(max-width: 1400px) {
    .container-fluid {
        padding: 0 40px;
    }
}

@media(max-width: 768px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.nav-item {
    display: flex !important;
    align-items: center !important;
}


.contact-home {
    background-color: #F7FAFE;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-home h4 {
    font-size: 45px;
    font-weight: 700;
    color: #0C184E;
    max-width: 600px;
    margin-bottom: 40px;
}

.contact-home p {
    font-size: 21px;
    font-weight: 200;
    color: #0C184E;
}

.form-contact {
    border-radius: 15px;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    box-shadow: -1px 1px 20px rgba(0, 0, 0, .03);
    min-height: 400px;
    height: 100%;
    position: absolute;
    width: 400px;
    height: 500px;
    top: -125px;
    z-index: 99;
}

.info-contact {
    display: flex;
    align-items: center;
}

span.purple {
    color: #5C46F9;
}

span.white {
    color: #FFFFFF;
}

@media(max-width:991px) {
    .contact-home .form-contact {
        position: relative;
        width: 100%;
        top: 0;
    }

    .contact-home {
        padding: 0 20px;
        height: 900px;
    }

    .contact-home h4 {
        font-size: 21px;
        line-height: 35px;
    }

    .contact-home p {
        font-size: 16px;
    }
}


.alert-error,
.input label span {
    color: #ea1515
}

.input label {
    font-size: 14px;
    font-weight: 600;
    color: #0c184e;
    margin-bottom: 10px
}

.alert-error {
    font-size: 10px !important;
    margin-left: 4px;
    display: none
}

.input input {
    margin-bottom: 15px
}

.input input,
.input textarea {
    background-color: #f4f6ff;
    border: none
}

.button-send {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 20px
}

.button-send button {
    border-radius: 100px;
    background-color: #0AF0C1;
    min-width: 160px;
    height: 42px;
    color: #0C184E;
    border: none;
    font-weight: 500;
}

.msg-success {
    color: #0AF0C1;
    font-weight: 600;
    text-align: center;
    font-size: large
}

.error-form {
    font-size: 14px;
    color: red;
    text-align: center
}

.error-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px
}