/*

Known Template 

https://templatemo.com/tm-516-known

*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap');

body {
  background: #ffffff;
  font-family: 'Work Sans';
  overflow-x: hidden;
  padding-top: 70px;
}


/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Work Sans';
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: normal;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}



/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a,
input,
button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--main-color);
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title small {
  display: block;
}


.empty-state-message h5 {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
}

.overlay {
  background: rgba(20, 20, 20, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-form {    
  width: 100%;
  height: 450px;
}

.entry-form h2 {
  margin-bottom: 50px;
  
}

.entry-form a {  
  margin: 10px 0;
  text-align: right;
  display: block;
  text-decoration: none;
}

section {
  position: relative;
  padding: 30px 0;
}

#team,
#formasPago {
  background: #f9f9f9;
}

#team,
#formasPago {
  text-align: center;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

/*---------------------------------------
     MODALS              
  -----------------------------------------*/

  #modalPagoEnProceso .modal-dialog {
  max-width: 550px ;
  width: 90% ;
}

#modalPagoEnProceso .modal-dialog.modal-sm {
  max-width: 550px ;
}

#modalPagoEnProceso .modal-content {
  border-radius: 12px ;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) ;
  font-family: "Work Sans", sans-serif ;
  border: none ;
}

#modalPagoEnProceso .modal-header {
  background: #d9272e;
  color: white ;
  padding: 2rem 2rem 1.5rem 2rem ;
  border-radius: 8px 8px 0 0;
  border-bottom: none ;
}

#modalPagoEnProceso .modal-header::before {
  content: "" ;
  width: 50px ;
  height: 50px ;
  background: rgba(255, 255, 255, 0.2) ;
  border-radius: 50% ;
  margin-right: 15px ;
  display: inline-block ;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") ;
  background-size: 28px 28px ;
  background-repeat: no-repeat ;
  background-position: center ;
  vertical-align: middle ;
}

#modalPagoEnProceso .modal-title {
  font-family: "Work Sans", sans-serif ;
  font-weight: 600 ;
  font-size: 1.5rem ;
  color: white ;
  margin: 0 ;
  display: inline-block ;
  vertical-align: middle ;
}

#modalPagoEnProceso .modal-header .close {
  position: absolute ;
  top: 1.5rem ;
  right: 1.5rem ;
  background: rgba(255, 255, 255, 0.2) ;
  border: none ;
  border-radius: 50% ;
  width: 45px ;
  height: 45px ;
  display: flex ;
  align-items: center ;
  justify-content: center ;
  color: white ;
  font-size: 1.8rem ;
  cursor: pointer ;
  opacity: 1 ;
  padding: 0 ;
  margin: 0 ;
}

#modalPagoEnProceso .modal-header .close:hover {
  background: rgba(255, 255, 255, 0.3) ;
  color: white ;
  opacity: 1 ;
}

#modalPagoEnProceso .modal-body {
  padding: 2.5rem 2rem ;
  font-family: "Work Sans", sans-serif ;
  line-height: 1.7 ;
  color: #444 ;
  font-size: 1.1rem ;
}

#modalPagoEnProceso .modal-body p {
  margin: 0 ;
  color: #444 ;
  font-size: 1.6rem ;
}

#modalPagoEnProceso .modal-footer {
  padding: 1.5rem 2rem 2rem 2rem ;
  border-radius: 8px;
  border-top: 1px solid #eee ;
  background: #fafafa ;
  text-align: center ;
}

#modalPagoEnProceso .modal-footer .btn-primary {
  background: #d9272e;;
  border: none ;
  border-radius: 10px ;
  padding: 1rem 2.5rem ;
  font-family: "Work Sans", sans-serif ;
  font-weight: 600 ;
  font-size: 1.6rem ;
  color: white ;
  cursor: pointer ;
  min-width: 150px ;
}

#modalPagoEnProceso .modal-footer .btn-primary:hover {
  background: #d9272e;
  color: white ;
}

#modalPagoEnProceso .modal-footer .btn-primary:focus {
  outline: none ;
  box-shadow: 0 0 0 3px rgba(231, 36, 0, 0.3) ;
  color: white ;
}

#modalPagoEnProceso.modal.show {
  display: block ;
}


#modalDatosFiscales .invalid-feedback {
  color: #d9272e;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  display: block;
}
#modalDatosFiscales .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

#modalDatosFiscales .modal-dialog {
  max-width: 800px;
  width: 90%;
  margin: 1.75rem auto;
}

#modalDatosFiscales .modal-content {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; 
}

#modalDatosFiscales .modal-header, #modalConfirmacionDatosFiscales .modal-header{
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f8f9fa;
  position: relative;
}

