﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts2/icomoon.eot?i8axts');
	src:url('../fonts2/icomoon.eot?#iefixi8axts') format('embedded-opentype'),
		url('../fonts2/icomoon.woff?i8axts') format('woff'),
		url('../fonts2/icomoon.ttf?i8axts') format('truetype'),
		url('../fonts2/icomoon.svg?i8axts#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
	text-align: center;

	content: "\e9bd";
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts3/icomoon.eot?1yzvav');
  src:  url('../fonts3/icomoon.eot?1yzvav#iefix') format('embedded-opentype'),
    url('../fonts3/icomoon.ttf?1yzvav') format('truetype'),
    url('../fonts3/icomoon.woff?1yzvav') format('woff'),
    url('../fonts3/icomoon.svg?1yzvav#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-entrega:before {
  content: "\e9b0";
}



body{
	font-family:arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
}

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}


#garantia{
	position: absolute;
	top: 80px;
	right: 0;
}

#cintillo{
	background: #0059A9;
	width: 100%;
	height: 5px;
}

#cintillo-conten{
	background: #0059A9;
	width: 1100px;
	height: 5px;
	margin: 0px auto;
}

#menu-ayuda{
	border: 1px solid red;
	width: 100%;
	height: 80px;
}

#menu{
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;

	box-shadow: 0 5px 10px #000000;
}

nav{
	border:0px solid red;
	width: 1100px;
	height: 80px;
	margin: 0px auto;
}

nav h2{
	width: 300px;
	text-align: center;
	font-size: 30px;
	color: #0059A9;
	float: left;
	margin: 7px 0 0 0;
}

nav ul{
	border: 0px solid green;
	float: right;
}

nav ul li{
	float: left;
}

nav ul li a{
	text-decoration: none;
	color: black;	
}

.menu{
	border: 0px solid red;
	width: 132px;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	text-align: center;
	padding: 27px 0;
	float: left;
}

#guia{
	border: 0px solid red;
	padding: 6px 0;
}

.menu:hover, .activo{
	text-decoration: underline;
	color: #0059A9;
	font-weight: bold;
}

.diferente{
	padding: 17px 0;
}

#menu-responsive{
	border: 0px solid red;
	width: 95px;
	height: 100%;
	text-align: center;
	font-size: 26px;
	float: right;
	padding: 10px;
	cursor: pointer;
	display: none;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#menur{
	border: 0px solid red;
	background:#0059a9;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	padding-bottom: 10px;

	display: none;
}

#menur a{
	color: white;
	text-decoration: none;
}

.menur{
	border-top: 1px dotted white;
	font-size: 18px;
	padding: 6px 0;
}

.menur:hover{
	background-color: #003e76;
}

#menusr{
	width: 100%;
}

.menusr{
	border-top: 1px dotted white;
	background: #ec793f;
	color: white;
	font-size: 14px;
	padding: 3px 0;

	text-shadow:3px 3px 10px #000;
}

#efecto{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#wrapP{
	width: 1100px;
	margin:0px auto;
}

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin:20px 0 0 0;
}

.titulo-pestana{
	width: 100%;
	font-size: 25px;
	color: red;
	text-align: center;
}

#politica{
	border: 1px dotted red;
	background: #f7f7f7;
	position: relative;
	width: 100%;
	color: red;
	text-align: justify;
	line-height: 30px;
	font-size: 22px;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#politica img{
	position: absolute;
	top: -10px;
	right: 0;
}

.banner{
	background:#0059A9;
	width: 100%;
	color: white;
	font-size: 30px;
	text-align: center;
	float: left;
	padding: 10px 0;
	margin: 40px 0 0 0;
}

#marcas{
	border: 0px solid red;
	float: left;
}

#marcas img{
	float: left;
	margin: 0 24px 0 0;
}

#aviso{
	background: #f7f7f7;
	width: 100%;
	word-spacing: 7px;
	font-size: 25px;
	text-align: center;	
	color: red;
	padding: 10px 0;
	margin: 0px 0 20px 0;
	float: left;
}

#aviso span{
	color: black;
	font-weight: bold;
}


#covid{
	background: #d3d9d0;
	width: 100%;
	color: green;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 12px 0;
}
.importante{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}


.anuncio{
	border-bottom: 2px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: blue;
	font-weight: bold;
	float: left;
	margin: 0 0 10px;
	padding: 12px 0;
}


.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	float: left;
	margin: 3px 0 20px 0;
}

.iva{
	border: 0px solid red;
	width: 100%;
	color: green;
	float: left;
	margin: 15px 0 20px 0;
}




.medios{
	width: 100%;
	float: left;
}
.medios-conten{
	width: 900px;
	margin: 0 auto;
}
.medios-conten img{
	width: 100%;
}




.titulo{
	width: 100%;
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	margin: 0 0 30px 0;
	float: left;
}

h2{
	text-align: center;
	color: #0059A9;
	font-size: 24px;
	margin-top: 30px;
}

.mitad{
	width: 50%;
	font-size: 24px;
	text-align: center;
	float: left;
}

.mitad img{
	height: 350px;
}


.video{
	width: 40%;
	margin: 0 5% 30px;
	float: left;
}

.video strong{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	color: blue;
	float: left;
}
.video span{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	float: left;
}
.videito{
	position: relative;
	width: 100%;
	float: left;
}
.video iframe{
	width: 100%;
	height: 300px;
}



footer{
	background: #ddd;
	width: 100%;
	height: 400px;
	float: left;
}

#footer-conten{
	width: 1100px;
	height: 400px;
	margin:0px auto;
}

.seccion-footer{
	border: 0px solid white;
	width: 49%;
	float: left;
	padding: 10px;
	margin: 10px 0 0 0;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

.titulo-seccion-footer{
	text-align: center;
	font-weight: bold;
}

.desarrollo-seccion-footer{
	font-size: 15px;
	line-height: 21px;
	padding: 10px;

	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */
}

#cintillo-pie{
	background: black;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#cintillo-pie-conten{
	background: black;
	width: 1100px;
	color: white;
	margin: 0px auto;
	padding: 10px 0;
}

#cintillo-pie-conten a{
	color: white;
	text-decoration: none;
}

#cintillo-pie-conten a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1100px){
	#garantia{
		display: none;
	}

	#cintillo-conten{width: 100%;}

	nav{
		border: 0px solid red;
		width: 100%;
	}

	nav h2{
		width: 250px;
	}

	nav ul{
		display: none;
	}

	#menu-responsive{
		display: block;
	}

	#efecto{
		width: 100%;
		float: left;
	}


	#wrapP, #pagina{
		border: 0px solid red;
		width: 100%;
	}

	.contenido{
		border:0px solid red !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.imagen-innecesaria{
		display: none;
	}

	footer{
		border: 0px solid red;
		height: auto;
	}

	#footer-conten{
		width: 100%;
		height: auto;
	}

	#cintillo-pie-conten{
		width: 100%;
		height: auto !important;
	}

	#cintillo-pie-conten span{
		border: 0px solid red;
		width: 100%;
		text-align: center;
	}

	#cintillo-pie{
		height: auto;
	}
}

@media screen and (max-width: 900px){
	.medios-conten{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	.d800{display: none;}
	.desarrollo-seccion-footer{
		border: 0px solid red;
		width: 100% !important;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 400px){
	#marcas img{
		margin-right: 0;
	}
}