﻿/**************************MODIFICACIONES BOOTSTRAP***************************/
body {
  font-family: "Raleway", sans-serif !important;
  color: #272727 !important;
}

#main {
  margin-top: 80px;
}

a {
  font-family: "Raleway", sans-serif;
  color: #535353 !important;
}
label {
  font-family: "Raleway", sans-serif;
  color: #535353 !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
  color: #535353 !important;
  font-weight: bold !important;
}

b,
strong {
  font-weight: bold;
}

/* LOGO GESTIONER */
.logo-gestioner-solo {
  background-color: #fafafa;
  border-radius: 100%;
  height: 80%;
}

/*INPUT SIN SELECCIONAR*/
.md-form input[type="date"],
.md-form input[type="datetime-local"],
.md-form input[type="email"],
.md-form input[type="number"],
.md-form input[type="password"],
.md-form input[type="search-md"],
.md-form input[type="search"],
.md-form input[type="tel"],
.md-form input[type="text"],
.md-form input[type="time"],
.md-form input[type="url"],
.md-form textarea.md-textarea {
  border-bottom: 1px solid #aaaaaa;
  font-family: "Raleway", sans-serif;
  color: #434343 !important;
}

.md-form input[type="date"]:focus,
.md-form input[type="datetime-local"]:focus,
.md-form input[type="email"]:focus,
.md-form input[type="number"]:focus,
.md-form input[type="password"]:focus,
.md-form input[type="search-md"]:focus,
.md-form input[type="search"]:focus,
.md-form input[type="tel"]:focus,
.md-form input[type="text"]:focus,
.md-form input[type="time"]:focus,
.md-form input[type="url"]:focus,
.md-form textarea.md-textarea:focus {
  border-bottom: 1px solid #8c39fb !important;
  box-shadow: 0px 1px 0 #8c39fb !important;
  font-family: "Raleway", sans-serif;
  color: #434343 !important;
}

.md-form label {
  color: #aaaaaa !important;
}
.md-form label.active {
  color: #8c39fb !important;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #8c39fb;
}

/*CARD MODAL*/
.footer-login-popup {
  display: flex;
  flex-direction: column;
}
.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer,
.card .card-body .card-text {
  color: #272727 !important;
  box-shadow: none !important;
}
#div_title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#div_title h2 {
  margin: auto 0;
}

/*MENU TOP*/

.navbar_gestioner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.navbar_gestioner-hamburguesa {
  margin-right: 1rem;
}

.navbar_gestioner-ul {
  display: flex;
  flex-direction: row !important;
  margin: auto;
}
.span_link {
  padding: 2px 0;
}

.navLink {
  padding: 0 0.5rem !important;
}

@media screen and (max-width: 1250px) {
  .navLink {
    display: none;
  }
}

@media screen and (max-width: 672px) {
  .dropdownDisplay {
    display: none !important;
  }
  .navbar_gestioner-hamburguesa {
    flex: 1;
  }
  .logo_navbar {
    display: flex;
    justify-content: right;
  }
  .logo-navigation {
    display: flex;
    flex-direction: row-reverse !important;
  }
}

.logo-navigation {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.logo_navbar {
  padding: 0.5rem;
  flex: 1 !important;
}

.logo_navbar img {
  max-width: 180px;
  max-height: 60px;
}

.navbar_user_reglog_btn {
  border: 1px solid #fafafa;
  border-radius: 0.5rem;
  border: 1px solid #eee;
}

.double-nav a {
  color: #000;
}
.navbar {
  background-color: #fff !important;
}
#slide-out {
  background: #fff;
}
header .nav_item_top a {
  font-size: 13px !important;
  font-weight: bold;
  border-radius: 1px;
  margin: 0 5px !important;
}

header .nav_item_top a {
  transition: background-color 0.5s ease;
  background-color: transparent;
}
header .nav_item_top a:hover {
  text-decoration: underline;
}

#btn_menu {
  display: none;
} /*ICONO MENU HAMBURGUESA*/

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #8c39fb !important;
  font-weight: bold;
}

.dropdown-menu {
  position: absolute !important;
  left: -5rem !important;
}

.nav-item {
  display: flex;
  align-items: center !important;
}

header a.active {
  text-decoration: underline;
}

header a.active span {
  text-decoration: underline;
}

header a span:hover {
  text-decoration: underline;
}

.navbar_class {
  display: flex;
  margin: auto;
}

