/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {

  font-family: Poppins;

  src: url(assets/fonts/Poppins/Poppins-Regular.ttf);

}

body {
  padding-top: 3rem;
  color: #5a5a5a;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.imgLogo{
  width: 120px;
}

.btnLogin {
  background-color: #003B79;
  color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: bold;
}
.btnLogin:hover{
  color: white !important;
}

.titles {
  font-size: 20px;
  /* width: 50% !important; */
  width: 80% !important;
  padding-left: 13%;
  padding-top: 100px;
}

.fullImage{
  background-image: url("assets/images/BT-portada-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 880px;
}

.containerTxt .row {
  /* margin-left: 20px; */
}

.row{
  width: 100%;
}

h3,
h1{
  color: #003B79;
  font-weight: bold;
}
 
h1{
  font-size: 50px;
  text-shadow: 2px 2px 2px #003B79;
}

.col-lg-3-5{
  width: 20% !important;
}

.container-h3{
  position: relative;
  bottom:110px;
}
 
.container-h1 {
  position: relative;
  bottom: 100px;
}
.containerTxt{
  height: 880px;
  display: flex;
  align-items: center;
  width: 100%;
}

.imgCard1,
.imgCard2,
.imgCard3,
.imgCard4,
.imgCard5{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
    box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
    height: 300px
    }

.imgCard1 {
  background-image: url("assets/images/BT-portada-sensibilización.jpg");
}
.imgCard2 {
  background-image: url("assets/images/BT-portada-protección-menor.jpg");
}
.imgCard3 {
  background-image: url("assets/images/BT-portada-primeros-auxilios.jpg");
}
.imgCard4 {
  background-image: url("assets/images/BT-portada-primeros-auxilios-2.jpg");
}
.imgCard5 {
  background-image: url("assets/images/prevencion.jpg");
}
.signButton {
  display: flex;
  flex-direction: column;
  bottom: 10px;
  gap: 10px;
}

.cardTitle{
  font-size: 17px;
  flex: 1;
}

.m-t-15{
  margin-top: 10px;
}
.m-t-20{
  margin-top: 20px;
}
.m-t-30{
  margin-top: 30px;
}
.m-t-40{
  margin-top: 40px;
}
.m-t-50{
  margin-top: 50px;
}
.m-t-100{
  margin-top:100px;
}
.m-t-150{
  margin-top:150px;
}
.m-t-300{
  margin-top: 300px;
}
.text-right{
  text-align: right;
}
.p-15{
  padding: 15px;
}
.top10{
  top: 10px !important;
}
.curveUp{
    height: 150px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: white;
    position: relative;
    /* bottom: 35px; */
    bottom: 75px;
}
.lang{
    color: #003B79;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 10px;
}
.lang_eus{
    position: relative;
    right: 15px;
    top: 5px;
    cursor: pointer;
    color: #003B79;
}
.fbold{
    font-weight: bold;
}

.titleSection{
  color:#003B79;
  font-weight: bold;
  letter-spacing: 2px;
}
.cardText{
  position: relative;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
  box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
  height: 210px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-top: -10px;
}
.fwbold{
  font-weight: bold;
}
.m-b-0{
  margin-bottom: 0;
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.containerForm{
  background-image: url("assets/images/BBK-landing-forma.svg");
  background-size: cover;
  margin-top: 150px;
  height: 720px;
}

.containerForm g path {
  fill: #003B79;
}

.containerDesc {
  padding:15px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.titleDesc,
.textDesc{
  color: white;
}
.titleDesc{
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
}
.textDesc {
  opacity: 0.8;
  line-height: 1.6;
}
.boxForm{
  background-color: white;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  height: 520px;
  -webkit-box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
  box-shadow: 3px 13px 26px 11px rgba(0, 0, 0, 0.21);
}
.titleForm{
  color: #003B79;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
.fw500{
  font-weight: 500;
}
.m-b-30{
  margin-bottom: 30px;
}
.select-outline {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  background: #fff;
}

.select-label {
  position: absolute;
  font-weight: 500;
  top: -10px;
  left: 10px;
  padding: 0 5px;
  background: #fff;
  font-size: 14px;
  color: #999;
}

.select {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  font-size: 16px;
  color: #696868;
}

.select:focus {
  border-color: #3f51b5;
}

.select-outline:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #696868;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.select-outline:hover,
.select-outline:focus-within {
  border-color: #3f51b5;
  box-shadow: 0px 0px 3px #3f51b5;
}
.circleForm{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgred{
  background-color: #003B79;
  color: white;
}
.bgrey{
  background-color: #4a9d72;
  color: white;
}
.bgblack{
  background-color: black;
}
.iconDesc{
  position: relative;
  left: 5px;
  top: 10px;
  font-size: 14px;
}
#mediumContainer,
#heightContainer{
  padding: 0;
}
.iconForm{
  width: 25px;
  margin: 10px;
}
.btnForm{
  background-color: #003B79;
  color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: bold;
}
.p-r-0{
  padding-right: 0;
}
.btnForm:hover,
.btnClose:hover {
  color: white !important;
}
.containerBtnForm{
  position: relative;
  top: 60px;
}
.hidden{
  opacity: 0;
}
.footer{
  height: 150px;
  margin-top: 150px;
  background-color: #EDF5F8;
}
.txtCopyright{
  display: block;
  margin-top: 10px;
}
.p-t-50{
  padding-top: 50px
}

.modal-dialog{
  max-width: 90vw;
  height: 90vh;
}
.modal-body{
  height: 100vh;
}
.iconContainer{
max-height: 50px;
margin-bottom: 10px;
}
.textInfo{
  display: block;
  font-size: 14px;
}
.dnone{
  display: none;
}

.firstBlockLeft {
  padding-right: 55px;
}

.firstBlockLeft {
  padding-right: 55px;
}

.secondBlockRight {
  padding-left: 55px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 900px){

  .col-lg-3-5 {
    width: 100% !important;
  }

  .titles {
    margin-top: -325px;
    padding-left: 5%;
  }

  .firstBlockLeft {
    padding-right: 0;
    padding-left: 20px;
    padding-top: 40px;
  }

  .firstBlockRight {
    padding-top: 70px;
    padding-right: 0px;
  }

  .secondBlockLeft {
    padding-right: 0px;
  }

  .secondBlockRight {
    padding-right: 0px;
    padding-left: 20px;
  }

  .cardContainer {
    padding-right: 0;
    padding-left: 20px;
  }

  .titleDesc {
    font-size: 28px;
  }

  .boxForm {
    margin-left: 10px;
  }

  .iconContainer {
    padding: 0;
    flex-direction: column;
    display: flex;
    max-height: 70px;
    max-width: 33%;
    align-items: center;
  }

  .fullImage{
    height: 50vh;
    background-position: right;
  }

  .curveUp{
    bottom: 70px;
    height: 75px;
  }
  .m-t-300{
    margin-top: 100px;
  }
  .cardContainer{
    margin-bottom: 30px;
  }
  .titleDesc,
  .boxForm{
    margin-top: 0;
  }
  .select-label{
    font-size: 13px;
  }
  .containerBtnForm{
    margin-top: 25px;
  }
  .legacy{
    text-align: center;
  }
  .cookies{
    text-align: center;
  }
  .footer{
    margin-top: 0;
    height: 100%;
    height: 300px;
  }
  .imgLogo{
    margin-top:20px;
  }

  @media (max-width: 600px) {

    .curveUp {
      display: none;
    }

    .titles {
      margin-top: -325px;
      padding-left: 5%;
    }

    h1 {
      font-size: 30px;
    }

    h3 {
      font-size: 15px;
    }


  }

}
@media (min-width: 1900px){
  .containerForm,
  .formSection{
    height: 980px;
  }

}

/* Link Styles */

.pdf-link,
.video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: white;
  font-size: 12px;
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: 5px;
  background: #003C7D;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
}

.pdf-link:hover,
.video-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 59, 121, 0.3);
}

.pdf-link i,
.video-link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.pdf-link:hover i,
.video-link:hover i {
  transform: scale(1.1);
}

/* Video Modal Styles */
.video-modal .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}

.video-modal .modal-body {
  height: 500px;
  padding: 0;
  position: relative;
}

.video-modal .modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-modal .modal-header {
  background-color: #003B79;
  color: white;
}

.video-modal .modal-title {
  color: white;
}

.video-modal .btn-close {
  filter: invert(1);
}
