@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* external css: flickity.css */

.box {
	display: flex;
	justify-content: center;
	padding-top:3%;
}
.ibox{
	width: 23%;
    height: 160px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

body{
  font-family: 'Asap', sans-serif;

}
.link_incrip{
	text-decoration: none;
	color:#ffffff;
}
.inscripciones{
	z-index: 99;
	bottom: 34%;
	position: absolute;
	color: white;
	margin-left: 3%;
	font-size: 15px;	
}

.flotante_consulta {
    display:scroll;
    position:fixed;
    bottom:371px;
    right:0px;
    background-color: #08088A;
    border-radius: 30px 0px 0px 30px;
    width: 100px;
    height: 50px;
    z-index: 99999;
}
.flotante {
    display:scroll;
    position:fixed;
    bottom:318px;
    right:0px;
    background-color: #08088A;
    border-radius: 30px 0px 0px 30px;
    width: 100px;
    height: 50px;
    z-index: 99999;
}
.flotante_facebook{
    display:scroll;
    position:fixed;
    bottom:264px;
    right:0px;
    /*background-color: #08088A;*/
    border-radius: 30px 30px 30px 30px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.flotante_instagram{
    display:scroll;
    position:fixed;
    bottom:213px;
    right:0px;
    /*background-color: #08088A;*/
    border-radius: 30px 30px 30px 30px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.flotante_whatsapp{
    display:scroll;
    position:fixed;
    bottom:162px;
    right:0px;
    /*background-color: #08088A;*/
    border-radius: 30px 30px 30px 30px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}

.texto_flotante {
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #fff;
    margin-top: 10px;
    margin-left: 23px;
}




#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

ul
{
  padding-left: 0px;
}


a{

  color: #08088A;
  text-decoration: none;
  font-family: 'Lato', sans-serif;

}
#a2{

  color: #fff;
  text-decoration: none;

}

#a3{

  color: rgb(240, 90, 42);
  text-decoration: none;

}

/* PRUEBA DE HOOVER*/
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
    display: block;
    padding: 2px;
    text-decoration: none;
    color: #08088A;
    font-weight: 500;
    text-transform: uppercase;
    /* margin: 0 10px; */
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
  text-decoration: none;
}
nav ul li a:hover {
  color: #aaa;
}
/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  text-decoration: none;
  /*position: relative;*/
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: rgb(242,242,242);
  height: 1px;
  text-decoration: none;
}

#hover2 nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  height: 1px;
  text-decoration: none;
}


nav.stroke ul li a:hover:after {
  width: 100%;
  text-decoration: none;
  color: rgb(242,242,242);
}

nav.fill ul li a {
  transition: all 2s;
  text-decoration: none;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
  text-decoration: none;
}
nav.fill ul li a:hover {
  color: rgb(242,242,242);
  z-index: 1;
  text-decoration: none;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  text-decoration: none;
}
/*
@keyframes cambioColor{

    from {color: white;}
    to {color: black;}

}

.imagen:hover
{
  width: 32%;
}
*/
h1{
  font-size: 50px;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #fff;
    margin-left: 10%;
    margin-top: 0px;
}

img
{
  width: 100%;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular')/*,
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype')*/;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.itemaNavegacion{
  width: 25%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 30px;
}

.imagen
{
  width: 30%;
  margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;

    box-shadow: 10px 10px 5px grey;
  
}

/* SECCION DE MENU - INICIO*/
 .fila_iconos_menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
}