#modalDatosFiscales .modal-title, #modalConfirmacionDatosFiscales .modal-title{
  margin: 0;
  font-size: 2.25rem;
  font-weight: 600;
  color: #413f3f;
  flex: 1;
  text-align: left;
}

#modalDatosFiscales .close, #modalConfirmacionDatosFiscales .close {
  position: absolute;
  right: 2rem; /* Pegado a la derecha */
  top: 50%;
  transform: translateY(-50%); /* Centrado vertical */
  background: none;
  border: none;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}

#modalDatosFiscales .close:hover {
  opacity: 0.75;
}

#modalDatosFiscales .modal-body, #modalConfirmacionDatosFiscales .modal-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
}

#modalConfirmacionDatosFiscales .modal-body p{
  font-size: 1.6rem;
  padding: 1rem;
}

#modalDatosFiscales .modal-footer, #modalConfirmacionDatosFiscales .modal-footer{
  padding: 1rem 1.5rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  background-color: #f8f9fa;
}

#modalDatosFiscales .form-group {
  margin-bottom: 1rem;
}

#modalDatosFiscales .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
}

#modalDatosFiscales .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#modalDatosFiscales .form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#modalDatosFiscales .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

#modalDatosFiscales .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

#modalDatosFiscales .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

#modalDatosFiscales .col-md-6 {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 8px);
  margin-bottom: 10px;
}

#modalDatosFiscales .col-md-6:nth-child(odd) {
  margin-left: 8px;
}

#modalDatosFiscales .col-md-6:nth-child(even) {
  margin-right: 8px;
}

#modalDatosFiscales .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

#modalDatosFiscales .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#modalDatosFiscales .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

#modalDatosFiscales .btn-danger:hover:not(:disabled) {
  background-color: #c82333;
  border-color: #bd2130;
}

#modalDatosFiscales .btn-primary {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

#modalDatosFiscales .btn-primary:hover:not(:disabled) {
  background-color: #c82333;
  border-color: #bd2130;
}

@media (max-width: 768px) {
  #modalDatosFiscales .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  #modalDatosFiscales .modal-dialog {
    width: 95%;
    margin: 0.5rem auto;
  }
}


.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 62%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loader-spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.loader-text {
  margin-top: 10px;
  font-weight: 500;
  color: #333;
}

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

.link-factura {
  color: #d9272e !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: inherit;
  font-weight: normal;
  padding: 15px 30px;
  transition: 0.5s;
}

.section-btn:hover {
  background: #ffffff;
  border-color: transparent;
}



/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}



/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  background: #ffffff;
  border-top: 5px solid var(--main-color);
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  margin-bottom: 0;
  padding: 0;
}

.custom-navbar .navbar-brand {
  color: #454545;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right li a .fa {
  background: var(--main-color);
  border-radius: 100%;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.custom-navbar .nav li a {
  line-height: 40px;
  color: #575757;
  padding-right: 22px;
  padding-left: 22px;
}

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

.custom-navbar .nav li a:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

.custom-navbar .nav li.active>a {
  background-color: var(--main-color);
  color: #ffffff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}



/*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: var(--main-color);
}

#home h3 {
  color: black;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 5px 0 40px 0;
}

@media (min-width: 768px) {
  .home-slider .col-md-6 {
    padding-left: 0;
  }
}

.home-slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;  
}

.home-slider .item {
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 70vh;
}

.caption h3 a {
  color: #FFF;
}

.caption h3 a:hover {
  color: #FF3;
}

.home-slider .item-first {
  background-image: url(https://storage.googleapis.com/plantillas-documentos/imagenes/slider-image1.jpg);
  background-position: center;
}

.home-slider .item-second {
  background-image: url(../images/slider-image2.jpg);
}

.home-slider .item-third {
  background-image: url(../images/slider-image3.jpg);
}



/*---------------------------------------
      FEATURE              
  -----------------------------------------*/

.feature-thumb {
  border: 1px solid #f0f0f0;
  padding: 5em 3em;
}

.feature-thumb span {
  background: #3f51b5;
  border-radius: 50px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 5px;
}

.feature-thumb h3 {
  margin: 10px 0;
}



/*---------------------------------------
      iniciar              
  -----------------------------------------*/

#iniciar figure {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  width: 100%;
}

#iniciar figure span {
  float: left;
  margin-left: -15px;
  padding: 0 20px 15px;
  position: relative;
  top: 20px;
}

#iniciar figure span i {
  background: var(--main-color);
  border-radius: 50px;
  color: #ffffff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}



/*---------------------------------------
      TEAM              
  -----------------------------------------*/

