@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500&family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('css/container.css');

/*--------------------ACTUAL --------------*/
@charset "utf-8";

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

Body {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size:14px;
	font-weight:400;
	color:#333;
	scrollbar-base-color: #f63;
	background-color:#fff;
}

h1, h2, h3 {
	font-weight:600;
	letter-spacing: 1px;
}

h1 {
	font-size:24px;
	line-height:2.8;
	text-align:center;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

hr {
	border-top: #b6b6b6 thin solid;;
	border-bottom: #fff thin solid;;
	margin-bottom: 14px;
	margin-top: 14px;
}

ul {
	margin-left:16px;
}

ul li {
	list-style-image: url(../gifes/ulli.gif);
	line-height:1.4;
	margin-bottom:4px;
}

img {
	max-width:100%;
	height:auto;
}

a { 
	font-weight:500;
	color:#2C87FF;
	text-decoration:none;
}

a:hover { 
	color:#AD0049;
}

b {
	font-weight:600;
}

p {
	line-height:1.6;
}

main {
	width:100%;
	max-width:1408px;
	margin: auto;
	background-color:#fff;
}

.principal {
	width:100%;
	max-width:1100px;
	margin: auto;
	opacity: 1;
	background-color:#c30/*#D3E8F5*/;
}

section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:100%;
	padding-top:16px;
}

.gris {
	background-color:#eee;
	border-bottom:#e0e0e0 3px solid;
	border-top:#e0e0e0 3px solid;
	padding: 16px 0;
	margin: auto;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin: 0 auto;
}

.col-1 {width: 8.333%}
.col-2 {width: 16.666%}
.col-3 {width: 25%}
.col-4 {width: 33.333%}
.col-5 {width: 41.666%}
.col-6 {width: 50%}
.col-7 {width: 58.333%}
.col-8 {width: 66.666%}
.col-9 {width: 75%}
.col-10 {width: 83.333%}
.col-11 {width: 91.666%}
.col-12 {width: 100%}

.salto {
	width:100%;
	display:block;
	height:32px;
}

/*--------------------------------------------------------HEADER----------------------------*/

header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	background-color:#4C586C;
}

header > .logotipo {
	text-align:center;
	width:40%;
	display:block;
}

header > img {
	width:100%;
	max-width:170px;
}

/*-------------------------------------------------------------------------------------------------------------------*/

menu {
	width: 60%;
	display: flex;
	align-items: center;
	text-align:center;
	margin:auto;
	border:# 4px dotted;
}

.navegacion {
	display: flex;
	align-items: center;
	text-align:center;
	margin:auto;
	border:# 4px dotted;
}

menu a {
	font-size:13px;
	font-weight:500;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	padding: 2px;
	padding-bottom:0;
	margin: 0 6px;
	border-bottom: #666 thin solid;
}

menu a:hover {
    color: #B8E451;
	border-bottom: #B8E451 thin solid;
}

/*---------------------------------------------------- CENTRAL ------------------*/

#central {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: space-around;
	width:100%;
	margin: 0;
	margin:12px;
}

#central .col-5, #central .col-7 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: space-around;
	padding:6px 0;

}

#central .col-5 {
	width:40%;
}

#central .col-7 {
	width:60%;
}

#central .goo-cuadro {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

#central .goo-busca {
	width: 100%;
	max-width: 350px;
	margin: 6px auto;
}



/*------------------------------------------------------------------- YOUTUBE -  BANNER ------------------*/

.bannertop {
	width:100%;
	height:60px;
	max-height:70px;
	text-align:center;
	margin:0 auto;
	background-color:#fff;
	display:block;
}

.banbajo {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	position: fixed;
	width: 100%;
	height:75px;
	left:50%;
	bottom:-75px;
	transform: translateX(-50%) translateY(-100%);
	max-width:1100px;
}

#bannerpie { 
	text-align:center;
	width:100%;
	height:90px;
	background-color: #333;
    background: linear-gradient(to right, #4C586C, #D4FF3A);
}

