@font-face {
    font-family: 'avenir_next_condensed';
    src: url('../fonts/AvenirNextCondensed-Regular.eot');
    src: url('../fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirNextCondensed-Regular.woff') format('woff'),
         url('../fonts/AvenirNextCondensed-Regular.ttf') format('truetype'),
         url('../fonts/AvenirNextCondensed-Regular.svg#avenir_next_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'avenir_next_condensed', Helvetica, sans-serif !important;
	color: #333;
	margin: 0 auto ;
}

ol,ul {
	list-style:none outside none;
}

p {
	font-size: 1.2em;
  text-align : justify;
}

/*CABECERA*/
#menu {
	background: #fff;
	border: none;
	text-transform: uppercase;
	padding: 20px 30px 10px 15px;
	border-bottom: 10px solid #00a3d4;
}

#menu .navbar-brand {
	width: 80px;
	height: 80px;
	padding: 2px 10px 0 10px;
}

#menu .navbar-brand img {
	width: 250px;
}

#menu_principal .navbar-nav li a{
	font-size: 1.3em;
	border-top: 2px solid #00a3d4;
	padding: 3px 0 0 0;
	margin: 25px 20px 10px 9px;
	letter-spacing: 2px;
}
#menu_principal .navbar-nav li:nth-of-type(2) a {
	border-color: #df0684;
}
#menu_principal .navbar-nav li:nth-of-type(3) a {
	border-color: #3c2998;
}
#menu_principal .navbar-nav li:nth-of-type(4) a {
	border-color: #fac900;
}
#menu_principal .navbar-nav li:nth-of-type(6) a {
	border-color: #df0684;
}
#menu_principal .navbar-nav li:nth-of-type(7) a {
	border-color: #3c2998;
}

.container-fluid #portada {
	background: url(../img/portada.jpg) top center no-repeat fixed;
	background-size: cover;
	/*height: 500px;*/
	margin-top: 115px;
	padding: 220px 0;
	color: #fff;
	text-align: center;
}
#portada .col-md-12 {
	font-size: 3em;
	font-weight: 600;
	padding-top: 80px;
}
p.eslogan {

}
/*TÍTULOS SECCIONES*/
section> .row {
	padding: 50px 0 60px 0;
}
.encabezado {
	background-color: #ebecec;
	display: block;
	text-align: center;
	color: #999;
}

.encabezado h3 {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1px;
	position: absolute;
    left: 15%;
	color: #666;
	padding: 0;
}

.encabezado .titulo {
    margin-bottom: -60px;
}

.circulo  {
    width: 85px;
    height: 85px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #df0684;
	/*margin-left: 133px;*/
	margin-bottom: -60px;
	margin-left: 103px;
}
#azul {
	background: #3c2998;
}
#amarillo {
	background: #fac900;
}
#cian {
	background: #3c2998;
}

.inicial {
	color: #fff;
	font-size: 50px;
	letter-spacing: 8px;
}

.logotipo {
	width: 15%;
	position: absolute;
    right: 15%;
	padding: 7px 0;
}
/*BLOQUE SOMOS*/
#somos {
	padding-top: 115px;
}
#contenido_somos {
	padding: 60px 0;
}
#contenido_somos li a {
	display: block;
    text-decoration: none;
	text-transform: uppercase;
	color: #777;
	font-size: 18px;
	letter-spacing: 2px;
	border-top: solid 2px #00a3d4;
	padding: 3px 0 20px 0;
}
#contenido_somos li a:hover {
	font-weight: 600;
	color: #666;
}
#contenido_somos li:nth-of-type(1) a {
	padding-right: 72px;
}
#contenido_somos li:nth-of-type(2) a {
	border-color: #fac900;
	padding-right: 72px;
}
#contenido_somos li:nth-of-type(3) a {
	border-color: #df0684;
	padding-right: 123px;
}

#contenido_somos ul {
	padding-left: 0;
}
#contenido_somos li {
	margin-top: 15px;
	line-height: 22px;
	padding: 0 290px 0 0;
}

#contenido_somos p {
	padding-right: 15px;
	font-size: 1.2em;
}

#galeria {
	padding-bottom: 60px;
}

/*BLOQUE PRODUCTOS*/
#productos {
	padding-top: 115px;
}
#contenido_productos {
	padding-top: 80px;
}

#contenido_productos li a {
	display: block;
    text-decoration: none;
	text-transform: uppercase;
	color: #777;
	font-size: 18px;
	letter-spacing: 2px;
	border-top: solid 2px #ebecec;
	padding: 3px 0 20px 0;
}

#contenido_productos li a:hover {
	font-weight: 600;
	color: #666;
}
#contenido_productos li .rosa {
	border-top: solid 2px #df0684;
}
#contenido_productos li .cian {
	border-top: solid 2px #00a3d4;
}
#contenido_productos li .amarillo {
	border-top: solid 2px #fac900;
}
#contenido_productos li .azul {
	border-top: solid 2px #3c2998;
}

