/* Style CSS*/

   /*++++++++++++*/
  /*   Global   */
 /*++++++++++++*/
* {  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }

html { scroll-behavior: smooth; }

section:target {  padding-top: 82px; }

section#contacto {  padding-top: 0; }

body {  overflow-x: hidden; background: #FAFAFA; }


h1, h2 {   font-weight: 100; }

h3, h4 {  font-weight: 300; }

h4{ font-size: 1.3rem !important;}

h3 {  margin: 1.5rem 0 1rem; }

h2 small {  font-weight: bold; }

img {   width: 100%; }

main {  min-height: 1vw; }

section {  padding: 3rem auto 6rem auto; }
.relative{
  position: relative;
}

.btn {  -webkit-border-radius: 2000px;  border-radius: 2000px; }

.wrap {  width: 100%;  position: sticky;  background-color: #1275d5; }

.wrap.cta {  display: none; }
.bg-white{
  background-color: #fff;
}
.bg-yelow{
  background-color: #EEA604;
}
.bg-orange{
  background-color: #E65F0F;
}
.bg-blue{
  background-color: #185591;
}
.c-yelow{
  color:#EEA604;
}
.c-orange{
  color:#E65F0F;
}
.c-blue{
  color: #185591;
}

.b-orange{
  border:1px solid #E65F0F;
}

.btn-primary{
  background-color: #E65F0F !important;
  border-color: #E65F0F !important;
}

   /*++++++++++++*/
  /*   Header   */
 /*++++++++++++*/

.wrap.header {
  background-color: #165591;
  height: 82px;
  padding: 18px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s;
}

.content {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  height: 60px;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.sticky p {
  color: #fff;
  float: left;
  line-height: 60px;
}

.sticky .btn {
  float: right;
}



header .logo {
  width: 100px;
  margin-bottom: -49px;
}

header .logo img {
  max-width: 100%;
}

header .menu {
  float: right;
  line-height: 45px;
}

header .menu a {
  margin: 0 1rem;
  font-weight: normal;
  color: #fff;
}

header .menu .acceso a {
  margin: 0;
  color:#222;

}

header .menu .acceso button {
  /*background-color: #86bd4a;*/

}


header .menu a:active section {
  margin-top: 142px;
}


.burger-menu {
  display: none;
}

 .burger-menu .lnr{   color: #FFF; }

.burger-menu a:hover {
  text-decoration: none;
}

.creditsText{
  width: 110px;
  position: absolute;
  right: 0px;
  top:-40px;
  display:none;
}
.creditsTextText{
  display:block;
}

@media only screen and (min-width: 1000px) {
  .creditsText{
    display:block;
  }
  .creditsTextText{
    display:none;
  }
}


#presentacion{padding: 69px 0;}

   /*++++++++++++*/
  /*   Inicio   */
 /*++++++++++++*/

.baner{
   background: url("../img/fondoNet.png") no-repeat top center;
   background-size: cover;
 }


@media only screen and (min-width: 576px) {


}
@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1600px) {

}
@media only screen and (min-width: 1900px) {


}





#inicio h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 400;
  color: #0262AB;
}
h2{
  font-size: 2.5rem;
  margin-bottom: 20px;

}
h2.prog{
  font-size: 2rem;
}


 .credits {
  width: 130px;
  height: 130px;
  background-image: linear-gradient(to right, #004990, 70%, #007bff);
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 50%;
  flex-flow: column;
  font-size: 3rem;
  line-height: 52px;
  margin: 0 auto;
  transform: rotate(4deg);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.credits span {
  font-size: 1rem;
  line-height: 20px;
}

#inicio .btn {
  width: 50%;
  margin: 3rem auto 4rem auto;
}

#inicio h2 {
  text-align: center;
  font-size: 1.8rem;
}

.modulos {
  text-align: center;
}

.modulos img {
  width: 50%;
  margin-bottom: 1rem;
}



#preguntas .row p {
  border-bottom: 1px solid #f1f1f1;
  padding: 1.5rem 0;
  margin: 0;
}

#preguntas strong {
  display: block;
}

.wrap.somos {
  background: #fff;
  padding: 3rem 0 5rem;
}


.objetivos{
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.objetivos li:before {
    content: "►";
    display: block;
    float: left;
    width: 1.2em;
    color: #155591;
}


.objetivos li  {
  margin-bottom: 10px
}


   /*++++++++++++*/
  /*   FOOTER   */
 /*++++++++++++*/


footer {
  /* background: #f1f2f3; */
  background: white !important;
  padding: 2rem 0;
  width: 100%;
  height: 300px;
  color: #666;
  font-size: 14px;
  position: absolute;
}

footer p{
  margin: 0
}

footer a {
  color: #666;
  text-decoration: underline;
}

footer img {
  width: 200px;
  margin: 1.25rem 0;
}

footer ul li {
  display: inline-block;
  margin: 0 1rem;
}

a.tel {
  color: #333;
  font-size: 1.2rem;
}


   /*++++++++++++++*/
  /*   DOcentes   */
 /*++++++++++++++*/

#equipo .docentes-row {margin-bottom: 69px!important;}

#equipo .docentes-row .docente img{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 max-width: 100px;
 display: block; margin:auto;
margin-bottom: 10px;border:1px solid #cacaca ;}

#equipo .docentes-row .docente{text-align: center}

#equipo .docentes-row .docente span:before {
   content: ' '; display: block;
}
#equipo .docentes-row .docente span{font-size: 15px}