ACTIVE #header_sociales a {
  text-align: center;
  padding: 0 !important;
  width: 100%;
}
#header_sociales > div > div {
  width: 16.66%;
}

/*MENU LEFT*/
header #slide-out a.nav-link {
  padding: 0 5% !important;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
}

header .nav_item_left a {
  transition: background-color 0.5s ease;
  background-color: transparent;
}

/*ETIQUETA CON IMAGEN REDONDEADO*/
.chip.chip-lg {
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  font-size: 14px;
}
.chip.chip-lg img {
  height: 52px;
  width: 52px;
}

/*CAROUSEL SLIDE*/
.carousel .carousel-control-prev-icon {
  background-image: auto;
}
.carousel-control-prev {
  color: #fff !important;
}
.carousel-control-next {
  color: #fff !important;
}
.carousel-caption {
  /*top:30%;*/
  text-shadow: 2px 2px 2px #000;
  color: #fff;
}
.carousel-caption {
  padding-left: 10%;
  padding-right: 10%;
}
.carousel-caption h3 {
  color: #fff !important;
  font-size: 200%;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.btn {
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  color: white !important;
  background-color: #8c39fb;
}

.btn_gestioner,
#btnCerrarModal {
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  color: white !important;
  background-color: #8c39fb;
}
.spinner-layer.spinner-yellow-only {
  border-color: #8c39fb;
}
/*IMAGEN NAV*/
.navbar.scrolling-navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.img-fluid {
  display: block;
  height: 70px;
  transition: height 0.5s ease;
}
.top-nav-collapse .img-fluid {
  display: block;
  height: 50px !important;
  transition: height 0.5s ease;
}

/*COLORS*/

.btn-login-color {
  color: #8c39fb;
  background-color: #fff;
  border: solid 1px #8c39fb;
  padding: 4px 10px;
}
.white-background-color-header {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  padding: 18px 0;
}
.orange-light {
  background-color: #8c39fb !important;
}
.orange {
  background-color: #8c39fb /*#ff893a/*#ffaf45*/ !important;
}
.orange2 {
  background-color: #8c39fb !important;
}
.orange-dark {
  background-color: #6e14e4 !important;
}

.orange-light-text {
  background-color: #8c39fb !important;
}
.orange-text {
  color: #8c39fb /*#ff893a/*#ffaf45*/ !important;
  background-color: transparent;
}
.orange2-text {
  color: #8c39fb !important;
}
.orange-dark-text {
  color: #32076b !important;
}
/* LOGIN */
.modal-img-bg {
  margin: auto;
  background-color: #fafafa;
  padding: 20px;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 100%;
  height: 150px;
  width: 150px;
  display: flex;
}

.card-contactanos {
  display: flex;
  flex-direction: row !important;
}

/*BOTON FLOTANTE REDONDO*/
.btn-lsm {
  height: 40px;
  width: 40px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.btn-lsm > i {
  line-height: 40px;
}

.arrow-blue {
  color: #2a2a2a;
}
.flexwithmargin {
  display: flex !important;
  margin: auto;
}

.div-flexible a {
  margin: auto;
  justify-content: center;
  align-items: center;
}
.validation-summary-errors ul {
  margin: 0;
}

.tabla {
  display: table;
  width: 100%;
}
.tabla > div {
  display: table-row;
}
.tabla > div > div {
  display: table-cell;
  vertical-align: middle;
}

/*****************************NUESTROS PRODUCTOS********************************/
#nuestros_productos {
  width: 100%;
  display: table;
  padding: 60px 5% 0 5%;
  margin-top: -60px;
}

#btnCerrarModal:hover {
  box-shadow: 1px 1px 1px 1px #8c39fb !important;
  font-weight: bold !important;
}
#top_nuestros_productos {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.producto_item {
  float: left;
  padding: 0.5%; /*min-width:220px;margin:0.5%;min-height:115px;text-align:center;*/
}
.producto_item img {
  width: 80%;
}