#contenido_productos ul {
	padding-left: 0;
}
#contenido_productos li {
	margin-top: 15px;
	padding: 0 140px 0 0;
}

#contenido_productos p {
	width: 80%;
	padding-right: 15px;
	font-size: 1.2em;
}

#categorias {
	padding-top: 60px;
}
.categorias_fila {
	text-align: center;
	padding: 10px 0;
}

.col-md-4 {
	padding: 20px 20px;
}
.col-md-4 img {
	border: solid 1px #9d9e9e;
}

#contenido_productos .subtitulo {
	text-transform: uppercase;
}
#contenido_productos h2 {
	font-size: 1.5em;
	border-bottom: dotted 1px #9d9e9e;
	margin: 25px 0;
	margin-right: 150px;
}
#contenido_productos .italica {
	font-style: italic;
}
.col-md-8 {
	padding-right: 100px;
}
/*BLOQUE OFERTAS*/
#ofertas {
	padding-top: 115px;
}
#contenido_ofertas {
	padding-top: 60px;
}

/*BLOQUE NOTICIAS*/
#noticias {
	padding-top: 115px;
}
#contenido_noticias {
	padding: 40px 0;
}

#contenido_noticias h5 {
	text-transform: uppercase;
	color: #777;
	font-size: 18px;
	letter-spacing: 2px;
}
#contenido_noticias p {
	padding-right: 15px;
	font-size: 1.2em;
}
/*BLOQUE CONTACTO*/
#contacto {
	padding-top: 115px;
}
#contenido_contacto {
	padding: 60px 0;
}
#contenido_contacto .formulario .col-md-12{
	background-color: rgba(235,236,236,1);
	color: #fff;
	text-align: center;
	width: 60%;
	padding: 30px 30px;
	width: fit-content
}

#contenido_contacto .formulario {
	margin: 50px 0;
}

#contenido_contacto .fila_boton {
	text-align: right;
}

#contenido_contacto .caja_separar{
	margin-top: 10px;
}

##contenido_contacto form {
	margin-top: 30px;
}

.fila_boton .btn-danger {
	background-color: #00a3d4;
	border: none;
}

.fila_boton .btn-danger:hover {
	background-color: #fac900;
}

.row .datos{
	background: rgba(233,229,220,0.5);
	border-radius: 5px;
	border: solid 1px #9d9e9e;
	padding: 40px 0;
}

.datos h1 {
	font-size: 1.3em;
	color: #666;
	padding-left: 25px;
	text-transform: uppercase;
}

.datos p {
	font-size: 1.2em;
	line-height: 24px;
	text-align: left;
	color: #666;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 50%;
	float: left;
}

iframe {
	border:solid 1px #9d9e9e;
	border-radius: 5px;
	background: rgba(233,229,220,0.5);
	padding: 10px 10px;
}

/*BLOQUE SUBPORTADA*/
.container-fluid #subportada {
	background: url(../img/subportada.jpg) top center no-repeat;
	background-size: cover;
	padding: 150px 0;
	color: #fff;
	text-align: left;
	border-top: 10px solid #00a3d4;
}

/*BLOQUE PREGUNTAS FRECUENTES*/
#preguntas {
	padding-top: 115px;
}

#contenido_preguntas {
	padding: 80px 0;
}

/*BLOQUE AVISO LEGAL*/
#aviso {
	padding-top: 115px;
}

#contenido_aviso {
	padding: 80px 0;
}

/*BLOQUE PIE*/
#pie .row {
	background: #3c2998;
	color: #999;
	text-align: center;
	font-size: 0.9em;
}

#pie .columna_pie {
	padding: 40px 0 20px 0;
}

#pie .columna_pie:last-of-type {
	background: #352d6d;
}

#pie .columna_pie div {
	margin-bottom: 20px;
}

#pie .columna_pie p {
	padding: 10px 0;
}

#pie .columna_pie a{
	text-decoration: none;
	color: #999;
}

.aviso {
	color: #999;
}

@media only screen and (max-width: 768px) {
	.container-fluid #portada {
		background-image: url(../img/portada-tablet.jpg);
    }
	.container-fluid #subportada {
		background-image: url(../img/subportada-tablet.jpg);
	}
	.circulo  {
		width: 75px;
		height: 75px;
		margin-bottom: -80px;
		margin-left: 51px;
	}
	.logotipo {
		width: 25%;
		right: 10%;
		padding: 37px 0;
	}
	#contenido_contacto .formulario .col-md-12{
	width: 100%;
	}
	#contenido_contacto .row .datos {
		padding: 0;
	}
	.datos p {
		width: 50%;
		padding: 30px;
	}
	.datos {
		margin: 20px 15px;
	}
}
@media only screen and (max-width: 480px) {
	.container-fluid #portada {
		background-image: url(../img/portada-movil.jpg);
    }
	.container-fluid #subportada {
		background-image: url(../img/subportada-movil.jpg);
	}
	#contenido_productos h2 {
		margin-right: 0;
	}
}
