@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css';

@import 'https://unpkg.com/aos@2.3.1/dist/aos.css';

@import url(animate.min.css);

@import url(owl.carousel.min.css);

@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap';

body,html {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.header {
  padding-top: 50px;
}

@media screen and (max-width:1400px) {
  .header {
    padding: 30px 0 10px 0;
  }
}

@media screen and (max-width:768px) {
  .header {
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width:768px) {
  .header {
    padding-bottom: 20px;
  }
}

@media screen and (max-width:1400px) {
  .header img {
    width: 50%;
  }
}

@media screen and (max-width:768px) {
  .header img {
    width: 30%;
    margin-bottom: 15px;
  }
}

.header .logo-left {
  text-align: left;
}

@media screen and (max-width:768px) {
  .header .logo-left {
    text-align: center;
  }
}

.header .logo-right {
  text-align: right;
}

@media screen and (max-width:768px) {
  .header .logo-right {
    text-align: center;
  }
}

.footer {
  padding: 30px 0;
  position: relative;
}
.footer::before {
 content: "";
 position: absolute;
 left: 50%;
 width: 4448px;
 background: #000000;
 transform: translateX(-50%);
 top: 0;
 height: 100%;
}

@media screen and (max-width:768px) {
  .footer {
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width:1400px) {
  .footer img {
    width: 50%;
  }
}

@media screen and (max-width:768px) {
  .footer img {
    width: 30%;
    margin-bottom: 15px;
  }
}

.footer .logo-left {
  text-align: left;
}

@media screen and (max-width:768px) {
  .footer .logo-left {
    text-align: center;
  }
}

.footer .logo-right {
  text-align: right;
}

@media screen and (max-width:768px) {
  .footer .logo-right {
    text-align: center;
  }
}

.floating-scroll {
  background: #0099DD;
  display: inline-block;
  border-radius: 39px;
  padding: 7px 27px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  top: calc(100vh - 100px);
}

@media screen and (max-width:768px) {
  .floating-scroll {
    display: none;
  }
}

.floating-scroll p {
  color: #ffffff;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-left: 12px;
}

.floating-scroll img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.first-section {
  position: relative;
  padding-bottom: 20px;
}

.first-section::before {
  content: "";
  background: url(../images/bg-main.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 20000px;
  left: 50%;
  height: 100%;
  top: 0px;
  transform: translateX(-50%);
}


.first-section .first-title .title {
  margin: 0;
  padding: 0;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  color: #000000;
  padding-top: 80px;
  padding-bottom: 12px;
}

.first-section .first-title .title span {
  color: #0099DD;
}

@media screen and (max-width:1400px) {
  .first-section .first-title .title {
    font-size: 40px;
    line-height: 40px;
    padding-top: 55px;
  }
}

@media screen and (max-width:992px) {
  .first-section .first-title .title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 25px;
  }
}

@media screen and (max-width:768px) {
  .first-section .first-title .title {
    padding-top: 15px;
  }
}

@media screen and (max-width:576px) {
  .first-section .first-title .title {
    font-size: 22px;
    line-height: 22px;
    padding-top: 0px;
  }
}

.first-section .first-title .sub-title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 50px;
}

.first-section .first-title .sub-title span {
  font-weight: 600;
}

@media screen and (max-width:1400px) {
  .first-section .first-title .sub-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width:992px) {
  .first-section .first-title .sub-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width:576px) {
  .first-section .first-title .sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:1400px) {
  .first-section .trophy {
    width: 45%;
  }
}

@media screen and (max-width:576px) {
  .first-section .trophy {
    width: 40%;
  }
}

.first-section .second-title .title {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #000000;
  padding-top: 0;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 29px;
}

.first-section .second-title .title span {
  color: #0099DD;
}

@media screen and (max-width:1400px) {
  .first-section .second-title .title {
    font-size: 30px;
    line-height: 38px;
    max-width: 350px;
    padding-top: 50px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width:768px) {
  .first-section .second-title .title {
    padding-top: 30px;
  }
}

@media screen and (max-width:576px) {
  .first-section .second-title .title {
    font-size: 22px;
    line-height: 22px;
    padding-top: 15px;
  }
}

.first-section .second-title .sub-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #6B6B6B;
  padding-top: 0;
  padding-bottom: 36px;
  max-width: 625px;
  margin: 0 auto;
}

.first-section .second-title .sub-title span {
  font-weight: 600;
  color: #000000;
}

@media screen and (max-width:1400px) {
  .first-section .second-title .sub-title {
    font-size: 14px;
    line-height: 22px;
    max-width: 500px;
    padding-bottom: 25px;
  }
}

.first-section .second-title a,
.boton {
  background: #0099DD;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 56px;
  padding: 20px 60px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.boton.blanco {
  background: #ffffff;
  color: #0099DD;
}

.first-section .second-title a:hover,
.boton:hover {
  background: #000000;
  color: #ffffff;
}

@media screen and (max-width:1400px) {
  .first-section .second-title a,
  .boton {
    font-size: 13px;
    line-height: 13px;
    padding: 15px 50px;
  }
}

.first-section .videoModalButton {
  background: none;
  border: none;
}

@media screen and (max-width:1400px) {
  .first-section .videoLink {
    width: 70%;
  }
}

@media screen and (max-width:576px) {
  .first-section .videoLink {
    margin-top: 30px;
    width: 90%;
  }
}

.first-section .third-title .title {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #000000;
  padding-top: 0;
  margin: 0 auto;
  padding-top: 220px;
  padding-bottom: 32px;
}

.first-section .third-title .title span {
  color: #0099DD;
}

@media screen and (max-width:1400px) {
  .first-section .third-title .title {
    font-size: 30px;
    line-height: 38px;
    padding-top: 130px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width:768px) {
  .first-section .third-title .title {
    padding-top: 80px;
  }
}

@media screen and (max-width:576px) {
  .first-section .third-title .title {
    font-size: 22px;
    line-height: 22px;
    padding-top: 30px;
  }
}

.first-section .third-title .sub-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #6B6B6B;
  padding-top: 0;
  padding-bottom: 75px;
  max-width: 625px;
  margin: 0 auto;
}

.first-section .third-title .sub-title span {
  font-weight: 600;
  color: #000000;
}

.blue {
  color: #0099DD;
}

@media screen and (max-width:1400px) {
  .first-section .third-title .sub-title {
    font-size: 13px;
    line-height: 20px;
    max-width: 450px;
    padding-bottom: 25px;
  }
}

.first-section .winwin {
  margin-bottom: 130px;
}

@media screen and (max-width:1400px) {
  .first-section .winwin {
    width: 75%;
    margin-bottom: 80px;
  }
}

.first-section .mb-25 {
  margin-bottom: 25px;
}

.first-section .blue-box {
  background: #EBF9FF;
  border-radius: 20px;
  padding: 50px 0px 60px 0px;
  border: 2px solid #EBF9FF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.first-section .blue-box:hover {
  border: 2px solid #0099DD;
}

@media screen and (max-width:1400px) {
  .first-section .blue-box {
    padding: 30px 0px 40px 0px;
  }
}

@media screen and (max-width:1200px) {
  .first-section .blue-box {
    padding: 30px 15px 40px 15px;
  }
}

.first-section .blue-box img {
  margin-bottom: 30px;
}

@media screen and (max-width:1400px) {
  .first-section .blue-box img {
    width: 50%;
  }
}

.first-section .blue-box .title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box .title {
    font-size: 14px;
    line-height: 20px;
  }
}

.first-section .blue-box a {
  color: #0099DD;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
}

.first-section .blue-box a:hover {
  text-decoration: none;
  color: #0099DD;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box a {
    font-size: 14px;
    line-height: 14px;
  }
}

.first-section .blue-box button,
.first-section .blue-box .cta {
  color: #0099DD;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.first-section .blue-box button:hover,
.first-section .blue-box .cta:hover {
  text-decoration: none;
  color: #0099DD;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box button,
  .first-section .blue-box .cta {
    font-size: 14px;
    line-height: 14px;
  }
}

.first-section .blue-box .hover-content {
  display: none;
}

.first-section .blue-box .hover-content p {
  color: #6B6B6B;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  max-width: 275px;
  margin: 0 auto;
  margin-top: 60px;
}

.first-section .blue-box .hover-content p span {
  color: #000000;
  font-weight: 700;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box .hover-content p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
  }
}

@media screen and (max-width:768px) {
  .first-section .blue-box .hover-content p {
    margin: 60px auto;
  }
}

.first-section .blue-box .hover-content a,
.first-section .blue-box .hover-content .cta {
  margin-top: 15px;
}

.first-section .blue-box.one:after {
  content: "";
  background: url(../images/after-01.png);
  width: 78px;
  height: 62px;
  bottom: 36px;
  left: -50px;
  position: absolute;
}

@media screen and (max-width:992px) {
  .first-section .blue-box.one:after {
    display: none;
  }
}

.first-section .blue-box.one .title {
  max-width: 285px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.one .title {
    max-width: 100%;
  }
}

.first-section .blue-box.two .title {
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.two .title {
    max-width: 100%;
  }
}

.first-section .blue-box.three .title {
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.three .title {
    max-width: 100%;
  }
}

.first-section .blue-box.four .title {
  max-width: 275px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.four .title {
    max-width: 100%;
  }
}

.first-section .blue-box.four:hover .main-content {
  display: none;
}

.first-section .blue-box.four:hover .hover-content {
  display: block;
}

.first-section .blue-box.five:after {
  content: "";
  background: url(../images/after-02.png);
  width: 95px;
  height: 75px;
  bottom: 67px;
  right: -50px;
  position: absolute;
}

@media screen and (max-width:992px) {
  .first-section .blue-box.five:after {
    display: none;
  }
}

.first-section .blue-box.five .title {
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.five .title {
    max-width: 100%;
  }
}

.first-section .blue-box.six .title {
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.six .title {
    max-width: 100%;
  }
}

.first-section .blue-box.six .hover-content p {
  max-width: 280px;
}

.first-section .blue-box.six:hover .main-content {
  display: none;
}

.first-section .blue-box.six:hover .hover-content {
  display: block;
}

.first-section .blue-box.seven .title {
  max-width: 290px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.seven .title {
    max-width: 100%;
  }
}

.first-section .blue-box.eight .title {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
  .first-section .blue-box.eight .title {
    max-width: 100%;
  }
}

.third-section {
  height: 456px;
  position: relative;
}
.third-section::before {
  content: "";
  position: absolute;
  background: url(../images/bg-footer.png) no-repeat center top;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  width: 4448px;
  height: 100%;
}

@media screen and (max-width:1400px) {
  .third-section {
    height: 330px;
  }
}

@media screen and (max-width:1200px) {
  .third-section {
    height: 285px;
  }
}

@media screen and (max-width:992px) {
  .third-section {
    height: 235px;
  }
}

@media screen and (max-width:768px) {
  .third-section {
    height: 180px;
  }
}

@media screen and (max-width:576px) {
  .third-section {
    background: #0099DD;
  }
}

.third-section .title {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 45px;
  padding-top: 170px;
}

@media screen and (max-width:1400px) {
  .third-section .title {
    padding-top: 120px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:992px) {
  .third-section .title {
    padding-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .third-section .title {
    padding-top: 50px;
  }
}

@media screen and (max-width:576px) {
  .third-section .title {
    font-size: 22px;
    line-height: 22px;
  }
}

.third-section a {
  background: #ffffff;
  color: #0099DD;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 56px;
  padding: 20px 60px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.third-section a:hover {
  background: #000000;
  color: #ffffff;
}

@media screen and (max-width:1400px) {
  .third-section a {
    font-size: 13px;
    line-height: 13px;
    padding: 15px 50px;
  }
}

.floating-chat {
  position: fixed;
  top: 50px;
  right: 50px;
}

.floating-chat button {
  background: #0099DD;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 700;
  border: 0;
  border-radius: 10000px;
  padding: 1.0em 2.0em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;

}
.floating-chat button.activo {
  background: #000000;
}

@media screen and (max-width:1000px) {
  .floating-chat {
    right: 30px;
  }
  .floating-chat button {
    font-size: 15px;
  }
}
@media screen and (max-width:600px) {
  .floating-chat button {
    font-size: 12px;
  }
}

@media screen and (max-width:576px) {
  .floating-chat {
    top: 30px;
    right: 30px;
  }
}


body {
  overflow-x: hidden;
}
#principal {
  transform: translateX(0px);
  transition: all 0.5s;
}
#principal.activo {
  transform: translateX(-200px);

}

.formcontainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.formcontainer.activo {
  pointer-events: all;
  overflow: auto;
}


.floating-form {
  pointer-events: all;
  position: absolute;
  padding: 150px 0 50px;
  right: -450px;
  display: block;
  transition: all 0.5s;
}
.floating-form.activo {
  right: 50px;
}


@media screen and (max-width:1000px) {
  .floating-form.activo {
    right: 30px;
  }
}

@media screen and (max-width:600px) {
  #principal.activo {
  transform: translateX(0px);
  }
  .formcontainer.activo {
    background: rgba(0,0,0,0.8);
  }
  /*.floating-form {
    top: 110px;
    right: 30px;
  }*/
}

.floating-form form {
  width: 400px;
  border-radius: 10px;
  border: 2px solid #09D;
  background: #FFF;
  -webkit-box-shadow: 0px 15px 35px -8px rgba(0, 153, 221, 0.2);
  box-shadow: 0px 15px 35px -8px rgba(0, 153, 221, 0.2);
  padding: 40px;
}

@media screen and (max-width:1400px) {
  .floating-form form {
    width: 300px;
    padding: 30px;
  }
}

.floating-form form .title {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 35px;
}

@media screen and (max-width:1400px) {
  .floating-form form .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.floating-form form .form-group input,.floating-form form .form-group textarea,.floating-form form .form-group select{
  border-radius: 10px;
  border: 1px solid var(--Gray-3---AC, #9B9B9B);
  margin-bottom: 25px;
}

@media screen and (max-width:1400px) {
  .floating-form form .form-group input,.floating-form form .form-group textarea,.floating-form form .form-group select {
    margin-bottom: 15px;
  }
}

.floating-form form .form-group input ::-webkit-input-placeholder,.floating-form form .form-group textarea ::-webkit-input-placeholder,.floating-form form .form-group select ::-webkit-input-placeholder {
  color: #9B9B9B;
}

.floating-form form .form-group input :-ms-input-placeholder,.floating-form form .form-group textarea :-ms-input-placeholder,.floating-form form .form-group select :-ms-input-placeholder {
  color: #9B9B9B;
}

.floating-form form .form-group input ::-ms-input-placeholder,.floating-form form .form-group textarea ::-ms-input-placeholder,.floating-form form .form-group select ::-ms-input-placeholder {
  color: #9B9B9B;
}

.floating-form form .form-group input ::placeholder,.floating-form form .form-group textarea ::placeholder,.floating-form form .form-group select ::placeholder {
  color: #9B9B9B;
}

.floating-form form .form-group input, .floating-form form .form-group select {
  height: 55px;
}

@media screen and (max-width:1400px) {
  .floating-form form .form-group input, .floating-form form .form-group select {
    height: 35px;
  }
}

@media screen and (max-width:1400px) {
  .floating-form form .form-group textarea {
    max-height: 80px;
  }
}

.floating-form form button {
  background: #0099DD;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 56px;
  padding: 20px 60px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: 0;
}

.floating-form form button:hover {
  background: #000000;
  color: #ffffff;
}

@media screen and (max-width:1400px) {
  .floating-form form button {
    font-size: 13px;
    line-height: 13px;
    padding: 15px 50px;
  }
}

.bubbles {
  width: 50%;
  margin-bottom: 5px;
}

.bubbles.last {
  margin-bottom: 45px;
}

@media screen and (max-width:768px) {
  .hidden-xs {
    display: none;
  }
}

.show-xs {
  display: none;
}

@media screen and (max-width:768px) {
  .show-xs {
    display: inline-block;
  }
}

#videoModal {
  background: rgba(235, 249, 255, 0.4);
}

#videoModal .modal-content {
  background: transparent;
  border: 0;
}

#videoModal .modal-content .modal-header {
  border: 0;
}

