@font-face {
  font-family : "Gotham-Book";
  font-style  : normal;
  font-weight : normal;
  src         : url("../fonts/Gotham-Book0.eot");
  src         : url("../fonts/Gotham-Book0.eot?#iefix") format("embedded-opentype"),
                url("../fonts/Gotham-Book0.otf") format("opentype"),
                url("../fonts/Gotham-Book0.svg") format("svg"),
                url("../fonts/Gotham-Book0.ttf") format("truetype"),
                url("../fonts/Gotham-Book0.woff") format("woff"),
                url("../fonts/Gotham-Book0.woff2") format("woff2");
}

@font-face {
  font-family : "Gotham-Bold";
  font-style  : normal;
  font-weight : normal;
  src         : url("../fonts/Gotham-Bold0.eot");
  src         : url("../fonts/Gotham-Bold0.eot?#iefix") format("embedded-opentype"),
                url("../fonts/Gotham-Bold0.otf") format("opentype"),
                url("../fonts/Gotham-Bold0.svg") format("svg"),
                url("../fonts/Gotham-Bold0.ttf") format("truetype"),
                url("../fonts/Gotham-Bold0.woff") format("woff"),
                url("../fonts/Gotham-Bold0.woff2") format("woff2");
}

@font-face {
  font-family : "Gotham-Medium";
  font-style  : normal;
  font-weight : normal;
  src         : url("../fonts/Gotham-Medium.eot");
  src         : url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
                url("../fonts/Gotham-Medium.otf") format("opentype"),
                url("../fonts/Gotham-Medium.svg") format("svg"),
                url("../fonts/Gotham-Medium.ttf") format("truetype"),
                url("../fonts/Gotham-Medium.woff") format("woff"),
                url("../fonts/Gotham-Medium.woff2") format("woff2");
}

@charset "utf-8";

body,
html {
  height      : 100%;
  font-family : "Gotham-Book";
}

body p {
  text-align  : justify;
  font-size   : 0.95rem;
  line-height : 1.2rem;
}

h3 {
  margin      : 1rem 0;
  color       : #d20200 !important;
  font-family : "Gotham-Bold";
}

span.negrita {
  font-family : "Gotham-Bold";
}

ul.botones {
    text-align: center;
    font-family : "Gotham-Bold";
    font-size: 19px;
}

ul.botones li {
    display: inline-block;
    padding-right: 29px;
    vertical-align: top;
}

ul.botones li a {
    width: 160px;
    height: 160px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d01e1a;
    display: inline-block;
    /*margin-bottom: 20%;*/
}
ul.botones li a:hover{
  border: 2px solid #373a3c;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(217,217,217,1);
  -moz-box-shadow: 10px 10px 5px 0px rgba(217,217,217,1);
  box-shadow: 10px 10px 5px 0px rgba(217,217,217,1);
}
.titular{
  width: 200px;
  text-align: center;
  font-size: 27px;
  margin-bottom: 4%;
  font-weight: bold;
  background-color: #d11e1a;
  color: #fff;
  padding:10px 20px;
}

ul.botones li img {
    margin: 0 auto;
    display: block;
    padding: 25% 0 0 0;
}

.bg-ece{
  background  : url('../imagenes/bg-ece.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 0 4% 0;
}

.bg-ece h4{
  font-family : "Gotham-Bold";
  text-align: center;
  margin-bottom: 5%;
}

.bg-ece p{
  font-size: 18px;
  line-height: 25px;
  padding: 0 10%;
}


#banner{
  background  : transparent url('../imagenes/fondo-banner-inicio-de-clases.jpg') no-repeat center center;
  height: 691px;
  width: 100%;
}

.col-center{
    float: none;
    margin: 0 auto;
}

.sp {
  margin-bottom : 0rem;
}

.cont-banner{
  position: relative;
}

.logo-mps{
  padding-top: 21%;
}

.slogan{
  position: absolute;
  left: 12%;
  top: 121%;
}

.personajes{
  position: absolute;
  top: 144px;
}

.icon-round-areas {
  width: 160px;
  height: 160px;
  display: inline-block;
  /* position: absolute; */
  border-radius: 1000px;
  background: #fff;
  /* left: 50%; */
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  /* z-index: 2; */
  /* top: 25%; */
  border: 2px solid #d01e1a;
}