.contenedor_menu{
    /*width: 16%;*/
    margin-top: 10px;
    /*margin-right: 25px;*/
    margin-left: 3%;
    margin-bottom: 10px;
    text-align: center;
    /*font-size: 10px;*/
    /*min-width: 120px;*/
 }

 .contenedor_menu_admin{
    /*width: 20%;*/
    margin-top: 10px;
    /*margin-right: 25px;*/
    margin-left: 5%;
    margin-bottom: 10px;
    text-align: center;
    /*font-size: 10px;*/
    /*min-width: 120px;*/
 }

 .fila{
   display: flex;  
   flex-direction: row;   
   align-items: center; 
   flex-flow: row wrap;  
   justify-content: space-between;
  justify-content: baseline;
  margin: 0px;
}

 .itemaNavegacion_menu_logo_150{
    width: 20%;
    /*margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;*/
    text-align: start;
    font-size: 10px;
    /* text-align: center; */
}


 .itemaNavegacion_menu_logo{
    width: 5%;
    /*margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;*/
    text-align: start;
    font-size: 10px;
    /* text-align: center; */
}
 .itemaNavegacion_menu{
  width: 74%;
}

.material-icons_menu {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  color: #848484;
}
.img_logo_menu_150{
	width:70%;
}
.img_logo_menu{
      /* min-width: 92px; */
    /* max-width: 119px; */
   
    /*margin-bottom: 20px;*/
    width: 93px;
}

.link_menu{
  font-size: 14px;
  font-stretch: semi-condensed;
  /*letter-spacing: 1px;*/
  color: #848484;
  list-style: none;
  letter-spacing: 1.4px;
  }

  .tabla_menu{
    margin-left: 0px;
    margin-bottom: 0px;
  }

 /* SECCION DE MENU - FINAL*/
.contenedor_padre{
    display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
   width: 100%;
}

.item_flex_hijo{
  width: 100%;
}
/* SECCION DE AGENDA - INICIO*/

.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    max-width: 1650px;
  }

.itemNavegacion_agenda{
    width: 30%;
    height: 120px;
    border-style: groove;
    border-color: rgb(242,242,242);
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 20px;
    min-width: 280px;
}

.flex_cont{
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
   width: 100%;
  }


.cont1{
  width: 30%;
  height: 90px;
  margin-top: 10px;
  text-align: center;
 }
 .cont2{
    width: 60%;
    margin-left: 10px;
    height: 90px;
    margin-top: 10px;
 }

.num_fecha{
    margin-top: -20px;
    font-size: 50px;
    font-weight: bold;
    color: #aaa;
    list-style: none;
}

.mes_fecha{
  font-size: 21px;
  font-weight: bold;
  color: #aaa;
  list-style: none;
  font-stretch: semi-condensed;
}

.texto_agenda{
    font-size: 19px;
    color: #aaa;
    padding-top: 10px;
    
}
.contenedor_titu_home{
  margin-left: 15%;
  margin-bottom: 15px;
}

.titu_seccion_home{
  font-size: 50px;
  font-weight: bolder;
    color: #08088A;
    width: 50%;
    margin-left: 15%;
    margin-bottom: 10px;
}
.titu_seccion_home2{
  font-size: 50px;
    color: #08088A;
    width: 50%;
    margin-left: 15%;
    margin-bottom: 10px;
}

/* SECCION DE AGENDA - FINAL*/

/* SECCION DE insicripciones - INICIO*/

.flex_inscrip{
      display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
        /*margin-top: 40px;*/
}

.itemflex_inscrip{
    /*width: 22%;*/
    /* margin-left: auto; */
    /* margin-right: auto; */
    /*min-width: 200px;*/
    /*margin-left: 5%;
    margin-right: 5%;*/
	text-align:-webkit-center;
	margin-top: 17% !important;
}

.material-icons_inscripciones {
     font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #fff;
    margin-top: 12px;
    margin-left: 12px;
}


.icono_contenedor{
background-color: #08088A;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    /* text-align: center; */
    /*margin-left: 15%;*/
	display:flex;
}

.titu_seccion_inscrip{
    font-size: 50px;
    font-weight: bolder; 
    color: #08088A;
}

.texto_inscrip{
    font-size: 16px;
    color: #aaa; 
    /*margin-left: 130px;   */
}




/* SECCION DE insicripciones - FINAL*/

