
body {
 font-family:"Segoe UI",'Roboto', sans-serif;;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 400
}
p.big{
  font-size: 1.1em;
  line-height: 1.8;
  color: #706a6a;
}
h2{
    color: #444;
    margin-bottom: 1em;
    font-size: 1.75em;
    font-weight: 500;

 }
 h2 span{
  color: #7f7ca6;
 }
 .col-m-4 h2{
  font-size: 1.35em;
 }
 span.button {
  display: inline-block;
  float: right;
  margin-left: 1em;
  width: 100%;
}
h3{
   color: #444;
    margin-bottom: 1em;
    font-size: 1.35em;
    font-weight: 500;
}
h4{
  font-size: 1.18em;
  color: #333;
  font-weight: 500;
}
#phone h4{
  font-size: 1em;
}
strong{
  color: #474746;
}
a{
  text-decoration: none;
  color: #7470a6;
}
a:hover{
  text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*clases genéricas*/
.border_bottom{
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5em;

}
.mt_10{
    margin-top: 7em!important;
}
.mt_1{
  margin-top: 1em!important;
}
.mt_2{
  margin-top: 2em!important;
}
.mt_3{
  margin-top: 3em!important;
}
.mt_4{
  margin-top: 4em!important;
}
.mt_5{
  margin-top: 5em!important;
}
.mb_0{
  margin-bottom: 0;
}
.mb_1{
  margin-bottom: 1em;
}
.mb_2{
  margin-bottom: 2em;
}
.mb_3{
  margin-bottom: 3em;
}
.mb_4{
  margin-bottom: 4em;
}
.mb_5{
  margin-bottom: 5em;
}
.left{
  float: left;
 }
 .right{
  float: right;
 }
.center{
  text-align: center!important;
}
.clear{
  clear: both;
}
/*fin clases genéricas*/

/*mensajes*/

.mensaje_confirmacion{
  /* Posición y dimensiones */
  padding: 3px;
  padding-left: 25px;
  padding-right: 5px;
  margin: 20px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Aspecto visual y contenido */
  background: url(../img/mensaje_confirmacion.png) no-repeat;
  border-style: solid;
  border-color: #00FF00;
  border-width: 1px;
  background-color: #AAFFAA;
  color: #333333;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: bold;
}

.mensaje_alerta{
  /* Posición y dimensiones */
  padding: 3px;
  padding-left: 25px;
  padding-right: 5px;
  margin: 20px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Aspecto visual y contenido */
  background: url(../img/mensaje_alerta.png) no-repeat;
  border-style: solid;
  border-color: #FFFF00;
  border-width: 1px;
  background-color: #FFFFAA;
  color: #333333;
  text-align: justify;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: bold;
}

.mensaje_error{
  /* Posición y dimensiones */
  padding: 3px;
  padding-left: 25px;
  padding-right: 5px;
  margin: 20px auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Aspecto visual y contenido */
  background: url(../img/mensaje_error.png) no-repeat;
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
  background-color: #FFAAAA;
  color: #333333;
  text-align: justify;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: bold;
}
.mensaje_advertencia{
  /* Posición y dimensiones */
  padding: 0.5em;
  padding-left: 4em;
   width: 99%;
  /* Aspecto visual y contenido */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  -moz-border-radius:0.25em;
  box-shadow: 1px 1px 2px 0px rgba(128,128,128,0.1);
  background: url(../img/icono_advertencia.png) no-repeat;
  background-position:1% 50%;
  border-style: solid;
  border-color: #609;
  border-width: 1px;
  border-left:4px solid #609;
  
  color: #666666;
  text-align: justify;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 500;
}
.mensaje_advertencia_public {
    line-height: 1.7;
    color: #868282;
   }



.navbar h1{
  font-size: 1.8em;
  position: relative;
  top: 5px;
}

.nav-item{
  font-size: 1.1em;
}

.portfolio-item {
  margin-bottom: 30px;
}
.img-fluid {
    width: 100%;
    height: auto;
    margin: 2em 0;
}
.btn {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-secondary{
  border-color: #7f7ca6;
   background-color: #7f7ca6;
   color: #fff;
}
.btn-secondary:hover{
  border-color: #6b6981;
   background-color: #6b6981;
   text-decoration: none;
}
.btn-lg{
  padding: .5em 3em;
  margin-top: 1em;
}
/*.btn-250{
  width: 250px;
 border-color: #7f7ca6;
   background-color: #7f7ca6;
   color: #fff;
   margin-left: 2em;

}*/
.btn-250 {
    width: 100%;
    border-color: #7f7ca6;
    background-color: #7f7ca6;
    color: #fff;
    /* margin-left: 2em; */
    padding-left: 3em;
    padding-right: 3em;
    margin-bottom: 0.5em;
    width: 100%;
}

/* Section Cursos*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
 }
 .card-header {
    padding: 0.75em 1.25em;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
   padding: 1em;
}
.card-title {
    margin-bottom: .75em;
    font-size: 1.4em;
    color: #444;
    font-weight: 500;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.cursos{
  position: relative;
  min-height: 40em;
}
.cursos p, .card p{
  line-height: 1.7;
  color: #868282;
}
img.cien{
  width: 100%;
  aspect-ratio:16/9;
  object-fit: cover;
}
div.bottom{
  bottom: 0;
  width: 100%;
  padding-bottom: 0.5em;
  /*padding-right: 2em;*/
}

div.bottom ul{
  list-style-type: none;
  overflow: auto;
  margin: 1em 0;
  padding: 0;
}
div.bottom ul.clear{
  margin: 0
}
div.bottom ul li{
  display: inline-block;
 }
div.bottom ul.clear li:last-child{
  margin-bottom: 0;
}
div.bottom img{
  vertical-align:text-bottom;
}
div.bottom p{
  margin: 0;
  /*padding: 0;*/
  font-size: 0.7em;
  display: inline-block;
}
li.right p {
    padding-right: 0.5em;
}
.card a.header{
  color: #444;
  display: contents;
}
div.bottom a{
  display: block;
  color: #fff;
}
ul.legal{
  margin-left: 2em;
  list-style-type: lower-alpha;
}
ul.legal li{
  line-height: 1.4;
  margin-bottom: 1.6em;
}
ul.transparencia{
  margin-top: 2em;
  margin-left: 3em;
}
ul.transparencia li{
 line-height: 1.6;
 padding-bottom: 1.3em;
}
#content_modulos_public {
    overflow: auto;
    box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
    width: 100%;
    background-color: #EEEEEE;
    padding: 1em;
    border: 1px solid #D8D8D8;
    margin-bottom: 2em;
}
#content_modulos_public #texto {
    width: 70%;
    float: left;
}
#content_modulos_public #iconos {
    width: 30%;
    float: right;
    text-align: right;
    position: relative;
}
#content_modulos_public h3.interior {
    font-size: 1.2em;
     color: #666666;
     line-height: 1.9;
     margin-bottom: 0;
    font-weight: 500;
}
#content_modulos_public h3 span {
    display: inline-block;
      color: #989898;
    margin-left: 0.5em;
}


