.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.carousel{
  padding-top: 2px;
}

.starter-template{
  text-align: center;
}

.sales{
  background-color: teal;
}
.test-productos{
  color: rgb(255, 255, 255);
  background-color: #117A65;
}


.min{
  font-size: small;
}

.container{
  width: 100%;
  max-width: 100%;
  height: 100%vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.container .card{
  width: 300px;
  height: 430px;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 20px;
  text-align: center;
  transition: all 0.25s;
  background-color: #cccc99;    
}
.container .card:hover{
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
.container .card img{
  width: 330px;
  height: 200px;
}
.container .card h4{
  color: rgb(85, 107, 47);
  font-weight: 600;
}
.container .card p{
  padding: 0 1rem;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}
.container .card a{
  font-weight: 500;
  text-decoration: none;
  color: #dfd8d4;
}    

main {
  padding: 3%; align-content: center;
  background-color: #328686;
}


#c1{
  margin-top: 60px;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=number], select, textarea{
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 10px 10px 10px 0;
  display: inline-block;
  font-size: small;
}

/* Style the submit button */
input[type=submit] {
  background-color:orangered;
  color:#ffd900;
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: right;
}

/* Style the container */
#cf{
  max-width: 900px;
  max-height: 100%vh;	
  border-radius: 10px;
  background-color: rgba(255,255,255,0.65);
  padding: 10px;
}

.leyenda {
  font-size: 10px;
  text-align: left;
}
.ley {
	font-size: 10px;
  color: crimson;
  text-align: center;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 5px;
  text-align: right;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: right;
  width: 75%;
  margin-top: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 450px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  bottom: 0;
  height:100%;
  width:100%;
  position:absolute;
}
.footer{
  background-color: #336666;
  padding-bottom: 0px;
  padding-top: 0px;
}
.address{
  font-size: small;
}
.tel{
  font-size: small;
}
.social{
  color: whitesmoke;
  text-decoration: none;
}
.p tel{
  text-decoration: none;
}
.condicion{
  font-size: small;
}