.carousel{
  height: auto !important;
}

#navBar {
  background: #0a73b9;
  height: 100px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: unset;
  font-weight: 500;
}

#colorFondo {
  background: #0a73b9;
}

.nav-item{
  color: white !important;
}

#footer{
  background-color: #0a73b9;
}


#menu {
  text-align: center;
}

#logo {
  width: 359px;
  height: 93px;
  margin-right: 30px;
}

.nav-item{
  color: white;
}

.navbar-nav>.active>a {
  color: rgb(255, 255, 255) !important;
  background-color: #0a73b9;
  border-radius: 25% 10%;
  box-shadow: 3px 3px 7px 1px rgb(207 207 207 / 91%);
}

.nav-item>a:hover {
  color: rgb(173, 173, 173) !important;
}

.cursos {
  font-size: small;
  color: rgb(218, 218, 218);
    text-decoration: none;
}

#ul {
  margin: unset;
}


.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}

#textoAbout {
  text-align: initial;
}

.imagen:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #ec731e;
  -webkit-box-shadow: 0px 0px 15px 15px #ec731e;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.nosotros-img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

/* Dropdown Button */


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.col1 {
  background: grey;
  width: 50%;
}

.col2 {
  border: white;
  background: grey;
  width: 50%;
}

.contact {
  background: rgb(211, 211, 211);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #e4e4e4;
}


.contenedor:hover .imagen {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}



#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  box-shadow: 10px 10px 40px 1px rgb(10 115 185)
}

#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact select[type="select"] {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact select[type="select"]:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0CF;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

#contact input[type=submit] {
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}




body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.card {
  padding: 30px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: none !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.blue-text {
  color: #00BCD4
}

.form-control-label {
  margin-bottom: 0
}

input,
select,
textarea,
button {
  padding: 8px 15px;
  border-radius: 5px !important;
  margin: 5px 0px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 18px !important;
  font-weight: 300
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00BCD4;
  outline-width: 0;
  font-weight: 400
}

.btn-block {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 400;
  height: 43px;
  cursor: pointer
}

.btn-block:hover {
  color: #fff !important
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}

.dtalle{
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

html,
body {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 100%;
  width: 100%; 
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
 
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
  margin-top: 15%;
  font-family: ui-monospace;
  color: black;
}

.btn-group-c{
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .btn-group-c{
    position: relative;
    display: revert;
    vertical-align: middle;
  }
}

@media (max-width: 500px) {
  #logo{
    width: 60%;
  }
  #aa{
    width: 80%;
  }
}
@media (max-width: 760px) {
  h1.heading {
    margin-top: 15%;
    font-size: 3.05em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
    margin-top: 4%;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
    margin-top: 4%;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #0a73b9;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.container-name {
  margin-top: 60px;
}

.example_f {
  border-radius: 4px;
  background: #E02B20 !important;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  padding: 20px;
  width: 200px;
  transition: all 0.4s;
  cursor: pointer;
  margin: 5px;
}

.example_f span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  color: white !important;
}

.example_f span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.example_f:hover span {
  padding-right: 25px;
}

.example_f:hover span:after {
  opacity: 1;
  right: 0;
  color: white !important;
}


.example_p {
  border-radius: 4px;
  background: #1c68c4 !important;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 200px;
  transition: all 0.4s;
  cursor: pointer;
  margin: 5px;
}

.example_p span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  color: white !important;
}

.example_p span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.example_p:hover span {
  padding-right: 25px;
}

.example_p:hover span:after {
  opacity: 1;
  right: 0;
  color: white !important;
}

.fondosty{
  background-image: url("static/Imagenes/escolares-29-classic.jpg");
  background-attachment: fixed;
}

.titulosCursos{
  color: #084298;
}

.titulosDetalle{
  color: #084298;
}

.tituloRojo{
  color:rgba(255, 52, 52, 0.616);
  font-weight: bold;
}

.textogrey{
  color:rgba(110, 110, 110, 0.945);
}
.imgPagos{
  width: 100px;
  height: 100px;
}
.centrar{
  width: 80%;
  margin-left: 13%;
  margin-right: 10%;
  margin-bottom: 100px;
}

.divC{
  background-image: url("static/Imagenes/fondoCar.png");
  background-attachment: fixed;
}

.wsp{
  width:100px;
  height: 100px;
}
.centrador{
  position: fixed;
  width: 100px;
  height: 100%;
  z-index: 1;
}
.carousel-indicators li {
  border-radius: 50%;
}

.dwn{
  --mask: 
  linear-gradient(#000 0 0) top/100% calc(100% - 3em) no-repeat, conic-gradient(from -450deg at bottom,#0000,#000 6deg 174deg,#0000 180deg) bottom/48.49em 3em repeat-x;
  -webkit-mask: var(--mask);
        mask: var(--mask);
}


.animation {
  position: relative;
  animation: animation 2s ease-out;
  width: 50%;
}
@keyframes animation {
  0% {
    opacity: 0;
    left: -100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.size{
  width: 110%;
  height: auto;
  margin-right : auto;
  margin-left : auto;
  min-width : 350px;
  max-width : 650px;
}

.slide-up {
  animation: 7s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity:0;
    transform: translateY(20%);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.fuentesSt{
  font-family: serif;
  font-size: x-large;
  color: white;
}

.fuentesSttit{
  font-family: serif;
  font-size: 2.5em;
  color: white;
}
.brd{
  border: 1px solid #0a73b9 !important;
  border-radius: 5px;
}
.aligncenter{
  text-align: center;
}

.pagination a, .pagination span {
    padding: 4px 8px;
    margin: 2px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
}

.pagination .active-page {
    background: #007bff;
    color: white;
    font-weight: bold;
    border-color: #007bff;
}
.pagination-flex {
    display: flex;
    justify-content: center;
    gap: 6px; /* separación entre los números */
}

.pagination-flex a,
.pagination-flex span {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.small-prefix {
    height: 75%;
    margin-top: 1.5%;
    justify-content: center;
}

