
@import '../css/grid.css';
@import '../css/font-awesome.css';
/*
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
/*
.img_vertical_align{
    margin-top: 50%;
    transform: translateY(-50%);
}
*/






/*ESTILO DE SEPARADOR DE LIBROS*/

 /* {box-sizing: border-box} */


 
 .libros_series img{
	height:113%;
 }
 
 .guia_text{
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:39px;
	font-size:24px;
	width:100%;
}

.convenios{
	width:960px;
	height:100%;
	margin:auto;
}


.content_izquierda_series_libros{
	width:54%;
	padding-top: 11px;
    display: inline-block;
	background-color: #fafdfe;
    padding-bottom: 33px;
}

.content_derecha_series_libros{
	width:45%;
    margin-top: 45px;
	padding-top: 11px;
	display: inline-block;
	background-color: #fafdfe;
    padding-bottom: 33px;
}



/* Style the tab */
.tab {
  float: left;
  width: 30%;
  margin-top:44px;
  margin-left:-13px;
}

/* Style the buttons that are used to open the tab content */
.tab div{
  border-radius: 0px 22px 22px 0px;
  background-color:#dadada;
  margin-bottom:3px;
}

.tab button {
  display: block;
  color: white;
  padding: 19px 11px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0px 11px 11px 0px;
}

.tab div{
  border-width: 3px 3px 3px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	transform:translateX(19px);
	border-left:3px;
	box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);
}

/* Create an active/current "tab button" class */
.tab button.active {
	transform:translateX(22px);
	border-left:3px solid #909090;
	box-shadow: 0px 9px 9px -5px rgba(0,0,0,0.75);
}

/* Style the tab content */
.tabcontent {
  float: left;
  border: 1px solid #ccc;
  width: 100%;
}



/*FINALIZA EL ESTILO DE SEPARADOR DE LINRO*/








.text1 a:hover{
	color: #F39200;
}
.grid_4 img{
	text-align: center;
	margin: auto;
	width: 100%;
}
.ingresar_btn{
	text-align: center;
	border-radius: 11px;
	padding: 13px;
	background-color: #00b1ba30;
	margin: auto;
	margin-top: 22px;
	margin-bottom: 55px;
	width: 33%;
	color: #00b1ba;
    transition: 0.5s ease;
}

.ingresar_btn:hover{
	transform: scale(1.1);
	box-shadow: -1px 2px 13px -3px rgba(0,0,0,0.75);
}
.ingresar_btn:active{
	transform: scale(1);
	box-shadow: none;
}
.libros_series:hover{
	transform: scale(1.1);
}
.libros_series:active{
	transform: scale(1);
	box-shadow: none;
}

.libros_series{
	height: 62px;
    z-index: 1;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 100%;
}

.repisa_series{
	background-color: #F29100;
    height: 11px;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
    width: 100%;
    margin-top: 66px;
    z-index: 1;
}
.repisa_base{
	width: 100%;
	height: 7px;
	background-color: #c77801;
}
.numero{
	margin-left: -17px;
	padding: 9px;
	vertical-align: middle;
	text-align: center;
	float: left;
	font-size: 21px;
	font-weight: bold;
	color: white;
}
.titulo_serie{
	padding: 11px;
	text-align: center;
	font-weight: bold;
}

.titulo_serie img{
	align-items: center;
}
.text_serie{
	margin-bottom: 11px;
	height: 144px;
	color: #333;
	padding: 9px;
	display: block;
	background-color: white;
	box-shadow: -1px 2px 13px -3px rgba(0,0,0,0.75);
}
.extra_wrapper img{
	max-width: 100%;
	text-align: center;
}

.contenedor_serie{
	margin: auto;
	display: block;
}


/* .contenedor_serie .container{
	width: 100%
} */

.content_izquierda{
	padding-top: 11px;
    display: inline-block;
    width: 69%;
	background-color: #fafdfe;
    padding-bottom: 33px;
}

.content_izquierda_series{
	padding-top: 11px;
    display: inline-block;
    width: 79%;
	background-color: #fafdfe;
    padding-bottom: 33px;
}

.content_derecha{
	padding-top: 11px;
	width: 30%;
	display: inline-block;
	background-color: #fafdfe;
    padding-bottom: 33px;
}

.content_derecha_series{
	padding-top: 11px;
	width: 20%;
	display: inline-block;
	background-color: #fafdfe;
    padding-bottom: 33px;
}

