.clear {
  clear:both;
}
.col-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-brand>img {
  width: 230px;
}
.dropdown_right i{
  float: right;
}
.dropdown_right {

}
.sub-menu {
  position: relative;
}
.sub_menu_right {
  position: absolute;
  left: 100% !important;
  display: none;
  width: 100%;
  background-color: #000000;
  top: 0px;
  padding: 0px;
}
.sub-menu:hover .sub_menu_right {
  display: block;
}
  .sub_menu_right li {
    list-style-type: none;
  }
  .sub_menu_right li a {
    padding: 8px 15px;
    display: block;
    width: 100%;
    color: #fff !important;
  }
  .sub_menu_right li a:hover {
    color: #ffb300 !important;
    text-decoration: none;
  }

.boton {
  margin: auto;
  width: 150px;
  display: block;
}
  .boton a {
    width: 150px;
    height: 44px;
    display: block;
    border: solid 2px #000;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
  }
  .boton a:hover {
    color: #fff;
    background-color: #000;
  }

.bn1 {
  margin-bottom: 30px;
}

.pricing-section .col-md-4 {
  margin-bottom: 30px;
}
  .pricing-section .col-md-4 a {
    position: relative;
    display: block;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
  }
  .pricing-section .col-md-4 .titulo {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    color: #ffcd11;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
  }
  .pricing-section .col-md-4 a:hover {
    box-shadow: 0px 0px 20px #444;
  }
  .pricing-section .col-md-4 a:hover .titulo {
    height: 100%;
  }

.persona-png {
  margin-top: -75px;
}

.team-box h6 {
  text-align: center;
  color: #e09900;
  text-transform: uppercase;
}
.team-box h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 0px;
  line-height: 16px;
  height: 48px;
  margin-bottom: 20px;
  padding: 0px 10px;
  color: #fff;
}