.check-list li:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
    background-position: 0 0.3em;
}
.check-list li {
   border-bottom: solid 1px #e2e6e8;
    list-style-type: none;
    padding: 0.7em 0 0.7em 45px;
    font-size: 1em;
    line-height: 1.8;
    background: url(../img/icon-checkmark.png) 0px 1.05em no-repeat;
}
.check-list li:last-child{
  border-bottom: none;
}
.check-list li h5{
  margin-top: 1.4em;
}
/*Section noticias inicio*/
.card h4{
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 500;
}
.card-footer span{
  display: inline-block;
  font-size: 0.9em;
  padding-top: 0.7em;
}
.card-footer img{
  display: inline-block;
  margin: 0 5px;
}
/*pagina cursos*/

.ver_cursos p {
    line-height: 1.7;
    color: #868282;
}
.caja_cursos{
  overflow: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.caja_cursos p{
  line-height: 1.7;
    color: #868282;
}
.caja_cursos:last-child{
  border-bottom: none;
}
.lista_cursos{
  overflow: auto;
}
.lista_cursos img.principal{
  float: right;
  width: 50%;
}
.lista_cursos ul{
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
} 
.lista_cursos p img{
  display: inline-block;
  margin-right: 1em;
  vertical-align: text-bottom;
}
#ico_cursos, #ico_cursos2, #ico_noticias{
  display: none;
  margin-bottom: 2em;
  overflow: auto;
  background-color:rgba(70,70,117,0.38); 
  padding-top: .5em;
  padding-bottom: .5em;
}
#ico_cursos img, #ico_cursos2 img, #ico_noticias img {
width: auto;
display: inline-block;
margin-right: 1em;
position: relative;
top: 0.5em;
}
#ico_cursos h3{

}
/*pagina noticias*/
#ver_noticia{

}
#ver_noticia img{
  width: 100%;
 /* float: right;
  margin-left: 1em;*/
}
#ver_noticia p{
   line-height: 1.7;
  color: #868282;
}
#ver_noticia h3 span {
    display: inline-block;
    font-size: 0.8em;
      color: #989898;
    margin-left: 0.5em;
    float: right;
    font-weight: 400;
}
/*Sección logos patrocinadores*/
.publi{
display: flex;
justify-content: space-between;
/*height:180px;*/
background-color: #fff;
border-top: 1px solid #ccc;
margin-top: 2em;
padding-bottom: 2em;
}
.publi img{
width: 14%;
display: inline-block;
margin: auto;
padding: 0 0.5em;
}
/*pagina localizacion*/
#ico_localizacion{
  margin-bottom: 2em;
  overflow: auto;
  background-color:#fff; 
  padding-top: 2em;
}
#ico_localizacion img{
  width: 12%;
}
#ico_localizacion img.rel{
 width: 10%;
 }
