
#cookiesBox {
  padding: 2rem;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  z-index: 5000;
}
.cursor-pointer{
  cursor:pointer;
}
a {
  font-weight: bold;
  color: #797979;
}
.montserrat-ultraligth {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
}
.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}

body {
  background-image: url('../img/background.jpg');
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 100px;
  padding-top: 79px;
  margin: 0; 
  height: 100vh; 
  overflow-x: hidden; 
}

.form-control::placeholder {
  color:#BABABA; 
}

.form-control:-ms-input-placeholder {
  color:#BABABA;
}

.form-control::-ms-input-placeholder {
  color:#BABABA;
}

.title-card{
  color: #009fee;
  font-weight:bold;
}

.verdana{
  font-family: Verdana;
}

h4{
  font-weight:100
}

.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.footer {
  background-color: #A9D3E2;
  padding: 10px 0;
  color: #011C43;
}

.footer .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .container a {
  margin: 10px 30px;
  color: #011C43;
  text-decoration: none;
}

.fixed-bottom{
 
  width: 100%;
}

.rounded{
  border-radius: 20px !important;
}

.btn-custom {
  border-radius: 4px;
  background-color: #009fee !important;
  color: white;
}

.btn-custom:hover {
  background-color: #009fee !important; 
  color: white;
}

.btn-custom:focus {
  color: white;
  background-color: #009fee !important;
}

.btn-custom:active {
  color: white;
  background-color: #009fee !important; 
}
.card-body{
  color: #797979 !important;
}
.uppercase{
  text-transform: uppercase;
}
.fixed-top{
  position:fixed;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.text-menu{
  color: #13558A;
  font-weight: 800;
  font-size: 18px;
}

.text-menu .icon{
  font-size:2.5rem;
  margin-right:9rem;
}

.dropdown-toggle::after {
  display: none !important; /* Oculta la flecha */
}

.dropdown-menu.show {
  display: block;
  margin-left: 3.8rem;
  border-radius: 0;
  border-width: 2px;
  border-color: #FFF;
  padding:0;
}
.bg-gradient{
  background: linear-gradient(90deg, #67BCBC, #14568B) !important;
  color: white;
}

.bg-gradient-vertical{
  background: linear-gradient(360deg, #67BCBC, #14568B) !important;
  color: white;
}

button.bg-gradient{
  border: white 1px solid;
  font-weight: 600;
  border-radius: 8px;
}
.dropdown li a{
  color: white
}
.dropdown-menu li {
  padding: 5px 8px;
  border-bottom: 1px solid white;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown li a:hover{
  background:none;
  color: white;
}
.word-menu{
  display:inline;
}
.extrabold{
  font-weight: 700;
}
.card-preview{
  margin-top: -15px;
}
.description{
  padding-left:20px;
}
.pb-10{
  padding-bottom: 5rem;
}
.small{
  font-size: 10px;
    line-height: 12px;
}
.small b{
  font-weight: 600;
}

.b-600{
  font-weight:600;
}
.b-700{
  font-weight:700;
}
.b-800{
  font-weight:800;
}
@media (max-width: 575.98px) { 
  .text-menu .icon{
      font-size:2.5rem;
      margin-right:0rem;
  }
  .word-menu{
      display:none;
  }
  body{
      padding-bottom: 0;
  }
  .footer{
    margin-top: 50px;
  }
  .footer .container {
      flex-direction: column;
      align-items: center;
      
  }

  .footer .container a {
      margin: 5px 0;
  }
  .fixed-bottom{
      
      position: relative;
      bottom: 0;
  }
  .navbar-brand img{
      width:120px
  }
  .navbar a{
      margin-right: 0;
  }
  .dropdown-menu.show {
      margin-left: 0.2rem;    
  }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
  .text-menu .icon{
      font-size:2.5rem;
      margin-right:2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .text-menu .icon{
      font-size:2.5rem;
      margin-right:5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-menu .icon{
      font-size:2.5rem;
      margin-right:7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
  .text-menu .icon{
      font-size:2.5rem;
      margin-right:9rem;
  }
}
@media (min-width: 1400px) { 
  .text-menu .icon{
      font-size:2.5rem;
      margin-right:9rem;
  }
}