.team-thumb {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.team-info {
  padding: 20px 30px;
}

.team-image img {
  width: 100%;
}

.team-thumb .social-icon {
  border-top: 1px solid #f0f0f0;
  padding: 4px 20px 0 20px;
}

.team-thumb .social-icon li a {
  background: #ffffff;
  color: #252020;
}

.team-info h3 {
  margin: 0;
}


/*---------------------------------------
      COURSES             
  -----------------------------------------*/

#courses .section-title {
  text-align: center;
}

#courses .owl-theme .owl-nav {
  margin-top: 30px;
}

#courses .owl-theme .owl-nav [class*=owl-] {
  border-radius: 2px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

.courses-thumb {
  background: #f9f9f9;
  position: relative;
}

.courses-top {
  position: relative;
}

.courses-image {
  background: linear-gradient(to right, #202020, #101010);
}

.courses-date {
  background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px 25px;
}

.courses-date span,
.courses-author span {
  font-size: 14px;
  font-weight: bold;
}

.courses-date span {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

.courses-detail {
  padding: 25px 25px 15px 25px;
}

.courses-detail h3 {
  margin: 0 0 2px 0;
}

.courses-info {
  border-top: 1px solid #f0f0f0;
  position: relative;
  clear: both;
  padding: 15px 25px;
}

.courses-author,
.courses-author span {
  display: inline-block;
  vertical-align: middle;
}

.courses-author img {
  display: inline-block !important;
  border-radius: 50px;
  width: 50px !important;
  height: 50px;
  margin-right: 10px;
}

.courses-price {
  float: right;
  margin-top: 10px;
}

.courses-price span {
  background: var(--main-color);
  border-radius: 2px;
  color: #ffffff;
  display: block;
  padding: 5px 10px;
}

.courses-price.free span {
  background: #3f51b5;
}



/*---------------------------------------
     NEWS              
  -----------------------------------------*/

.news-thumb {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-thumb .news-image {
  float: left;
  width: 40%;
  margin-right: 30px;
}

.news-info h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.news-date span {
  color: #909090;
  font-weight: bold;
}



/*---------------------------------------
      formasPago             
  -----------------------------------------*/

#formasPago .item {
  background: #ffffff;
  margin: 20px 0;
  padding: 4em 3em;
  text-align: left;
}

#courses .col-md-4,
#formasPago .col-md-4 {
  display: block;
  width: 100%;
}

#formasPago .item>p {
  font-size: 16px;
  line-height: 26px;
}

.tst-rating {
  margin-bottom: 15px;
}

.tst-rating .fa {
  color: #3f51b5;
}

.tst-image,
.tst-author {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: left;
}

.tst-image img {
  border-radius: 50px;
  width: 60px !important;
  height: 60px;
  margin-right: 15px;
}

.tst-author h4 {
  margin: 0;
}

.tst-author span {
  color: #808080;
  font-size: 14px;
}



/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact {
  background: #3f51b5;
}

#contact h2 {
  color: #ffffff;
}

#contact .section-title {
  padding-bottom: 20px;
}

#contact h2>small,
#contact p,
#contact a {
  color: #f9f9f9;
}

#contact-form {
  padding: 1em 0;
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
  padding-left: 0;
}

#contact-form .form-control {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  margin: 10px 0;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type='submit'] {
  border-radius: 50px;
  border: 1px solid transparent;
}

#contact-form input[type='submit']:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}




/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {  
  padding: 60px 0;
}
footer .redes{
  background-color: var(--third-color);
  color: var(--main-color);   
  margin-bottom: 25px;
}
footer div.row div h4{  
  font-size: 1.5em;
}
footer .icono-social{  
  height: 32px;
  display: block;
  margin: 10px auto;
}
footer .leyendas{  
  color: var(--second-color);
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}
footer .leyendas:hover{
  color: var(--main-color);
}
footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: black;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info {
  margin-right: 2em;
}

.footer-info h2 {
  color: #ffffff;
  padding: 0;
}

.footer_menu h2 {
  margin-top: 2em;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
}

.footer_menu li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px 5px 0;
}

.newsletter-form .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #303030;
  height: 50px;
  margin: 5px 0;
}

.newsletter-form input[type="submit"] {
  background: transparent;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  outline: none;
  width: 50%;
}

.newsletter-form input[type="submit"]:hover {
  background: var(--main-color);
  border-color: transparent;
}