#producto_etiquetas a {
  font-weight: bold;
  color: #626262 !important;
}
#producto_etiquetas a.active {
  text-decoration: underline;
  color: #8c39fb !important;
}
/**********************************SOLUCIONES************************************/
.section-img-soluciones {
  margin-top: 47px;
  font-family: "Raleway", sans-serif;
}
.contenido-texto {
  padding: 1.5rem;
  text-align: left !important;
}
.img-background-integracion {
  background-image: url("../../Content/imagenesWeb/programador-gs-nuevo.jpg");
  background-size: cover;
  height: 35rem;
  background-position: center;
}
.img-background-especializada {
  background-image: url("../../Content/imagenesWeb/solucion_especializada_nuevo.jpg");
  background-size: cover;
  height: 35rem;
  width: 160rem;
  background-position: center;
}
.img-background-mobile {
  background-image: url("../../Content/imagenesWeb/soluciones_mobile_nuevo.jpg");
  background-size: cover;
  height: 18rem;
  width: 160rem;
  background-position: center;
}
.hijos-soluciones {
  display: flex;
  text-align: left !important;
  justify-content: center;
  align-items: center;
}
.hijos-soluciones h2 {
  font-weight: normal;
  font-size: 1.8rem;
  color: #8c39fb;
  margin-bottom: 10px;
}
.hijos-soluciones div {
  text-align: left;
  width: 50%;
}
.hijos-soluciones div p {
  margin-bottom: 8px;
}
.section-soluciones-especializadas {
  display: flex;
  flex-direction: row-reverse;
}
.hijos-soluciones b {
  font-weight: bold;
}

/*********************************DITRIBUIDORES**********************************/
.tablaDistrubuidores {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center !important;
}

#distribuidores {
  padding-top: 60px;
  margin-top: -60px;
}
#distribuidores_content {
  background-image: url("../../Content/imagenesWeb/fondo_gestioner_new.jpg");
  background-size: cover;
  padding: 5%;
  color: #a1a1a1;
}
#distribuidores_content h1,
#distribuidores_content h5 {
  color: #fff !important;
  padding: 0 3rem;
}

@media screen and (max-width: 1000px) {
  .tablaDistrubuidores {
    display: flex !important;
    flex-direction: column !important;
  }

  #distribuidores_content h5 {
    padding: 1rem 0;
  }
}
/***********************************URUGUAY************************************/
.beneficios-operativos {
  background-color: #fff;
  color: #000;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 40px;
}
.ul-beneficios {
  margin-left: 10px;
  line-height: 30px;
}
.titulo-beneficios {
  font-size: 20px;
  padding: 1rem;
  margin-left: 1rem;
}
.beneficios-img {
  margin: auto !important;
}
.contenido_uruguay dt,
.contenido_uruguay b {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.contenido_uruguay {
  padding-left: 45px;
  padding: 10px 0;
  background-image: url("../../Content/imagenesWeb/uruguay_bg.jpg");
  background-size: cover;
  color: #fafafa;
}
.contenido_uruguay dl {
  margin: 15px 15px;
}
.contenido_uruguay dt {
  margin-left: 3px;
}
.contenido_uruguay dd {
  margin: 3px 45px;
  font-size: 14px;
}
.check-uruguay {
  display: flex;
  gap: 10px;
  align-items: center;
}
.check-uruguay svg {
  color: #8c39fb;
  margin-left: 35px;
  height: 20px;
  border-radius: 100%;
}
.div-svg-uruguay {
  padding: 2px;
  background-color: #f5f3f8 !important;
}
.tituloPrimero {
  align-items: center;
  margin: auto 0;
}
/***********************************CONTACTOS************************************/
.textarea-mensaje {
  resize: none;
}
.content-form {
  padding: 1.5em;
}
.div-content-form {
  margin: auto;
  max-width: 40rem;
}

.ul-contact-form {
  list-style: none;
  padding: 0;
}

.logo {
  text-align: center;
  font-size: 3em;
  padding: 3rem 0;
}

.logo span {
  color: #8c39fb;
}

.contact-wrapper > * {
  padding: 1em;
}

.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-form form label {
  display: block;
}

.contact-form form p {
  margin: 0;
  padding: 1em 0;
}

.contact-form form .block {
  grid-column: 1 / 3;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  border: none;
  color: #2a2a2a;
  background: #fafafa;
  outline: 0;
  padding: 0.8rem;
  border-bottom: 1px solid #8c39fb;
  border-radius: 0.5rem;
}

.btn-contact {
  background: #8c39fb;
  border: 0;
  text-transform: uppercase;
  width: 10rem;
  padding: 0.5rem 0;
  height: 3.5rem;
  color: white;
  cursor: pointer !important;
  border-radius: 1rem;
  justify-self: end;
}

.contact-form form button:hover,
.contact-form form button:focus {
  background: #6016c0;
  color: #fff;
  transition: background-color 1s ease-out;
  outline: 0;
}

.contact-info h4,
.contact-info ul,
.contact-info p {
  text-align: center;
  margin: 0 0 1rem 0;
}

.btn-submit-area div {
  flex: 1;
}

/* LARGE SIZE */
@media (min-width: 700px) {
  .contact-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .contact-wrapper > * {
    padding: 2em;
  }
  .contact-info h4,
  .contact-info ul,
  .contact-info p {
    text-align: left;
  }
}
.space-right {
  margin-right: 0.5rem !important;
}

.space-left {
  margin-left: 0.5rem !important;
}
@media(max-width:900px) {
  .beneficios-operativos {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
  #izquierdo_uruguay2 {
    font-size: 2rem;
    margin: 3rem 1.5rem;
    height: 25rem;
  }
  #izquierdo_uruguay2 h1 {
    margin: 4rem 0px;
    margin: 2.1rem;
  }
  .online_uruguay-div {
    width: 20rem;
    margin: 2rem 0px;
  }
}