.content_derecha .block-3{
	margin-bottom: 22px;
}
.vermas{
	font-style: italic;
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding: 9px 0px;
}
.redes{
	display: block;
}
.container .redes li{
	text-decoration: none;
	list-style: none;
	margin: auto;
	width: 100%;
}

.redes li h3{
	margin:0px; padding:3px; display:inline-block; line-height:22px;
}

.redes li h4{
	margin:0px; padding-top:8px; color: #4B4A4A; display:inline-block; line-height:22px; font-size: 14px; vertical-align: text-bottom;
}

.container .redes li a{
	text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
	/*font: 20px/30px 'Roboto Condensed', sans-serif;*/
	color: white;
}

.redes li a:hover{
	color: aliceblue;
	opacity: 0.5;
}

.container .redes img{
	width: 33px;
}



.navigation {
  z-index: 999;
  position: relative;
  padding-top: 15px;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
  z-index: 990;
  text-align: center;
  position: relative;
  background-color: #00b1ba;
  height: 40px;
  margin-left: 175px;
  margin-top: 19px;
  width:100%;
}

/*.navigation h1 img {
	max-width: 100%;
}*/

.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
  color:white !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.sf-menu > a li {
  float: left;
  font-weight: 300;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding:9px 9px;
  font-weight:bold;
  color:white;
}

.sf-menu > a li:hover {
	background-color:#F29100;
}
.sf-menu > a li{
  margin-left: 3.5%;
}
.sf-menu > li + li:after {
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  left: -20px;
  top: 10px;
}
.sf-menu > li > a {
  position: relative;
  text-align: center;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 15px;
  left: 50%;
  bottom: -5px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #00b1ba;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 767px) {
	.navigation .sf-menu{
		margin-left:0px;
	}
	.text_serie{
		height: 144px;
	}
	#footer{
  	display:none;
  }
  
  .content_juegos {
    width: 58%;
    height: 41%;
    right: 16%;
	}
	.juego {
    width: calc(80% / 6);
	}
	
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    display: block !important;
    border: 2px solid #fff ;
  }
}
#stuck_container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 998 !important;
}
#stuck_container .isStuck {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#stuck_container .isStuck .menuBox {
  margin: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}



.m-4{
  border: none !important;
  float: none !important;
  font: 12px/15px Arial, Helvetica, sans-serif;
  
  color: #927c67;
  margin: 0 auto;
  /* padding-left: 0 !important; */

  padding: 10px 0px 10px !important;
  clear: both;
  width: auto;
  min-height: 0px;
}





@media only screen and (min-width: 979px) {
	
  .isStuck {
    background-color: #ededed;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	color:#878787;
  }
 
}
@media only screen and (max-width: 979px) {
	
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
	.text_serie{
		height: 183px;
	}
	.convenios{
  	width:769px;
  }
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
/* body {
  position: relative; */
  /* background: #00b1ba; */
  /* color: #000000; */
  /* font: 300 14px/20px 'Open Sans', sans-serif; */
  /* font-family: 'Open Sans';font-size: 22px;
} */

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 20px;
}
p.offset__1 {
  margin-bottom: 13px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  /* -webkit-appearance: none; */
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
}
h2 {
  color: #F39200;
  font-size: 55px;
  line-height: 72px;
  margin-top: -18px;
  margin-bottom: 32px;
}
h2.head__1 {
  padding-top: 74px;
  font-size: 72px;
  margin-bottom: 26px;
  color: #000000;
}
h3 {
  font-size: 36px;
  line-height: 72px;
  padding-top: 52px;
  margin-bottom: 17px;
}
h3.head__1 {
  margin-bottom: 12px;
  padding-top: 15px;
}
h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  padding-top: 60px;
  margin-bottom: 26px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 {
  padding-top: 1px;
}
.list-1 li {
  color: #5e5d5d;
  position: relative;
  padding-left: 26px;
  font-weight: normal;
}
.list-1 li:after {
  top: 1px;
  color: #929191;
  content: '';
  font: 14px/20px 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
}
.list-1 li + li {
  margin-top: 10px;
}
.cont_address {
  font-weight: normal;
  color: #5e5d5d;
}
.cont_address li + li {
  margin-top: 10px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #00b1ba;
}
.link-1 {
  color: #464545;
  font-size: 22px;
  line-height: 36px;
  display: inline-block;
  margin-top: 4px;
  font: 22px/36px 'Roboto Condensed', sans-serif;
}
.dropbtn {
  /* background-color: #04AA6D; */
  font-size: 24px;
    border: none;
    outline: none;
    color: black;
    padding: 0px 17px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    display: grid;

}

