/*   Layout  */
@font-face {
  font-family: "Noto-Sans";
  src: url("https://db.onlinewebfonts.com/t/bbcc889bed34a1678c6a044df8e83428.eot");
  src: url("https://db.onlinewebfonts.com/t/bbcc889bed34a1678c6a044df8e83428.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/bbcc889bed34a1678c6a044df8e83428.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/bbcc889bed34a1678c6a044df8e83428.woff") format("woff"), url("https://db.onlinewebfonts.com/t/bbcc889bed34a1678c6a044df8e83428.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/bbcc889bed34a1678c6a044df8e83428.svg#Noto Sans") format("svg");
}
.noto-sans {
  font-family: "Noto-Sans";
  -webkit-font-smoothing: antialiased;
}

/*  Pages  */
.section-one {
  position: relative;
  padding: 0%;
  padding-top: 75%;
}
.section-one picture {
  width: 100%;
}
.section-one picture img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section-two {
  position: relative;
  padding: 0;
  height: 170vh;
}
@media screen and (max-width: 768px) {
  .section-two {
    height: 90vh;
  }
}
.section-two .row {
  margin: 0;
}
.section-two .row .fondo-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-two .row .fondo-2 {
  position: absolute;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 50%);
}
.section-two .row .img-text {
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .section-two .row .img-text {
    width: 50%;
    transform: translate(-50%, 30%);
  }
}