.icon-round-areas img {
    color: #444242;
    position: absolute;
    font-size: 19px;
    font-family: "Gotham-Bold";
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel-inner {
    width: 50%;
    padding-top: 160px;
    padding-bottom: 160px;
    float: left;
}



.panel-inner-full::after {
    width: 50%;
    height: 4px;
}



.bttn {
  font-size:18px;
  letter-spacing:2px;
  text-transform:uppercase;
  display:inline-block;
  text-align:center;
  width:270px;
  font-weight:bold;
  padding:14px 0px;
  border:3px solid $primary;
  border-radius:2px;
  position:relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
  &:before {
    -webkit-transition:0.5s all ease;
    transition:0.5s all ease;
    position:absolute;
    top:0;
    left:50%;
    right:50%;
    bottom:0;
    opacity:0;
    content:'';
    background-color:$primary;
    z-index:-2;
  }
  &:hover {
    &:before {
      -webkit-transition:0.5s all ease;
      transition:0.5s all ease;
      left:0;
      right:0;
      opacity:1;
    }
  }
  &:focus {
    &:before {
      transition:0.5s all ease;
      left:0;
      right:0;
      opacity:1;
    }
  }
}

/* .card p, */

.sp {
  margin-bottom : 0rem;
}

.bg-blanco {
  background-color : #fff !important;
}

.col-blanco {
  color : #fff;
}

.col-rojo {
  color : #d20200;
}

.recursos {
  color : #494949;
}

a:hover .recursos {
  color : #d20200;
}

a:hover.link-gris {
  color : #e7e7e7;
}

a {
  color       : #fff;
  font-family : "Gotham-Bold";
}

a:hover {
  color : #da0200;
}

#menu_redes_sociales {
  z-index    : 9999;
  position   : fixed;
  top        : 50%;
  right      : 0px;
  margin-top : -5%;
  text-align : center;
}

#menu_redes_sociales .redes {
  -webkit-border-top-left-radius    : 10px;
  -webkit-border-bottom-left-radius : 10px;
  background                        : #fff;
}

#menu_redes_sociales .redes .share-badge {
  padding       : 8px 5px;
  border-bottom : 1px solid #da0200;
  text-align    : center;
}

#menu_redes_sociales .redes .share-badge.last-child {
  border-bottom : none;
}

#menu_redes_sociales .redes .share-badge a {
  display     : inline-block;
  width       : 26px;
  height      : 25px;
  background  : transparent url('../imagenes/img_fondo_redes_sociales.png') no-repeat;
  text-indent : 9999px;
}

#menu_redes_sociales .redes .facebook a {
  background-position : -25px 0;
}

#menu_redes_sociales .redes .facebook a:hover {
  background-position : 2px 0px;
}

#menu_redes_sociales .redes .twitter a {
  background-position : -25px -35px;
}

#menu_redes_sociales .redes .twitter a:hover {
  background-position : 2px -35px;
}

#menu_redes_sociales .redes .youtube a {
  background-position : -25px -77px;
}

#menu_redes_sociales .redes .youtube a:hover {
  background-position : 2px -77px;
}

#menu_redes_sociales .redes .flickr a {
  background-position : -25px -116px;
}

#menu_redes_sociales .redes .flickr a:hover {
  background-position : 2px -116px;
}

#menu_redes_sociales .redes .slideshare a {
  background-position : -25px -156px;
}

#menu_redes_sociales .redes .slideshare a:hover {
  background-position : 0 -156px;
}

#menu_redes_sociales .redes .rss a {
  background-position : -25px -195px;
}

#menu_redes_sociales .redes .rss a:hover {
  background-position : 2px -195px;
}

#menu_redes_sociales .redes .share-badge:last-child {
  border : 0px;
}




/* animacion */

.button {
  display                   : inline-block;
  padding                   : 1.2em 1.5em;
  color                     : $color;
  border                    : solid 2px $color;
  border-radius             : 0.4em;
  text-decoration           : none;
  text-transform            : uppercase;
  font-family               : Gill Sans,
                              "Gill Sans",
                              sans-serif;
  font-size                 : 1.2em;
  font-weight               : 700;
  letter-spacing            : -1px;
  animation-iteration-count : infinite;
  transition                : all 0.3s linear;
  /* margin:3em; */

  &:hover {
    color      : #ffffff;
    background : $color;
    animation  : none;
  }
}

.button2 {
  animation-duration : 1s;
  animation-name     : shaker;
}

@keyframes pulse {
  0% {
    opacity : 1;
  }

  50% {
    opacity    : 0.5;
    box-shadow : 0px 0px 5px 0px $color;
  }

  100% {
    opacity    : 1;
    box-shadow : none;
  }
}

