*{
	font-family: 'Poppins', sans-serif;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: white;
}
button {
    border: initial;
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
    text-decoration: initial;
}
a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
textarea {
    resize: none;
}
a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
h1{
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 600;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
*:focus {
    outline: none;
}
 .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.whatsapp-container{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.whatsapp-container:hover{
    transform: scale(1.1);
}
.whatsapp-container img{
    cursor: pointer;
}
.menu{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
	background-color: white;
	text-align: center;
}
.nav-item{
    display: inline-block;
}
.navbar-nav a{
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.nav-link-wrapper{
    position: relative;
    padding: 5px 30px 5px 30px;
    border-radius: 10px;
    background: #EF0F11;
    color: white;
    cursor: pointer;
    border: none;
    margin-left: 20px;
    transition-duration: 0.3s;
    overflow: hidden;
    opacity: 1;
}
.nav-link-wrapper:hover{
    background: white;
    color: #EF0F11;
    border: solid 2px #EF0F11;
}
.nav-link-simple{
    padding: 5px 25px 5px 25px;
    color:  #666666;
    cursor: pointer;
    white-space: nowrap;
    transition-duration: 0.3s;
    opacity: 1;
}
.navbar-brand img{
    height: 60px;
    margin-right: 100px;
}
.masthead {
  height: auto;
  padding: 100px 0px 0px 0px;
  overflow: hidden;
  background-color: white;
}
.carousel-inner {
    overflow: hidden;
}
.carousel-item {
    transition: transform 0.5s ease;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.4s;
    transition: opacity 1s ease-out;
}
.nosotros-container{
    padding: 80px 0px 80px 0px;
}
.nosotros-text{
    padding: 0px 140px 0px 140px;
}
.nosotros-container p{
    color: #302F33;
}
.hr-nosotros{
    height: 2px;
    background-color: #ef0f11;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.nosotros-card{
    padding: 30px;
}
.nosotros-card-text{
    background-color: #f5f5f7;
    padding: 40px;
    border-radius: 20px 20px 0px 0px;
}
.nosotros-card-text p{
    color: #666666;
}
.hr-card{
    height: 2px;
}
.nosotros-card-tacones{
    height: 300px;
    background-image: url('../img/nosotros/tacones-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 20px 20px;
}
.nosotros-card-suelas{
    height: 300px;
    background-image: url('../img/nosotros/suelas-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 20px 20px;
}
.beneficios-wrapper{
    background: linear-gradient(to right, rgba(123,3,3,1) 0%, rgba(123,3,3,1) 50%, rgba(244,244,247,1) 50%, rgba(244,244,247,1) 100%);
}
.beneficios-card{
    padding: 40px 80px 40px 80px;
}
.beneficios-card img{
    height: 130px;
    margin-bottom: 20px;
}
#beneficios-respaldo{
    color: white;
}
.beneficios-hr-1{
    height: 2px;
    background-color: white;
}
.beneficios-hr-2{
    height: 2px;
    background-color: darkgrey;
}
.productos-container{
    padding: 80px 0px 80px 0px;
}
.productos-text{
    padding: 0px 140px 0px 140px;
}
.productos-container p{
    color: #302F33;
}
.productos-container h3{
    color: #7B0303;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
}
.hr-productos{
    height: 2px;
    background-color: #ef0f11;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.producto-card{
    padding: 30px;
    cursor: pointer;
    transition-duration: 0.3s;
    transform: scale(1.0);
}
.producto-card-text{
    background-color: #f5f5f7;
    padding: 40px;
    border-radius: 20px 20px 0px 0px;
    height: 230px;
}
.producto-card-img{
    background-color: #f5f5f7;
    padding-top: 20px;
    border-radius: 0px 0px 20px 20px;
    height: 220px;
    overflow: hidden;
}
.producto-card-img img{
    height: 200px;
}
.producto-card-text p{
    color: #666666;
}
.producto-headline{
    margin-top: 80px;
}
.showroom-wrapper{
    background-color: #302F33;
}
.showroom-text{
    background-color: #302F33;
    padding: 60px;
    color: white;
}
.showroom-text p{
    margin-bottom: 40px;
}
.showroom-text button{
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    background: #EF0F11;
    color: white;
    cursor: pointer;
    border: none;
    margin-right: 20px;
}
#showroom-button-wa{
    background: #25d366;
}
.hr-showroom{
    height: 2px;
    background-color: #ef0f11;
    margin-top: 40px;
    margin-bottom: 40px;
}
.showroom-img{
    background-image: url('../img/showroom/showroom-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contacto-container{
    padding: 80px 20px 80px 20px;
}
.contacto-text{
    margin-bottom: 80px;
    padding: 0px 140px 0px 140px;
}
.contacto-text p{
    color: #302F33;
}
.contacto-text h3{
    color: #7B0303;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
}
.hr-contacto-text{
    height: 2px;
    background-color: #ef0f11;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contacto-card{
    background-color: #f5f5f7;
    padding: 20px;
    border-radius: 30px;
}
.contacto-card img{
    height: 120px;
}
.hr-contacto{
    margin: 20px 0px 20px 0px;
}
.contacto-card i{
    font-size: 20px;
    margin-right: 10px;
    color: #e21013;
    cursor: pointer;
}
.contacto-card a{
    cursor: pointer;
}
.form-container{
    padding: 0px 100px 0px 0px;
}
.form-group input{
    border: none;
    background-color: white;
    border-bottom: solid 2px #f5f5f7;
    border-radius: 0px;
}
.form-group input:focus{
   border-bottom: solid 2px #ef0f11;
}
.form-group textarea{
    border: none;
    background-color: white;
    border-bottom: solid 2px #f5f5f7;
    border-radius: 0px;
}
.form-group textarea:focus{
   border-bottom: solid 2px #ef0f11;
}
.btnContacto{
    padding: 10px 50px 10px 50px;
    border-radius: 10px;
    background: #EF0F11;
    color: white;
    cursor: pointer;
    border: none;
    margin-left: 20px;
}
.footer-container{
    background-color: #303030;
    padding: 40px 0px 40px 0px;
}
.footer-brand img{
    height: 120px;
}
.hr-footer{
    background-color: #cccccc;
    height: 1px;
    width: 50%;
}
@media (min-width:320px) and (max-width:1024px) {
    h1{
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
    }
    p{
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
    }
    .menu{
        width: 100%;
        padding: 0;
        margin: 0;
        height: 100px;
        background-color: white;
        text-align: center;
    }
    .nav-item{
        display: inline-block;
    }
    .navbar-nav a{
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }
    .nav-link-wrapper{
        position: relative;
        padding: 5px 10px 5px 10px;
        color:  #666666;
        border-radius: 0px;
        background: white;
        cursor: pointer;
        border: none;
        margin-left: 0px;
        transition-duration: 0.3s;
        overflow: hidden;
        opacity: 1;
    }
    .nav-link-wrapper:hover{
        background: white;
        color: #EF0F11;
        border: solid 2px #EF0F11;
    }
    .nav-link-simple{
        padding: 5px 10px 5px 10px;
        color:  #666666;
        background-color: white;
        cursor: pointer;
        white-space: nowrap;
        transition-duration: 0.3s;
        opacity: 1;
    }
    .navbar-brand img{
        height: 40px;
        margin-right: 20px;
    }
    .masthead {
      height: auto;
      padding: 100px 0px 0px 0px;
      overflow: hidden;
      background-color: white;
    }
    .whatsapp-container{
        position: fixed;
        right: 20px;
        bottom: 40px;
        z-index: 1;
        cursor: pointer;
        transition-duration: 0.3s;
    }
    .carousel-inner {
        overflow: hidden;
    }
    .carousel-item {
        transition: transform 0.5s ease;
    }
    .carousel-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition-duration: 0.4s;
        transition: opacity 1s ease-out;
    }
    .nosotros-container{
        padding: 80px 20px 80px 20px;
    }
    .nosotros-text{
        padding: 0px 0px 0px 0px;
    }
    .nosotros-container p{
        color: #302F33;
    }
    .hr-nosotros{
        height: 2px;
        background-color: #ef0f11;
        width: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .nosotros-card{
        padding: 30px;
    }
    .nosotros-card-text{
        background-color: #f5f5f7;
        padding: 40px;
        border-radius: 20px 20px 0px 0px;
    }
    .nosotros-card-text p{
        color: #666666;
    }
    .hr-card{
        height: 2px;
    }
    .nosotros-card-tacones{
        height: 300px;
        background-image: url('../img/nosotros/tacones-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 0px 20px 20px;
    }
    .nosotros-card-suelas{
        height: 300px;
        background-image: url('../img/nosotros/suelas-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 0px 20px 20px;
    }
    .beneficios-wrapper{
        background: linear-gradient(to bottom, rgba(123,3,3,1) 0%, rgba(123,3,3,1) 50%, rgba(244,244,247,1) 50%, rgba(244,244,247,1) 100%);
    }
    .beneficios-card{
        padding: 40px 20px 40px 20px;
    }
    .productos-container{
        padding: 80px 20px 80px 20px;
    }
    .productos-text{
        padding: 0px 0px 0px 0px;
    }
    .productos-container p{
        color: #302F33;
    }
    .productos-container h3{
        color: #7B0303;
        font-size: 22px;
        font-weight: 500;
        margin-top: 40px;
    }
    .hr-productos{
        height: 2px;
        background-color: #ef0f11;
        width: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .producto-card{
        padding: 30px;
        cursor: pointer;
        transition-duration: 0.3s;
        transform: scale(1.0);
    }
    .producto-card-text{
        background-color: #f5f5f7;
        padding: 40px;
        border-radius: 20px 20px 0px 0px;
        height: 230px;
    }
    .producto-card-img{
        background-color: #f5f5f7;
        padding-top: 20px;
        border-radius: 0px 0px 20px 20px;
        height: 220px;
        overflow: hidden;
    }
    .producto-card-img img{
        height: 200px;
    }
    .producto-card-text p{
        color: #666666;
    }
    .producto-headline{
        margin-top: 80px;
    }
    .showroom-wrapper{
        background-color: #302F33;
    }
    .showroom-text{
        background-color: #302F33;
        padding: 80px 20px 80px 20px;
        color: white;
    }
    .showroom-text p{
        margin-bottom: 40px;
    }
    .showroom-text button{
        padding: 10px 30px 10px 30px;
        border-radius: 10px;
        background: #EF0F11;
        color: white;
        cursor: pointer;
        border: none;
        margin-right: 20px;
    }
    #showroom-button-wa{
        background: #25d366;
    }
    .hr-showroom{
        height: 2px;
        background-color: #ef0f11;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .showroom-img{
        display: none;
    }
    .contacto-container{
        padding: 80px 40px 80px 40px;
    }
    .contacto-text{
        margin-bottom: 80px;
        padding: 0px 20px 0px 20px;
    }
    .contacto-text p{
        color: #302F33;
    }
    .contacto-text h3{
        color: #7B0303;
        font-size: 22px;
        font-weight: 500;
        margin-top: 40px;
    }
    .hr-contacto-text{
        height: 2px;
        background-color: #ef0f11;
        width: 300px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .contacto-card{
        background-color: #f5f5f7;
        padding: 20px;
        margin-top: 40px;
        border-radius: 30px;
    }
    .contacto-card img{
        height: 120px;
    }
    .hr-contacto{
        margin: 20px 0px 20px 0px;
    }
    .contacto-card i{
        font-size: 20px;
        margin-right: 10px;
        color: #e21013;
        cursor: pointer;
    }
    .contacto-card a{
        cursor: pointer;
    }
    .form-container{
        padding: 0px 100px 0px 0px;
    }
    .form-group input{
        border: none;
        background-color: white;
        border-bottom: solid 2px #f5f5f7;
        border-radius: 0px;
    }
    .form-group input:focus{
       border-bottom: solid 2px #ef0f11;
    }
    .form-group textarea{
        border: none;
        background-color: white;
        border-bottom: solid 2px #f5f5f7;
        border-radius: 0px;
    }
    .form-group textarea:focus{
       border-bottom: solid 2px #ef0f11;
    }
    .btnContacto{
        padding: 10px 50px 10px 50px;
        border-radius: 10px;
        background: #EF0F11;
        color: white;
        cursor: pointer;
        border: none;
        margin-left: 20px;
    }
}