/*<----------------voivov---------------->*/
* {
  box-sizing: border-box;
}

::selection {
  background-color: #888;
  color: white;
}

html {
  /*font-size: 0.94vw;*/
}

title {
  color: #ff8000;
}

body {
  //cursor: url("../img/cursor.png"), auto;
  font-family: "Roboto Condensed", Sans-serif;
  color: #fff;
  background: #2980B9;  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #fff, #e3f3f9, #dcf2fb) 100%;
  background: linear-gradient(180deg, #fff, #e3f3f9, #dcf2fb) 100%;
  background-size: cover;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  height: 100%;
  ///background-repeat: no-repeat;
}

body::-webkit-scrollbar {
  width: 0.8rem;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1);
}

body::-webkit-scrollbar-thumb {
  background-color: #ff8300;
  outline: 1px solid white;
}

a {
  display: inline-block;
  text-decoration: none;
}

section {
  position: relative;
}

h1 {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  margin-top: 150px;
  margin-bottom: 0;
}

ul li {
  color: #fff;
  list-style-type: disc;
  /* Bullet Color */
}

input.cja {
  width: 250px;
  height: 26px;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 1px;
}

.cabecera {
  position: relative;
  padding-bottom: 0;
  ///background-color: #f7f7f7;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

.cabecera .home {
  height: 100px;
  width: 90px;
  background-color: #19a7e0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.cabecera .home:hover {
  background-color: #ff8000;
}

.cabecera .home i {
  color: #fff;
  font-size: 1.8rem;
}

.cabecera .caja-img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cabecera .caja-img img {
  ///filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
}

.hamb {
  //display: none;
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 0;
  padding: 36px 32px;
  z-index: 3001;
  //background-color: #0067ab;
  //transition: all 0.3s ease;
}

.hamb:hover {
  //background-color: #d5d5d5;
}

.container {
  width: 1270px;
}

.container-e {
  width: 1000px;
  //height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

///<---------------menu--------------->///
#menu-v {
  //max-height: 0px;
  //transition: all 1s ease;
}

#menu .columna-65 .container-m {
  filter: opacity(0);
  transition: all .2s ease;
  visibility: hidden;
}

#menu .columna-65 .container-m.open {
  filter: opacity(1);
  visibility: visible;
  z-index: 5001;
}

.container-m .marco-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  transform: translateX(-300px);
  width: 400px;
  height: 421px;
  //height: 100vh;
  //border: 1px solid rgba(255, 255, 255, 0.1);
  //border-radius: 0 0 5px 5px;
  background-color: #fff;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  //box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all .2s ease;
}

.container-m .marco-menu.open {
  transform: translateX(-396px);
}