.dropdown {
  float: left;
  overflow: hidden;
}
.topnav {
  /* background-color: whitesmoke;
  overflow: hidden; */
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 9px 35px;
  text-decoration: none;
  font-size: 17px;
}
.topnav .icon {
  display: none;
}
.active {
  background-color: orange;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content2 a {
  color: black;
  /* background-color:#F29100; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-menu2 {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box; 
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-toggle2::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}
.btn:hover {
  /* ORIGINAL */
  /* background-color: #000000; */
  /* LSANTACRUZ -MODIFICACIÓN DE EFECTO */
  background-color: #f4b019;
  color: #ffffff;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 4px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.fleft.noresize {
  margin-right: 20px;
  margin-top: 5px;
}
.img_fright {
  position: relative;
  top: -1px;
  margin-left: 20px;
  float: right;
}
.oh {
  overflow: hidden;
}
.fwn {
  font-weight: normal;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.td__underline {
  text-decoration: underline;
}
.fw_med {
  font-weight: 500;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
  position: relative;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
/*header*/
header {
  color: #878787;
  display: block;
  position: relative;
  z-index: 999;
  /* background: url(../images/slide03.jpg) right 0 no-repeat; */
  background-size: auto 100%;
  background-color: #ededed;
}
header .rel {
  z-index: 999;
}
header h1 {
  text-align: center;
  z-index: 999;
	margin-right: 22px;
  float: left;
  margin-bottom: 10px;
	margin-top: -18px;
	/*margin-top: -45px;*/
}
header h1 a {
  display: block;
	text-align: left;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0s ease;
  transition: 0s ease;
	margin-top: 40px;
	position: relative;
	z-index: 999;
	
}
header h1.stuck_head {
  opacity: 0;
}
.page1_header {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  padding-top: 13px;
}
.page1_header .banner {
  background-color: #F39200;
  color: #ffffff;
  display: block;
  width: 50%;
  text-align: center;
  float: left;
  font-size: 18px;
  padding: 59px 0 14px;
}
.page1_header .banner .fa {
  margin-bottom: 27px;
  display: block;
  font-size: 72px;
  line-height: 48px;
}
.page1_header .banner:first-child + .banner {
  background-color: #1CA9C3;
}
.page1_header .banner:first-child + .banner + .banner {
  background-color: #1CA9C3;
}
.page1_header .banner + .banner + .banner {
  padding-top: 63px;
  padding-bottom: 13px;
}
.page1_header .banner.maxheight1 .fa {
  margin-bottom: 26px;
}
.page1_header .banner:hover {
  background-color: #000000 !important;
}
/****Content****/
#content {
  background-color: #fff;
}
#content .content_gray {
  background-color: #fafdfe;
	/*
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  */
	padding-bottom: 33px;
}

#content .content_grays {
  /* background-color: #fafdfe; */
	/*
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  */
	padding-bottom: 33px;
}
/* #content .content_gray.offset__1 {
} */
#content .content_gray.offset__2 {
  margin-top: 71px;
}
#content .content_gray.offset__2 h3 {
  margin-bottom: 12px;
}
/****Non suppage set****/
.page1 header {
  border-bottom: 1px solid #fff;
  padding-bottom: 51px;
}
.page1 #content {
  padding-bottom: 68px;
}
.page1 h3 {
  padding-top: 52px;
  margin-bottom: 10px;
}
/****Blocks****/
.block-1 {
  font: 20px/30px 'Roboto Condensed', sans-serif;
  background-color: #088389;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 34px 0 18px;
}
.block-1 .support {
  margin-top: -13px;
  display: block;
}
.block-1 .support:hover {
  opacity: 0.4;
}
.block-1 .block-1_count {
  font-weight: 300;
  float: left;
  width: 100px;
  font-size: 72px;
  line-height: 58px;
}
.greet {
  padding: 0 70px 60px;
}
.greet p {
  font-size: 16px;
  margin-bottom: 22px;
}
.bq1 {
  position: relative;
  top: 3px;
  background-color: #f2f5f6;
  padding: 31px 57px 40px 58px;
  color: #626161;
}
.bq1 p {
  font-style: italic;
  margin-bottom: 11px;
}
.bq1 span {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 600;
}
.bq1 + .bq1 {
  margin-top: 56px;
}
.block-2 {
  overflow: hidden;
}
.block-2 + .block-2 {
  margin-top: 36px;
}
.block-2 + .block-2.offset__1 {
  margin-top: 62px;
}
.block-3 {
  margin-top: -2px;
}
.block-3 .count {
  background-color: #00b1ba;
  color: #ffffff;
  width: 68px;
  height: 68px;
  text-align: center;
  float: left;
  margin-right: 32px;
  font: 300 36px/68px 'Roboto Condensed', sans-serif;
  border-radius: 500px;
}
.bord_img {
  margin-top: -2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 34px;
  border: 1px solid #b6b3b3;
}
.blog {
  padding-top: 38px;
  overflow: hidden;
}
.blog .extra_wrapper {
  overflow: visible;
}
.blog time {
  margin-right: 32px;
  padding-top: 42px;
  float: left;
  text-align: center;
  display: block;
  font: 300 18px/24px 'Roboto Condensed', sans-serif;
}
.blog time .count {
  background-color: #00b1ba;
  color: #ffffff;
  width: 68px;
  height: 68px;
  display: block;
  text-align: center;
  font: 300 36px/67px 'Roboto Condensed', sans-serif;
  border-radius: 500px;
  margin-bottom: 10px;
}
.blog time strong {
  margin-bottom: 3px;
  font-weight: normal;
  display: block;
  font-size: 24px;
}
.blog p {
  overflow: hidden;
}
.blog p em {
  font-style: italic;
  display: block;
}
.blog .comment {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: -3px;
  font: 18px/24px 'Roboto Condensed', sans-serif;
}
.blog .comment .fa {
  margin-right: 7px;
  color: #00b1ba;
  margin-top: 1px;
  font-size: 30px;
  line-height: 22px;
}
.blog .link-1 {
  margin-top: 18px;
}
.blog + .blog {
  margin-top: 24px;
}
/****Separators****/
/****Text styles****/
.text0 {
  font: 45px 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
  color: #00b1ba;
	vertical-align:baseline;
}