@media screen and (max-width: 680px) {
  #contacto_form {
    display: flex;
    flex-direction: column;
  }

  .space-right {
    margin-right: 0 !important;
  }

  .space-left {
    margin-left: 0 !important;
  }

  .btn-contact {
    margin-top: 2.5rem;
    width: 100%;
    height: 3.5rem !important;
  }
}
/***********************************URUGUAY 2************************************/
#uruguay2 {
  background-image: url(../../Content/imagenesWeb/fondo_uruguay2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
#img_uruguay2 {
  width: 1440px;
  height: 948px;
  left: 50%;
  right: auto;
  margin-left: -720px;
  position: absolute;
  display: block;
}
#content_uruguay2 {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 0;
}
#izquierdo_uruguay2 {
  height: 40rem;
}
#izquierdo_uruguay2 h1 {
  font-size: 3rem;
  font-weight: normal;
  color: #484848;
  display: inherit;
  margin: 8% 5% 0 5%;
}
#derecho_uruguay2 h2 {
  font-size: 40px;
  font-weight: inherit;
  color: #484848;
  display: inherit;
  margin: 1% 5% 1% 0;
}
#logo_grande_uru2 {
  display: inline-block;
  margin-right: 5%;
}
#derecho_uruguay2 label {
  font-size: 20px;
  display: inherit;
  margin: 1.5% 5% 1.5% 0;
  color: #484848;
}
#derecho_uruguay2 span {
  margin-right: 5%;
  color: #3c3c3a;
  display: block;
  font-size: 15px;
}

.online_uruguay-div {
  background: #8c39fb;
  max-width: 28rem;
  text-align: right;
}

#online_uruguay2 {
  padding: 0.5rem;
  color: #fafafa !important;
  margin-right: 0.8rem;
}

.d_flex_center {
  display: flex !important;
  align-items: center;
}
.d_flex_center h2 {
  color: #fff;
  margin: 0%;
}

#uruguay2_especificaciones {
  background-image: url("https://images.pexels.com/photos/3648850/pexels-photo-3648850.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  background-size: cover;
  width: 100%;
  padding: 3% 5%;
}
.titulo-especificaciones-fe {
  color: #fff !important;
}
#uruguay2_especificaciones label {
  color: #fafafa !important;
  display: grid;
}
#uruguay2_especificaciones .fa-chevron-circle-right {
  align-items: center;
  justify-content: center;
  align-self: center;
}
#uruguay2_especificaciones > div > div {
  padding-bottom: 1%;
}

#uruguay2_especificaciones > p > img {
  margin: 0 0 -9px 0;
  width: 30px;
}

#contacto_uruguay2 {
  background-color: #565b63;
  background-image: url(../../Content/imagenesWeb/fondo_contacto_uruguay2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;

  width: 100%; /*min-height:725px;position:relative;*/
}

/*********************************LANDING****************************************/
#sectionProducto_1 label,
#sectionProducto_1 span,
#sectionProducto_1 h1,
#sectionProducto_1 h2,
#sectionProducto_1 h3,
#sectionProducto_1 p {
  color: #fff !important;
  font-family: "Raleway", sans-serif !important;
}

#sectionProducto_2 h1,
#sectionProducto_2 h2,
#sectionProducto_2 h3 {
  background-color: #8c39fb;
  margin-bottom: 2.5%;
  padding: 2px 2.5%;
  font-family: "Raleway", sans-serif !important;
  color: #fff !important;
}

/**********************************ERROR*****************************************/

