@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,600&family=Montserrat:ital,wght@0,100;0,200;0,300;0,700;0,800;1,400&display=swap");

.TextoSinem01 {
  color: darkblue;
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.TextoSinem02 {
  color: black;
  font-weight: bolder;
  text-align: center;
  font-style: bold;

  font-size: 11px;
}
/*class="text" style="font-size: 30px; font-weight: bolder; font-style: bold; color: #49a2e7; text-align: center;*/

/* fin clases propias */

.top-header {
  font-family: "Arimo", sans-serif;
  background-color: #000066;
  color: white;
  font-weight: bold;
}
.top-header p {
  font-family: "Arimo", sans-serif;
  margin-top: 12px;
  font-size: 12px;
}
.top-header-left {
  margin-left: 195px;
}

.logo {
  width: 450px;
  height: auto;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 45px;
}

.scroll-top {
  background: #000066 !important;
}

/*MENU*/

.carrousel_img_size {
  height: 750px;
}

.menu_bar {
  display: none;
}

header {
  width: 100%;
}

header nav {
  background-color: red;
  z-index: 1000;
  max-width: 1150px;
  width: 95%;
  margin: 0px auto;
  font-family: "Arimo", sans-serif;
  max-height: 53px !important;
  color: white;
}

header nav ul {
  list-style: none;
  margin-top:10px !important;
}

header nav ul li {
  display: inline-block;
  position: relative;
}

header nav ul li:hover {
  background: #000066;
  color: white;
}

header nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 18px;
  font-size: 20px;
  margin-top: -15px;
  font-family: "Arimo", sans-serif;
}

header nav ul li a:hover {
  color: #fff;
  font-family: "Arimo", sans-serif;
  max-height: 50px;
}

header nav ul li a span {
  margin-right: 10px;
}

header nav ul li:hover .children {
  display: block;
}

header nav ul li .children {
  display: none;
  background: #011826;
  position: absolute;
  width: 150%;
  z-index: 1000;
}

header nav ul li .children li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header nav ul li .children li a {
  display: block;
}

header nav ul li .children li a span {
  float: right;
  position: relative;
  top: 3px;
  margin-right: 0;
  margin-left: 10px;
}

header nav ul li .caret {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 0px;
}

@media screen and (max-width: 800px) {
  body {
    padding-top: 80px;
  }

  .menu_bar {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: #e6344a;
  }

  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }

  .menu_bar span {
    float: right;
    font-size: 40px;
  }

  header nav {
    width: 80%;
    height: calc(100% - 80px);
    position: fixed;
    right: 0%;
    margin: 0;
  }

  header nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  header nav ul li a {
    display: block;
  }

  header nav ul li:hover .children {
    display: none;
  }

  header nav ul li .children {
    width: 100%;
    position: relative;
  }

  header nav ul li .children li a {
    margin-left: 20px;
  }

  header nav ul li .caret {
    float: right;
  }
}

/*Cards Service*/

.single-service_card {
  padding: 20px 10px;
  border-radius: 0px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-family: "Arimo", sans-serif;
  padding-bottom: 35px;
  color: white;
}

.single-service_card h3 {
  line-height: 24px;
  font-family: "Arimo", sans-serif;
  color: white;
  text-decoration: none;
}

.single-service_card h3:hover {
  color: white;
}

.single-service_card h3 a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  text-decoration: none;
}

.single-service_card h3 a:hover {
  color: #000066;
  font-family: "Arimo", sans-serif;
  text-decoration: none;
}

.single-service_card .icon {
  background-color: white;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px 60px 60px 0;
  font-size: 25px;
  margin: 20px 0;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.single-service_card .icon ::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 2px;
  width: 30px;
  background-color: white;
  content: "";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border-radius: 3px;
}

.single-service_card .icon i {
  color: black;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.single-service_card p {
  font-size: 13px;
  margin-top: 25px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-family: "Arimo", sans-serif;
  color: white;
  text-align: center;
}

.single-service_card::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  content: "";
  z-index: -1;
  border-radius: 0px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  opacity: 0;
  visibility: hidden;
}

.single-service_card:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-service_card:hover h3 a {
  color: #000066;
}

.single-service_card:hover p {
  color: #000066;
}

.single-service_card:hover .icon {
  background-color: #000066;
}

.single-service_card:hover .icon ::after {
  background-color: #000066;
  width: 50px;
}

.single-service_card:hover .icon i {
  color: white;
}

.services_c {
  background-color: #000066;
}

.services_c a {
  text-decoration: none;
}

