@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  color: #1c1c1c !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
}


.navbar {
  flex-wrap: nowrap !important;
  }

.bg-menu {
  background-color: #ffffff !important;
  box-shadow: 1px 6px 11px -4px rgba(0,0,0,0.33);
  -webkit-box-shadow: 1px 6px 11px -4px rgba(0,0,0,0.33);
  -moz-box-shadow: 1px 6px 11px -4px rgba(0,0,0,0.33);
  transition: 0.5s;
}
.nav-link {
  color: #1c1c1c !important;
}
.bgmenu{
  background-color: #ffffffd4;
  font-size: .9rem;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

a{
  text-decoration: none;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;

}

#intro {
  background-image: url("images/convocatoria.jpg");
  height: 100vh; /*vh es % de la altura de la ventana grafica*/
  width: 100%;
  background-size: cover;
}
.bg-image {
  background: rgb(0 0 0 / 32%);
  height: 100vh;
}
#intro_nosotros {
  background-image: url("images/img-nosotros.jpg");
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
}
#intro_cursos {
  background-image: url("images/nosotros.jpg");
  background-size: cover;
  height: 300px;
  width: 100%;
}
#intro_programa {
  background-image: url("images/img-programas.jpg");
  background-size: cover;
  height: 400px;
  width: 100%;
}
#intro_cursos_rev{
  background-image: url("images/curso-revalidacion.jpg");
  background-size: cover;
  background-position: center 60%;
  height: 300px;
  width: 100%;
}
#intro_servicios{
  background-image: url("images/servicios.jpg");
  background-size: cover;
  background-position: center 60%;
  height: 300px;
  width: 100%;
}
.bg-image-40{
  height: 300px;
  background: rgb(0 0 0 / 32%);
}
.bg-image-50{
  height: 400px;
  background: rgb(0 0 0 / 32%);
}
.pt-title-cont{
  padding-top: 11rem;
}
.pt-title-cont-p{
  padding-top: 8rem;
}

.full-txt{
text-align: left;
}

.title{
  font-size: 3.6rem;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
  text-align: left;
}
/*.mt-ft {
  margin-top: 22%;
}*/
.caption {
    position: absolute;
    top: 50%;
    width: 100%;
    /*text-align: left;*/
    color: #ffffff;
}

.hover-1{
  color: black !important;
}
/*a.hover-1{
  color: white;
}*/
a.hover-1:hover{
  color: #2276af !important;
}



/*=================== CONTENIDO =========================*/
/*taps*/
.detail-nav-link.nav-link {
  color: #1c1c1c !important;
  font-size: 1rem;
  padding: .9rem .5rem;
  font-weight: 400;
}
.detail-nav-link.nav-link.active, .detail-nav-link.nav-link:hover, .detail-nav-link.nav-link:focus {
  color: #0063eb !important;
  border-color: #fff #fff #0063eb !important;
}

.bg-blue{
  background-color: #2276af;
}

.bg-footer {
    background-color: #e9ebeb !important;
    color: #000000;
    font-size: .9rem !important;
}

.bg-bl{
  background-color: #cffcf5 !important;
}
.bg-bm{
  background-color: #FFEFFE !important;
}
.bg-bbd{
  background-color: #1F1C7B!important;
  color: white !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #4A4949 !important;
    background-color: #dfe5ee !important;
}

.logos {
  padding: .5rem 1.5rem;
  border: 1px solid rgba(0,0,0,.1);
  text-align: center;
}

.listas {
    padding-left: 0;
    list-style: none;
}

.listas-item {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.listas-item::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    color: #2175ad;
    margin-top: 0.02rem;
    font-weight: 800;
    font-size: 1.2rem;

}

/*form*/

.form-group {
  position: relative;
  display: block;
}

.form-group span {
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
  }

.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff;
    font-size: .9rem;
}

.form-control {
  border: none;
  border-bottom: 2px solid #b7b7b8;
  display: block;
  width: 100%;
  height: 43px;
  font-size: 15px;
  background: none; 
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.form-control:focus, .form-control:valid {
    border-bottom: 3px solid black; 
    background: transparent;
}
  
.form-control:focus + span, .form-control:valid + span {
  transform: translateY(-22px) scale(0.8); }
  
.form-control:focus + span + .border, .form-control:valid + span + .border {
  transform: scaleX(1); 
}

textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height:100px;
}

.stylecheck{
  background-color: #f8f9fa; padding:10px;
}
.txt-check{
  color:#000000; font-weight: 600;
}



/*=================== RESPONSIVO ========================*/

@media screen and (max-width: 320px) {
  .title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-top:-120px;
  }
  .full-txt{
    text-align: center;
  }
  .text-slider{
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .title {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    /*margin-top:-130px;*/
  }
  .pt-title-cont-p {
    padding-top: 4rem!important;
  }
  .full-txt{
    text-align: center;
  }
  .mt-ft {
    margin-top: 20%;
  }
  .pt-title-cont{
    padding-top: 9rem;
  }
  .text-slider{
    font-size: 1rem !important;
  }
  .title-slider{
    font-size: 1.8rem !important;
    padding-top: 20px;
  }
  .txtemp{
    font-size: .7rem;
    top: 9px !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 540px) {
  .title {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-top: -70px;
  }
  .full-txt{
    text-align: center;
  }
  .mt-ft {
    margin-top: 32%;
  }
  .pt-title-cont{
    padding-top: 5rem;
  }
  .txtemp{
    font-size: .7rem;
    top: 9px !important;
  }
  .pt-title-cont-p {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 720px) and (max-width: 914px) {
  .title {
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
  }
  .full-txt{
    text-align: center;
  }
}

@media screen and (min-width: 915px) and (max-width: 1024px) {
  .title {
    font-size: 3rem;
    font-weight: 500;
    text-align: left;
  }
  .text-slider{
    font-size: 1.3rem !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1367px) {
  .text-slider{
    font-size: 1.2rem !important;
    text-align: left;
  }
  .title{
    font-size: 2.8rem !important;
    text-align: left;
  }
  .mt-ft {
    margin-top: 15%;
  }
}