.banner { 
	font-size:.8rem;
	font-weight:300;
	color: #018FCA;
	background-color:#6666FF;
}

.enarticulo {
	margin:auto;
	background-color:#fff;
}

.youtubegrande {
	max-width:400px;
	margin:auto;
	overflow:hidden;
}

.youtubechico {
	display: none;
}

/*------------------------------------------------------------------- OTROS ------------------*/

.promoweb, .codigoqr {
	text-align:center;
	border:#ccc thin solid;
	border-radius:14px;
	padding:14px;
	padding-bottom:7px;
	margin: 0 auto;
	margin-bottom:21px;
	width:78%;
	max-width:880px;
}

.codigoqr {
	width:18%;
	max-width:280px;
}

.promoweb a,.codigoqr p {
	font-size:1.1rem;
	font-weight:600;
	color:#005881;
}

.promoweb a:hover {
	color:#AD0049;
}

/*------------------------------------------------------------------ FORMULARIO ------------------*/

#contacto {
	font-size:16px;
	font-weight:400;
	text-align:justify;
	line-height:1.6;
	border: #ddd thin solid;
	border-bottom: #ccc 5px solid;
	background-color:#fff;
	width:100%;
	max-width:800px;
	padding:16px;
	margin:auto;
}

.formulario {
	width:100%;
	padding-bottom: 14px;
	margin: 14px auto;
}

.formulario h2 {
	font-size: 1.2rem;
	text-indent:7px;
	margin-top:7px;
	margin-bottom:0;
}

input, textarea {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size:15px;
	color:#000;
	display: block;
	width: 100%;
	padding: 8px 12px;
	/*vertical-align: middle;*/
	margin-bottom:12px;
	border: #ddd thin solid;
	border-bottom: thin solid #009DBB;
	background-color:#f3f3f3;
}

#check {
	border-bottom: thin solid #D3D3D3;
	margin: 2px auto;
	margin-bottom:7px;
	background-color:#fff;
	vertical-align: middle;
}

#check p {
	font-size: 1rem;
	margin:8px;
	width:100%;
}

.check {
	font-family: 'Barlow Condensed', Verdana, sans-serif;
	font-size: 1.1rem;
	color:#000;
	text-align:center;
	padding:4px;
	margin: 6px auto;
	vertical-align: middle;
}

.checkbox {
	width:20px;
	height:20px;
	cursor: pointer;
	margin:0 auto 8px;
	display: inline-block;
}

.checkbox:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #ccc;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.g-recaptcha {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size:16px;
	font-weight: 600;
	color: #666;
	letter-spacing:2px;
	line-height:1.5;
	margin-bottom:0;
	width:120px;
	border-radius:8px;
	border: #666 thin solid;
	background: #f6f6f6;
	margin-top: 7px;
	cursor:pointer;
	transition: background .3s, color .3s;
}

.g-recaptcha:hover {
	color:#fff;
	border: #2C87FF thin solid;
	background: #2C87FF;
}

/*----------------------------------------------------------------------FOOTER----------------*/

footer {
	width:100%;
	border-top:#8F98A7 8px solid;
	padding-top:16px;
	background-color:#4C586C;
}

footer #box {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:100%;
	max-width:980px;
	margin: auto;
	padding-bottom:90px;
}

footer .enlace {
	width:24%;
	border-left:#fff thin solid;
}

footer .redes {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:2.6;
	text-align:left;
	width:8%;
}

footer .redes li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:800;
	color:#fff;
	margin: 0 auto;
}

footer .redart {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width:20%;
	text-align:center;
}

footer ul {
	margin-left:7px;
}

footer ul li {
	list-style-image:none;
}
.box .enlace, redes, redart, li	{
	list-style:none;
}

footer .enlace li a {
	font-size:14px;
	font-weight:400;
	color:#fff;
	letter-spacing:1px;
	text-align:left;
	margin-left:0;
}