#ico_localizacion .caja{
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0.5em;
}
#ico_localizacion .caja p{
  margin-top: 1.5em;
  font-size: 0.9em;
  color: #565454;
  font-weight: 500;
}
/*pagina contacto*/
#ico_contacto{
  text-align: center;
}
#ico_contacto img{
  width: 15%;
}
#ico_contacto img.rel{
  width: 12%;
}
#ico_contacto .caja{
  margin-bottom: 2em;
}
/*Enlace Top*/
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 3em;
  width: 3em;
  cursor:pointer; ;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(71, 79, 81, 0.8) url(../../view/img/top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  z-index: 1000000;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/*Formularios*/
form.form_solicitud{
  margin:0px;
  padding:1em;
  font-family: 'Roboto';
  margin-top: 2em;
  border: 2px solid #D1D1D1;

}
form.form_solicitud label{
   display: inline-block;

}
form.form_solicitud input,form.form_solicitud select,
form.form_solicitud textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

   color: #5A5A5A;
  font-size: 14px;
  font-weight: 400;
}
form.form_solicitud input[type="radio"]{
  width: auto;
  margin: 2em 1em 0.8em 0;
}
form.form_solicitud input[type="checkbox"]{
  width: auto;
  margin: 2em 0 3em 1em;
}
form.form_solicitud input[type="submit"],form.form_solicitud input[type="button"]{
  width: auto;
  padding: .5em 3em;
  margin-top: 1em;
  color: #fff;
  cursor: pointer;
  margin: 0 2em;
}

form.form_solicitud select{
  border:  1px solid #D1D1D1;
  padding: 1em;
  margin-top: 1em;
}
form.form_solicitud textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}
 form.form_contact{
color: #868282;
    font-weight: 500;
 }

 form.form_contact input[type="text"], form.form_contact input[type="password"], form.form_contact input[type="email"], form.form_contact select, form.form_contact textarea {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 2px;
    border: solid 1px #ccc;
    color: inherit;
    display: block;
    outline: 0;
    padding: 1em;
    text-decoration: none;
    width: 100%;
    font-size: 0.9em;
}
 form.form_contact textarea {
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  max-width: 816px;
  height: 153px;
    resize: none;
 }
 form.form_contact input[type="checkbox"]{
   font-family: 'Roboto', 'sans-serif';
   display: inline-block;
   margin: 1em 0;

 }
 form.form_contact input:focus, form.form_contact textarea:focus{
  background:#dfdfdf;
  border:0;
}
/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
     font-size: 1.2em;
  font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 1em;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #7f7ca6;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;

  background: #7f7ca6;
  color: #fff;
 
  cursor: pointer;

  float: right;
}

/* Popup*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity:1;
    z-index: 10000;
}
.overlay:target {
    visibility: hidden;
    opacity: 0;
}
.popupContent h2{
 color: #ccc;
}
#popupBody{
    width: 86%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #7f7ca6;
    position: relative;
    transition: all 5s ease-in-out;
    margin: 10% auto;    
   /* background-image:url('banner.jpg');*/
}
#popupBody img{
    width: 99%;
}
#cerrar{
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
}