@keyframes shaker {
  0% {
    transform : rotate(0deg);
  }

  29% {
    transform : rotate(0deg);
  }

  30% {
    transform : rotate(1deg);
  }

  31% {
    transform : rotate(2deg);
  }

  33% {
    transform : rotate(1deg);
  }

  35% {
    transform : rotate(0deg);
  }

  37% {
    transform : rotate(-1deg);
  }

  39% {
    transform : rotate(-2deg);
  }

  41% {
    transform : rotate(-1deg);
  }

  43% {
    transform : rotate(0deg);
  }

  45% {
    transform : rotate(1deg);
  }

  47% {
    transform : rotate(2deg);
  }

  49% {
    transform : rotate(1deg);
  }

  51% {
    transform : rotate(0deg);
  }

  53% {
    transform : rotate(-1deg);
  }

  55% {
    transform : rotate(-2deg);
  }

  57% {
    transform : rotate(-1deg);
  }

  59% {
    transform : rotate(0deg);
  }

  100% {
    transform : rotate(0deg);
  }
}

@keyframes shrink {
  0% {
    transform : scaleY(1);
  }

  49% {
    transform : scale(0.97, 0.97);
  }

  100% {
    transform : scaleY(1);
  }
}

@keyframes jump {
  0% {
    transform : scale(1, 1) translate(0px, 0px);
  }

  30% {
    transform : scale(1, 0.8) translate(0px, 10px);
  }

  75% {
    transform : scale(1, 1.1) translate(0px, -25px);
  }

  100% {
    transform : scale(1, 1) translate(0px, 0px);
  }
}

/* animacion */

/*responsive*/

@media (min-width: 1025px) and (max-width: 1200px) {
.bg-menu {
	display: none;
}
.mensaje-personaje p {
	font-size: 0.9rem;
	line-height: 15px;
}
#docentes #franja-mensajes .mensaje-personaje {
	top: 3rem;
}
#escuelas .card-publicas-recuerda .card-body {
	padding: 2rem 5rem 0 4rem;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.bg-menu {
	display: none;
}
#escuelas .card-publicas-recuerda {
	background: inherit;
	background-color: #ebebeb;
	height: auto;
	width: 100%;
}
#escuelas .card-publicas-recuerda .card-body {
	padding: 0rem;
}
#escuelas .card-publicas-recuerda h5 {
	padding: 1rem 0 1.8rem;
}
.card-publicas p {
	font-size: 0.9rem !important;
}
.nav-pills > li > a {
	padding: 10px 16px;
}
.mensaje-personaje p {
	font-size: 0.7rem;
	line-height: .70rem;
}
#docentes #franja-mensajes .mensaje-personaje {
	top: 2.1rem;
}
#docentes .card-recomendacion .card-body {
	padding: 3rem;
}
#docentes #franja-mensajes {
	padding-top: 9rem;
}
.logo {
  margin: 0 auto !important;
  padding: 15px !important;
}
}

@media (min-width: 481px) and (max-width: 767px) {
  #cover-mov-home {
    background: url(../imagenes/bg-banner-tablet.jpg) center center no-repeat;
  }
  #banner{display: none;}

.bg-menu {
	display: none;
}
#escuelas .card-publicas-recuerda h5 {
	padding: 1rem 0 1.8rem;
}
.card-publicas p,  .card-publicas ol {
	font-size: 0.9rem !important;
}
#escuelas .card-publicas-recuerda {
	background: inherit;
	background-color: #ebebeb;
	height: auto;
	width: 100%;
}
#escuelas .card-publicas-recuerda .card-body {
	padding: 0rem;
}
body p {
	font-size: 0.9rem;
}
#padres {
	height: auto;
}
#padres .card-body {
	padding: 1rem;
}
.idea-mensaje {
	display: block;
}
#cover-mov,
#cover-mov-home {
	display: block;
	height: 45%;
}
.bg-menu {
	position: absolute;
	width: 100%;
	height: 101px;
	top: -8px;
	z-index: 2;
}
ul.nav-pills {
	top: 17rem;
	bottom: 0;
}
.nav-pills > li > a {
	font-size: 0.85rem;
	padding: 10px 7px;
	height: 69px;
}
img.inicio {
	padding: 5rem 0;
}
#introduccion {
	margin: 2rem 0;
}
#introduccion .col-md-9 {
	display: initial !important;
}
.informacion {
	padding-top: 0;
	margin: 0;
	height: auto;
	background: #d20200;
}
#escuelas .nav-tabs {
	width: 77%;
}
#docentes {
	padding: 2rem 0;
}
#docentes .card-recomendacion .card-body {
	padding: 3rem;
}
#docentes .bg-msg-doc {
	width: auto !important;
}
#docentes #franja-center .recomendacion {
	position: relative;
}
#docentes #franja-mensajes {
	padding-top: 1rem;
}
#docentes .recomendacion-a,  #docentes .recomendacion-b,  #docentes .recomendacion-b-directores {
	min-height: auto;
}
#docentes #franja-mensajes .doc2 {
	margin-top: 1rem;
}
#cover-mov ul.nav {
	display: none !important
}
#menu ul.nav-pills {
	position: relative !important;
	top: inherit;
}
#menu {
	height: auto;
	margin-top: -77px;
	background-color: #da0200;
}
#enlace {
	padding: 3rem 0 1rem 0;
}
.aprendizaje .cont-collapse {
	padding: 0rem !important;
}
.logo {
  margin: 0 auto !important;
  padding: 15px !important;
}
}

