/* Estilos weblubfrix */
@font-face {
  font-family: "ADega_Serif_Regular";
  src: url("fonts/ADega_Serif_Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "ADega_Serif_Bold";
  src: url("fonts/ADega_Serif_Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "Acumin_Variable_Concept";
  src: url("fonts/Acumin_Variable_Concept.ttf");
  font-display: swap;
}
.acumin-r {
  font-family: 'Acumin_Variable_Concept';
}
.adega-r {
  font-family: 'ADega_Serif_Regular';
}
.adega-b {
  font-family: 'ADega_Serif_Bold';
}
header {
  position: fixed;
  background-color: transparent;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
header.bg-solid {
  background-color: #213a7b;
}
header.bg-solid .navbar .container-fluid .logo {
  width: 150px;
}
header.bg-solid .navbar .container-fluid .menu .navbar-nav .nav-item .nav-link {
  font-size: 20px;
}
header .navbar .container-fluid .logo {
  width: 350px;
  transition: 1s;
}
header .navbar .container-fluid .menu .navbar-nav .nav-item .nav-link {
  font-family: 'Acumin_Variable_Concept';
  font-size: 26px;
  line-height: 32px;
  margin-right: 15px;
  color: #fff;
  position: relative;
  transition: 1s;
}
.portada {
  height: 100vh;
  background-image: url('../img/portadaHome.jpeg');
  background-position: center;
  background-size: cover;
  position: relative;
}
.portada::before {
  content: '';
  background-color: #00000046;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.portada .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  bottom: -5px;
  right: 150px;
  display: flex;
}
.portada .addr .barra {
  display: inline-block;
  width: 154px;
  height: 19px;
  padding: 0;
}
.portada .addr .barra.verde {
  background-color: #7db229;
}
.portada .addr .barra.azul {
  background-color: #14263e;
}
.portada .container {
  position: relative;
  height: 100%;
}
.portada .container .row {
  height: 100%;
  align-items: center;
}
.portada .container .row .content .t1 {
  font-size: 38px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.seccion1 {
  padding: 80px 0;
  position: relative;
}
.seccion1 .container .row {
  align-items: center;
}
.seccion1 .container .row .content-info .t1 {
  font-size: 60px;
  line-height: 63px;
  color: #14263e;
}
.seccion1 .container .row .content-info .t2 {
  font-size: 30px;
  line-height: 32px;
  color: #14263e;
  text-align: justify;
  padding-right: 30px;
}
.seccion1 .container .row .content-img .img {
  width: 100%;
}
.seccion1 .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  bottom: -5px;
  left: 0px;
  display: flex;
}
.seccion1 .addr .barra {
  display: inline-block;
  width: 154px;
  height: 19px;
  padding: 0;
}
.seccion1 .addr .barra.verde {
  background-color: #7db229;
}
.seccion1 .addr .barra.azul {
  background-color: #14263e;
}
footer {
  padding: 80px 0px 20px;
  background-color: #213a7b;
}
footer .container {
  height: 100%;
}
footer .container .row {
  height: 100%;
  position: relative;
}
footer .container .row .cl1 {
  height: fit-content;
}
footer .container .row .cl1 .t1 {
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 500;
}
footer .container .row .cl1 .t2 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}
footer .container .row .cl1 .tse {
  margin-bottom: 20px;
}
footer .container .row .cl2 {
  text-align: right;
  height: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .container .row .cl2 .redes {
  margin-bottom: 20px;
}
footer .container .row .cl2 .redes a {
  display: inline-block;
  margin: 0 10px;
}
footer .container .row .cl2 .redes a img {
  width: 60px;
}
footer .container .row .cl2 .t1 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 300;
}
/* Sección productos */
.portada-productos {
  height: 100vh;
  position: relative;
  background-image: url('../img/portada-productos.jpg');
  background-position: center;
  background-size: cover  ;
}
.portada-productos::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.502;
  background-image: linear-gradient(180deg, #1d1d1b 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.portada-productos .container {
  height: 100%;
  position: relative;
}
.portada-productos .container .row {
  height: 100%;
  align-items: center;
}
.portada-productos .container .row .content-info .t1 {
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.seccion1-productos {
  padding: 80px 0;
  position: relative;
  background-color: #F7F7F6;
}
.seccion1-productos .container .row {
  align-items: center;
}
.seccion1-productos .container .row .content-info .t1 {
  font-size: 53px;
  line-height: 63px;
  color: #14263e;
}
.seccion1-productos .container .row .content-info .t2 {
  font-size: 25px;
  line-height: 32px;
  color: #14263e;
  text-align: left;
  margin-bottom: 0;
}
.seccion1-productos .container .row .content-img .img {
  width: 100%;
}
.seccion1-productos .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  bottom: -10px;
  right: 0px;
  display: flex;
}
.seccion1-productos .addr .barra {
  display: inline-block;
  width: 50%;
  height: 25px;
  padding: 0;
}
.seccion1-productos .addr .barra.verde {
  background-color: #7db229;
}
.seccion1-productos .addr .barra.azul {
  background-color: #14263e;
}
.seccion2-productos {
  padding-top: 50px;
  padding-bottom: 90px;
}
.seccion2-productos .container .content .titulo {
  font-size: 40px;
  color: #575756;
  font-weight: 500;
  text-align: left;
}
.seccion2-productos .container .content .titulo .borde {
  border-bottom: 3px solid #7db229;
}
.seccion2-productos .container .content .titulo .verde {
  color: #7db229;
}
.seccion2-productos .container .content .t1 {
  padding-left: 50px;
  font-size: 35px;
  color: #14263e;
  text-align: left;
}
.seccion3-productos {
  padding: 80px 0;
  padding-bottom: 230px;
  position: relative;
}
.seccion3-productos .container .row .content-nombre .t1 {
  font-size: 48px;
  color: #14263e;
  font-weight: bold;
  text-align: left;
}
.seccion3-productos .container .row .content-info .t1 {
  font-size: 53px;
  line-height: 63px;
  color: #14263e;
}
.seccion3-productos .container .row .content-info .t2 {
  font-size: 25px;
  line-height: 32px;
  color: #14263e;
  text-align: left;
  margin-bottom: 0;
}
.seccion3-productos .container .row .content-info ul li {
  font-size: 24px;
  color: #14263e;
  text-align: left;
  margin-bottom: 30px;
}
.seccion3-productos .container .row .content-info ul li::marker {
  color: #7db229;
  font-size: 40px;
  display: inline-block;
}
.seccion3-productos .container .row .content-info .t1 {
  font-size: 24px;
  line-height: 28px;
}
.seccion3-productos .container .row .content-img .cuadro {
  width: 100%;
  height: 95%;
  border-radius: 50px;
  background-color: #f7f7f6;
  display: block;
}
.seccion3-productos .container .row .content-img .titulo {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  text-align: center;
  background-color: #7db229;
  border-radius: 12px;
  width: 350px;
  margin-bottom: 0;
  line-height: 1;
  padding: 10px 0;
  margin: auto;
  margin-top: 30px;
}
.seccion3-productos .container .row .content-img .img {
  width: 65%;
  opacity: 1;
  margin: auto;
  display: block;
  position: relative;
  top: -10px;
}
.seccion3-productos .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
}
.seccion3-productos .addr .barra {
  display: inline-block;
  width: 50%;
  height: 25px;
  padding: 0;
}
.seccion3-productos .addr .barra.verde {
  background-color: #7db229;
}
.seccion3-productos .addr .barra.azul {
  background-color: #14263e;
}
.seccion4-productos {
  position: relative;
}
.seccion4-productos .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
}
.seccion4-productos .addr .barra {
  display: inline-block;
  width: 50%;
  height: 25px;
  padding: 0;
}
.seccion4-productos .addr .barra.verde {
  background-color: #7db229;
}
.seccion4-productos .addr .barra.azul {
  background-color: #14263e;
}
.seccion4-productos .container .content-titulo {
  padding-top: 50px;
}
.seccion4-productos .container .content-titulo .t1 {
  font-size: 38px;
  color: #14263e;
  font-weight: bold;
  text-align: left;
}
.seccion4-productos .container .row .item {
  margin-bottom: 120px;
}
.seccion4-productos .container .row .item a {
  text-decoration: none;
}
.seccion4-productos .container .row .item .cuadro {
  width: 100%;
  height: 270px;
  border-radius: 50px;
  background-color: #f7f7f6;
}
.seccion4-productos .container .row .item .cuadro .img {
  width: 80%;
  margin: auto;
  display: block;
  position: relative;
  top: 8px;
}
.seccion4-productos .container .row .item .nombre {
  width: 100%;
  padding: 5px 0;
  border-radius: 12px;
  background-color: #7db229;
  margin-top: 15px;
}
.seccion4-productos .container .row .item .nombre .titulo {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.seccion5-productos {
  position: relative;
  margin-bottom: 80px;
}
.seccion5-productos .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
}
.seccion5-productos .addr .barra {
  display: inline-block;
  width: 50%;
  height: 25px;
  padding: 0;
}
.seccion5-productos .addr .barra.verde {
  background-color: #7db229;
}
.seccion5-productos .addr .barra.azul {
  background-color: #14263e;
}
.seccion5-productos .container .content-titulo {
  padding-top: 50px;
}
.seccion5-productos .container .content-titulo .t1 {
  font-size: 38px;
  color: #14263e;
  font-weight: bold;
  text-align: left;
}
.seccion5-productos .container .row .item {
  margin-bottom: 50px;
}
.seccion5-productos .container .row .item a {
  text-decoration: none;
}
.seccion5-productos .container .row .item .cuadro {
  width: 100%;
  height: fit-content;
  border-radius: 50px;
  background-color: #f7f7f6;
}
.seccion5-productos .container .row .item .cuadro .img {
  width: 80%;
  margin: auto;
  display: block;
  position: relative;
  top: 8px;
}
.seccion5-productos .container .row .item .nombre {
  width: 100%;
  padding: 5px 0;
  border-radius: 12px;
  background-color: #7db229;
  margin-top: 15px;
}
.seccion5-productos .container .row .item .nombre .titulo {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.seccion6-productos {
  margin-bottom: 80px;
}
.seccion6-productos .container .content-titulo .titulo {
  font-size: 80px;
  color: #213a7b;
  text-align: center;
}
.seccion6-productos .container .content-titulo .titulo span {
  color: #7db229;
}
.seccion6-productos .container-fluid {
  padding: 0;
}
.seccion6-productos .container-fluid .cuadro {
  width: 100%;
  height: 550px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.seccion7-productos {
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
.seccion7-productos .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
}
.seccion7-productos .addr .barra {
  display: inline-block;
  width: 50%;
  height: 25px;
  padding: 0;
}
.seccion7-productos .addr .barra.verde {
  background-color: #7db229;
}
.seccion7-productos .addr .barra.azul {
  background-color: #14263e;
}
.seccion7-productos .container .content-titulo .titulo {
  font-size: 40px;
  color: #575756;
  font-weight: 500;
  text-align: left;
}
.seccion7-productos .container .content-titulo .titulo .borde {
  border-bottom: 3px solid #7db229;
}
.seccion7-productos .container .content-titulo .titulo .verde {
  color: #7db229;
}
.seccion7-productos .container-fluid .cuadro {
  background-image: url('../img/fondo-textura.png');
  background-position: center;
  background-size: cover;
  padding: 210px 0;
}
.seccion7-productos .container-fluid .cuadro .content .t1 {
  font-size: 38px;
  color: #ffffff;
  text-align: left;
}
.seccion8-productos .linea-gris {
  width: 100%;
  height: 63px;
  background-color: #ececec;
}
.seccion8-productos .container {
  position: relative;
  margin-bottom: -100px;
}
.seccion8-productos .container .row {
  align-items: flex-end;
}
.seccion8-productos .container .row .cl {
  display: grid;
  align-content: center;
}
.seccion8-productos .container .row .cl .t1 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.seccion8-productos .container .row .cl ul {
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: #fff;
}
.seccion8-productos .container .row .cl ul li {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
.seccion8-productos .container .row .cl.c1 {
  width: 297px;
  height: 265px;
  background-color: #7db229;
  margin: 0;
}
.seccion8-productos .container .row .cl.c1:first-child {
  margin-left: auto;
}
.seccion8-productos .container .row .cl.c1:last-child {
  margin-right: auto;
}
.seccion8-productos .container .row .cl.c2 {
  width: 297px;
  height: 290px;
  background-color: #213a7b;
}
/* Estilos modal productos */
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding-bottom: 50px;
}
.modal .modal-dialog .modal-content .modal-body .addr {
  width: 350px;
  height: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
}
.modal .modal-dialog .modal-content .modal-body .addr .barra {
  display: inline-block;
  width: 50%;
  height: 25px;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .addr .barra.verde {
  background-color: #7db229;
}
.modal .modal-dialog .modal-content .modal-body .addr .barra.azul {
  background-color: #14263e;
}
.modal .modal-dialog .modal-content .modal-body .row {
  align-items: center;
}
.modal .modal-dialog .modal-content .modal-body .row .content-img .img {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .row .content-info ul li {
  font-size: 20px;
  color: #14263e;
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body .row .content-info ul li::marker {
  color: #7db229;
  font-size: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.modal .modal-dialog .modal-content .modal-body .row .content-info .t1 {
  font-size: 17px;
  color: #14263e;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1024px) {
  .portada {
    height: 50vh;
  }
  .seccion1 .container .row .content-info {
    order: 1;
  }
  .seccion1 .container .row .content-info .t1 {
    text-align: center;
  }
  .seccion1 .container .row .content-info .t2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .seccion1 .container .row .content-img {
    order: 2;
  }
  .seccion1 .container .row .content-img .img {
    width: 70%;
    margin: auto;
    display: block;
  }
  footer {
    height: fit-content;
  }
  footer .container .row .cl1 {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .container .row .cl2 {
    text-align: center;
    position: relative;
  }
  .portada-productos {
    height: 50vh;
  }
  .seccion1-productos .container .row .content-img {
    margin-bottom: 50px;
  }
  .seccion1-productos .container .row .content-info .t2 {
    text-align: center;
  }
  .seccion2-productos .container .content .titulo {
    text-align: center;
  }
  .seccion2-productos .container .content .t1 {
    padding: 0;
    text-align: center;
    font-size: 30px;
  }
  .seccion3-productos {
    padding-bottom: 50px;
  }
  .seccion3-productos .container .row .content-info {
    padding-top: 50px;
  }
  .seccion4-productos .container .row .item .cuadro {
    height: fit-content;
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
  }
  .seccion4-productos .container .row .item .cuadro .img {
    width: 100%;
  }
  .seccion4-productos .container .row .item .nombre {
    width: 50%;
    margin: auto;
  }
  .seccion5-productos .container .row .item .cuadro .img {
    width: 30%;
    margin: auto;
  }
  .seccion7-productos .container-fluid .cuadro .content .t1 {
    text-align: center;
  }
  .seccion8-productos .container {
    margin: auto;
  }
}
@media all and (max-width: 768px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #fff;
  }
  header .navbar .container-fluid .menu .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 18px;
  }
  .portada {
    height: 70vh;
  }
  .portada .container .row .content .t1 {
    font-size: 22px;
    line-height: 28px;
  }
  .portada .container .row .content .t1 br {
    display: none;
  }
  .seccion1 .container .row .content-img .img {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  header .navbar .container-fluid .logo {
    width: 150px;
  }
  .portada {
    height: 70vh;
  }
  .portada .addr {
    width: 250px;
    right: 0;
  }
  .portada .addr .barra {
    width: 50%;
    height: 15px;
  }
  .portada .container .row .content .t1 {
    font-size: 22px;
    line-height: 28px;
  }
  .portada .container .row .content .t1 br {
    display: none;
  }
  .seccion1 {
    padding-top: 30px;
  }
  .seccion1 .container .row .content-info .t1 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .seccion1 .container .row .content-info .t2 {
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .seccion1 .addr {
    width: 250px;
    bottom: -8px;
  }
  .seccion1 .addr .barra {
    width: 50%;
    height: 15px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .container .row .cl1 {
    margin-bottom: 5px;
  }
  footer .container .row .cl1 .t1 {
    font-size: 30px;
  }
  footer .container .row .cl1 .t2 {
    font-size: 16px;
  }
  footer .container .row .cl2 .t1 {
    margin-bottom: 0;
    font-size: 16px;
  }
  footer .container .row .cl2 .redes a img {
    width: 40px;
  }
  .portada-productos {
    height: 50vh;
  }
  .portada-productos::before {
    background-image: linear-gradient(69deg, #1d1d1b 80%, rgba(255, 255, 255, 0) 100%);
  }
  .portada-productos .container .row .content-info .t1 {
    font-size: 20px;
    line-height: 1;
  }
  .seccion1-productos {
    padding-top: 40px;
  }
  .seccion1-productos .addr {
    width: 250px;
  }
  .seccion1-productos .addr .barra {
    height: 15px;
  }
  .seccion1-productos .container .row {
    margin-top: 0 !important;
  }
  .seccion1-productos .container .row .content-img {
    margin-bottom: 20px;
  }
  .seccion1-productos .container .row .content-info .t2 {
    font-size: 17px;
    line-height: 27px;
  }
  .seccion2-productos {
    padding-bottom: 30px;
  }
  .seccion2-productos .container .content .titulo {
    font-size: 20px;
  }
  .seccion2-productos .container .content .t1 {
    font-size: 16px;
    line-height: 26px;
  }
  .seccion3-productos .addr {
    width: 250px;
  }
  .seccion3-productos .addr .barra {
    height: 15px;
  }
  .seccion3-productos .container .row .content-nombre .t1 {
    font-size: 28px;
    text-align: center;
  }
  .seccion3-productos .container .row .content-img .cuadro {
    width: 80%;
    height: fit-content;
    margin: auto;
  }
  .seccion3-productos .container .row .content-img .titulo {
    width: 80%;
    font-size: 18px;
  }
  .seccion3-productos .container .row .content-info ul li {
    font-size: 16px;
    margin-bottom: 0;
  }
  .seccion3-productos .container .row .content-info .t1 {
    font-size: 17px;
    text-align: center;
  }
  .seccion4-productos .container .content-titulo .t1 {
    font-size: 25px;
    text-align: center;
  }
  .seccion4-productos .container .row .item {
    margin-bottom: 50px;
  }
  .seccion4-productos .container .row .item .cuadro {
    width: 80%;
    height: 200px;
  }
  .seccion4-productos .container .row .item .cuadro .img {
    width: 60%;
    position: relative;
    top: 20px;
  }
  .seccion4-productos .container .row .item .nombre {
    width: 80%;
  }
  .seccion4-productos .container .row .item .nombre .titulo {
    font-size: 16px;
  }
  .seccion5-productos {
    margin-bottom: 0px;
  }
  .seccion5-productos .addr {
    width: 250px;
  }
  .seccion5-productos .addr .barra {
    height: 15px;
  }
  .seccion5-productos .container .content-titulo .t1 {
    font-size: 20px;
    text-align: center;
  }
  .seccion5-productos .container .row .item .cuadro {
    width: 80%;
    height: fit-content;
    padding: 15px 0;
    margin: auto;
  }
  .seccion5-productos .container .row .item .cuadro .img {
    width: 60%;
  }
  .seccion5-productos .container .row .item .nombre {
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }
  .seccion6-productos {
    margin-bottom: 20px;
  }
  .seccion6-productos .container .content-titulo .titulo {
    font-size: 30px;
  }
  .seccion6-productos .container-fluid .cuadro {
    height: 150px;
  }
  .seccion7-productos {
    padding-bottom: 63px;
  }
  .seccion7-productos .addr {
    width: 250px;
  }
  .seccion7-productos .addr .barra {
    height: 15px;
  }
  .seccion7-productos .container .content-titulo .titulo {
    font-size: 25px;
    text-align: center;
  }
  .seccion7-productos .container-fluid {
    padding: 0;
  }
  .seccion7-productos .container-fluid .cuadro {
    background-image: none;
    background-color: #213a7b;
    padding: 30px;
  }
  .seccion7-productos .container-fluid .cuadro .content .t1 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .seccion7-productos .container-fluid .cuadro .content .t1 br {
    display: none;
  }
  .seccion8-productos .container .row .cl {
    width: 100%;
    margin: auto !important;
  }
  .seccion8-productos .container .row .cl .t1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .seccion8-productos .container .row .cl ul li {
    font-size: 16px;
  }
  .seccion8-productos .container .row .cl.c1 {
    width: 100%;
    height: fit-content;
    padding: 50px 0;
  }
  .seccion8-productos .container .row .cl.c2 {
    width: 100%;
    height: fit-content;
    padding: 50px 0;
  }
  .modal .modal-dialog .modal-content .modal-body .addr {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-body .row .content-img .img {
    width: 60%;
    margin: auto;
    display: block;
  }
  .modal .modal-dialog .modal-content .modal-body .row .content-info ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .modal .modal-dialog .modal-content .modal-body .row .content-info .t1 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
  }
}
