@font-face {
  font-family: SAPBrand;
  src: url(../fonts/72Brand/72BrandVariable_Lt-Bd.ttf);
}
@font-face {
  font-family: SAPBrand-Thin;
  src: url(../fonts/72Brand/72BrandVariable_Th-Blk.ttf);
}
@font-face {
  font-family: SAPBrand-It;
  src: url(../fonts/72Brand/72BrandVariable-It_Lt-Bd.ttf);
}
@font-face {
  font-family: SAPBrand-Thin-It;
  src: url(../fonts/72Brand/72BrandVariable-It_Th-Blk.ttf);
}
* {
  font-family: SAPBrand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
}

span {
  color: black;
}

a {
  color: #0070F2 !important;
  text-decoration: none !important;
}

b {
  font-weight: 700;
}

h3 {
  color: black;
  font-size: 25px !important;
}

.error {
  color: red;
  font-weight: bold;
}

body {
  background: white !important;
  background-size: cover;
  background-repeat: no-repeat;
}

hr {
  color: black !important;
  background-color: black !important;
  opacity: 1 !important;
}

h1 {
  color: #0070F2;
  font-size: 36px !important;
}

h2 {
  color: #0b92a0 !important;
  font-size: 24px !important;
}

p {
  font-size: 18px;
  color: black;
}
p b {
  font-size: 18px;
  color: black;
  font-style: italic;
}

.navbar-ownstyle {
  background: white !important;
}
.navbar-ownstyle a {
  color: #000000 !important;
  font-weight: 500 !important;
}
.navbar-ownstyle a:hover {
  color: #475E75 !important;
}
.navbar-ownstyle .navbar-brand img {
  width: 100%;
}

.dropdown-menu {
  border: none !important;
  border-radius: 5px !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.navbar-toggler {
  border: 0px !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.banner {
  width: 100%;
  padding: 0 !important;
  height: auto;
  left: 0;
  right: 0;
  background-size: cover;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.banner img {
  width: 100%;
  margin: 0;
}

.cabecera {
  width: 100%;
  background-color: #0093a3;
}
@media (max-width: 575px) {
  .cabecera .container {
    padding: 0px !important;
  }
}
.cabecera img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  content: url("../images/cabecera.jpg");
}
@media (max-width: 1399px) {
  .cabecera img {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cabecera img {
    height: 295px;
  }
}
@media (max-width: 991px) {
  .cabecera img {
    height: 219px;
  }
}
@media (max-width: 767px) {
  .cabecera img {
    height: 163px;
  }
}
@media (max-width: 575px) {
  .cabecera img {
    height: auto;
    content: url("../images/cabecera-mobile.jpg");
  }
}

.container-form {
  width: 50% !important;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
form .input-gr {
  display: flex;
}
form .input-gr .form-group {
  width: 100%;
}
form .checkbox-inline {
  color: black !important;
}
form .btn-send {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  margin: 20px 0px;
  border-radius: 5px;
}
form .btn-send:hover {
  background: #475E75 !important;
  border: 1px solid #475E75 !important;
}
form .bg-form {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  color: black;
  font-family: TeleNeoWeb-regular;
  padding: 10% 0% 5% 0%;
}

label {
  color: black;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1rem !important;
}
.form-group input {
  border: black 0px solid;
  background-color: #EAECEE;
  border-radius: 5px !important;
}

.form-control {
  border-radius: 0 !important;
}

.box-place-holder {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /*&:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: calc(100% - 40px);
    height: 0px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2);
    filter: blur(2px);
    transition: all .3s ease;
    opacity: 0;
  }*/
}
.box-place-holder:hover {
  /*&:before {
    opacity: 1;
    height: 3px;
  }*/
}
.box-place-holder:hover .box-place {
  top: -5px;
}
.box-place-holder:hover .box-place .overlay {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.box-place {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  top: 0px;
  transition: all 0.1s ease;
}
.box-place img {
  width: 100%;
  max-width: 80%;
  height: auto;
}
.box-place .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.2;
  background-color: transparent;
  border: 1px solid #12171C;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
}

footer .col-12 {
  color: black !important;
}

@media (max-width: 991px) {
  .dropdown-menu {
    margin-top: -5px !important;
    box-shadow: none !important;
  }
}
@media (max-width: 780px) {
  .container-form {
    width: 100% !important;
  }
  .input-gr {
    flex-wrap: wrap;
  }
}