.section-three {
  position: relative;
  padding: 0;
}
.section-three .img-fondo-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}
.section-three__row {
  margin: 0;
  position: relative;
}
.section-three__row .title-videos {
  font-weight: 900;
  color: #ffffff;
  padding: 10% 5% 3%;
}
.section-three__row .padding-text {
  padding: 0 4% 5%;
}
.section-three__row .padding-text .text-videos {
  font-weight: 900;
  color: #ffffff;
  font-size: 1rem;
}
.section-three__row .padding-text .container-btn {
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.section-three__row .padding-text .container-btn .btn-all {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  text-align: center;
  border-radius: 21px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.5s;
  padding: 0 25px;
}
.section-three__row .padding-text .container-btn .btn-all:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-three__row .card-video img {
  position: relative;
  width: 100%;
  border-radius: 5%;
  z-index: 2;
}
.section-three__row .card-video .description {
  background-color: #020E23;
  padding-top: 15%;
  transform: translateY(-13%);
  text-align: center;
  padding-bottom: 10%;
}
.section-three__row .card-video .p-user {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.section-three__row .card-video .line-card {
  width: 80%;
  opacity: 1;
  color: #ffffff;
  margin: 1rem auto;
  border-color: #ffffff;
}
.section-three__row .card-video .link-download {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  text-align: center;
  border-radius: 21px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.5s;
  padding: 0 20px;
  margin: auto;
}
.section-three__row .card-video .link-download:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-three__row .card-video .open-modal {
  cursor: pointer;
}
.section-three__row .modal-video .container-video-modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-three__row .modal-video .modal-content {
  background-color: #020E23;
  border-radius: 41px;
}
.section-three__row .modal-video .dialog-modal-video {
  margin: 0;
  width: 50%;
  height: max-content;
  position: relative;
  max-width: 50%;
}
.section-three__row .modal-video .btn-closed {
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
}
.section-three__row .modal-video .modal-body {
  background: #020E23;
  border-radius: 10px;
}
.section-three__row .modal-video .modal-body .container-fluid {
  padding: 0%;
}
.section-three__row .modal-video .modal-body img {
  width: 100%;
}
.section-three__row .modal-video .link-download {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  text-align: center;
  border-radius: 21px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.5s;
  padding: 0 20px;
}
.section-three__row .modal-video .link-download:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-three__row .modal-video .line-card {
  width: 90%;
  opacity: 1;
  color: #ffffff;
  margin: 3rem auto;
  border-color: #ffffff;
}
.section-three__row .modal-video .text-modal {
  margin: auto 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 30px;
}

.footer {
  background-color: #06142d;
  color: #ffffff;
  font-weight: 100;
  padding: 3% 2%;
}
.footer .logo-pfizer {
  width: 55%;
  margin-bottom: 15px;
}
.footer__row {
  padding-left: 25px;
}
.footer__row a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.footer__row__col-6 {
  width: max-content;
}
.footer__row .padding-25.padding-25 {
  padding-left: 25px;
}
.footer .link-privacy {
  color: #ffffff;
  font-weight: 100;
  font-size: 0.8rem;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  padding-left: 25px;
}
.footer .link-privacy:hover {
  opacity: 1;
}
.footer .link-url:hover {
  opacity: 0.5;
}
.footer .social-link {
  color: #ffffff;
  text-decoration: none;
  display: flex;
}
.footer .social-link:hover {
  opacity: 0.5;
}
.footer .social-link img {
  width: 25px;
  height: 25px;
}
.footer .social-link p {
  width: max-content;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer .mobile-padding {
    margin-top: 25px;
    padding-left: 30px;
  }
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 35px 0 0 35px;
}
.menu .navbar-brand {
  width: 260px;
}
.menu img {
  width: 100%;
}
.menu .navbar-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding-top: 15px;
}
.menu .navbar-nav a:hover {
  opacity: 0.5;
}

.section-testimonios {
  position: relative;
  padding: 0;
  background-color: #06142d;
}
.section-testimonios .img-fondo-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 500px;
  object-fit: cover;
  object-position: 25% 0%;
}
.section-testimonios__row {
  margin: 0;
  position: relative;
}
.section-testimonios__row .title-videos {
  font-weight: 900;
  color: #ffffff;
  padding: 10% 5% 3%;
}
.section-testimonios__row .container-testimoniales {
  margin-bottom: 40px;
}
.section-testimonios__row .padding-text {
  padding: 0 4% 5%;
}
.section-testimonios__row .padding-text .text-videos {
  font-weight: 900;
  color: #ffffff;
  font-size: 2.5rem;
}
.section-testimonios__row .padding-text .container-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-testimonios__row .padding-text .container-btn {
    text-align: left;
  }
}
.section-testimonios__row .padding-text .container-btn .btn-all {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  text-align: center;
  border-radius: 21px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.5s;
  padding: 0 25px;
}
.section-testimonios__row .padding-text .container-btn .btn-all:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-testimonios__row .padding-text .container-btn h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  width: max-content;
  padding-left: 8.5rem;
}
@media screen and (max-width: 768px) {
  .section-testimonios__row .padding-text .container-btn h3 {
    padding-left: 0rem;
  }
}
.section-testimonios__row .padding-text .container-btn form input[type=text] {
  outline: none;
  margin: 10px 0;
  border-radius: 25px;
  border: none;
  padding: 5px 10px;
  color: #1C486F;
}
.section-testimonios__row .padding-text .container-btn form input[type=text]:-webkit-autofill, .section-testimonios__row .padding-text .container-btn form input[type=text]:-webkit-autofill:hover, .section-testimonios__row .padding-text .container-btn form input[type=text]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.section-testimonios__row .padding-text .container-btn form input[type=text]::placeholder {
  color: #1C486F;
  opacity: 0.45;
}
.section-testimonios__row .padding-text .container-btn form .button-search {
  width: max-content;
  padding-left: 8.5rem;
}
@media screen and (max-width: 768px) {
  .section-testimonios__row .padding-text .container-btn form .button-search {
    padding-left: 0rem;
  }
}
.section-testimonios__row .padding-text .container-btn form input[type=button] {
  outline: none;
  margin: 10px 0;
  border-radius: 25px;
  border: none;
  padding: 5px 18px;
  color: #1C486F;
  transition: all 0.5s;
}
.section-testimonios__row .padding-text .container-btn form input[type=button]:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-testimonios__row .card-video img {
  position: relative;
  width: 100%;
  border-radius: 5%;
  z-index: 2;
}
.section-testimonios__row .card-video .description {
  background-color: #020E23;
  padding-top: 15%;
  transform: translateY(-13%);
  text-align: center;
  padding-bottom: 10%;
}
.section-testimonios__row .card-video .p-user {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.section-testimonios__row .card-video .line-card {
  width: 80%;
  opacity: 1;
  color: #ffffff;
  margin: 1rem auto;
  border-color: #ffffff;
}
.section-testimonios__row .card-video .link-download {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  text-align: center;
  border-radius: 21px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.5s;
  padding: 0 20px;
  margin: auto;
}
.section-testimonios__row .card-video .link-download:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-testimonios__row .card-video .open-modal {
  cursor: pointer;
}
.section-testimonios__row .modal-video .container-video-modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-testimonios__row .modal-video .modal-content {
  background-color: #020E23;
  border-radius: 41px;
}
.section-testimonios__row .modal-video .dialog-modal-video {
  margin: 0;
  width: 50%;
  height: max-content;
  position: relative;
  max-width: 50%;
}
.section-testimonios__row .modal-video .btn-closed {
  position: absolute;
  right: -36px;
  top: -36px;
  cursor: pointer;
}
.section-testimonios__row .modal-video .modal-body {
  background: #020E23;
  border-radius: 10px;
}
.section-testimonios__row .modal-video .modal-body .container-fluid {
  padding: 0%;
}
.section-testimonios__row .modal-video .modal-body img {
  width: 100%;
}
.section-testimonios__row .modal-video .link-download {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  text-align: center;
  border-radius: 21px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.5s;
  padding: 0 20px;
}
.section-testimonios__row .modal-video .link-download:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.section-testimonios__row .modal-video .line-card {
  width: 90%;
  opacity: 1;
  color: #ffffff;
  margin: 3rem auto;
  border-color: #ffffff;
}
.section-testimonios__row .modal-video .text-modal {
  margin: auto 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 30px;
}

/*# sourceMappingURL=main.css.map */