.text1 {
 font-size: 24px;
 font-family: 'Helvetica';
  /* margin-bottom: 20px; */
  color: white;
}
.cuadro-texto1 {
  background-color: #f4b019;
  border-radius: 15px;
  /* width: 100%; */
  padding: 14px;
  width: 49%;
}
.cuadro-texto2 {
  background-color: #2d2e83;
  border-radius: 15px;
  /* width: 100%; */
  padding: 14px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.tama {
  width: 44%;
  display: inline-grid;
  padding: 34px;
}

.tama2{
 
  width: 59%;
    float: right;
}
.texto1{
  font: 18px/20px 'Roboto Condensed', sans-serif;
  color: #272525;
}
.tama3{
  width: 33%;
  display: inline-table;
}
.boton4 {
  text-decoration: none;
  display: inline-block;
  width: 54%;
  padding: 11px;
  background: #f4b019;
  width: 57%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.9s ease;
  /* box-shadow: -5px 1px 3px 0px rgb(248 70 0); */
  border-radius: 10px 30px;
}
.boton4:hover{
            
  background: #FF4500;
  color:white;
  box-shadow:none;
  border-radius: 10px;

}


.text2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #5e5d5d;
}
.text3 {
  font-size: 18px;
  line-height: 20px;
  display: block;
}
.color1 {
  color: #00b1ba;
}
.color1 a:hover,
a.color1:hover {
  color: #464545;
}
.color2 {
  color: #464545;
}
.color3 {
  color: #5e5d5d;
}
/****Map****/
.map {
  overflow: hidden;
  padding-top: 1px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 399px;
  max-width: 100%;
}
.address1 {
  display: block;
  float: left;
}
.address1 + .address1 {
  margin-left: 70px;
}
.address1 dt {
  margin-bottom: 13px;
}
.address1 dd span {
  min-width: 144px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**Footer**/
#footer {
  text-align-last: center;
  /*padding: 25px 0;
  border-top: 1px solid #5c5c5c;*/
}
#footer a:hover {
  color: #ffffff;
}
#footer .copyright {
  font-weight: normal;
  color: #4b4a4a;
}
#footer .copyright .brand {
  position: relative;
  top: -4px;
  color: #000000;
  font: 300 24px/20px 'Roboto Condensed', sans-serif;
}
#footer .copyright .sub-copy {
  padding-top: 3px;
  color: #6d6a6a;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 79px !important;
  overflow: hidden;
  border: none;
  background-color: #6b6b6b;
  color: #ffffff;
  width: 38px;
  height: 49px;
  font-size: 22px;
  line-height: 49px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #00b1ba;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
	.navigation .sf-menu{
		width:633px
	}
  .extra_wrapper {
    overflow: visible;
  }
	.repisa_series{
    margin-top: 55px;
}
	.libros_series img{
		height: 100%;
	}
  .banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h2 {
    margin-top: 0;
  }
  h3 {
    font-size: 26px;
  }
  .text1 {
    font-size: 20px;
  }
  .page1 header {
    -webkit-background-size: auto 100% !important;
    background-size: auto 100% !important;
  }
  .comment {
    margin-left: 10px;
  }
  .tab, .content_derecha_series_libros{
		margin-top:27px;
  }
  
  .tab button{
    padding: 14px 11px;
  }
}
@media only screen and (max-width: 979px) {
	.navigation .sf-menu{
		width:577px
	}
	
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
	.repisa_series{
    margin-top: 51px;
}
	.libros_series img{
		height: 88%;
	}
  
	.content_derecha{
		width: 30%;
	}
	.content_izquierda{
		width: 69%;
	}
	
	.content_izquierda_series{
		width: 79%;
	}
	
	.content_derecha{
		width: 20%;
	}
	
	.tab button {
    	padding: 8px 11px;
	}
	
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .nowrap {
    white-space: normal;
  }
  .img_inner.fleft {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
	
	.navigation .sf-menu{
		width:100%;
	}
	
	.convenios{
		width:100%;
	}
	.cuadro-texto1{
    width: 100%;
    display: block;

  }
  .fright {
    float: none !important;
  }
	
	.text_serie{
		height: 144px;
	}
	.content_izquierda{
		width:100%
	}
	.content_derecha{
		width:100%
	}
	
	.content_izquierda_series{
		width:100%
	}
	.content_derecha_series{
		width:100%
	}
	.content_izquierda_series_libros{
		width:100%;
		margin:0px;
		padding:0px;
	}
	.content_derecha_series_libros{
		width:100%;
		margin:0px;
		padding:0px;
	}
	.tab{
		width:100%;
	}
	.tab div{
		display:inline-block;
		margin:0px;
    	border-radius: 11px 11px 0px 0px;
		width: 49%;
	}
	.tab button{
    	border-radius: 11px 11px 0px 0px;
    	padding: 19px 11px;

	}
	.tab button:hover{
		transform: translateY(-22px);
    	border-radius: 11px 11px 0px 0px;
	    border-left: 0px;
	}
	.tab button.active{
		transform: translateY(-22px);
    	border-bottom: 3px solid #909090;
    	border-radius: 11px 11px 0px 0px;
	    border-left: 0px;
	}
  
  #contact-form {
    padding-top: 30px;
  }
  .text2.color1 {
    margin-top: 30px;
  }
  .address1 + .address1 {
    margin-left: 60px;
  }
  .page1 header {
    padding-bottom: 45px;
  }
  .support {
    margin-top: 0 !important;
  }
  .block-1 .block-1_count {
    margin-bottom: 30px;
  }
  .banner {
    margin-bottom: 10px;
    font-size: 24px !important;
    float: none !important;
    width: 100% !important;
  }
  .greet {
    padding-left: 0;
    padding-right: 0;
  }
  .img_inner,
  .img_inner.fleft {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 30px;
  }
  .img_inner img,
  .img_inner.fleft img {
    width: 100%;
  }
  header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  header h1 {
    position: static !important;
    margin-bottom: 20px;
    float: none;
    left: 0;
    text-align: center;
    margin-top: -45px;
  }
  header h1 a {
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
    display: block;
	margin-top: 20px; 
  }
  header h1 a img {
    display: block;
    margin: 0 auto;
  }
	
	.navigation .sf-menu {
    margin-top: -22px;
    position: absolute;
    margin-bottom: 65px;
    width: 268px;
    background-color: #f4b019;
    margin-left: -1px;
}
	
  .map figure iframe {
    height: 300px;
  }
  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }
  .none {
    clear: both;
  }
  .bord_img {
    margin-top: 40px;
  }
  .block-3 {
    margin-bottom: 30px;
  }
}

