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 {
    padding: 150px 0px 100px 0px;
    height: 200px;
    width: 100%;
}
#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 */
/* header, casual shoes, formal shoes */
.nosotros-title{
    color: #363958; 
    font-weight: 700;
    padding-top: 5d0px; 
    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%;
}

#operations{
    padding-top: 100px;
}

#operations img{
    width: 100%; 
    align-items: center; 
    padding-top: 40px;
}
.service-info{
    padding-top: 50px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 30px;
}
#banner-footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact-us{
    padding-top: 200px;
}
.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;
}
.custom-service-card  {
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    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;
}

/* 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: rgb(230, 229, 229);
    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: #4481eb;
    border-color: #4481eb;
  }
  .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;
}
/* end footer */

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

    #header {
        height: auto;
        width: auto;
        padding: 80px 30px 40px 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;
    }
    .ops-paragraph{
        text-align: center;
        column-width: 12;
        width: 100%;
    }
    .ops-image{
        width: 100%;
    }
    #operations{
        padding: 10px 0px 30px 0px;;
    }
    .service-info{
        padding: 20px;
    }
    .service-info img{
        height: 50%;
    }
    #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;
    }

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