/* GENERAL */
@import url(fonts.css);
html, body, footer, p, a, h1, h2, h3, h4, h5, h6, ol, ul, dl, small, button, input, label, select, text-area, th, td, tbody, thead {
  font-family: Mallory !important;
}
html {
  position: relative;
  min-height: 100%;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #17375C;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 
footer {
  height: 75px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  color: #253A5C !important;
}
.footer-sponsors{
  max-width: 600px;
  min-width: 250px;
}

.FA-icon{
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
}

.btn{
  border-radius: 0px;
}
input[type="text"]:not(#id_username), input[type="email"], textarea{
  border-radius: 0px !important;
  border: 0px !important;
  box-shadow: inset 0 0 8px #c6e5fdc7 !important;
}

input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e8f5ff;
}

input[type="checkbox"]:checked ~ .custom-checkbox {
  background-color: #C8E7FF;
}

.custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

input[type="checkbox"]:checked ~ .custom-checkbox:after {
  display: block;
}

.form-custom-check-label{
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox:after {
  left: 5.5px;
  top: 0.5px;
  width: 8px;
  height: 16px;
  border: solid #17375C;
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
}

#footer-popup-trigger {
  cursor: pointer;
}
.popup {
  visibility: hidden;
  background-color: #ffffff; 
  border-radius: 10px; 
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2); 
  padding: 20px; 
  position: fixed;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.popup.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

#footer-popup-image{
  max-width: 80vw;
  max-height: 60vh; 
  width: auto;
  height: auto;
}
.content-popup #close{
  text-decoration: none;
}

.custom-blue {
  color: #253A5C !important;
}
.custom-blue-background {
  background-color: #253A5C !important;
}
.custom-light-blue-background{
  background-color: #c8e7ff;
}
.text-custom-blue{
  color: #253A5C !important;
}

.anchor-without-decorations {
  text-decoration: none;
  color: #000000;
}
.anchor-without-decorations:hover {
  text-decoration: none;
  color: #000000;
}
.anchor-without-decorations:focus {
  outline: none;
}

.btn-transparent-dark {
  color: #253A5C;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-dark:hover {
  color: #253A5C;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-white {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-white:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 575.98px) {
  .btn-block-sm {
    width: 100%;
    display:block; 
  }
}


/* NAVBAR */
.navbar.navbar-light .nav-item .nav-link {
  color: #253A5C;
}
.navbar.navbar-light .nav-item .nav-link:hover {
  color: #253A5C;
  font-weight: bolder;
}

.navbar.navbar-light .nav-item .nav-link.active {
  color: #253A5C;
  font-weight: bold;
}

.navbar.navbar-dark .nav-item .nav-link {
  color: #FFFFFF;
}
.navbar.navbar-dark .nav-item .nav-link:hover {
  color: #7E9AC7;
  font-weight: bolder;
}
.navbar.navbar-dark .nav-item .nav-link.active {
  color: #7E9AC7;
  font-weight: bold;
}

.nav-item .nav-text{
  font-size: 0.9rem;
  display: inline-flex;
  flex-direction: column;
  padding-right: 50px !important;
  padding-left: 50px !important;

}
@media screen and (max-width: 1200px){
  .nav-item .nav-text{
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
  .dropdown-item{
    padding: 0.25rem 0.5rem;
  }
  .dropdown-toggle::after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    display: flex;
    flex-direction: row;
    vertical-align: -0.1em;
  }
  .dropdown.show, .dropdown-menu.show{
    display: flex;
    flex-direction: row;
  }
}
.client .nav-item .nav-text {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.nav-text::after {
  content: attr(data-text);
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  height: 0;
  font-weight: bold;
  font-size: 0.9rem;
}


@media screen and (min-width: 1200px){
  .nav-item .dropdown-menu{
    display: none;
    margin-top: 0px;
    opacity: 0;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
  .dropdown-toggle::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: .1em;
  }
  .dropdown-item{
    padding-block: 10px;
  }
}


.dropdown-toggle::after {
	display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #17375C;
  border-width: 0 3.5px 3.5px 0;
}
.dropdown-item:hover {
  background-color: #17375C;
  color: white;
  font-weight: bold;
}
.dropdown-item{
  text-align: center;
}
.dropdown-menu{
  border-radius: 0px;
  box-shadow: 0 5px 12px #00000059 !important;
  border-width: 0px;
  padding-block: 0px;
}


.nav-item button:focus{
  box-shadow: none;
}
#cart-counter{
  top:-30%;
  right: 30%;
}

/* HOME */
.home-title {
  color: #253A5C;
}
.home-text {
  color: #253A5C;
}
.home-title {
  font-size: min(2.2vw, 240px);
  line-height: 95%;
  font-weight:900;
}
.home-text {
  font-size: 1.35vw;
  line-height: 125%;
}
.home-div-text{
  width: 70vw;
}
.home-desc {
  font-size: 1vw;
  line-height: 125%;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .home-right-column {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .home-right-column {
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .home-right-column {
    padding-right: 40px;
  }
}

/* ABOUT */
.about-title {
  color: #253A5C;
}
.about-text {
  color: #253A5C;
}
@media (min-width: 1200px) {
  .about-right-column {
    padding-right: 80px;
    padding-left: 200px;
  }
  .about-left-column {
    padding-right: 200px;
    padding-left: 80px;
  }
  .about-title {
    font-size: 4.612vw;
    line-height: 95%;
  }
  .about-text {
    font-size: 1.45vw;
    line-height: 125%;
  }
}
@media (max-width: 1199px) {
  .about-right-column {
    padding-right: 50px;
  }
  .about-left-column {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .about-right-column {
    padding-right: 20px;
  }
  .about-left-column {
    padding-left: 20px;
  }
}

/* CONTACT */
.contact-title {
  color: #253A5C;
}
.contact-text {
  color: #253A5C;
}
@media (min-width: 1200px) {
  .contact-title {
    font-size: 4.612vw;
    line-height: 95%;
  }
  .contact-text {
    font-size: 1.45vw;
    line-height: 125%;
  }
}

/* HOME CLIENTE */
.clientehome-title {
  color: #253A5C;
}
.clientehome-text {
  color: #253A5C;
}
@media (min-width: 1200px) {
  .clientehome-title {
    font-size: 4.612vw;
    line-height: 95%;
  }
  .clientehome-text {
    font-size: 1.45vw;
    line-height: 125%;
  }
}

/* ARTICLE */
.cart-article-header {
  padding: 1rem !important;
  margin-bottom: 0.25rem;
  background-color: #f8f8f8;
}
.cart-article {
  padding: 1rem;
  margin-bottom: 0.25rem;
  height: 125px;
  max-height: 125px;
  cursor: pointer;
}
.cart-article:hover {
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 0 0.2rem #d3d3d3;
}
.card-transparent {
  border-color: transparent;
  background-color: transparent;
}


/* PAGINATION */
.pagination > li > a {
  background-color: white;
  color: #253A5C;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #5a5a5a;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a {
  color: white;
  background-color: #253A5C !important;
  border: solid 1px #253A5C !important;
}
.pagination > .active > a:hover {
  background-color: #253A5C !important;
  border: solid 1px #253A5C;
}