footer .enlace li b {
	color: #FFFFCC;
	font-weight:600;
}
footer .enlace li b:hover {
	color: #D4FF3A;
}

footer .redes li a {
	color:#fff;
}

footer .redart li a {
	font-size:1.1rem;
	font-weight:800;
	color:#fff;
}

footer li a:hover {
	color:#D4FF3A;
}

@media screen and (max-width: 768px) {

header > .logotipo img {
	width:150px;
}

h1 {
	font-size:20px;
	text-align:center;
	text-indent:0;
	line-height:1.4;
	padding-left:0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	width:80%;
}

.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width:100%;
}

.retirar {
	display: none;
}

hr {
	margin-bottom: 6px;
	margin-top: 6px;
}

p { 
	font-size:15px;
	line-height:1.4;
}

.bannvertical, .iframe {
	display:none;
}

.sacar, fotgratis, #iframe, .codigoqr {
	display:none;
}

@media only screen and (max-width: 660px) {

h1, h2, h3 {
	letter-spacing:0;
	line-height:1.5;
}

h1 {
	font-size:18px;
	margin-right:0;
}

h3 {
	font-size:16px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	width:100%;
	padding:7px;
}

header	{
	justify-content:column;
	align-items:column;
	width:100%;
	padding-top:0;
	margin:0;
}

header .logotipo {
	width:100%;
	padding:0;
}

#central {
	display:none;
}

/*---------------------------------------------------------------- MENU ARRIBA -------------------------------------------*/

menu {
	width: 100%;
}

.navegacion {
	display: flex;
	align-items: center;
	text-align:center;
	margin:auto;
	border:# 4px dotted;
}

menu a {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:500;
	padding: 4px 0 2px;
	margin: 0 4px;
}

/*---------------------------------------------------------------------- FORMULARIO -------------------------*/

.formulario{
	margin-top:16px;
}

input, textarea, select {
	font-size:14px;
	padding: 4px;
	margin-bottom: 5px;
}

.boton {
	font-size:18px;
	letter-spacing:1px;
	line-height:1.6;
	width:70%;
}

.g-recaptcha {
	font-size:20px;
	letter-spacing:1px;
	line-height:1.6;
	width:70%;
}

/*----------------------------------------------------------------------------------FOOTER----------------*/

footer {
	padding-top:7px;
	border-top:#999 3px solid;
}

footer #box {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	justify-content:space-around;
	align-items: stretch;
	width:99%;
	margin: 0 auto;
}

footer .enlace {
	width:33.3%;
	margin-bottom:7px;
}

footer .enlace ul {
	margin-left:3px;
}
footer .enlace li a {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-size:.9rem;
	letter-spacing:0;
	line-height:2;
}

footer .redes {
	width:50%;
	text-align:center;
}

footer .redes ul {
	width:100%;
}

footer .redes li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:.9rem;
	font-weight:800;
	color:#fff;
	line-height:2;
	margin:auto 8px;
}

footer .redart {
	width:50%;
}

/*------------------------------------------------------------------- YOUTUBE - BANNER ------------------*/

.youtubegrande {
	display:none;
}

.youtubechico {
	margin:auto;
	width:320px;
	display: block;
}

.goo-cuadro {
	width:94%;
	max-width:320px;
	display: block;
}


.enarticulo { 
	box-shadow:none;
	margin:0;
}

.banbajo {
	/*width: 100%;
	left:0%;
	transform: translateY(-100%);*/
	display:none;
}

.salto {
	width:100%;
	display:block;
	height:12px;
}

/*------------------------------------------------------------------------------------------*/

.promoweb {
	font-size:1rem;
	border:none;
	border-bottom:#666 thin solid;
	border-top:#666 thin solid;
	border-radius:0;
	padding:4px;
	margin:14px auto;
	width:100%;
}

.sacar {
	display: none;
}
}