.productos_derecho {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productos_derecho .col-4 {
  width: 33.33%;
  padding: 0px 10px;
}

.widget_newsletter iframe {
  width: 100%;
  height: 220px;
}

/* ABOUT CONTENT PAGE */

.about-section .col-md-6 {
  margin-bottom: 30px;
}
.about-content-page {
  max-width: 800px;
  margin: auto;
}
.about-content-page p {
  font-size: 22px;
  text-align: center;
}
.mision-vision .section-header {
  padding-bottom: 10px !important;
}
.mision-vision p {
  font-size: 20px;
}
.mensaje {
  width: 100%;
  height: 250px;
  display: block;
  background: url("../imagenes/nuestra-empresa/fondo-mensaje.jpg") no-repeat center;
  background-size: cover;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mensaje h3 {
  max-width: 550px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
}

/* CONTACT CONTENT PAGE */

.mapa-contacto {
  width: 100%;
  height: 400px;
}

/* TITULO SUB EN CATEGORÍA */

.titulo-sub {
  background-color: #000;
  width: 100%;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 30px;
}
  .titulo-sub h3 {
    font-size: 20px;
    color: #ffcd11;
    font-weight: bold;
    margin: 0px;
    width: 230px;
  }
  .titulo-sub a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .titulo-sub a:hover {
    color: #ffcd11;
  }

/* FIN TITULO SUB EN CATEGORIA */

/* TITULO PRINCIPAL */

.titulo_principal {
  background-color: #f7f7f7;
  min-height: 80px;
}
.titulo_principal ul {
  padding: 30px 0px;
  margin: 0px;
}
  .titulo_principal ul li {
    display: inline-block;
    list-style-type: none;
  }
  .titulo_principal ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    height: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
    .titulo_principal ul li a:hover {
      color: #000;
    }
    .titulo_principal ul li a::after {
      content: ">";
      color: #888;
      margin: 0 15px;
    }
    .titulo_principal ul li:last-child a::after {
        content: "";
    }

/* FIN TITULO PRINCIPAL */

/* BARRA IZQUIERDA */

.barra-izq h3 {
  padding-top: 0px;
  margin-top: 0px;
}
.barra-izq ul {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  background-color: #f7f7f7;
  width: 100%;
}
.barra-izq ul li {
  list-style-type: none;
  padding: 0px;
}
  .barra-izq li a {
    width: 100%;
    padding: 10px 10px;
    border-bottom: solid 1px #ddd;
    display: block;
    color: #000;
    text-decoration: none;
  }
  .barra-izq li a:hover {
    background-color: #ddd;
  }
  .barra-izq li.activos a {
    background-color: #ffcd11;
    color: #000;
    font-weight: bold;
  }

/* FIN BARRA IZQUIERDA */

.productos {
  margin-bottom: 50px;
}
.informacion h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-decoration-color: #000;
  text-decoration-style: solid;
  text-decoration-line: none;
}
.texto_informacion {
  margin-bottom: 60px;
  display: block;
  font-family: 'Raleway', sans-serif !important;
}
.texto_informacion p, .texto_informacion span, .texto_informacion b {
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px !important;
}
.texto_informacion p {
  font-weight: 600 !important;
}
.texto_informacion span {
  font-weight: 600 !important;
}
.texto_informacion b span {
  font-weight: bold !important;
}
.informacion table {
  border-collapse: collapse;
  margin: 20px 0px;
}
.informacion table td, .informacion table th {
  border: 1px solid #ffcd11 !important;
  padding: 8px;
  vertical-align:middle !important;
  padding: 5px !important;
}
.informacion table tr td:first-child {
  max-width: 100px;
  padding-left: 0px !important;
  text-align: right !important;
  background-color: #ffcd11 !important;
  padding-right: 10px !important;
}
.informacion table tr:first-child td:first-child {
  border-bottom: solid 1px #000;
}
.informacion table tr td {
  padding-left: 10px;
  text-align: center;
  min-height: 30px;
}
.texto_informacion .MsoNormal {
  margin-bottom: 5px !important;
  line-height: 100% !important;
}
.texto_informacion > p {
  margin-bottom: 5px !important;
  line-height: 100% !important;
}
.informacion table tr td:not(:first-child) > p {
  text-align: center !important;
}
.informacion table tr td > p {
  margin-top: 0px !important;
}

.display_flex {
  display: flex;
  margin-bottom: 20px;
}
  .imagen .cuadrado {
    background-color: #f2f2f2;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .imagen div .cuadrado {
    text-align: center;
  }
  .imagen .cuadrado p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 17px;
  }
  .imagen .cuadrado a {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.75px;
    height: 50px;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
    .imagen .cuadrado a div {
      display: flex;
      justify-content: center;
    }
    .imagen .cuadrado a p {
      margin: 0px;
      line-height: 50px;
    }
    .imagen .cuadrado a img {
      margin-top: 5px;
      margin-right: 10px;
      width: 40px;
      height: 40px;
    }
.flecha {
  max-width: 500px;
  margin-bottom: 30px;
}
.flecha .row {
  display: flex;
  flex-wrap: wrap;
}
.flecha .col-6 {
  background-color: #000;
  width: 48%;
  margin: 0px 1%;
}
.flecha .col-6 a {
  text-decoration: none;
}
.flecha .col-6 a:hover h3 {
  color: #ffcd11;
}
.flecha .col-6 h3 {
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0px;
  font-size: 13px;
}

.callout-content .cuadrado a {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.75px;
  height: 40px;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
  .callout-content a div {
    display: flex;
    justify-content: center;
  }
  .callout-content a p {
    margin: 0px;
    line-height: 50px;
    color: #fff;
  }
  .callout-content a img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }

.boton-whats {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.pricing-section img {
  width: 100%;
}

@media all and (max-width: 1199px) {
  .imagen-fondo, .imagen-fondo .persona-png {
    display: none !important;
  }
  .callout-content {
    margin-bottom: 40px;
  }
  .callout-section {
    margin-top: 25px !important;
  }
}

@media all and (max-width: 991px) {
  .abt-img {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .callout-content a {
    display: block;
  }
  .callout-section, .team-section {
    margin-bottom: 0px;
  }
  .team-section {
    margin-top: 0px;
  }
	.partner-section {
    margin-bottom: 100px;
  }
}
