@charset "utf-8";
/* CSS Document */

body, td, th, input, textarea, button {
	font-family: Raleway, sans-serif;
	font-size: 16px;
	color: #113146;
}
a, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000077;
}
.logo, button, input[type=submit] {
	cursor: pointer;
}
div {
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
}

.aactualizar {
	position: relative;
}
.refresh {
	position: absolute;
	top: 80px;
	right:0px;
	width: 5%;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
}
.actualizando {
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:auto !important;
   display: flex;
   justify-content: center;
   align-items: center;
	background-color: rgba(192,192,225,0.5);
	z-index: 2;
}
body > .actualizando {
	display: none;
}


.pagina1, header, header *, .menudesplegado, .pagina1 > div, .menu div {
	box-sizing: border-box;
	transition: all 1s ease-in-out;
}
.pagina1 {
	height: auto;
	min-height: 100vh;
	z-index: 255;
	position: relative;
	width: 100%;
}
.subpagina1 {
	flex: 1;
	display: flex;
	flex-direction: column;
}

header {
	padding: 2%;
	display: flex;
	flex-direction: column;
	padding-bottom: 0px;
	min-height: 0px;
	width: 100%;
	background-color: #FFFFFF;
}
header .top {
	display: flex;
	justify-content: space-between;
	font-size: 36px;

	/*Nuevo*/
	flex-wrap: wrap;

}
header .top .logo {
	width: 300px;
}
header .top .logo img {
	width: 100%;
}
header .top .botones {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
header .top .menu {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 40px;
	height: 40px;
	margin-left: 40px;
		cursor: pointer;
		position: relative;
		padding: 0px;
}
header .top .menu div {
		width: 100%;
	height: 4px;
	background-color: #113146;
}
	header .menu div:nth-child(1) {
		position: absolute;
		left: 0px;
		top: 5px;
	}
	header .menu div:nth-child(2) {
	}
	header .menu div:nth-child(3) {
		position: absolute;
		left: 0px;
		bottom: 5px;
	}
	header .menudesplegado {
		flex-direction: row;
		margin: 0 -2%;
		height: 0px;
		display: flex;
		transition: all 1s ease-in-out;
		overflow: hidden;
	}
	header .menudesplegado .col:nth-child(1) {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: #113146;
		flex-grow: 1;
		/*padding: 3%;*/
		padding: 5%;
		max-width: 33%;
	}
	header .menudesplegado .col:nth-child(1) .subcol:nth-child(2) {
		font-size: 20px;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		flex-direction: column;
		min-width: 250px;
		flex-grow: 1;
	}
	header .menudesplegado .col:nth-child(1) .subcol:nth-child(2) .item {
		flex-grow: 1;
		min-height: 50px;
		max-height: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
	}
	header .menudesplegado .col:nth-child(1) .subcol:nth-child(2) .item i {
		float: right;
	}
	header .menudesplegado .col:nth-child(1) .subcol:nth-child(2) .item.seleccionado {
		color: #35ABF2;
		font-weight: bold;
		cursor: default;
	}
	header .menudesplegado .col:nth-child(2) {
		background-color: #EEEEEE;
		flex-grow: 3;
		display: flex;
		/*height: 100%;*/
		padding: 5%;
		/**padding: 30px;*/
		align-items: center;
		flex-direction: column;
		justify-content: center;
		overflow: auto;
	}
	header .menudesplegado .col:nth-child(2) .subcol {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		max-height: 700px;
		overflow: hidden;
		transition: opacity 1s ease-out;
		overflow-y: auto;
	}
	header .menudesplegado .col:nth-child(2) .subcol:not(.categorias) {
		max-height: 0px;
		opacity: 0;
}

	header .menudesplegado .col:nth-child(2) .item {
		width: 33%;

		/*width: 49%;*/

		height: 10%;
		min-height: 20px;
		/*min-height: 44px;*/

		display: flex;
		justify-content: space-between;
		align-items: center;
		/*white-space: nowrap;*/
	}
	header .menudesplegado .col:nth-child(2) .item.ultimosterminos {
		width: 50%;
}

header .letras {
	display: flex;
	justify-content: space-between;
	margin: 40px 5% 20px 5%;
}
header .letras div a, header .letras div a:visited, header .letras div a:hover {
	font-size: 21px;
	font-weight: bold;
	color: #113146;
	text-decoration: none;
}
header .letras div a:hover {
	color: #000000;
	text-decoration: underline;
}
.pagina1 {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.pagina1.legal {
	height: auto !important;
	display: initial !important;
}
.pagina1.legal .slider {
    height: auto;
    min-height: 428.35px;
}

.slider {
	background-image: url("/imagenes/sliders/20191010105709-depositphotos_8343700_xl-2015-b.jpg");
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	flex-grow: 1;
	text-shadow: 1px 1px 10px #555555;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0px;
}
.slider .cajatexto {
	padding-left: 5%;
	padding-right: 5%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slider .titulo {
	font-size: 64px;
	font-weight: bold;
	text-shadow: 1px 1px 6px #555555;
}
.slider .texto {
	width: 50%;
	max-width: 400px;
	line-height: 28px;
	margin-top: 40px;
	font-size: 22px;
	text-shadow: 1px 1px 4px #555555;
}
.slider .buscador input, .slider .buscador button {
	box-shadow: 1px 1px 4px #555555;
}
.slider .banda {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	height: 140px;
	padding: 20px 5%;
	background-color: rgba(0,0,0,0.3);
}
.slider .banda .izq {
	align-self: center;
}
.slider .banda .buscador {
	margin-top: 0px;
}
.slider .banda .logos {
	text-align: right;
	background-color: unset;
}
.slider .banda .logos .logo img {
	height: 100%;
	margin-left: 60px;
}



.buscador {
	display: flex;
	width: 380px;
	margin-top: 40px;
}
.buscador input[type="text"], .buscador button[type="submit"] {
	border: 0px;
	font-weight: 100;
	box-sizing: border-box;
	padding: 8px;
	min-height: 45px;
}
.buscador input[type="text"] {
	flex-grow: 1;
	width: 100%;
	max-width: 280px;
	padding: 0 5px;
}
.buscador button[type="submit"] {
	display: block;
	width: 60px;
	min-width: 60px;
	background-color: #113146;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 24px;
}
.slider .logos {
	display: flex;
	justify-content: space-around;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
}
.slider .logos .logo {
	height: 80px;
}
.slider .logos .logo img {
	max-width: 240px;
	height: 80px;
	object-fit: contain;
}
.title-cat{ 
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 3%;
	padding: 10px 5% 0;
}
.ui-autocomplete{
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-autocomplete li{
	text-shadow: none !important;
}
.ui-autocomplete li:hover{
	width: auto !important;
}
.ui-menu .ui-menu-item {
	padding: 5px 1em 5px .4em;
}
/*.txt1 {
		font-size: 48pt;
		font-weight: bold;
		text-align: center;
	}
	.logox {
		padding: 60px 0;
		text-align: center;
	}
	.txt3 {
		text-align: center;
		line-height: 20px;
	}
	.proximamente {
		font-size: 24pt;
	}
	@media (max-width:800px) {
		body {
		}
		.txt1 {
			width: 100%;
			font-size: 32pt;
		}
		.logo {
			padding: 20px;
		}
		.logo img {
			max-width: 70%;
		}
		.txt3 {
			font-size: 0.5rem;
			line-height: 0.7rem;
		}
		.proximamente {
			font-size: 1.1rem;
		}
	}*/
.filaterminos {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 5% 40px 5%;
}
.filaterminos a:hover {
	text-decoration: none;
}
.filaterminos div {
	width: 26%;
	padding-top: 20px;
}
.filaterminos div.t {
	font-size: 32px;
	font-weight: bold;
	align-self: flex-end;
}
.filaterminos div.b div {
	width: 130px;
	background-color: #113146;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 25px;
	border-radius: 5px;
}
.filaterminos div p {
    margin-block-start: 0px !important;
}

.filalogos {
	display: flex;
	justify-content: space-around;
	background-color: #EEEEEE;
	padding: 80px 5% 40px 5%;
}
.filalogos .logo {
	width: 200px;
	height: 200px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.filalogos .logo img {
	width: 90%;
	height: 90%;
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
}
.botonesfilalogos {
	padding: 0 6.4% 40px 6.4%;
	background-color: #EEEEEE;
	text-align: right;
}
.botonesfilalogos .patrocinar {
	margin-left: 40px;
	background-color: #A6A6A6;
	color: #000000;
}


.filaterminos.ts2, .filaterminos.ts2 a, .filaterminos.ts2 a:visited, .filaterminos.ts2 a:hover {
	background-color: #113146;
	color: #FFFFFF;
}
.filaterminos.ts2 div.b div {
	background-color: #FFFFFF;
	color: #113146;
}
input[type="submit"], button {
	padding: 13px 20px;
	border-radius: 5px;
	border: 0px;
	color: #FFFFFF;
	background-color: #113146;
}
.filaempresa {
	display: flex;
	width: 95%;
	max-width: 1000px;
	margin: 40px auto;
	justify-content: space-between;
}
.filaempresa .logo {
	width: 40%;
}
.filaempresa .logo img {
	width: 100%;
	height: 100%;
	max-height: 330px;
	object-fit: contain;
}
.filaempresa .info {
	width: 50%;
}
.filaempresa .nombre {
	font-size: 42px;
	font-weight: bold;
}
.filaempresa .sector {
	font-size: 26px;
	margin-top: 20px;
	font-weight: bold;
}
.filaempresa .txt, .filaempresa .inversion, .filaempresa .establecimientos {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5;
}
.filaempresa .botones {
	text-align: right;
	margin-top: 10px;
}
.filaempresa button {
	margin-left: 10px;
}
.filaempresa button.video {
	background-color: #A6A6A6;
	color: #000000;
}
.diccionario {
	padding: 120px 10px 300px 10px;
	background-image: url("/imagenes/sliders/libro.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	line-height: 1.5;
}
.diccionario img {
	width: 50%;
	max-width: 400px;
	margin-bottom: 40px;
}
.terminosemana {
	margin: 40px auto;
	width: 95%;
	max-width: 1100px;
}
.terminosemana .top, .terminosemana .previos {
	display: flex;
	justify-content: space-between;
}
.terminosemana .top .titulo {
	font-size: 42px;
	font-weight: bold;
}
.terminosemana .top .titulo .subtitulo {
	font-size: 24px;
	margin-top: 30px;
}
.terminosemana .top .patrocinador img {
	width: 100%;
	max-width: 250px;
	max-height: 150px;
	object-fit: contain;
}
.terminosemana .txt {
	margin-top: 20px;
	line-height: 1.4;
}
.terminosemana .previos {
	margin-top: 30px;
}
.formulario {
	padding: 40px;
	color: #FFFFFF;
}
.formulario .top, .formulario .bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.formulario .top .txt {
	line-height: 1.5;
	margin-bottom: 20px;
}
.formulario .top .txt strong {
	display: block;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
}
.formulario .top div, .formulario .bottom div {
	width: 50%;
}
.formulario .top .campos {
	width: 40%;
}
.formulario .top .campos input[type="text"],
.formulario .top .campos input[type="email"], /*Agregado*/
.formulario .top .campos textarea {
	border: 4px solid #C8D0D8;
	width: 100%;
	margin-top: 15px;
	padding: 8px;
	box-sizing: border-box;
}
.formulario .top .campos input[type="text"]::first-line {
	margin-top: 10px;
}
.teapuntas {
	background-color: #6D6A6A;
}
.formulario .bottom img {
	width: 250px;
}
.formulario .boton {
	display: block;
	text-align: right;
}
.formulario .boton input {
	background-color: #A6A6A6;
	margin-top: 15px;
	width: 100px;
	color: #113146;
	font-weight: bold;
}
.colaborador .txt, .colaborador .botones {
	margin-top: 30px;
}
.libro {
	background-image: url("/imagenes/sliders/libro-fisico.jpg");
	background-size: cover;
	background-position: center;
	padding: 40px 0 30px 0;
}
.libro .txt {
	width: 30%;
	margin-left: 10%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}
.libro .txt strong {
	display: block;
	font-size: 42px;
	margin-bottom: 30px;
}
.libro .txt img {
	display: block;
	width: 120px;
	margin: 30px auto 0 auto;
}
.libro .txt a {
	color: #113146;
}
.terminossolidarios {
	background-image: url("/imagenes/terminos-solidarios.jpg");
	background-size: cover;
	background-position: center;
	padding: 160px 0 40px 0;
}
.terminossolidarios .txt {
	margin: 0 5% 0 auto;
	width: 40%;
	text-align: center;
}
.terminossolidarios .txt strong {
	display: block;
	font-size: 48px;
}
.terminossolidarios .txt strong:first-of-type {
	margin-bottom: 20px;
}
.terminossolidarios .txt span {
	display: block;
	font-family: Arial;
	font-size: 196px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.terminossolidarios .txt img {
	width: 250px;
	margin-top: 30px;
}
.bolas {
	padding: 60px 10%;
}
.bolas a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bolas .bola {
	display: flex;
	flex-direction: column;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
}
.bolas .top, .bolas .bottom {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.bolas .top .bola {
	background-color: #113146;
	width: 250px;
	height: 250px;
	padding: 25px;
	box-sizing: border-box;
}
.bolas .top .bola strong {
	font-size: 76px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bolas .bottom .bola {
	background-color: #A6A6A6;
	width: 200px;
	height: 200px;
}
.bolas .bottom .bola strong {
	font-size: 70px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.tudiras {
	background-color: #113146;
	padding-top: 80px;
	padding-bottom: 60px;
}
footer {
	margin: 0px 5% 60px 5%;
}
footer .fila {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
footer .buscador {
	margin-top: 0px;
	justify-content: flex-end;
}
footer .buscador input[type="text"] {
	border: 3px solid #C8D0D8;
}
footer .fila.top {
	margin-top: 60px;
	margin-bottom: 50px;
}
footer .fila.top .logo img {
	width: 300px;
}
footer .fila.middle {
	padding-bottom: 20px;
	border-bottom: 2px solid #113146;
}
footer .fila.middle .inside {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
footer .fila.bottom {
	margin: 40px auto 60px auto;
}
footer .fila.bottom i {
	border: 1px solid #000000;
	border-radius: 50%;
	padding: 5px;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 10px;
}
.fa-sync-alt.fa-sm{
    font-weight: inherit;
}		

.d-flex{
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;   
}
.justify-content-between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.align-items-center{
    -webkit-align-items: center;
    align-items: center;
}
.fs-35{
    font-size: 35px !important;
}
.refresh-estan-aqui{
    cursor: pointer;
}
header .mCSB_container{
    transition: unset !important;
}
header .mCSB_dragger{
    transition: unset !important;
}
header .categorias .mCSB_container,
header .ultimosterminos .mCSB_container,
header .muypronto .mCSB_container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 1000px){
    header .categorias .mCSB_container,
    header .ultimosterminos .mCSB_container,
    header .muypronto .mCSB_container{
        flex-direction: row;
        flex-wrap: wrap;
        flex-grow: 3;
    }

}
.mCustomScrollBox{
    width: 100% !important;
}
