@charset "utf-8";


body {
	font-family: "Roboto Condensed", sans-serif;
	margin: 0px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#flotante {
	position: fixed;
	z-index: 99;
	top: 0px;
	right: 0px;
	margin-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width:620px) { 
#flotante {
	margin-top: 5px;
}
}
#flotante ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#flotante li {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#flotante li img {
	margin:10px;
	float: left;
}
@media only screen and (max-width:620px) { 
#flotante li img {
	margin-right: 0px;
}
}
#flotante ul li a{
	display: block;
	background-color: #333;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
	text-decoration: none;
	height: 50px;
	line-height: 50px	
}
#flotante ul li a:hover {
	padding-right: 20px;
}
#flotante ul li span {
	font-size: 1px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	color: #6C97C6;
}
#flotante ul li:hover span{
	font-size: 17px;
	visibility:visible;
	opacity: 1;
	color:#FFF;
}
@media only screen and (max-width:620px) { 
#flotante ul li a{
	height:34px;
	line-height:34px
}
#flotante li img {
	margin: 7px;
	width:20px
}
}
.caja1100{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media only screen and (max-width:620px) { 
.caja1100{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
}
#cabecera {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99;
	min-width:1100px;
	background: rgba(255, 255, 255, .8);
}
#cabecera .logo{
	margin-top: 10px;
	/* filter: drop-shadow(0 0 0.1rem #000); */
	margin-bottom: 10px;
	margin-left: 20px
}
#cabecera .telefono {
	float: right;
	padding-top: 70px;
	font-size: 25px;
	padding-right: 80px
}
#cabecera .telefono a{
	color: #999999;
	text-decoration: none;
}
#cabecera .telefono a:hover{
	color: #315090;
}

@media only screen and (max-width:620px) { 
#cabecera {
	min-width:0px;
	text-align: center
}
#cabecera .logo{
	margin: 10px;
	max-width: 250px;
	width: 80%
}
#cabecera .telefono {
	float: none;
	padding-top: 0px;
	font-size: 22px;
	padding: 10px;
	border-top: 1px solid #CCC
}
}
#slogan  {
	color: #FFF;
	line-height: 45px;
	padding-top: 30px;
	font-size: 35px;
	text-align: center;
	padding-bottom: 30px;
	background-color: #335a8c;
}
#slogan  .texto{
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
@media only screen and (max-width:620px) { 
#slogan  {
	line-height: 35px;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
}
}
#empresa {
	background-color: #F2F2F2;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#empresa .cajatxt1 {
	font-size: 25px;
	line-height: 30px;
	color: #666;
}
#empresa .cajatxt2 {
	font-size: 20px;
	line-height: 25px;
	padding-top: 20px;
	color: #666;
}
@media only screen and (max-width:620px) {
#empresa {
	font-size: 22px;
	text-align: center;
} 
}
#productos {
	clear: both;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 1%;
	padding-left: 1%;
}
.bloque_producto {
	background-color: #F2F2F2;
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	height: 550px;
	margin-bottom: 30px; 
	border-radius: 10px;
	position: relative
}
@media only screen and (max-width:620px) { 
.bloque_producto {
	float: none;
	max-width: 330px;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
}
.bloque_producto .caja_foto {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}
.bloque_producto .caja_foto .foto {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}
.bloque_producto div.caja_foto:hover .hover {
	display: block;
}
.bloque_producto .caja_foto .hover {
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}
.bloque_producto .titulo  {
	font-size: 25px;
	color: #315090;
	padding: 15px;
	line-height: 30px
}
.bloque_producto .texto  {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.bloque_producto .bt_mas_margen  {
	height: 40px;
}
.bloque_producto .bt_mas {
		color: #FFF;
	text-decoration: none;
	background-color: #387c9d;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	position:absolute;
	bottom: 0;
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
}
.bloque_producto div.bt_mas:hover {
	background-color: #666;
	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
#pie {
	background-color: #333;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 25px;
}
#pie .bloque_der{
	float: left;
	width: 600px;
}
#pie .logo_pie {
	max-width: 300px;
	display: block;
	margin-bottom: 50px
}
#pie .bloque_der iframe{
	height: 200px;
	width: 600px;
	display: block;
	margin-top: 50px
}
#pie .facebook {
	float:right;
}
#pie .copy {
	text-align: center;
	clear: both;
	padding-top: 50px;
}
#pie a {
	color: #FFF;
	text-decoration: none
}
#pie a:hover {
	text-decoration: underline
}
@media only screen and (max-width:620px) { 
#pie {
	text-align: center;
}	
#pie .bloque_der{
	float: none;
	width: 100%;
}
#pie .logo_pie {
	width: 80%;
	margin-left: auto;
	margin-right: auto
}
#pie .bloque_der iframe{
	width: 100%;
}
#pie .facebook  {
	display: none;
}
}
.margen_superior  {
	height: 130px
}
@media only screen and (max-width:620px) { 
.margen_superior  {
	height: 145px
}
}
.contenido  {
	padding-bottom: 50px;
	padding-top: 50px;
}
.contenido  .seccion {
	padding-bottom: 30px;
	padding-top: 0px;
	color: #335a8c;
	font-size: 27px;
	line-height: 32px
}
.bloque_cookie {
	margin-bottom: 30px
}
.titulo_cookie {
	color: #335a8c;
	font-size: 20px;
	padding-bottom: 10px
}
.bt_guardar {
 	background-color: #335a8c;
	font-family: "Roboto Condensed", sans-serif;
	color: #FFF;
	border:none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	border-radius: 10px;
	cursor: pointer
}