@media (min-width: 0px) and (max-width: 480px) {
  ul.botones strong {
    display: block;
    margin-bottom: 15%;
  }
  ul.botones br{
    display: none;
  }
  #cover-mov, #cover-mov-home {
      background: url(../imagenes/fondo-banner-inicio-de-clases-movil.jpg) center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      display: flex;
      display: block;
      height: 28%;
  }
  #banner{display: none;}
h6 {
	font-size: 0.9rem;
}
h3 {
	font-size: 1.1rem;
}
body p {
	text-align: center;
}
body ul li p,  #preguntas-frecuentes p,  #franja-bottom p {
	text-align: justify;
}
body p, #padres .card-padres ul li p,  ol li {
	font-size: 0.8rem !important;
}
.aprendizaje h5 {
	font-size: 1rem;
}
.bg-menu {
	display: none;
}
#enlace {
	padding: 3rem 0 1rem 0;
}
#escuelas .card-publicas-recuerda h5 {
	padding: 1rem 0 1.8rem;
}
#escuelas .card-publicas-recuerda {
	background: inherit;
	background-color: #ebebeb;
	height: auto;
	width: 100%;
}
#escuelas .card-publicas-recuerda .card-body {
	padding: 0rem;
}
#escuelas .bg-preguntas {
	width: auto;
	font-size: 1.5rem;
}
#escuelas .nav-tabs,
	a.capacitate,
	a:hover.capacitate{
	width: 100%;
}
.intro-mov {
	margin-bottom: 0px;
}
h5 {
	font-size: 1rem;
}
.idea-mensaje {
	display: block;
}
table.table p {
	font-size: 0.55rem !important;
	line-height: 12px;
}
.table th, .table td {
	padding: 0.2rem;
}
#padres {
	height: auto;
}
#padres .card-body {
	padding: 1rem;
}
#padres .card-padres ul li {
	font-size: 1.4rem;
}
.nav-tabs {
	width: 100%;
}
.tab-content {
	padding: 1.5rem 0px !important;
}
#cover-mov,
#cover-mov-home {
	background: url(../imagenes/fondo-banner-inicio-de-clases-movil.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	display: block;
	height: 28%;
}
ul.nav-pills {
	top: 18.7rem;
	bottom: 0;
}
#menu ul.nav li a {
	height: 50px;
}
.nav-pills > li > a {
	font-size: 0.7rem;
	padding: 5px;
	height: 69px;
	margin-right: 1px;
}


#introduccion {
	margin: 3rem 1rem;
}
#introduccion .col-md-9 {
	display: initial !important;
}
.informacion {
	padding-top: 0;
	margin: 0;
	height: auto;
	background: #d20200;
}
#menu {
	height: auto;
	margin-top: -54px;
	background-color: #da0200;
}
#docentes {
	padding: 4rem 0;
}
#docentes .card-recomendacion .card-body {
	padding: 3rem;
}
#docentes .bg-msg-doc,  #docentes #franja-capacitacion {
	width: auto !important;
}
#docentes #franja-center .recomendacion {
	position: relative;
}
#docentes #franja-mensajes {
	padding-top: 1rem;
}
#docentes .recomendacion-a,  #docentes .recomendacion-b,  #docentes .recomendacion-b-directores {
	min-height: auto;
}
#docentes #franja-mensajes .doc2 {
	margin-top: 1rem;
}
#docentes .bg-msg-doc {
	font-size: 0.8rem;
}
#cover-mov ul.nav {
	display: none !important
}
#menu ul.nav-pills {
	position: relative !important;
	top: inherit;
}
.aprendizaje .cont-collapse {
	padding: 0rem !important;
}
#menu_redes_sociales{
	display: none;
	}
  .logo {
    margin: 0 auto !important;
    padding: 15px !important;
  }
}


/*responsive*/
