﻿body{
	font-family: 'Source Sans Pro', sans-serif !important;
}


#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;
}

.cabecera{
	padding: 20px 0;
}

.logotipo{
	width: 100%;
}

nav{
	margin: 20px 0 0 0;
}

.menu-r{
	width: 100%;
	cursor: pointer;
	display: none;
	margin: 20px 0 0 0;
}

nav a:hover{
	text-decoration: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	width: 24%;
	margin-left: 1%;
	display: inline-block;
}

.menu, .menu-r{
	background: #189cd2;
	color: white;
	text-align: center;
	padding: 10px 0;

	border-radius: 5px;
}

.menu:hover, .activo, .menu-r:hover{
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}


.datos{
	margin: 30px 0 0 0;
}
.datos span{
	width: 33.33%;
	font-size: 20px;
	text-align: center;
	float: left;
}
.datos span img{
	width: 35px;
}


.efecto{
	padding: 0;
}

.marcas{
	padding-top: 100px;
	padding-bottom: 100px;
}


.cir{
	background: #189cd2;
	background: #014aad;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cir img{
	border: 1px solid black;
	width: 70%;

	border-radius: 50%;
}

.titulo{
	text-align: center;
	font-size: 40px;
	margin: 0 0 30px 0;
}
.blanco{
	color: white;
	font-weight: bold;
}

.circulo{
	border: 5px solid white;
	width: 100%;
	height: 255px;
	text-align:  center;
	color: white;
	font-size: 23px;
	display: inline-block;

	border-radius: 50%;
}

.circulo span{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	text-shadow: 6px 6px 6px black;
	margin: 100px 0 0 0;
	float: left;
}

.cir1{
	background: url(../images/cir1.jpg) no-repeat center center;
	background-size: cover;
}
.cir2{
	background: url(../images/cir2.jpg) no-repeat center center;
	background-size: cover;
}
.cir3{
	background: url(../images/cir3.jpg) no-repeat center center;
	background-size: cover;
}
.cir4{
	background: url(../images/cir4.png) no-repeat center center;
	background-size: cover;
}

.cuadros{
	padding-top: 20px;
	padding-bottom: 20px;
}

.cuadro-texto{
	background: #010d26;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 70px 20px;
}
.cuadro-texto strong{
	font-size: 25px;
	text-shadow: 3px 3px 3px black;
}


.imagen1{
	background: url(../images/i1.jpg) no-repeat center center;
	background-size: cover;
}
.imagen2{
	background: url(../images/i2.jpg) no-repeat center center;
	background-size: cover;
}
.imagen3{
	background: url(../images/3.webp) no-repeat center center;
	background-size: cover;
}
.imagen4{
	background: url(../images/4.webp) no-repeat center center;
	background-size: cover;
}


.categorias{
	background: url(../images/fondo-gris.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}



.card-title{
	text-align: center;
	font-size: 28px;
	color: #189cd2;
}


.s{
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
.titulo-s{
	width: 50%;
	text-align: center;
	font-size: 30px;
	float: left;
	margin: 110px 0 0 0;
}

.circulo-s{
	width: 50%;
	float: left;
	overflow: hidden;

	border-radius: 50%;
}
.circulo-s img{
	width: 100%;
}

.imagen{
	width: 48%;
	height: 300px;
	display: inline-block;
	margin: 0 0 20px 0;

	overflow: hidden;
}



.pie{
	background: #189cd2;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 0;
}



footer{
	position: relative;
	background: black;
}

.fondo-azul{
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(1, 13, 38, 0.6);
	width: 100%;
	height: 100%;
}

.seccion-footer{
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding:20px 0;
}

.seccion-footer strong{
	width: 100%;
	font-size: 25px;
	float: left;
	margin: 0 0 40px 0;
}

.seccion-footer a{
	color: white;
}


@media screen and (max-width:992px){
	.d992{
		display: none;
	}
	.datos span{
		border: 0px solid red;
		width: 50%;
	}
	.g{
		width: 50% !important;
		text-align: center;
	}
}
@media screen and (max-width:800px){
	.circulo{
		width: 400px;
		height: 400px;
	}
}

@media screen and (max-width:600px){
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
		margin: 0 0 5px 0;
	}
	.seccion-footer{
		padding: 50px 0 0 0 !important;
	}
	.circulo{
		width: 300px;
		height: 300px;
	}
	.logotipo{
		width: 80%;
		margin: 0 10%;
	}
}