.services_c h3 {
  color: #000066;
  font-weight: bold;
}

.services_c h3:hover {
  color: white;
  font-weight: bold;
}

.marcas-title {
  text-align: center;
  color: #000066;
  font-weight: bold;
  margin-top: 25px;
  font-family: "Arimo", sans-serif;
  font-size: 30px;
}

.marcas-title-b {
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 25px;
  font-family: "Arimo", sans-serif;
  font-size: 30px;
}

.title-product {
  font-family: "Arimo", sans-serif;
  font-size: 30px;
}

.subtitle-product {
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.footer {
  background-color: black !important;
}

.footer h6 {
  color: white;
  font-family: "Arimo", sans-serif;
}

.footer a {
  color: white;
  font-family: "Arimo", sans-serif;
}

.footer-cr {
  font-family: "Arimo", sans-serif;
  color: white;
  margin-top: 25px;
  font-weight: bold;
}

::placeholder {
  font-family: "Arimo", sans-serif !important;
  color: #666 !important;
  padding: 5px;
}

.btn-buscar {
  background-color: #000066 !important;
  color: white !important;
  font-family: "Arimo", sans-serif !important;
  font-weight: bold;
}

.modal-title {
  font-family: "Arimo", sans-serif !important;
  font-weight: bold;
  color: #000066;
}

.divTitles {
  margin-top: 2px;
  font-family: "Arimo", sans-serif !important;
}

.titles {
  width: 80px;
  padding: 3px;
  color: #fff;
  margin-right: 4px;
  text-decoration: none;
  font-family: "Arimo", sans-serif !important;
  background-color: #000066 !important;
  text-align: center;
  font-weight: bold;
}

/*TABLES*/
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: "Arimo", sans-serif !important;
}

.styled-table thead tr {
  background-color: #4C4C4C;
  color: #ffffff;
  text-align: left;
  font-family: "Arimo", sans-serif !important;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 11px;
  font-family: "Arimo", sans-serif !important;
  text-align: center;
  font-size: 18px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
  font-family: "Arimo", sans-serif !important;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #000066;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #000066;
}