.error {
  color: Red !important;
  font-size: 13px;
}

/***********************************FOOTER***************************************/

/* 1052 media query */

#footer {
  background-color: #faf6ff;
  padding: 67px;
}

#contacto {
  background-color: #ffffff;
}

.contactos-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.div-footer {
  color: #535353 !important;
  color: #535353 !important;
  display: flex !important;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
}

.subdiv-footer {
  margin-bottom: 1rem;
  margin: auto;
  margin-right: 5rem;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}

.svgytelefono {
  display: flex;
  margin-bottom: 0.5rem;
}

.svgytelefono svg {
  width: 1rem;
}

.svgytelefono p {
  margin: auto 0 auto 0.5rem;
}

.ubicacion-maps {
  width: 18.5rem;
  margin-left: 80px;
}

.ubicacion-maps iframe {
  width: 18.5rem;
  height: 15rem;
}

.footer-negro {
  background-color: #202020;
  width: 100% !important;
  display: flex;
  height: 5rem !important;
}

.footer-negro img {
  width: 8rem;
  margin: auto;
}

@media screen and (max-width: 1052px) {
  #footer {
    padding-bottom: 0 !important;
  }

  .subdiv-footer {
    padding-bottom: 67px;
  }

  .div-footer {
    display: block;
  }

  .contactos-footer {
    flex-direction: column;
  }

  .ubicacion-maps {
    margin-top: 1rem;
    width: 100%;
    height: 15rem;
    margin-left: 0;
  }

  .ubicacion-maps iframe {
    width: 100%;
    height: 15rem;
  }

  #footer {
    padding: 67px 0;
  }
}

@media screen and (max-width: 576px) {
  .div-footer {
    display: block !important;
  }
}
/************************************SLIDES**************************************/
.carousel-item {
  min-height: 500px !important;
  background-position: center;
}

/*********************************MEDIA SCREEN***********************************/

/*MENU TOP*/
@media screen and (max-width: 1250px) {
  #btn_menu {
    display: block;
  }
  .nav_item_top {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .hijos-soluciones {
    display: flex;
    flex-direction: column;
  }
  .section-soluciones-especializadas {
    display: flex;
    flex-direction: column;
  }
  .hijos-soluciones div {
    width: 100%;
  }
  .img-background-especializada,
  .img-background-integracion,
  .img-background-mobile {
    height: 18rem;
  }
}

@media screen and (max-width: 800px) {
  #empresa #responsive-soluciones {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    margin: 5px;
    align-self: center;
  }
  #empresa #responsive-soluciones h2 {
    font-size: 1em;
    text-align: left;
  }
  #responsive-soluciones div div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}

/* 1245 -1000 */
@media screen and(max-width:1250px) {
  @media screen and (max-width: 1000px) {
    #footer {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      margin: auto;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }
    .contactos-formulario-index {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }
    .section-contactos-form {
      width: 100%;
    }
    .section-contactos-form input {
      width: 100%;
    }

    /*SLIDES*/
    /*.carousel-caption #carousel-descripcion{display:none}*/

    /**URUGUAY 2**/
    #uruguay2 {
      height: 600px;
      min-height: 600px;
    }
    #izquierdo_uruguay2 {
      width: 100%;
      height: 500px;
    }
    #contacto_uruguay2 > div > div > div {
      padding: 0 !important;
    }

    #soluciones-grid-padre div {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    /*FOOTER*/
    #footer {
      text-align: center;
    }
    #footer_sociales {
      position: absolute;
      right: 15px;
      margin-top: 1.5rem;
    }

    /*MODAL*/
    #productoModal .modal-dialog {
      max-width: 98%;
      margin: 1% 1% auto 1%;
      padding: auto 0;
    }
  }

  @media screen and (min-width: 582px) {
  }

  @media screen and (max-width: 800px) {
    /*SLIDES*/
    .carousel-caption h3 {
      font-size: 25px;
    }

    .carousel-caption {
      padding-left: 2.5%;
      padding-right: 2.5%;
    }

    /*FOOTER*/
    #contacto_form .md-form {
      text-align: left !important;
    }
  }

  @media screen and (max-width: 500px) {
    #ul_menu {
      display: none;
      direction: column-reverse;
    }
  }
  #nuestros_productos {
    padding-left: 0;
    padding-right: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px !important;
  }
  .producto_item {
    width: 49%;
  }

  #empresa {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
  }

  .prod_desc {
    text-align: center;
  }
}
