/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  color: #67696c;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.section-padding {
  padding: 60px 0px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

/***********************************
************************************
HEADERS
************************************
***********************************/

/* Estilos base para todos los headers */
.header {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 650px;
  position: relative;
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 650px;
}

#main-header {}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 20px 0;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .navbar-default {
    background: rgba(64, 75, 97, 0.9);
  }
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #002F2F;
}

.top-nav-collapse {
  padding: 0;
  background: rgba(64, 75, 97, 0.9);
}

.logo-dec {
  color: #be9e21;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-brand {
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0px;
  margin-top: 6px;
}

.navbar-default .navbar-nav>li>a {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #be9e21;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #be9e21;
}

.banner-info {
  padding-top: 140px;
  color: #fff;
}

.bnr-title,
.bnr-sub-title {
  font-family: 'Fira Sans', sans-serif;
}

.bnr-title-portada,
.bnr-sub-title-portada {
  color: white;
}

h1.bnr-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2.bnr-sub-title {
  font-size: 45px;
  text-transform: uppercase;
  padding: 20px 0px;
  font-weight: 700;
}

.bnr-para {
  font-weight: 300;
}

.btn-download,
.btn-more,
.btn-download:hover,
.btn-download:focus,
.btn-more:focus {
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  border-radius: 60px;
  margin: 50px 10px 0 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.btn-download {
  background-color: #be9e21;
}

.btn-more,
.btn-more:focus {
  margin-left: 15px;
  border: 1px solid #be9e21;
  color: #be9e21;
}

.btn-more:hover {
  background: #be9e21;
  color: #fff;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
}

/***********************************
************************************
features
************************************
***********************************/

.title,
.service-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
}

.item-img {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 20px;
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #BE9E21;
}

.wrap-item h3 {
  font-size: 24px;
  line-height: 25px;
}

.pad-bt15 {
  padding-bottom: 15px;
}

.sec-sub-title {
  padding-top: 30px;
}

.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}

#Servicios {
  background-color: #f3f4f8;
}

ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}

.learn-more,
.learn-more:hover,
.learn-more:focus {
  height: 50px;
  width: 175px;
  background: #046380;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.visit-portfolio,
.visit-portfolio:hover,
.visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.service-item h3 span {
  opacity: 0.7;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
}

.service-item h3 {
  font-weight: 700;
}

.service-item p {
  opacity: 0.6;
  color: inherit;
  padding: 10px 0px;
}

.service-item a {
  color: #be9e21;
}

.mr-btn-15 {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.bx-wrapper {
  margin: 0 auto 35px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.portfolio-item figure img {
  display: block;
  position: relative;
  z-index: 10;
  margin: -15px 0
}

.portfolio-item figure figcaption {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.portfolio-item figure h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 15px;
}

.portfolio-item figure p {
  display: block;
  line-height: 18px;
  margin: 0;
  color: #fff;
  text-align: left
}

.portfolio-item figure figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 59px 30px;
  background-color: #BE9E21;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

.portfolio-item figure img {
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.portfolio-item figure:hover img,
figure.hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.portfolio-item figure:hover figcaption,
figure.hover figcaption {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0)
}

/***********************************
************************************
TESTIMONIAL
************************************
***********************************/

/* #testimonial {
  background: url('../img/bg.jpg') no-repeat;
  background-size: cover;
  min-height: 390px;
}

.bg-testicolor {
  background-color: RGBA(73, 84, 105, 0.61);
  min-height: 390px;
}

.white {
  color: #fff !important;
}

.testimonial-item ul li blockquote {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 80px;
  position: relative;
  border: 0;
}

.testimonial-item ul li small {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.bx-viewport {
  height: 235px !important;
  background-color: transparent !important;
  border: 0px none !important;
  box-shadow: none !important;
}

.testimonial-item ul li blockquote::before {
  content: '“';
  left: 30px;
}

.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
  position: absolute;
  font-weight: 300;
  font-size: 3em;
  font-family: Georgia, serif;
  color: #ccc;
  top: 62%;
}

.testimonial-item ul li blockquote::after {
  content: '”';
  right: 30px;
} */

/***********************************
************************************
Blog
************************************
***********************************/

.blog-info h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 5px;
}

.blog-comment {
  margin-top: 12px;
  min-height: 30px;
}

.blog-info p,
.blog-comment p {
  color: #949494;
}

.blog-comment p:first-child {
  float: left;
}

.blog-comment p:last-child {
  float: right;
  margin-right: 0;
}

.blog-comment p i {
  color: #949494;
}

.read-more {
  color: #949494;
  margin-top: 15px;
  display: inline-block;
}

.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-img img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-img img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/***********************************
************************************
contact
************************************
***********************************/

#contact {
  background-color: rgb(73, 84, 105);
}

.btn-submit,
.btn-submit:hover,
.btn-submit:focus {
  background-color: transparent;
  border-radius: 60px;
  color: #be9e21;
  font-weight: 400;
  border: 1px solid #be9e21;
  font-size: 14px;
  padding: 6px 20px;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #be9e21 !important;
  border-color: #be9e21;
}

.form-control:focus {
  border-color: #be9e21;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
}

.contact-form input.form-control {
  color: #ffffff;
}

.p contacto-texto {
  color: #ffffff;
}

.loction-info.white {
  color: white;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.loction-info p {
  margin-bottom: 25px;
}

.loction-info p i {
  color: #be9e21;
}

/***********************************
************************************
contact
************************************
***********************************/

.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #be9e21;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.white-bg {
  background-color: #fff;
}

/***********************************
************************************
footer
************************************
***********************************/

#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
}