#videoModal .modal-content .modal-header button {
  background: #0099DD;
  padding: 15px 20px;
  border-radius: 50%;
  opacity: 1;
}

#videoModal .modal-content .modal-header span {
  color: #ffffff;
}

#videoModal .modal-lg {
  max-width: 1080px;
}

.modal {
  background: rgba(235, 249, 255, 0.4);
}

.modal .modal-content {
  background: #ffffff;
  border: 2px solid #0099DD;
  border-radius: 20px;
}

.modal .modal-content .modal-header {
  border: 0;
  padding: 0;
}

.modal .modal-content .modal-header button {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #0099DD;
  padding: 15px 20px;
  border-radius: 50%;
  opacity: 1;
  z-index: 9999999999;
}

@media screen and (max-width:768px) {
  .modal .modal-content .modal-header button {
    top: 16px;
    right: 16px;
  }
}

.modal .modal-content .modal-header span {
  color: #ffffff;
}

.modal .modal-content .modal-body {
  padding: 50px 99px 20px 99px;
}

@media screen and (max-width:1400px) {
  .modal .modal-content .modal-body {
    padding: 30px 70px 0px 70px;
  }
}

@media screen and (max-width:768px) {
  .modal .modal-content .modal-body {
    padding: 30px 30px 0px 30px;
  }
}

