.container_contenido{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
/** Contenido MAGDE y EGIE ***/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 0;
}

.main-title {
    font-size: 46px;
    font-weight: 600;
  }
  
  .starter-paragraph img {
    display: inline-block;
    object-fit: cover;
    height: auto;
    width: 100%;
    border: 0;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  
  .cap-letter {
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
  }
  
  .second-title {
    font-size: 24px;
    font-weight: 600;
  }
  
  .jumbotron {
    background-color: #f8f8f8;
  }
  
  .third-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .starter-paragraph img {
    display: inline-block;
    object-fit: cover;
    height: auto;
    width: 100%;
    border: 0;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  
  .footer-img {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    color: #888;
  }
  .detail-product{
    font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  padding-top: 20%;
  }
  .price-product{
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .btn {
    background-color: #4c6347;
    border-color: #4c6347;
    color: white;
  }
  .btn:hover {
    background-color: #394d35;
    color: white;
  
  }
  .detail-sub-product {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .price-sub-product {
    font-size: 15px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
  }
  .footer {
        background-color: #f8f8f8;
  }
  .section-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  }