body {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    background-color: #fff;
}

div {
    display: block;
    /* border: 1px solid; */
}

h1 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 48px;
    font-weight: 200;
    color: #363958;
    padding: 0px;
    margin-top: 100px;
    /* border: 1px solid; */
}

h2 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 28px;
    color: #363958;
    font-weight: 300;
    margin-bottom: 30px;
}

h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 22px;
    font-weight: 300;
    color: #363958;
}

h4 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 300;
    color: #363958;
}

h5 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 300;
    color: #363958;
}

a {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

a:hover {
    transition: 1s;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

li {
    margin-left: 40px;
}

.nav-margin li {
    margin-left: 0;
}

/* header */
#header {
    height: 450px;
    width: 100%;
    /* background-position: center;
    background-size: cover;
    object-fit: cover; */
}

#header span {
    font-weight: 1000;
}

.custom-navbar {
    background-color: #292B51;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    position: fixed;
    transition: background-color 0.4s ease-in-out;
}

/* .custom-navbar.scrolled {
    background-color: #0d6efd;
    opacity: 0.98;
} */
.custom-ul {
    text-align: center;
    background-color: transparent;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: auto;
    font-weight: 300;
    margin-left: 20px;
    align-items: center;
    transition: color 0.4s ease-in-out;
    padding-top: 12px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #00E7D7;
    font-size: auto;
    font-weight: 700;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #BBFFCA;
}

/*
.custom-navbar.scrolled .nav-item .nav-link:hover {
    color: #BBFFCA;
}
.custom-navbar.scrolled .nav-item .nav-link {
    color: #fff;
}
.custom-navbar.scrolled .nav-item .nav-link.active{
    color: #BBFFCA;
} */
.navbar-contact-btn {
    background-color: #00E7D7;
    color: #fff;
    display: flex;
    font-size: auto;
    font-weight: 600;
    height: 10px;
    width: 100px;
    margin-left: 40px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 20px 80px;
    animation: animate 3s linear infinite;
}

.navbar-contact-btn:hover {
    color: #292B51;
    font-weight: 800;
    border-radius: 12px;
    background-color: #8CF9EE;
    animation: animate 3s linear infinite;
}

.ten-years {
    text-align: right;
}

.experience-info {
    padding-top: 40px;
}

.custom-li {
    padding: 0px 15px;
}

.custom-logo {
    width: 30%;
}

/* end header */
/* header, casual shoes, formal shoes */
.nosotros-title {
    color: white;
    padding-top: 150px;
    text-align: center;
}

.main-paragraph {
    font-size: 20px;
    color: white;
    text-align: center;
}

.main-paragraph h4 {
    font-size: 30px;
    margin: 0px 100px 0px 100px;
    color: white;
    text-align: center;
}

#Nosotros-description {
    padding-top: 50px;
    align-items: center;

}

.nosotros_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.banner-contact-btn {
    display: flex;
    color: #363958;
    font-size: auto;
    font-weight: 600;
    height: 70px;
    width: 200px;
    background: white;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 30px 10px;
    animation: animate 3s linear infinite;
}

.banner-contact-btn:hover {
    color: #363958;
    font-size: 18px;
    font-weight: 900;
    background-color: #DDECFD;
    animation: animate 3s linear infinite;
}

.mision-desc {
    padding-top: 100px;
    text-align: left;
    color: #363958;
    font-weight: 700;
}

.vision-desc {
    padding-top: 70px;
    text-align: right;
    color: #363958;
    font-weight: 700;
}

#contact-us {
    padding-top: 100px;
}

.contact-data {
    padding-right: 80px;
    text-align: right;
}

.custom-btn {
    background-color: #0d6efd;
    padding: 10px;
    border: none;
}

/* end header, casual shoes, formal shoes */
/* casual shoes, formal shoes */
.card_img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_info {
    padding-bottom: 20px;
}

.custom-footer {
    background-color: transparent;
    border: none;
}

.fact-card {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
}

.custom-service-card {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    border: none;
}

.circle-card {
    border-radius: 50%;
    background-color: #0d6efd;
    box-shadow: 0px 0px 50% rgba(0, 0, 0, 0.35);
    border: none;
}

.social-card {
    border-radius: 50%;
    background-color: #0d6efd;
    width: 55px;
    height: auto;
    border: none;
}

.contact-card {
    border-radius: 50%;
    background-color: #7276F1;
    width: 45px;
    height: auto;
    border: none;
}

.contact-container {
    padding-right: 80px;
}

form.contact-us-form {
    padding: 30px 50px 30px 50px;
    justify-content: center;
    align-items: center;
}

.input-field {
    max-width: auto;
    width: 100%;
    background-color: #DDECFD;
    margin: 10px 0;
    height: 55px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    background-color: none;
    color: #7276F1;
    transition: 0.5s;
    font-size: 1.1rem;
}

.input-field input {
    background: none;
    outline: none;
    border: none;
    border-radius: 6px;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    color: #363958;
}

.input-field input::placeholder {
    color: #7f829e;
    font-weight: 500;
}

.btn {
    width: 150px;
    background-image: linear-gradient(-45deg, #00E7D7, #7276F1);
    border: none;
    outline: none;
    height: 49px;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.btn:hover {
    color: white;
    font-size: 18px;
    font-weight: 900;
    animation: animate 3s linear infinite;
}

/* end services section */

/* subscribe */
/* end subscribe */

/* footer */
#footer {
    background-color: #DDECFD;
    padding: 25px 0px;
}

.navbar-link-footer {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.navbar-link-footer:hover {
    color: white;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}

.footer-contact a {
    font-size: auto;
}

footer h5 {
    padding: 10px 0px;
    /* border: 1px solid; */
}

#footer li a {
    text-decoration: none;
}

.social-text {
    padding: 0.7rem 0;
    font-size: 1rem;
}

.social-media {
    display: flex;
    justify-content: left;
}

.social-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #fff;
    background-color: #7276F1;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

.social-icon:hover {
    color: white;
    background-color: #4c4ea2;
}

/*DIVIDER*/
.divider {
    background-image: linear-gradient(.25turn, #00E7D7, #00E7D7, #7276F1, 70%, white, white, white);
    padding: 2px;
    margin: 42px 0;
}

/* end footer */

@media screen and (max-width: 870px) {

    #header {
        height: auto;
        width: auto;
        padding: 80px 30px 80px 30px;
        /* background-position: center; */
        background-size: cover;
        object-fit: cover;
    }

    .custom-logo {
        width: 20%;
    }

    .navbar-contact-btn {
        margin-left: 0;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        padding-left: 50px;
        color: transparent
    }

    .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        margin-left: 0px;
        align-items: center;
        transition: color 0.4s ease-in-out;
    }

    .ten-years {
        width: 100%;
        text-align: center;
    }

    .experience-info {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #Nosotros-description {
        padding: 30px 30px 80px 30px;
    }

    #contact-us {
        padding-top: 50px;
    }

    .contact-us {
        padding: 0px 10px 30px 10px;
        margin: 0;
    }

    .contact-container {
        padding: 0px;
    }

    .contact-data {
        padding: 0px 10px 30px 10px;
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }

    form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0rem 5rem;
        transition: all 0.2s 0.7s;
        overflow: hidden;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .nosotros-title {
        padding-top: 50px;
    }

    .main-paragraph h4 {
        font-size: 18px;
        margin: 0px 20px 0px 20px;
        color: white;
        text-align: center;
    }

    form.contact-us-form {
        width: 100%;
        padding: 30px 15px 20px 15px;
        justify-content: center;
        align-items: center;
    }

    h1 {
        margin-top: 0;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }
}