.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s;
  text-align: center;
}
.card h4{ font-size: 16px;font-weight: 600; margin:20px 0;}
.card p{ font-size: 14px;margin:12px 0;}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
  min-height:200px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 5px 5px 0 0;
}



   /*++++++++++++++*/
  /*   Programa   */
 /*++++++++++++++*/
#programa{  margin: 0px!important; }

.programa {
  background: url("../img/bg-programa.jpg") #004990 no-repeat fixed center;
  background-size: cover;
}

.programa h3 {
  text-align: center;
}

.programa h3 span {
  font-size: 16rem;
  font-weight: 100;
  display: block;
  margin-left: -20px;
  line-height: 140px;
  margin-bottom: 2.3rem;
}

.programa h3 small {
  line-height: 20px;
}

#programa ul {
  margin: 0 0 1.5em;
  padding: 0;

}

#programa ul > li {
  margin: 0;
  padding: 0 0 0 2em;

  list-style-type: none;
   list-style-position: inside;
    text-indent: -15px;
    padding-left: 25px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#programa ul > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;

}

.destacado {
  padding: 3rem 0 4rem;
  margin-bottom: 0rem;
}
.hand{
  max-width: 350px;

}
.borderCare{
  border-bottom: 1px solid #ccc;
  padding: 3rem;

}
.borderNone{
  border:none
}


/*MODAL*/
.modal-dialog{
  max-width: 800px;

}
.contenedor-imagen img {
    width: 125px;
    height: 125px;
    padding: 2px;
    background: #E65F0F;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(75,75,75,0.5);
    animation: fadeIn .8s ease-in-out;
}

.descripcion{
  background: #fff;

  padding: 1rem;
  text-align: left;
}
.descripcion p{
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}


@media only screen and (min-width: 768px) {
  .borderCare{
    border-bottom: none;
    border-right: 1px solid #ccc;
    padding: 0rem;
    margin: 0rem;
  }
  .borderNone{
    border:none
  }
}

@media (max-width: 1070px) and (max-width: 1070px) {
  .burger-menu {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 5%;
    font-size: 35px;
    color: #FFF;
  }


  header .menu a {
    color: #165591;
  }

   .burger-menu.active span:before {
    content: "\e870";
    color:#165591;
  }

  .menu {
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu {
    position: absolute;
    right: 0;
    width: 50%;
    float: none;
    line-height: normal;
    height: 100vw;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    z-index: 1000;
    height: 0;
    overflow: hidden;
  }

  .menu a {
    display: block;
  }

  .acceso {
    float: left !important;
    width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
  }

  .acceso .btn {
    width: 100%;
  }

  footer ul li {
    display: block;
    margin: 0.3rem 0;
  }
}

@media (max-width: 575.98px) and (max-width: 767.98px) {


#inicio .btn {
    width: 75%;
  }

  .burger-menu {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 5%;
    font-size: 35px;
  }

  header .menu a {
    color: #165591;
  }

  .burger-menu.active span:before {
    content: "\e870";
    color:#165591;
  }

  .menu {
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu {
    position: absolute;
    right: 0;
    width: 50%;
    float: none;
    line-height: normal;
    height: 100vw;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    z-index: 1000;
    height: 0;
    overflow: hidden;
  }

  .menu a {
    display: block;
  }

  .acceso {
    float: left !important;
    width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
  }

  .acceso .btn {
    width: 100%;
  }

  footer ul li {
    display: block;
    margin: 0.3rem 0;
  }

  ul {
    padding: 0;
  }

  .doc {
    margin: 1.3rem 0;
  }
}


/* politica privacidad*/


/*table*/

table.tabPolitica {
    width: 100%;
}

table.tabPolitica th {
    background-color: #ccc;
}

table.tabPolitica tr,
table.tabPolitica td,
table.tabPolitica th {
    padding: 1rem;
    border: 1px solid #ccc;
}





   /*++++++++++++++++*/
  /*   TO THE TOP   */
 /*++++++++++++++++*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 34px; /* Place the button at the bottom of the page */
  right: 34px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #165491; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px; /* Some padding */
  border-radius: 45px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#myBtn .lnr{opacity: 0.8;}

#myBtn:hover {
  background-color: #1f659e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#myBtn:hover .lnr{
    top:-5px;
    opacity: 1;
}
#myBtn:active{
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0.0);

}


.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: #212327;
  }

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}


   /*+++++++++++++++++*/
  /*  Otras Páginas  */
 /*+++++++++++++++++*/


#preguntas .container , #login .container , #somos .container{ padding:70px 50px 120px 50px; }
#preguntas .col-12{
  margin-top:20px
  !important; }


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

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



}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {



}
