/*Cards*/
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  transition: all 0.2s linear;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background-color: #fff;
}
.PrincipalP {
  width: auto;
  margin: auto;
}
.BP {
  width: 90%;
  margin: auto;
  padding-top: 48px;
}
/*Fin-Cards*/
.section {
  width: 100%;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fff;
}
.containerA {
  width: 80%;
  display: block;
  margin: auto;
  background: #fff;
}
.content-section {
  float: left;
  width: 55%;
  background: #fff;
}
.image-section {
  float: right;
  width: 40%;
}
.image-section img {
  width: 90%;
  height: 20%;
  margin-left: 50px;
  margin-top: 50px;
}
.content-section .title {
  text-transform: uppercase;
  font-size: 28px;
}
.title h1,
.content h3 {
  color: #395b70;
  font-weight: bold;
}
.content-section .content h3 {
  margin-top: 20px;
  color: #395b70;
  font-size: 21px;
}
.content-section .content p {
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.content-section .content .button {
  margin-top: 50px;
  margin-bottom: 30px;
}
.content-section .content .button a {
  background-color: #395b70;
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.content-section .content .button a:hover {
  background-color: #a52a2a;
  color: #fff;
}
.content-section .social {
  margin: 40px 40px;
}
.content-section .social i:hover {
  color: #3d3d3d;
}

@media screen and (max-width: 768px) {
  .containerA {
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 50px;
  }
  .content-section {
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }
  .image-section {
    float: none;
    width: 100%;
  }
  .image-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .content-section .title {
    text-align: center;
    font-size: 19px;
  }
  .content-section .content .button {
    text-align: center;
  }
  .content-section .content .button a {
    padding: 9px 30px;
  }
  .content-section .social {
    text-align: center;
  }
}
/* FIN Sobre Nosotros*/

/* INICIO UBICANOS*/
.PrincipalU {
  margin: auto;
  width: 90%;
}
.contact-in {
  width: 75%;
  height: auto;
  margin: auto;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #666;
}

.contact-map {
  width: 100%;
  height: auto;
  flex: 50%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact-form {
  width: 100%;
  height: auto;
  flex: 50%;
  padding: 20px;
}
.contact-form h1 {
  color: #395b70;
  font-weight: bold;
}
.contact-form h5 {
  color: #5f798a;
}
/*PRODUCTOS*/
.box-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-container .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 150rem;
  padding: 1rem;
  margin: 2rem;
  box-shadow: 0 0.3rem 0.5rem rgba(86, 92, 141, 0.467);
}

.box-container .box .image-container {
  text-align: center;
  padding: 1rem 1rem;
  font-weight: bold;
}

.box-container .box .image-container .big-image {
  box-shadow: 0 0.3rem 0.5rem #3337;
  border: 0.5rem solid #fff;
  padding: 2rem 1rem;
  background: #395b70;
}

.box-container .box .image-container .big-image img {
  height: 30rem;
}

.box-container .box .image-container .small-image {
  padding: 1rem 0;
}

.box-container .box .image-container .small-image img {
  box-shadow: 0 0.3rem 0.5rem #3337;
  border: 0.5rem solid #fff;
  padding: 1rem;
  background: #eee;
  margin: 1rem;
  height: 8rem;
  cursor: pointer;
}

.box-container .box .image-container .small-image img.active,
.box-container .box .image-container .small-image img:hover {
  background: #ccc;
}

.box-container .box .content {
  padding: 1rem;
}

.box-container .box .content .title {
  font-size: 3rem;
  color: #333;
  padding: 1rem 0;
  text-transform: uppercase;
}

.box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #666;
}

.box-container .box .content .btn {
  height: 4rem;
  width: auto;
  background: #395b70;
  color: #fff;
  margin-right: 1rem;
  border: none;
  cursor: pointer;
  font-size: 1.7rem;
}
.box-container .box .content a {
  width: auto;
}

.box-container .box .content .btn:hover {
  background: #666;
}

.box-container .box .content .stock {
  color: #666;
  font-size: 2rem;
  margin-top: 15px;
}

.box-container .box .content .stock i {
  color: green;
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }

  .box-container .box {
    flex-flow: column;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .box-container .box .image-container .big-image img {
    height: auto;
    width: 100%;
  }
}