.container-m .marco-menu .caja-bt-menu {
  display: flex;
  align-items: center;
  background-color: #d5d5d5;
  width: 397px;
  margin-top: 1px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.container-m .marco-menu .caja-bt-menu:hover {
  background-color: #ff8300;
}

.container-m .marco-menu .caja-bt-menu p {
  padding-left: 10px;
  font-size: 0.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container-m .marco-menu a:focus {
  background-color: #ff8300;
  //border: 1px solid #ff8300;
}

.container-m .marco-menu .bt5 {
  margin-bottom: 3px;
}

.container-m a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: none;
  color: #000;
}

.container-m a:hover {
  color: #fff;
}

.conten-left {
  margin-right: 50px;
  justify-content: flex-end;
}

.bar-sup {
  display: flex;
  margin: 0;
  background-color: #fff;
  width: 1000px;
  height: 100px;
  position: relative;
  z-index: 11;
}

.columna-color {
  background: #ff8300;
  height: 100px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.columna-color:hover {
  background: #19a7e0;
}

///<---------------menu--------------->///
.container-full {
  width: 100%;
}

.conten-center {
  justify-content: center;
}

.conten-center i {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.fila {
  width: 100%;
  display: flex;
  justify-content: center;
  //flex-wrap: wrap;
}

.fila-element {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.columna {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.columna-100 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.columna-100-h {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  ///overflow: hidden;
}

.columna-90 {
  width: 90%;
}

.columna-80 {
  width: 80%;
}

.columna-70 {
  width: 70%;
}

.columna-65 {

}

.columna-60 {
  width: 60%;
}

.columna-50 {
  width: 50%;
}

.columna-40 {
  width: 40%;
}

.columna-35 {
  width: 35%;
}

.columna-33-btn3 {
  width: 33%;
  display: flex;
  justify-content: center;
}

.columna-30 {
  width: 30%;
}

.columna-25 {
  width: 25%;
}

.columna-10 {
  width: 10%;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.caja-conten-all {
  width: 100%;
  //height: 75vh;
  //margin-top: 200px;
  display: flex;
  //flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.height-vh {
  height: 75vh;
}

.franja {
  width: 1000px;
  height: 100%;
  //height: calc(100vh - 120px);
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cajain {
  width: 240px;
  flex-direction: column;
  justify-content: center;
  filter: grayscale(0);
  transform: scale(1);
  transition: all 0.3s ease;
}

.cajain:hover {
  filter: grayscale(1);
  transform: scale(1.02);
}

.caja-conten-all .cajain p {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #002657;
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.caja-conten-all .cajain img {
  margin-top: 30px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
/*-------------------estructura------------------*/
.container-e .mapa img {
  width: 1121px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.05));
  margin-top: 25px;
  margin-bottom: 25px;
}


/*-------------------elementos------------------*/
.container-e .title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #002657;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 0;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.caja-element {
  flex-direction: column;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  //width: 225px;
  //height: 210px;
  margin: 0 15px 20px 15px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  transform: scale(1);
  transition: all 0.3s ease;
}

.caja-element:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  transform: scale(1.02);
}

.caja-element p {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.caja-element img {
  display: block;
  filter: grayscale(0);
  transition: all 0.3s ease;
}

.caja-element img:hover {
  filter: grayscale(1);
}

.caja-element .nombre {
  //all: unset;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;

}


/*-------------------elemento------------------*/
.fila-cab {
  width: 100%;
  display: flex;
}

.columna-50px {
   width: 50px;
   height: 120px;
}

.columna-100px {
   width: 120px;
   height: 120px;
}

.columna-850px {
   width: 100%;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.container-e .columna-100px img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  ///margin-top: 10px;
}

.container-e .title-e {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  color: #002657;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 0 0;
}

.container-e .n-element {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-bottom: 0;
}

.container-e .txt-corrido {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.container-e .btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #19a7e0;
  border-radius: 5px;
  margin-top: 2px;
  //filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
}

.container-e .btn-back:hover {
  background-color: #F68B33;
}

.container-e .caja-btn3 {
  width: 250px;
  height: 155px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #F68B33;  /* fallback for old browsers */
  background: -webkit-linear-gradient(90deg, #ED1B2F, #F68B33);
  background: linear-gradient(90deg, #ED1B2F, #F68B33);
  background-size: cover;
  transform: scale(1);
  filter: grayscale(0) drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
}

.container-e .caja-btn3:hover {
  transform: scale(1.02);
  filter: grayscale(1) drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.container-e .caja-btn3 p {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  padding-top: 0;
  margin-top: 3px;
}



/*-------------------e--------------------*/
.fila-btns {
  height: 60vh;
  display: flex;
  flex-direction: column;
  //justify-content: center;
  align-items: center;
}

.fila-btns-pc-all {
  //height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.container-e .btn-e {
  width: 700px;
  height: 40px;
  border-radius: 20px;
  background: #004282;  /* fallback for old browsers */
  background: -webkit-linear-gradient(90deg, #004282, #0097D6);
  background: linear-gradient(90deg, #004282, #0097D6);
  background-size: cover;
  //filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  filter: grayscale(0) drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
  //margin-top: 5px;
  //margin-bottom: 5px;
}

.container-e .btn-e:hover {
  background: -webkit-linear-gradient(90deg, #004282, #0097D6);
  background: linear-gradient(90deg, #004282, #0097D6);
  background-size: cover;
  filter: grayscale(1) drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  //margin-top: 5px;
  //margin-bottom: 5px;
}


.container-e .e-fin {
  margin-bottom: 40px;
}

.container-e .btn-e p {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}


/*-------------------prácticas------------------*/

.container-e .caja-btn-p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 40px;
  margin-bottom: 20px;
}

.container-e .caja-btn-p .bt-1p {
  width: 50px;
  height: 40px;
  background-color: #19a7e0;
  border-radius: 20px 0 0 20px;
}

.container-e .caja-btn-p .bt-1p p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  padding-top: 0;
  margin-top: 9px;
}

.container-e .caja-btn-p .bt-2p {
  width: 100%;
  height: 40px;
  margin-left: 3px;
  background: #004282;  /* fallback for old browsers */
  background: -webkit-linear-gradient(90deg, #004282, #0097D6);
  background: linear-gradient(90deg, #004282, #0097D6);
  border-radius: 0 20px 20px 0;
  filter: grayscale(0) drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transition: all .3s ease;
}

.container-e .caja-btn-p .bt-2p:hover {
  filter: grayscale(1) drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.container-e .caja-btn-p .bt-2p p {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 1.2rem;
  color: #fff;
  padding-top: 0;
  margin-left: 10px;
  margin-top: 10px;
}

.container-e .bottom {
  //margin-bottom: 130px;
}
/*-------------------aro-práctica------------------*/

.container-e .fila-cab .aro-practica {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #19a7e0;
  border-radius: 45px;
  margin-top: 3px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.container-e .fila-cab .aro-practica p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}








/*-------------------footer------------------*/
footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

footer .caja-footer {
  height: 130px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .caja-logos, .caja-logos2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .caja-logos2 {
  justify-content: flex-start;
}

footer .caja-logos2 img {
  margin-left: 100px;
  width: 380px;
}

.f-index {
  position: fixed;
}


/*<-----------@media------------>*/
@media (min-width: 1200px) {
  body {
    //height: 100%;
  }

  footer {
    position: relative;
  }
}

@media (max-width: 1199px) {
  body {
    height: 100%;
  }

  .container {
    width: 960px;
  }

  footer {
    position: relative;
  }
}

@media (max-width: 991px) {
  .container {
    width: 750px;
  }

  .caja-conten-all {
    margin-top: 100px;
    //height: 100vh;
  }

  footer .caja-logos img {
    width: 200px;
  }

  footer .caja-logos2 img {
    margin-left: 0;
    width: 300px;
  }

  .f-index {
    position: fixed;
  }
}


/*------------------------------------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: 1rem;
  }

  body {
    height: 100%;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    ;
  }

  iframe {
    width: 100vw;
    //height: 215px;
  }

  .cabecera {
    position: relative;
    padding-bottom: 0;
    background-color: #f7f7f7;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
  }

  .container-slide {
    padding: 0;
  }

  .container-m {
    width: 100%;
    display: none;
    background-color: #000;
  }

  .columna-20 {
    width: 0;
  }

  .columna-40 {
    width: 100%;
  }

  .columna-50 {
    width: 100%;
  }

  .columna-60 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .columna-65 {
    //padding-right: 0;
    //margin-right: 50px;
  }

  .columna-75 {
    width: 100%;
  }

  .flex-mb {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .conten-left {
    margin-right: 20px;
  }

  .bar-sup {
    height: 60px;
  }

  .cabecera .caja-img img {
    width: 180px;
  }

  .cabecera .home {
    height: 60px;
    width: 60px;
  }

  .columna-color {
    height: 60px;
    width: 60px;
  }

  ///---------------menu-responsive--------------->///
  .container-programa, .container-programa-2 {
    //flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }

  .container-m {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    transition: all .2s ease;
    z-index: 3000;
    //background-color: #2a2a2a;
  }

  .container-m a {
    font-size: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-m .marco-menu {
    margin-top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    box-shadow: none;
  }

  .container-m .marco-menu.open {
    transform: translateX(0);
  }

  .container-m .marco-menu .caja-bt-menu {
    //width: 100%;
    //margin-top: 1px;
    //margin-bottom: 1px;
    //margin-left: 0;
    //margin-right: 0;
    background-color: #d5d5d5;
  }

  .container-m .marco-menu .caja-bt-menu p {
    font-size: 1.18rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .hamb {
    //position: fixed;
    display: block;
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
    padding: 15px 15px;
    border-radius: 0;
    background-color: #ff8300;
    z-index: 5002;
  }
  ///<---------------menu-responsive---------------///

  /*-------------------estructura------------------*/
  .container-e .mapa source {
    //width: 370px;
    //height: 100vh;
    width: 100%;
  }
  .container-e .mapa img {
    width: 100%;
  }
  /*<-------------------estructura------------------*/


  .caja-conten-all {
    margin-top: 50px;
    position: relative;
  }

  .height-vh {
    height: 100%;
  }

  .franja {
    margin-top: -50px;
    margin-bottom: 50px;
    height: calc(100% + 100px);
  }

  .caja-conten-all .cajain {
    //height: 230px;
    width: 195px;
  }

  .caja-conten-all .cajain img {
    width: 170px;
  }

  .caja-conten-all .cajain p {
    padding-top: -20px;
    //padding-bottom: 0;
    font-size: 1.2rem;
  }

  .txt-title {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  input.cja {
    width: 100%;
    height: 26px;
    border-style: solid;
    border-color: #d6d6d6;
    border-width: 1px;
  }

  .columna-25 {
    width: 100%;
  }

  .columna-25 .fila-1, .fila-mb {
    margin-top: 10px;
    justify-content: center;
  }

  .caja-centrada {
    flex-direction: column;
  }

  .fila-number {
    margin-bottom: 30px;
  }

  input.contac-cja {
    width: 100%;
  }

  .btn-ind-enviar {
    display: flex;
    justify-content: center;
  }

  .textarea {
    width: 100%;
  }

  .map-mb {
    height: 400px;
  }

  #cursos .caja-cursos .title-cursos {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex-col-mb {
    display: flex;
    flex-direction: column;
  }

  /*-------------------elemento------------------*/
  .container-e .columna-100px img {
    margin-top: 10px;
    margin-right: 10px;
  }

  .columna-50px {
     width: 58px;
     height: 120px;
  }

  .container-e .btn-back {
    width: 58px;
    height: 58px;
    border-radius: 0;
    margin-top: 3px;
  }

  .container-e video {
    width: 100%;
  }

  .container-e .txt-corrido {
    padding: 0 10px;
  }

  .wrap {
    //flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .columna-33-btn3 {
    margin-bottom: -10px;
  }

  /*----------------------e----------------------*/

  .fila-btns {
    height: 100%;
  }

  .container-e .btn-e {
    //width: 370px;
    width: 100vw;
    height: 60px;
    border-radius: 30px;
  }

  .container-e .btn-e {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .container-e .btn-e p {
    padding: 0px 15px;
  }


  /*-------------------prácticas------------------*/

  .container-e .caja-btn-p {
    width: 100vw;
    //width: 350px;
    height: 60px;
  }

  .container-e .caja-btn-p .bt-1p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 60px;
    border-radius: 30px 0 0 30px;
  }

  .container-e .caja-btn-p .bt-1p p {
    padding-top: 7px;
    font-size: 1.1rem;
  }

  .container-e .caja-btn-p .bt-2p {
    height: 60px;
    border-radius: 0 30px 30px 0;
  }

  .container-e .caja-btn-p .bt-2p p {
    font-size: 1.03rem;
    line-height: 1.3rem;
  }
  /*-------------------aro-práctica------------------*/

  .container-e .fila-cab .aro-practica {
    margin-right: 10px;
  }

  .container-e .n-element {
    line-height: 1rem;
  }








  /*<-----------footer------------>*/
  footer {
    position: relative;
    //width: 100%;
    bottom: 0;
  }

  footer .caja-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 200px;
    flex-direction: column;
  }

  footer .caja-logos {
    justify-content: center;
  }

  footer .caja-logos2 {
    justify-content: center;
  }

  footer .caja-logos img {
    width: 300px;
    margin-bottom: 30px;
  }

  footer .caja-logos2 img {
    margin-left: 0;
    width: 300px;
  }

  .f-index {
    position: relative;
    bottom: 0;
  }

  /*<-----------@media------------>*/