/* SECCION DE NOTAS - INICIAL*/

 .flex_notas{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    max-width: 1650px;
 }

.itemflex_notas{
    width: 30%;
    margin-top: 10px;
    margin-left: 16px;
    /*margin-right: 16px;*/
    height: auto;
    /*border-style: groove;
    border-color: rgb(242,242,242);*/
 
}
.titu_nota_home{
  font-size: 25px;
  /*font-weight: bolder;*/
    color: #52526d;
    width: 0px;
    margin-left: 15%;
    margin-bottom: 10px;
}
.titu_nota_home2{
  font-size: 50px;
    color: #08088A;
    width: 0px;
    margin-bottom: 10px;
}

 .contenedor_flex_notas{
  display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;

    padding-bottom: 20px;
 }

.img_nota{
  width: 100%;
  margin-top: 0px;
  height: auto;
}

.titu_nota_dest{
  font-size: 17px;
  color: #aaa;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.txt_nota_dest{
  margin-top: 10px;
  font-size: 15px;
  color: #aaa;
  width: 100%;
}

.boton{
      background-color: #08088A;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* SECCION DE NOTAS - FINAL*/



/* SECCION DE FOOTER - INICIO*/
.tabla_footer tbody tr{
  display: flex;
  align-items: center;
}

.fila_footer{
  position: absolute;
  margin-top: 3%;
  margin-bottom: 0px;
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: space-between;
  width: 100%;
  background-color: rgb(242,242,242);
}

.fila_footer2{
  position:absolute;
  margin-top: 3%;
  margin-bottom: 0px;
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
  width: 100%;
  background-color: rgb(242,242,242);
}

.itemNavegacion_footer1{
  width: 30%;
  padding-top:2%;
/*  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;*/
}

.itemNavegacion_footer2{
     width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 300px;
}

.itemNavegacion_footer3{
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.itemNavegacion_footer4{
width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 200px;
}


.itemNavegacion_footer5{
     width: 12%;
    margin: 0px;
    padding: 0px;
}


.logo_footer{
  min-width: 100px;
    max-width: 100px;
    margin-left: 60px;
}

.text_foo{
  font-size: 28px;
  color: #08088A;
  font-weight: bold;
}

.appG_footer{
  min-width: 100px;
    max-width: 100px;
    margin-left: 60px;
}

.listado_footer{
  font-size: 12px;
  color: rgb(240, 90, 42);
  font-weight: bold;
  list-style: none;
}

.tabla_foo{
      font-size: 11px;
    font-weight: bold;
}

/* SECCION DE FOOTER - FINAL*/

/* SECCION DE niveles - INICIAL*/
.contenedor_img{
    width: 100%;
    height: auto;
    position: inherit;
    margin-bottom: 5%;

}

.clase_img_encabezado{
  width: 100%;
  min-width: 500px;
  height: 500px;
  min-height: 300px;
}


/* SECCION DE niveles- FINAL*/

/* SECCION DE Agenda- INICIAL*/

.fila_agenda{
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
}

.item_agenda{
  width: 20%;
}

.titu_nota{
  
      font-size: 34px;
    /*font-weight: bold;*/
    color: #52526d; 
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5%;
}

.contenedor_text_agenda{
  width: 50%;
  margin-left: 10%;
}

.estilo_text_agenda{
  font-size: 14px;
  line-height: 22px;
  color: #aaa;
  margin-top: 20px;
}

.material-icons_agenda {
     font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #aaa;
    margin-top: 25px;
}

.next_titu{
    font-size: 15px;
    color: #aaa;
    margin-top: 20px;
}

.flex_imgs_agenda{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
  
}

.contenedor_img_agenda1{
    width: 70%;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 21%;
}

.contenedor_img_agenda2{
  width: 35%;
  margin-top: 20px;
}


/* SECCION DE agenda- FINAL*/
 

  
/* Para 800px */  
@media only screen and (max-width: 920px) and (min-width: 600px) {  
nav ul li {
    width: 100%;
}

.link_incrip{
	text-decoration: none;
	color:#ffffff;
}
.inscripciones{
	z-index: 99;
	bottom: 45%;
	position: absolute;
	color: white;
	margin-left: 3%;
	font-size: 11px;	
}

/* SECCION DE MENU - INICIO*/
 .fila_iconos_menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    justify-content: center;
    width: 100%;
}

.contenedor_menu{
    /*width: 10%;*/
    margin-top: 10px;
    /*margin-right: 25px;*/
    margin-left: 1%;
    margin-bottom: 10px;
    text-align: center;
    /*font-size: 10px;*/
    /*min-width: 120px;*/
 }

 .fila{
   display: flex;  
   flex-direction: row;   
   align-items: center; 
   flex-flow: row wrap;  
   justify-content: space-between;
  justify-content: baseline;
  margin: 0px;
}


 .itemaNavegacion_menu_logo{
    width: 20%;
    /*margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;*/
    text-align: center;
    font-size: 10px;
    /* text-align: center; */
}
 .itemaNavegacion_menu{
  width: 60%;
}

.material-icons_menu {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  color: #848484;
}
.img_logo_menu_150{
	width:70%;
}
.img_logo_menu{
      /* min-width: 92px; */
    /* max-width: 119px; */
   
    /*margin-bottom: 20px;*/
    width: 110px;
}

.link_menu{
    font-size: 10px;
    font-stretch: condensed;
    /*letter-spacing: 1px;*/
    color: #848484;
    list-style: none;
    letter-spacing: 1.4px;
  }


 /* SECCION DE MENU - FINAL*/


/* SECCION DE AGENDA - INICIO*/

.flex{
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
   width: 100%;
  }

.itemNavegacion_agenda{
    width: 30%;
    height: 120px;
    border-style: groove;
    border-color: rgb(242,242,242);
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 15px;
    min-width: 280px;
}

.flex_cont{
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
   width: 100%;
  }


.cont1{
  width: 30%;
  height: 90px;
  margin-top: 10px;
  text-align: center;
 }
 .cont2{
    width: 60%;
    margin-left: 10px;
    height: 90px;
    margin-top: 10px;
 }

.num_fecha{
  margin-top: -10px;
  font-size: 40px;
  font-weight: bold;
  color: #aaa;
  list-style: none;
}

.mes_fecha{
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  list-style: none;
  font-stretch: semi-condensed;
}

.texto_agenda{
    font-size: 20px;
    color: #aaa;
    padding-top: 10px;
    
}
.contenedor_titu_home{
  margin-left: 15%;
  margin-bottom: 15px;
}

.titu_seccion_home{
  font-size: 50px;
  font-weight: bolder;
    color: #08088A;
    width: 50%;
    margin-left: 15%;
    margin-bottom: 10px;
}
.titu_seccion_home2{
  font-size: 50px;
    color: #08088A;
    width: 50%;
    margin-left: 15%;
    margin-bottom: 10px;
}

/* SECCION DE AGENDA - FINAL*/

/* SECCION DE NOTAS - INICIAL*/

 .flex_notas{
  display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
 }

.itemflex_notas{
    width: 30%;
    margin-top: 10px;
    margin-left: 15px;
    height: auto;
    /*border-style: groove;
    border-color: rgb(242,242,242);*/
 
}
.titu_nota_home{
  font-size: 25px;
  /*font-weight: bolder;*/
    color: #52526d;
    width: 0px;
    margin-left: 15%;
    margin-bottom: 10px;
}
.titu_nota_home2{
  font-size: 50px;
    color: #08088A;
    width: 0px;
    margin-bottom: 10px;
}

 .contenedor_flex_notas{
  display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;

    padding-bottom: 20px;
 }

.img_nota{
  width: 100%;
  margin-top: 0px;
  height: auto;
}

.titu_nota_dest{
  font-size: 20px;
  color: #aaa;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.txt_nota_dest{
  margin-top: 10px;
  font-size: 15px;
  color: #aaa;
  width: 100%;
}

.boton{
      background-color: #08088A;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* SECCION DE NOTAS - FINAL*/
/* SECCION DE insicripciones - INICIO*/

.flex_inscrip{
      display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
       /*margin-top: 40px;*/
}

.itemflex_inscrip{
    /*width: 22%;*/
    /* margin-left: auto; */
    /* margin-right: auto; */
    /*min-width: 200px;*/
    /*margin-left: 5%;
    margin-right: 5%;*/
	margin-top: 17% !important;
}

.material-icons_inscripciones {
     font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #fff;
    margin-top: 12px;
    margin-left: 12px;
}


.icono_contenedor{
      background-color: #08088A;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    /* text-align: center; */
    /*margin-left: 15%;*/
}

.titu_seccion_inscrip{
    font-size: 35px;
    font-weight: bolder;
    color: #08088A;
    margin-left: 0px;
}

.texto_inscrip{
    font-size: 15px;
    color: #aaa;
    /*margin-left: 65px;*/  
}




/* SECCION DE insicripciones - FINAL*/


/* SECCION DE FOOTER - INICIO*/
footer{
}

.fila_footer{
  margin-top: 3%;
  margin-bottom: 0px;
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
  width: 100%;
  background-color: rgb(242,242,242);
}

.itemNavegacion_footer1{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left: 15%;
}

.itemNavegacion_footer2{
     width: 40%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
    min-width: 300px;
}

.itemNavegacion_footer3{
  width: 40%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.itemNavegacion_footer4{
width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 200px;
    display: none;
}

.itemNavegacion_footer5{
     width: 12%;
    margin: 0px;
    padding: 0px;
}

.logo_footer{
  min-width: 100px;
    max-width: 100px;
}

.text_foo{
  font-size: 0px;
  color: #08088A;
  font-weight: bold;
}

.appG_footer{
  min-width: 100px;
    max-width: 100px;
    margin-left: 60px;
}

.listado_footer{
  font-size: 12px;
  color: rgb(240, 90, 42);
  font-weight: bold;
  list-style: none;
}

.tabla_foo{
      font-size: 11px;
    font-weight: bold;
}

/* SECCION DE FOOTER - FINAL*/

/* SECCION DE niveles - INICIAL*/
.contenedor_img{
    width: 100%;
    height: auto;
    position: inherit;
    margin-bottom: 5%;

}

.clase_img_encabezado{
  width: 100%;
  min-width: 500px;
  height: 500px;
  min-height: 300px;
}


/* SECCION DE niveles- FINAL*/

/* SECCION DE Agenda- INICIAL*/

.titu_nota{
  font-size: 50px;
  font-weight: bold;
  color: #aaa;
  margin-left: 10%;
}

.contenedor_text_agenda{
  width: 50%;
  margin-left: 10%;
}

.estilo_text_agenda{
  font-size: 14px;
}

.fila_agenda{
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
}

.item_agenda{
  width: 20%;
}

.titu_nota{
  font-size: 50px;
  font-weight: bold;
  color: #aaa;
  margin-left: 10%;
}

.contenedor_text_agenda{
  width: 50%;
  margin-left: 10%;
}

.estilo_text_agenda{
  font-size: 14px;
}

.material-icons_agenda {
     font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #aaa;
    margin-top: 25px;
}

.next_titu{
    font-size: 15px;
    color: #aaa;
    margin-top: 20px;
}
.flex_imgs_agenda{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
  
}

.contenedor_img_agenda1{
    width: 35%;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10%;
}

.contenedor_img_agenda2{
  width: 35%;
  margin-top: 20px;
}
/* SECCION DE agenda- FINAL*/

}

  
/* Para 480px */  
@media only screen and (max-width: 600px) and (min-width: 200px) {  
  nav ul li {
 
    width: 100%;
}
.link_incrip{
	text-decoration: none;
	color:#323467;
}
.inscripciones{
	z-index: 99;
	position: relative;
	color: #323467;
	margin-left: 3%;
	font-size: 13px;	
}
/* SECCION DE MENU - INICIO*/
 .fila_iconos_menu{
        display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    justify-content: center;
    width: 100%;
}

.contenedor_menu{
    /*width: 10%;*/
    margin-top: 10px;
    /*margin-right: 25px;*/
    margin-left: 1%;
    margin-bottom: 10px;
    /*padding-right: 10px;*/
    text-align: center;
    /*font-size: 10px;*/
    /*min-width: 120px;*/
 }

 .fila{
   display: flex;  
   flex-direction: row;   
   align-items: center; 
   flex-flow: row wrap;  
   justify-content: space-between;
  justify-content: baseline;
  margin: 0px;
}


 .itemaNavegacion_menu_logo{
  width: 100%;
    /*margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;*/
    text-align: center;
    font-size: 10px;
    /* text-align: center; */
}
 .itemaNavegacion_menu{
  width: 100%;
}

.material-icons_menu {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  color: #848484;
}
.img_logo_menu_150{
	width:55%;
}
.itemaNavegacion_menu_logo_150 {
    width: 100%;
    text-align: start;
    font-size: 10px;
    /* text-align: center; */
}
.img_logo_menu{
      /* min-width: 92px; */
    /* max-width: 119px; */
   
    /*margin-bottom: 20px;*/
    width: 110px;
}

.link_menu{
    font-size: 10px;
    font-stretch: semi-condensed;
    /*letter-spacing: 1px;*/
    color: #848484;
    list-style: none;
    letter-spacing: 1.4px;
  }

    .tabla_menu{
    margin-left: 5%;
    margin-right: 5%;
  }

 /* SECCION DE MENU - FINAL*/

 /* SECCION DE AGENDA - INICIO*/

.flex{
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
   width: 100%;
  }

.itemNavegacion_agenda{
    width: 90%;
    height: 120px;
    border-style: groove;
    border-color: rgb(242,242,242);
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 140px;
}

.flex_cont{
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
   width: 100%;
  }


.cont1{
  width: 30%;
  height: 90px;
  margin-top: 10px;
  text-align: center;
 }
 .cont2{
    width: 60%;
    margin-left: 10px;
    height: 90px;
    margin-top: 10px;
 }

.num_fecha{
  margin-top: -10px;
  font-size: 40px;
  font-weight: bold;
  color: #aaa;
  list-style: none;
}

.mes_fecha{
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  list-style: none;
  font-stretch: semi-condensed;
}

.texto_agenda{
    font-size: 15px;
    color: #aaa;
    padding-top: 10px;
    
}
.contenedor_titu_home{
      margin-left: 10%;
    margin-bottom: 15px;
}

.titu_seccion_home{
  font-size: 25px;
  font-weight: bolder;
    color: #08088A;
    width: 50%;
    margin-left: 15%;
    margin-bottom: 10px;
}
.titu_seccion_home2{
    font-size: 25px;
    color: #08088A;
    width: 50%;
    margin-left: 15%;
    margin-bottom: 10px;
}

/* SECCION DE AGENDA - FINAL*/

/* SECCION DE NOTAS - INICIAL*/

 .flex_notas{
  display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
 }

.itemflex_notas{
    width: 90%;
    margin-top: 10px;
    margin-left: 0px;
    height: auto;
    /*border-style: groove;
    border-color: rgb(242,242,242);*/
 
}
.titu_nota_home{
  font-size: 25px;
  /*font-weight: bolder;*/
    color: #52526d;
    width: 0px;
    margin-left: 15%;
    margin-bottom: 10px;
}
.titu_nota_home2{
    font-size: 25px;
    color: #52526d;
    width: 0px;
    margin-bottom: 10px;
}

 .contenedor_flex_notas{
  display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;

    padding-bottom: 20px;
 }

.img_nota{
  width: 100%;
  margin-top: 0px;
  height: auto;
}

.titu_nota_dest{
  font-size: 20px;
  color: #aaa;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.txt_nota_dest{
  margin-top: 10px;
  font-size: 15px;
  color: #aaa;
  width: 100%;
}

.boton{
      background-color: #08088A;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* SECCION DE NOTAS - FINAL*/

/* SECCION DE insicripciones - INICIO*/

.flex_inscrip{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    /*margin-top: 30px;*/
}

.itemflex_inscrip{
    /*width: 100%;*/
    /* margin-left: auto; */
    /* margin-right: auto; */
    /*min-width: 130px;*/
    /*margin-left: 5%;
    margin-right: 5%;*/
	margin-top: 17% !important;
}

.material-icons_inscripciones {
     font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #fff;
    margin-top: 12px;
    margin-left: 12px;
}


.icono_contenedor{
      background-color: #08088A;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    /* text-align: center; */
    /*margin-left: 15%;*/
}

.titu_seccion_inscrip{

    font-size: 25px;
    font-weight: bolder;
    color: #08088A;
}

.texto_inscrip{
    /*display: none;*/
    font-size: 20px;
    color: #aaa; 
    /*margin-left: 130px;   */
}




/* SECCION DE insicripciones - FINAL*/


/* SECCION DE FOOTER - INICIO*/
footer{
}

.fila_footer{
  margin-top: 3%;
  margin-bottom: 0px;
  display: flex;
   flex-direction: row;
   align-items: center;
   flex-flow: row wrap;
   justify-content: center;
  width: 100%;
  background-color: rgb(242,242,242);
}

.itemNavegacion_footer1{
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20%;
}

.itemNavegacion_footer2{
     width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 300px;
}

.itemNavegacion_footer3{
  width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.itemNavegacion_footer4{
width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 200px;
    text-align: center;
}

.itemNavegacion_footer5{
     width: 12%;
    margin: 0px;
    padding: 0px;
}

.logo_footer{
  min-width: 100px;
    max-width: 100px;
    margin-left: 0px;
}

.text_foo{
  font-size: 28px;
  color: #08088A;
  font-weight: bold;
}

.appG_footer{
  min-width: 100px;
    max-width: 100px;
    margin-left: 60px;
}

.listado_footer{
  font-size: 12px;
  color: rgb(240, 90, 42);
  font-weight: bold;
  list-style: none;
}

.tabla_foo{
      font-size: 11px;
    font-weight: bold;
}

/* SECCION DE FOOTER - FINAL*/

/* SECCION DE niveles - INICIAL*/
.contenedor_img{
    width: 100%;
    height: auto;
    position: inherit;
    margin-bottom: 5%;

}

.clase_img_encabezado{
  width: 100%;
  min-width: 500px;
  height: 500px;
  min-height: 300px;
}


/* SECCION DE niveles- FINAL*/

/* SECCION DE Agenda- INICIAL*/

.titu_nota{
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  margin-left: 1%;
}

.contenedor_text_agenda{
  width: 90%;
  margin-left: 1%;
}

.estilo_text_agenda{
  font-size: 12px;
}
.fila_agenda{
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
}

.item_agenda{
    width: 40%; 
}

.titu_nota{
    font-size: 40px;
    font-weight: bold;
    color: #aaa;
    margin-left: 1%;
}

.contenedor_text_agenda{
    width: 80%;
    margin-left: 1%;
}

.estilo_text_agenda{
  font-size: 14px;
}

.material-icons_agenda {
     font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #aaa;
    margin-top: 25px;
}

.next_titu{
    font-size: 12px;
    color: #aaa;
    margin-top: 20px;
}
.flex_imgs_agenda{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
  
}

.contenedor_img_agenda1{
    width: 90%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0%;
}

.contenedor_img_agenda2{
  width: 90%;
  margin-top: 10px;
}

/* SECCION DE agenda- FINAL*/

} 