.modal .modal-content .modal-body .text-box {
  margin-bottom: 30px;
}

.modal .modal-content .modal-body .text-box .check-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.modal .modal-content .modal-body .text-box .check-icon .dotted-line {
  border: 1px dotted #0099DD;
  width: 400px;
}

.modal .modal-content .modal-body .text-box .check-icon img {
  background: #0099DD;
  border-radius: 50%;
  padding: 15px 14px;
  margin: 0 30px;
}

.modal .modal-content .modal-body .text-box .title {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 20px;
}

@media screen and (max-width:1400px) {
  .modal .modal-content .modal-body .text-box .title {
    font-size: 18px;
    line-height: 18px;
  }
}

.modal .modal-content .modal-body .text-box .description {
  padding: 0;
  margin: 0;
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width:1400px) {
  .modal .modal-content .modal-body .text-box .description {
    font-size: 14px;
    line-height: 22px;
  }
}

.modal .modal-content .modal-body h4 {
  color: #000;
  font-size: 35px;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media screen and (max-width:1000px) {
  .modal .modal-content .modal-body h4 {
    font-size: 25px;
  }
}


::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #0099DD;
}

::-webkit-scrollbar-track {
  background: #80ccee;
}

body {
  scrollbar-face-color: #0099DD;
  scrollbar-track-color: #80ccee;
}


