body {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family:'Open Sans', sans-serif;
    
  }

  div{
    background-size: 100%;
  }

  .required::after{ 
    content:'*'; 
    color:red; 
    padding-left:5px;
}

#index{
    background-repeat: no-repeat;
    background-image: url('../img/back-1-2K.png');
    background-size: auto;
    overflow-x: hidden;
    min-height: 700px;
    background-position-x: center;
}

#botellas{
    max-height: 400px;
}

.row{
    margin-right: 0;
}
#shampoo-para-caballo{
    font-weight:bold;
}

#borde-tarjeta{
    background-color: rgba(0, 0, 0, 0);
    width: 75%;
    margin-top: 10%;
}

#encabezado-tarjeta{
    background-color: white;
    border-radius: 0;
}

#logo-negro-1{
    max-height: 80px;
}

#cuerpo-tarjeta{
    background-color:rgba(0, 0, 0, 0.6);
    color: white;
}

.card-title{
    font-weight:620;
    font-size: 18px;
}

#fortalece{
    margin-bottom: 0;
}

#boton-contacto{
    height: 40px; 
    width: 200px;
    border-radius: 0;
}

#recomendado{
    font-size: 20px;
    color: white;
}

#caracteristicas{
    color: #424949;
}

#barra-recomendado{
    background-color: #28B463;
}

#icono{
    width: 100px;
}

#letra-icono{
    color: #424949;
}

#contenedor-botellas{
    margin-top: 15%;
}

#shampoo-caballo{
    color: white;
}

#contenedor-tarjeta{
    margin-top:13%;
}


h1{
    font-size:28px;
    font-weight: bold;
}

h2{
    font-size: 28px;
    font-weight: 700;
}

h3{
    font-size:24px;
    margin-top: 1.5rem;
}

#contacto{
    background-image: url('../img/back-2-2k.png');
    background-repeat: no-repeat;
    background-size: auto;
    overflow-x: hidden;
    min-height: 700px;
    background-position-x: center;
}

#imagen-contacto-1{
    height: 100px;
}

#contenedor-formulario{
    background-color: rgba(255, 255, 255, 0.7);
}

#contacto-descripcion{
    color: #424949;
}

#nombre{
    background-color: rgba(0, 0, 0, 0); 
    border-color: rgba(128, 128, 128, 0.7);
}

#email{
    background-color: rgba(0, 0, 0, 0); 
    border-color: rgba(128, 128, 128, 0.7)
}

#telefono{
    background-color: rgba(0, 0, 0, 0); 
    border-color: rgba(128, 128, 128, 0.7)
}

#necesidades{
    background-color: rgba(0, 0, 0, 0); 
    border-color: rgba(128, 128, 128, 0.7); height: 100px;
}

#tiempo-contacto{
    color: #424949;
}

#enviar{
    height: 40px; 
    width: 100px;
    border-radius: 0;
}

footer{
    background-color: #424949; font-size: 12px;
    padding-top: 4ch;
    color: white;
}
footer .social-media p{
font-weight: 900;
}
footer .social-media a{
	font-weight: 400;
	color: #fff;
	margin-left: 30px;
}
footer .social-media img{
	height: 15px;
	width: 15px;
}


#footer-logo{
    width: 200px;
}

#footer-titulo{
    font-weight:900;
}

#footer-titulo-dos{
    font-weight:900;
}

#contactanos{
    
    color:#28B463;
}


@media (max-width: 595px) {
  #botellas{
        max-height: 250px;
    }
    #borde-tarjeta{
        width: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    #botellas{
        max-height: 300px;
    }
    #contenedor-botellas{
        margin-top: 25%;
    }
    #contenedor-tarjeta{
        margin-top: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #contenedor-botellas{
        margin-top: 30%;
    }
    #contenedor-tarjeta{
        margin-top: 25%;
    }
}

@media (max-width: 767px){
    #botellas{
        max-height: 300px;
    }
}
@media (min-width: 2048px){
	#contacto,
	#index{
		background-size: cover !important;
	}
}