.total-results {
  font-family: "Arimo", sans-serif;
  color: #000066;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

/*PRODUCT CARD*/
.product-name-s {
  font-size: 15px;
  color: #000066;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
}

.product-name-s-add {
  font-size: 15px;
  color: #000066;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  text-align: center;
}

.product-name-subtitle {
  font-size: 16px;
  color: #b1b1b3;
  padding: 2px 0 20px 0;
  font-family: "Arimo", sans-serif;
}

.product-name-subtitle span {
  font-size: 13px;
  color: #393c45;
  padding: 2px 0 20px 0;
  font-family: "Arimo", sans-serif;
  border-top: 1px dotted #ddd;
  padding: 1px 0;
  display: block;
}

.claseImagen > img {
  margin-left: -5px;
  margin-right: auto;
  display: block;
}

.imagenProducto {
  width: auto !important;
  height: 350px !important;
}

.imagenProducto-add {
  width: auto !important;
  height: 350px !important;
}

.containerProductos {
  background-color: #fff;
  border: 1px solid black;
  padding-bottom: 2px;
}

.form-check-input:checked {
  background-color: #000066 !important;
}

.divTitles {
  margin-top: 2px;
  background: #9cd1f7;
}

.titles {
  width: 80px;
  background: #3277a8;
  padding: 3px;
  color: #fff;
  margin-right: 4px;
  text-decoration: none;
}

.titles:hover {
  color: #fff;
  text-decoration: none;
}

.claseProducto > img {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Button 2 */
.btn-2 {
  background: #0d6efd;
  color: #fff;
  border-radius: 0px;
  font-family: "Arimo", sans-serif;
}

.btn-2:hover {
  background: #0d6efd;
  color: white;
}

.btn-2:active {
  background: #0d6efd;
  color: #fff;
  top: 2px;
}

.btn-2:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

/* Button 1 */
.btn-1 {
  background: #000066;
  color: #fff;
  border-radius: 0px;
  font-family: "Arimo", sans-serif;
}

.btn-1:hover {
  background: #000066;
  color: #fff;
}

.btn-1:active {
  background: #000066;
  top: 2px;
  color: #fff;
}

.btn-1:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

.btn-3 {
  background: #34495e;
  color: #fff;
  border-radius: 0px;
  font-family: "Arimo", sans-serif;
}

.btn-3:hover {
  background: #34495e;
  color: #fff;
}

.btn-3:active {
  background: #34495e;
  top: 2px;
  color: #fff;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

.paginaActual {
  background-color: #0000ff;
  padding: 3px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

.paginaActual:hover {
  background-color: #0000ff;
  padding: 3px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.paginacion {
  background-color: #fff;
  padding: 3px;
  text-decoration: none;
  color: #000066;
}

input[type="text"] {
  width: 100% !important;
  padding: 10px 0 !important;
  font-size: 18px !important;
  color: #000066 !important;
  font-family: "Arimo", sans-serif !important;
  margin-bottom: 30px !important;
  border: none !important;
  border-bottom: 1px solid #858585 !important;
  outline: none !important;
  background: transparent !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-radius: 0px;
}

input[type="email"] {
  width: 100% !important;
  padding: 10px 0 !important;
  font-size: 18px !important;
  color: #000066 !important;
  font-family: "Arimo", sans-serif !important;
  margin-bottom: 30px !important;
  border: none !important;
  border-bottom: 1px solid #858585 !important;
  outline: none !important;
  background: transparent !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-radius: 0px;
}

input[type="phone"] {
  width: 100% !important;
  padding: 10px 0 !important;
  font-size: 18px !important;
  color: #000066 !important;
  font-family: "Arimo", sans-serif !important;
  margin-bottom: 30px !important;
  border: none !important;
  border-bottom: 1px solid #858585 !important;
  outline: none !important;
  background: transparent !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-radius: 0px;
}

textarea {
  width: 100% !important;
  padding: 10px 0 !important;
  font-size: 18px !important;
  color: #000066 !important;
  font-family: "Arimo", sans-serif !important;
  margin-bottom: 30px !important;
  border: none !important;
  border-bottom: 1px solid #858585 !important;
  outline: none !important;
  background: transparent !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-radius: 0px;
}

.btn-danger {
  margin-top: -9px !important;
}

.btn-success {
  margin-top: -9px !important;
}

.title-cart {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  padding-bottom: 40px;
  text-decoration: underline;
  margin-top: 15px;
}

.title-subtitle {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}

.not-result {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  padding-bottom: 40px;
  text-decoration: underline;
}

.form-infor {
  margin-bottom: 10%;
  margin-top: 25px;
}

.lbl-form {
  font-family: "Arimo", sans-serif !important;
  font-weight: bold !important;
  text-align: left !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Arimo", sans-serif !important;
  font-weight: bold !important;
  color: #858585 !important;
  text-align: left;
}

.form-coti {
  padding: 30px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.6) !important;
  border-radius: 10px !important;
  font-family: "Arimo", sans-serif !important;
}

.form-coti h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #000066;
  text-align: center;
  font-family: "Arimo", sans-serif !important;
  text-decoration: underline;
  font-weight: bold;
}

.form-coti .user-box input textarea {
  width: 100% !important;
  padding: 10px 0 !important;
  font-size: 18px !important;
  color: #000066 !important;
  font-family: "Arimo", sans-serif !important;
  margin-bottom: 30px !important;
  border: none !important;
  border-bottom: 1px solid #858585 !important;
  outline: none !important;
  background: transparent !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-radius: 0px;
}

.form-coti .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.table-font-title {
  font-family: "Arimo", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}

.table-font-subtitle {
  font-family: "Arimo", sans-serif !important;
}

.btn-send {
  background-color: #000066 !important;
  font-family: "Arimo", sans-serif !important;
  font-weight: bold !important;
  color: white !important;
}

.m-top-content {
  margin-top: 200px;
  padding-bottom: 100px;
}

.footer-left {
  text-align: left !important;
}

/*TABS*/

/* Style the tab */
.tab-title {
  font-family: "Arimo", sans-serif !important;
  font-weight: bold !important;
  margin-bottom: 25px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  background-color: #000066 !important;
}

.tab svg {
  color: white !important;
}
/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Arimo", sans-serif !important;
  font-weight: bold !important;
  background-color: #000066 !important;
  color: white;
  margin-left: 10px !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  text-decoration: underline;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 35px;
}

.tabcontent h3 {
  padding-bottom: 25px;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}

.not-tp{
  font-size: 18px;
  font-family: "Arimo", sans-serif !important;
  font-weight: bold !important;
  color: #000066 !important;
  text-align: center;
}

.space-top{
  height: 45px;
}

.btn_bs{
  margin-top: 15px !important;
  margin-left: -95px !important;
}

.logo-22{
  margin-left: 25px;
  margin-top: 10px;
}