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: 0px;
    /* border: 1px solid; */
}
h2 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 28px;
    color: #363958;
    font-weight: 300;
}
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;
}
/* header */
#header {
    height: auto;
    width: auto;
    padding: 130px 100px 80px 100px;
}
#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-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:hover {
    color: #BBFFCA;
}
.navbar-nav .nav-item .nav-link.active {
    color: #00E7D7;
    font-size: auto;
    font-weight: 700;
}

.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;
}
.header-contact-btn{
    background-color: #FFF81D;
    color: #000;
    padding: 10px 30px;
    border: none;
    text-decoration: none;
}

.custom-li {
    padding: 0px 15px;
}
.custom-logo {
    width: 30%;
}
/* end header */
#quotes p{
    font-family: 'Lato','system-ui';
    font-size: 28px;
    color: #363958;
    font-weight: 300;
}
#quotes img{
    height: 30px;
    position: relative;
}
/* header, casual shoes, formal shoes */
.nosotros-title{
    color: white; 
    padding-top: 100px; 
    text-align: center;
}
.main-paragraph{
    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%;
}
#contact-us{
    padding-top: 200px;
}
.contact-data{
    padding-right: 40px;
    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: #7276F1;
    width: 55px;
    height: auto;
    border: none;
}
.contact-card {
    border-radius: 50%;
    background-color: #7276F1;
    width: 45px;
    height: auto;
    border: none;
}
.contact-container{
    padding-right: 20px;
}
form.contact-us-form {
    padding: 30px 50px 60px 50px;
    justify-content: center;
    align-items: center;
  }
.input-field {
max-width: 760px;
width: 45%;
background-color: #DDECFD;
margin: 10px 10px;
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: 12px;
}

.input-field input {
background: none;
outline: none;
border: none;
line-height: 1;
font-weight: 400;
font-size: auto;
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: #fff;
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;
  }
/* 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;
    }
    .head-title{
        padding-top: 50px;
    }
    #quotes .info{
        column-width: 12;
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 0 30px 50px 30px;
    }

    #quotes a {
        font-size: auto;
    }

    #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;
        transition: all 0.2s 0.7s;
        overflow: hidden;
    }
    .nosotros-title{
        padding-top: 50px;
    }
    .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;
    }

    .input-field {
        width: 100%;
    }
}