@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

:root {
  font-family: "Poppins", "Open Sans" !important;
}
.center {
  width: 90%;
  margin: 0px auto;
}

.marca {
  height: 99px;
  width: 245px;
  background-image: url(../img/logo_02.png);
  background-size: cover;
  display: inline;
  position: absolute;
  top: 0px;
  left: 10vw;
  cursor: pointer;
}

.subHeader {
  font-size: 2.2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

#content {
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* ============================ Operaciones ======================= */

.table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table td,
#operaciones th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table tr:hover {
  background-color: #ddd;
}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  /*background-color: #563BD4;*/
  color: white;
}

.color-red {
  background-color: red;
}

/* ============================ tooltip botones Operaciones ======================= */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ============================ fin Operaciones ======================= */

* {
  box-sizing: border-box;
}

.topnav {
  overflow: hidden;
}

/* Style the topnav links */
.topnav a {
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 40px;
  background-color: red;
}

/* Change color on hover */
.topnav a:hover {
  /*border-bottom: 0.5px solid white;*/
  opacity: 0.8;
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
}

.footer p.telefono {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 0px;
}

.footer p {
  min-width: 80%;
  font-size: 0.7rem;
  font-weight: 400;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer a {
  color: #fff;
}

.footer ul li {
  display: inline;
}

#social {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.fa-youtube,
.fa-facebook {
  font-size: 2.5rem;
  padding: 1rem;
}

.fa-facebook {
  font-size: 2.5rem;
  padding: 1rem;
}

.fa-instagram {
  font-size: 2.5rem;
  padding: 1rem;
}

.fa-whatsapp {
	font-size: 2.5rem;
	padding: 1rem;
}

/* ============================ Modal ======================= */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 800px;
  height: 600px;
  background-image: url(../img/banner-new-desktop.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header {
  text-align: right;
  /* background-color: #ff3b3f; */
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-img {
  width: 100%;
}

.modal-body {
  position: relative;
  top: 34rem;
}
.modal-btns {
  display: flex;
  gap: 15px;
  margin-left: 44px;
}
.btn-google-ios {
  width: 145px;
  background-color: transparent;
  height: 42px;
}

.btn-close {
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  background: #ff3b3f;
  color: white;
}

.table-modal {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

.table-modal td {
  padding: 18px 0px 18px 0px;
  font-size: 16px;
}

.table-modal th {
  color: white;
  border-radius: 3px;
  padding: 6px;
  position: relative;
}

.table-modal tr td i {
  padding-left: 20px;
}

.table-modal td {
  border-top: 1px solid #ddd;
}

/* @media screen and (max-width: 600px) {
  header {
    display: flex;
    height: 120px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-image: url(../img/header-mobile.jpg);
    background-size: cover;
  }

  header p.title {
    font-size: 1.6rem;
    margin: 65px auto 0;
  }

  header p {
    min-width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
  }

  .marca {
    height: 58px;
    width: 142px;
  }

  .subHeader {
    font-size: 1.2rem;
  }

  .topnav a {
    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 20px;
    background-color: red;
  }

  .table {
    font-size: 10px;
  }

  .footer {
    position: relative;
  }

  .modal-container {
    background-image: url(../img/banner-new-mobile.jpg);
    width: 350px;
    height: 300px;
  }

  .modal-body {
    top: 15.2rem;
  }

  .modal-btns {
    margin-left: 0;
    gap: 12px;
  }

  .btn-google-ios {
    width: 68px;
    height: 25px;
  }
} */