.videopopupgrande {
  cursor: pointer;
}
.videopopup {
  position:relative;
  cursor: pointer;
  font-size: 10px;
}
.videopopup img {
  border: 2px solid #0099DD;
  border-radius: 2em;
  position: relative;
}
.videopopup::before {
  content: "";
  position: absolute;
  left: 1em;
  right: 1em;
  top: 1em;
  bottom: -1em;
  background: #0099DD;
  border-radius: 2em;
}
.videopopup .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 8em;
  height: 8em;
  border-radius: 10000px;
  background: rgba(235,249,255,0.5);
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.videopopup .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13.5px 0 13.5px 23.4px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(0deg) translate(-50%,-50%);
  margin-left: 0.3em;
  transition: all 0.3s;
}
.videopopup:hover .play {
  background: rgba(235,249,255,1);
}
.videopopup:hover .play::before {
  border-color: transparent transparent transparent #0099DD;
}

@media screen and (max-width:1000px) {
  .videopopup {
    font-size: 8px;
  }
}
@media screen and (max-width:776px) {
  .videopopup {
    font-size: 5px;
  }
}


#openai {
  padding: 8em 0;
  font-size: 10px;
}
#openai .title {
  text-align: center;
  max-width: 22em;
  margin: 0 auto 1.5em;
  font-size: 4em;
}
#openai .title span {
  color: #0099DD;
}

#openai .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#openai .items .item {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 1.3em;
}
#openai .items .item.grande {
  flex: 0 0 40%;
  max-width: 40%;
}
#openai .items .item .bloque {
  border: 0.3em solid #0099DD;
  border-radius: 2em;
  background: #ffffff;
  padding: 5em 3.5em;
  text-align: center;
}
#openai .items .item .bloque .numero {
  font-size: 8em;
  line-height: 0.7em;
  color: #C3EDFF;
  margin: 0 0 0.4em;
  font-weight: 700;
}
#openai .items .item .bloque p {
  font-size: 1.7em;
  line-height: 1.4em;
  color: #6B6B6B;
  margin: 0;
}
#openai .items .item .bloque p strong {
  font-weight: 400;
  color: #000000;
}

@media screen and (max-width:992px) {
  #openai {
    font-size: 9px;
  }
  #openai .title {
    font-size: 3.5em;
  }
}
@media screen and (max-width:776px) {
  #openai {
    font-size: 9px;
  }
  #openai .items .item, #openai .items .item.grande {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:500px) {
  #openai .title {
    font-size: 3em;
  }
}