#footer .footer-top {
  background: #15222b;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f7941e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f7941e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f7941e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f7941e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #f7941e;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

/***********************************
************************************
cta
************************************
***********************************/

.cta {
  background-color: rgb(73, 84, 105);
}

.cta .cta-info {
  width: 100%;
  float: left;
  padding: 30px 25px 30px 15px;
  border-radius: 5px;
}

.cta .cta-info .cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta .cta-info .cta-btn {
  margin-top: 16px;
  background-color: rgb(190, 158, 33);
  padding: 20px 50px;
  color: #FFF;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 768px) and (max-width: 980px) {

  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }

  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }

  .padding-right-zero {
    padding-right: 15px !important;
  }
}

@media (min-width: 451px) and (max-width: 767px) {

  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
  }

  .banner-info {
    padding-top: 40px;
  }

  h1.bnr-title {
    font-size: 16px;
  }

  h2.bnr-sub-title {
    font-size: 33px;
  }

  body {
    font-size: 14px;
  }

  .btn-download,
  .btn-more,
  .btn-download:hover,
  .btn-more:hover,
  .btn-download:focus,
  .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }

  .wrap-item h3 {
    font-size: 18px;
  }

  .title,
  .service-title {
    font-size: 28px;
  }

  .sub-title {
    font-size: 15px;
  }

  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }

  .loction-info {
    padding: 0px 15px;
  }

  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }

  .padding-right-zero {
    padding-right: 15px !important;
  }

  .portfolio-item figure p {
    font-size: 14px;
  }

  .portfolio-item figure h2 {
    font-size: 18px;
  }

  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }

  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
  }
}

/*Banner*/
.banner-container {
  width: 100%;
  margin: 20px 0;
}

.banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-item {
  position: relative;
  width: calc(25% - 20px);
  /* Ajusta el ancho de cada espacio */
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
  /* Color de fondo opcional */
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.banner-content h4 {
  margin: 0;
  font-size: 18px;
}

.banner-content p {
  margin: 10px 0;
  font-size: 14px;
}

.banner-content a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.banner-title {
  text-align: center;
  margin-bottom: 20px;
}

.banner-title h2 {
  font-size: 28px;
  margin: 0;
}


/*Beneficios*/
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.benefit-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit-item:hover {
  transform: translateY(-10px);
}

.benefit-icon i {
  font-size: 2.5em;
  color: #007bff;
  /* Cambia este color si deseas otro tono para los íconos */
  margin-bottom: 15px;
}

.benefit-item h3 {
  font-size: 1.25em;
  color: #333;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 1em;
  color: #555;
}

/*temario*/

.containert {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.temario {
  flex: 2;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-right: 20px;
}

.temario h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333;
}

.temario ul {
  list-style-type: none;
  padding: 0;
}

.temario ul li {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 10px;
}

.programas {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.programa {
  margin-bottom: 20px;
}

.programa h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

.programa .fecha {
  background-color: #e9ecef;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.programa .fecha:last-child {
  margin-bottom: 0;
}

/*inscripcion*/
.inscripcion-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #007bff;
}

button {
  background-color: #353f5b;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

.terms {
  font-size: 14px;
  text-align: left;
  color: #666;
}

.terms input {
  margin-right: 10px;
}

.privacy {
  font-size: 14px;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
}

.privacy:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .inscripcion-container {
    padding: 20px;
  }

  input,
  select,
  textarea,
  button {
    font-size: 14px;
  }
}

/*tarjeta*/
.bannertar {
  background-color: #00a3dd;
  /* Color melon */
  color: #ffffff;
  /* Texto en blanco */
  padding: 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  /* Bordes redondeados */
  margin: 20px 0;
  /* Espacio alrededor del banner */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Sombra opcional */
}

.text-center {
  text-align: center;
}

/*certificacion*/
.title {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #333;
}

.content {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.image-container {
  flex: 1;
  padding-right: 20px;
}

.image-container img {
  max-width: 100%;
  border-radius: 8px;
}

.text-container {
  flex: 1;
  text-align: left;
}

.text-container p {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #353f5b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .image-container,
  .text-container {
    width: 100%;
    padding: 0;
  }

  .image-container {
    margin-bottom: 20px;
  }
}

/*STPS*/
.benefits-grid-horizontal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.benefit-item-horizontal {
  flex: 1;
}

.benefit-content {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background-color: #f9f9f9;
  /* Fondo opcional para resaltar el borde */
}

.benefit-content h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.benefit-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  /* Bordes redondeados para la imagen */
}

/*Lista*/

.custom-list {
  list-style: none;
  padding: 0;
  margin: 20px;
}

.custom-list li {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}

.custom-list li::before {
  content: '\f0da';
  /* Unicode de un ícono tipo flecha o personalizable */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #353f5b;
  /* Color azul atractivo */
}

/*Ventajas*/

.sectioncursos {
  background-color: #f0f0f0;
  /* Color gris de fondo */
  padding: 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.boxcursos {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
  width: calc(25% - 40px);
  /* 4 recuadros en fila */
  text-align: center;
  transition: transform 0.3s;
}

.boxcursos:hover {
  transform: scale(1.05);
  /* Efecto al pasar el mouse */
}

.iconcursos {
  font-size: 40px;
  color: #007BFF;
  /* Color azul para los íconos */
  margin-bottom: 10px;
}

/*Carrusel*/
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-images img {
  width: 100%;
  border-radius: 10px;
}

.carousel-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.carousel-button {
  background-color: rgba(224, 8, 8, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.carousel-indicators button {
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #007bff;
}

.description {
  text-align: center;
  margin-bottom: 20px;
}

.btn-action {
  display: block;
  text-align: center;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 auto;
  width: fit-content;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-action:hover {
  background-color: #0056b3;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  /* Color verde de WhatsApp */
  color: white;
  border: none;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #1ebe5a;
  transform: scale(1.05);
  /* Efecto hover */
}

.whatsapp-btn svg {
  margin-right: 5px;
  /* Espacio entre el ícono y el texto */
}

.whatsapp-btn-container {
  text-align: center;
  margin-top: 20px;
}

/*Tabla de comparacion*/
/*comparison-table*/
´ {
  font-family: Arial, sans-serif;
  background-color: #1ebe5a;
  margin: 0;
  padding: 20px;
}

.comparison-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparison-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  justify-content: center;
}

.comparison-box {
  padding: 20px;
  text-align: center;
  border: 2px solid #495469;
  /* Azul */
  background-color: #fff;
  /* Blanco */
  color: #333;
  font-size: 1em;
  min-width: 150px;
  flex-grow: 1;
  margin: 0 20px;
  position: relative;
}

.first-column {
  background-color: #495469;
  /* Azul */
  color: #fff;
  /* Blanco */
}

.comparison-box:before,
.comparison-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.comparison-box:before {
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffd700 transparent transparent;
  /* Flecha Dorada */
  left: -20px;
}

.comparison-box:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffd700;
  /* Flecha Dorada */
  right: -20px;
}

.comparison-box:first-child:before {
  display: none;
}

.comparison-box:last-child:after {
  display: none;
}

/*Seccion de estructura*/


.testimonial-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #fff;
}

.testimonial-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #007bff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  width: 100%;
}

.testimonial {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-10px);
}

.testimonial iframe {
  width: 100%;
  height: 200px;
}

.testimonial .content {
  padding: 20px;
}

.testimonial h3 {
  margin: 0;
  font-size: 1.80rem;
  color: #051d36;
}

.testimonial p {
  font-size: 1.4rem;
  color: #555;
  margin-top: 10px;
}

/* Estilos para el banner de la tienda */
.tiendaline {
  text-align: center;
  padding: 40px 20px;
  background-color: #322472;
  /* Color de fondo */
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tiendaline h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.tiendaline p {
  font-size: 1.9rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.tiendaline .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  font-size: 1.9rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.tiendaline .btn:hover {
  background-color: #0056b3;
}

/*Recuadro camino*/
.card {
  display: flex;
  width: 60%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 40%;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  width: 60%;
}

.card-content h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.card-content .button-container {
  display: flex;
  justify-content: flex-start;
}

.card-content .btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
}

.card-content .btn:hover {
  background-color: #0056b3;
}

/*Colaboraciones*/
.image-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.image-box {
  background-color: white;
  width: 200px;
  height: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}

.image-box:hover {
  transform: translateY(-5px);
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Asegurar que el botón WhatsApp sea fijo */
#WAButton {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
}

/* Para dispositivos móviles */
@media (max-width: 768px) {
  #WAButton {
    bottom: 15px !important;
    right: 15px !important;
  }
}

/* Botón flotante de llamada */
#callButton {
  position: fixed !important;
  bottom: 90px !important;
  right: 20px !important;
  z-index: 9998 !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #414c59;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

#callButton:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

#callButton i {
  color: white;
  font-size: 24px;
}

/* Para móviles */
@media (max-width: 768px) {
  #callButton {
    bottom: 85px !important;
    right: 15px !important;
  }
}

/* Arreglr el margin del nav bar*/
.navbar-right {
  margin-right: 0px !important;
}

.contenedor {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}