.newsletter-form .form-group span {
  color: #909090;
  display: block;
  font-size: 12px;
  margin-top: 20px;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: var(--main-color);
  font-size: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
  background: var(--main-color);
  color: #ffffff;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}

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

  section,
  footer {
    padding: 30px 0;
  }

  .home-slider .item {
    background-position: center center;    
  }

  .feature-thumb,
  .iniciar-info,
  .team-thumb,
  .footer-info {
    margin-bottom: 50px;
  }

  .contact-image {
    margin-top: 50px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,
  h2,
  h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .navbar-brand,
  .custom-navbar .nav li a {
    line-height: normal;
  }

  .custom-navbar .nav li a {
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .footer-info {
    margin-right: 0;
  }

  .footer-info.newsletter-form {
    margin-bottom: 0;
  }

  .entry-form {
    display: block;
    margin: 0 auto;
  }

  #modalPagoEnProceso .modal-dialog {
    width: 95% ;
    max-width: 95% ;
    margin: 1rem auto ;
  }

  #modalPagoEnProceso .modal-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem ;
  }

  #modalPagoEnProceso .modal-header::before {
    width: 40px ;
    height: 40px ;
    background-size: 24px 24px ;
    margin-right: 12px ;
  }

  #modalPagoEnProceso .modal-title {
    font-size: 1.3rem ;
  }

  #modalPagoEnProceso .modal-header .close {
    top: 1rem ;
    right: 1rem ;
    width: 40px ;
    height: 40px ;
    font-size: 1.8rem ;
  }

  #modalPagoEnProceso .modal-body {
    padding: 2rem 1.5rem ;
    font-size: 1.6rem ;
  }

  #modalPagoEnProceso .modal-body p {
    font-size: 1rem ;
  }

  #modalPagoEnProceso .modal-footer {
    padding: 1rem 1.5rem 1.5rem 1.5rem ;
  }

  #modalPagoEnProceso .modal-footer .btn-primary {
    width: 100% ;
    padding: 1rem 1.5rem ;
    font-size: 1rem ;
  }
}


@media only screen and (max-width: 580px) {
  h2 {
    font-size: 1.8em;
  }

  #formasPago .item {
    padding: 2em;
  }

  .contact-image {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }

  #home h3 {
    font-size: 14px;
  }

  .entry-form {
    border-radius: 0;
    padding: 2em;
    max-width: 100%;
    max-height: 100%;
    width: inherit;
    height: inherit;
  }
}

/* PERSONALIZACION */
.btn-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-border-color)
}

.btn-primary.focus,
.btn-primary:focus {
  color: var(--main-color);
  background-color: white;
  border-color: var(--main-border-color)
}

.btn-primary:hover {
  color: var(--main-color);
  background-color: white;
  border-color: var(--main-border-color)
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: var(--main-color);
  background-color: white;
  border-color: var(--main-border-color)
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: var(--main-color);
  background-color: white;
  border-color: var(--main-border-color)
}

.alert-info{
  background-color: #ccc;
  border: solid var(--second-color) 1px;
  color: inherit;
}

.navegacion{
  margin-bottom: 10px;
}

.d-none{
  display: none!important;
}

.navbar-toggle{
  margin-right: 30px;
}

.sin-relleno{
  background-color: transparent!important;
}

.input-error{
  border: solid red 1px;
}

.parpadea {
  border: solid red 1px;
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.p-0{
  padding: 0 !important;
}

.m-5{
  margin: 0  !important;
}

.btn-primary.disabled:focus, .btn-primary.disabled:focus-within, btn-primary.disabled:hover{
  color: var(--main-color);
  background-color: white;
  border-color: var(--main-border-color)
}

.panel-heading {
  padding: 0 15px !important;
}

.disabled-click{
  cursor: pointer!important;
}

.error-input{
  border: solid red 1px;
}
.error-text{
  color: red;
}

.table {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
}

.documento {
  width: 100%;
  height: 65vh;
}

#fichaPdfModal,
#modal_comprobante_pago .modal-body {
  height: 75vh;
  overflow-y: scroll;
}

.mensajes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.coutry {
  overflow: hidden;
  width: 100%;
}

.mensajes-espera {
  list-style: none;
}

.mensajes-espera-ul {
  width: 100%;
  height: 30px;
  position: relative;
  animation: slide 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
  padding: 0 !important;
}

.mensajes-espera-li {
  position: absolute;
  height: 35px;
  top: 200%;
  line-height: 35px;
  width: 100%;
  text-align: center;
}

.mensajes-espera-li:first-child {
  top: 100%;
}

.mensajes-espera-li:last-child {
  top: 300%;
}

@keyframes slide {
  0% {
       transform: translateY(0);
  }

  15%,
  30% {
       transform: translateY(-100%);
  }

  45%,
  60% {
       transform: translateY(-200%);
  }

  75%,
  90% {
       transform: translateY(-300%);
  }

  100% {
       transform: translateY(-400%);
  }
}

.blurimg {
  filter: blur(8px);
}