﻿/*Fonts*/
@font-face {
	font-family: 'bold';
	src: url('font/raleway-bold.eot');
	src: url('font/raleway-bold.eot?#iefix') format('embedded-opentype'),
	     url('font/raleway-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'normal';
	src: url('font/raleway-regular.eot');
	src: url('font/raleway-regular.eot?#iefix') format('embedded-opentype'),
	     url('font/raleway-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'light';
	src: url('font/raleway-extralight.eot');
	src: url('font/raleway-extralight.eot?#iefix') format('embedded-opentype'),
	     url('font/raleway-extralight.ttf') format('truetype');
}

@font-face {
    font-family: 'bebasregular';
    src: url('font/bebas___.eot');
    src: url('font/bebas___.eot?#iefix') format('embedded-opentype'),
         url('font/bebas___.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------ */
/* Fin de Reset
/* ------------------------------------------------------------------ */


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


img {
	width: 100%;
	height: auto;
	display: block;
}

h1{
	font-size: 4em;
}


h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   margin: 0;
}

h2{
   	font-family: 'normal';
   	font-size: 2.5em;
   	line-height: 1.2em;
}

h3 {
    font-family: 'normal';
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 1.5em;
}

p, textarea, input {
	margin: 0;
	font-size: 1em;
	font-family: 'normal';
	color: #655f61;
	line-height: 1.7em;
}

a{
	text-decoration: none;
}

.separador{
	clear: both;
}

button { cursor: pointer;}

textarea { resize:none; }

img { border:none;}

h1,h2,h3,h4,h5,h6 { 
  font-weight: normal;
}

* {box-sizing:border-box;}

h1,h2,h3,h4,h5,h6,p,a,table,span { user-select: text; }
/********/

/*****/


/*Generales, reutilizables*/

.mt50 {margin-top: 50px !important;}
.pt50 {padding-top: 50px !important;}
.gris10 {background-color:#F5F5F5;}
.h600 {height: 600px;}

.contenedor {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

.contenido {
	padding-bottom: 5%;
	overflow: hidden;
	width: 100%;
}

.wrap {
	width: 98%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.wrap-500 {
	width: 98%;
	max-width: 500px;
	margin: auto;
	position: relative;
}

.wrap-1000 {
	width: 98%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}


.col-2 { width: 50%; float: left;}
.col-3 {width: 33.33333%; float: left;}

.pr10 {padding-right: 10px;}
.pl10	{padding-left: 10px;}

.t-r{ text-align: right;}
.t-c {text-align: center;}



/*Estilos principal//////////////////////////*/


/* ------------------------------------------------------------------ */
/* Boton scroll top
/* ------------------------------------------------------------------ */
.ir-arriba {
	padding: 20px;
	display: inline-block;
	background: #42ae4d;
	border: #42ae4d solid 1px;
	color: #fff;
	position: fixed;
	font-size: 20px;
	bottom: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
	transition:all 0.3s linear;
	z-index: 100;
}

.ir-arriba:hover {
	padding: 20px;
	display: inline-block;
	background: #fff;
	border: #42ae4d solid 1px;
	color: #42ae4d;
	position: fixed;
	font-size: 20px;
	bottom: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
	transition:all 0.3s linear;
}

/* ------------------------------------------------------------------ */
/*  menu top / esto es la flecha que lleva a la primera seccion
/* ------------------------------------------------------------------ */

.menu-top {
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 15px;
    border: #141414 solid 1px;
	font-size: 1.8em;
	color: #141414;
	text-decoration: none;
	transition: all .5s ease-in-out;
	z-index: 5;
} 

.menu-top:hover {
	border: #000 solid 1px;
	font-size: 1.8em;
	color: #000;
	text-decoration: none;
	background: #fff;
} 

/* ------------------------------------------------------------------ */
/*  Botones
/* ------------------------------------------------------------------ */

.boton{
	border: #fff solid 1px;
	padding-top: 20px;
	padding-bottom: 14px;
	font-family: 'bebasregular';
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 300px;
	display: block;
	transition:all 0.3s linear;
	text-transform:uppercase;
	letter-spacing:2px;
}

.boton:hover{
	border: #fff solid 1px;
	background: rgba(255, 255, 255 ,0.4); 
	color: #fff;
	text-align: center;
	width: 300px;
	display: block;
	transition:all 0.3s linear;
}

.boton-negro{
	border: #141414 solid 1px;
	padding-top: 20px;
	padding-bottom: 14px;
	font-family: 'bebasregular';
    color: #141414;
	text-align: center;
	width: 300px;
	display: block;
	transition:all 0.3s linear;
	text-transform:uppercase;
	letter-spacing:2px;
}

.boton-negro:hover{
	border: #141414 solid 1px;
	background: rgba(0, 0, 0 ,0.4); 
	color: #141414;
	text-align: center;
	width: 300px;
	display: block;
	transition:all 0.3s linear;
}


/* ------------------------------------------------------------------ */
/*  parallax
/* ------------------------------------------------------------------ */

#inicio, #nosotros, #articulo, #servicios{
	width: 100%;
	position: relative;
}

/* ------------------------------------------------------------------ */
/*  Contenedor full inicio
/* ------------------------------------------------------------------ */
#inicio {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#inicio video {
	width: 100%;
}

#inicio p {
  text-align: center;
  font-family: 'bebasregular';
  font-size: 25px;
  color: white;
  letter-spacing: 7px;
  border-bottom: solid 1px white;
  margin-top: 20px;
}

#inicio:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    background: rgba(66,174,77,1);
	background: -moz-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(66,174,77,1)), color-stop(100%, rgba(250,227,23,1)));
	background: -webkit-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: linear-gradient(135deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ae4d', endColorstr='#fae317', GradientType=1 );
    opacity: 0.5;
    z-index: 2;
}

.logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 95%;
	max-width: 450px;
	text-align: center;
}

.logo img {
	width: 100%;
	max-width: 450px;
	margin: auto;
}

#inicio .portada {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-z-index:1;
	background: url(SVimagenes/inicio.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

/* ------------------------------------------------------------------ */
/*  Contenedor full nosotros
/* ------------------------------------------------------------------ */
#nosotros,
#drive {
	background-size: cover !important;
	background-position: top right;
	background-attachment: fixed;
}

#drive {

}

@media only screen and (max-width:778px){ 
	#drive {background: url() !important ; min-height: inherit !important;}
}

.nosotros-fondo {
	background: #42ae4d;
	display: block;
	padding: 8% 0;
}

.nosotros-fondo.drive {

}

.nosotros-fondo h1 {
	color: #fff;
    font-family: 'bebasregular';
    font-size: 3.5em;
    margin-top: 20px;
    line-height: 1.2em;}
@media only screen and (max-width:420px){ 
	.nosotros-fondo h1 {font-size: 2em;}
}
.nosotros-fondo p {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}

#nosotros .boton,
#drive .boton {
	    border: solid 1px;
	    margin-bottom: 5px;
}

.vermore {
	border:none !important;
	display: none;
}


/* ------------------------------------------------------------------ */
/*  Contenedor full articulo
/* ------------------------------------------------------------------ */
#articulo{
	background: url(SVimagenes/articulo.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
  min-height: 100%;
}

@media only screen and (max-width:778px){ 
	#articulo {background: url();}
}

.articulo-fondo{
	padding: 8% 0;
	display: block;
}

.articulo-fondo h1{
	color: #141414;
	font-family: 'bebasregular';
    font-size: 4em;
    margin-top: 20px;
    line-height: 1.2em;
}

@media only screen and (max-width:778px){ 
	.articulo-fondo h1 {margin-top: 90px;}
}

@media only screen and (max-width:420px){ 
	.articulo-fondo h1 {font-size: 2em;}
}

.articulo-fondo p{
	color: #141414;
	margin-bottom: 15px;
}


/* ------------------------------------------------------------------ */
/*  Contenedor full inicio
/* ------------------------------------------------------------------ */
.contenedor-servicios {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
}

#servicios{
	background: url(SVimagenes/inicio.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    padding-bottom: 200px;
}

#servicios:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    background: rgba(66,174,77,1);
	background: -moz-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(66,174,77,1)), color-stop(100%, rgba(250,227,23,1)));
	background: -webkit-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	background: linear-gradient(135deg, rgba(66,174,77,1) 0%, rgba(250,227,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ae4d', endColorstr='#fae317', GradientType=1 );
    opacity: 0.5;
    z-index: 2;
}

#servicios h1{
	padding-top: 100px;
    padding-bottom: 100px;
    font-family: 'bebasregular';
    font-size: 3em;
    text-align: center;
    color: #fff;
}

.servicios-contenido {
	position: relative;
	background: rgba(255, 255, 255, 0.4);
}

.servicios-img {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
.servicios-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.servicios-img:hover img {
	width: 105%;
}

#titulo-servicios {
	display: table;
	height: 100px;
	width: 96%;
	margin: 2%;
}

.titulo-centrado {
	display: table-cell;
	vertical-align: middle;
}
.titulo-centrado h2 {
	font-family: 'bebasregular';
	font-size: 1.5em;
	color: #141414;
	text-align: center;
}
.titulo-centrado p {
	font-size: 1em;
	font-family: 'normal';
	margin-top: 5px;
	color: #141414;
	text-align: center;
}



/* ------------------------------------------------------------------ */
/*  Contenedor full Mensaje central DRIVE THE GREEN EXPERIENCE
/* ------------------------------------------------------------------ */
.contenedor-full-mensaje{
	width: 100%;
	height: 250px;
	background: #141414;
	position: relative;
}



.contenedor-full-mensaje h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'bebasregular';
    font-size: 4em;
    text-align: center;
    line-height: 280px;
}

@media only screen and (max-width:778px){ 
	.contenedor-full-mensaje {height: 100px;}
	/*.contenedor-full-mensaje h1 {line-height: 136px;}*/
	.contenedor-full-mensaje h1 {font-size: 1.6em;line-height: 113px;}
}


.contenedor-full-mensaje h1 span{
	color: #42ae4d;
}

/* ------------------------------------------------------------------ */
/*  Contenedor ful footer
/* ------------------------------------------------------------------ */
.contenedor-full-footer{
	background: #141414;
	padding-top: 50px;
	padding-bottom: 50px;
}

.logo-footer{
	max-width: 200px;
}

.direccion-footer{
	margin-top: 15px;
	margin-bottom: 15px;
}

.direccion-footer ul li{
	color: #fff;
	font-family: 'normal';
	line-height: 25px;
	margin-left: 7px;
}

.direccion-footer a {
	color: wheat;
}
.direccion-footer a:hover {text-decoration: underline;}

.cuadro-redes{
	display: block;
	background: #42ae4d;
	width: 44px;
	height: 44px;
	margin-left: 7px;
    position: relative;
    float: left;
}
.cuadro-redes i{
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.4em;
}

.formulario{
	padding: 10px;
	margin-bottom: 100px;
}

.formulario h1{
	font-family: 'bebasregular';
	color: #fff;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.formulario input{
    border: #fff solid 1px;
	background: none;
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	 box-sizing: border-box;
    font-family: 'normal';
    font-size: 1em;
    margin-bottom: 20px;
    color: white;
}

.formulario textarea{
	border: #fff solid 1px;
	background: none;
	padding: 15px;
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'normal';
	font-size: 1em;
	color: white;
}

.boton-formulario{
	float: left;
    background: #42ae4d;
	font-family: 'normal';
	font-size: 1em;
	color: #fff;
	padding: 10px 60px;
	border: #42ae4d solid 1px;
	cursor: pointer;
	transition:all 0.3s linear;
	margin-top: 10px;
}

.boton-formulario:hover{
	float: left;
	background: #fff;
	color: #42ae4d;
	padding: 10px 60px;
	border: #42ae4d solid 1px;
}

.pie{
	width: 100%;
	background: #42ae4d;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pie p{
	text-align: center;
	font-family: 'normal';
	font-size: 0.8em;
	color: #fff;
}

/* ------------------------------------------------------------------ */
/*  Contenedor 1000 y 1200px
/* ------------------------------------------------------------------ */
#contenedor-general-400 {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width:420px){ 
	#contenedor-general-400 {padding: 0px 2%;}
}


.contenedor-300 {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenedor-600 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenedor-700 {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenedor-1000 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenedor-1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenedor-menu{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenido-seis-margen {
	width: 50%;
}

/* ------------------------------------------------------------------ */
/*  Columnas Responsive
/* ------------------------------------------------------------------ */

.contenido-seis-margen {
	width: 50%;
}

.contenido-uno, .contenido-dos, .contenido-tres, .contenido-cuatro, .contenido-cinco, .contenido-seis, .contenido-siete, .contenido-ocho, .contenido-nueve, .contenido-diez, .contenido-once, .contenido-doce, .contenido-uno-margen, .contenido-dos-margen, .contenido-tres-margen, .contenido-cuatro-margen, .contenido-cinco-margen, .contenido-seis-margen, .contenido-siete-margen, .contenido-ocho-margen, .contenido-nueve-margen, .contenido-diez-margen, .contenido-once-margen, .contenido-doce-margen {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contenido-uno {
	width: 6.333333333333332%;
	margin: 1%;
}
.contenido-dos {
	width: 14.666666666666664%;
	margin: 1%;
}
.contenido-tres {
	width: 23%;
	margin: 1%;
}
.contenido-cuatro {
	width: 31.33333333333333%;
	margin: 1%;
}
.contenido-cinco {
	width: 39.66666666666667%;
	margin: 1%;
}
.contenido-seis {
	width: 48%;
	margin: 1%;
}
.contenido-siete {
	width: 56.333333333333336%;
	margin: 1%;
}
@media only screen and (max-width:778px){ 
	.contenido-siete {margin: 0;}
}
.contenido-ocho {
	width: 64.66666666666666%;
	margin: 1%;
}
.contenido-nueve {
	width: 73%;
	margin: 1%;
}
.contenido-diez {
	width: 81.33333333333334%;
	margin: 1%;
}
.contenido-once {
	width: 89.66666666666666%;
	margin: 1%;
}
.contenido-doce {
	width: 98%;
	margin: 1%;
}


@media screen and (max-width: 778px) {
.contenido-uno, .contenido-dos, .contenido-tres, .contenido-cuatro, .contenido-cinco, .contenido-seis, .contenido-siete, .contenido-ocho, .contenido-nueve, .contenido-diez, .contenido-once, .contenido-doce, .contenido-seis-margen {
	width: 100%;
	padding: 0.5%;
	padding: 50px 0;
}

}

.contenedor-full-mapa {

}

#drive {
	background: url(SVimagenes/mapa.jpg) 50% 0 no-repeat fixed;
	background-size: cover !important;
  min-height: 100%;
}

/*Fin estilos principal///////////////////////*/


/*///////////////////////////////////*/

/*******/
body, html {height: 100%;}
body {color:#3c3c3c;}
a {color: #2b587f; }


.menu-principal {
  position: fixed;
  top: 0;
  right: -300px;
  background-color: rgba(8, 8, 8, 0.95);
  padding: 80px 0 20px 0;
  z-index: 150;
  height: 100vh;
  overflow-y:auto; 
  transition:all 400ms cubic-bezier(0,1,.27,.98);
}

.menu-abierto {right: 0 !important;}

.menu-principal a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	color: white;
	padding: 8px 20px;
	
	letter-spacing: 1px;
	text-align: right;
}

.menu-principal a:hover {background-color: rgba(255, 255, 255, 0.04);}

body.index .menu-principal a:first-child {display: none;}

.menu-principal span {
  color: rgba(255, 255, 255, 0.22);
  border-bottom: solid 1px rgba(255, 255, 255, 0.04);
  display: block;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-top: 13px;
  margin-bottom:5px;
}

.abrir-menu-principal {
	z-index: 999999999;
	position: fixed;
	top: 10px;
	right: 17px;
	font-size: 30px;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.62);
	width: 45px;
	text-align: center;
	height: 40px;
	line-height: 46px;
	display: none;
}

@media only screen and (max-width:778px){ 
	.abrir-menu-principal {display: block;}
}
.icon-cerrar:before {
	content: "\e60c" !important;
}

.header.icon-isotipo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
	font-size: 40px;
	text-decoration: none;
}

body.index .header.icon-isotipo {display: none;}

.head .buscar {
	float: right;
	display: inline-block;
	position: relative;
}

.head .buscar input {
	background-color: #ECECEC;
  border: none;
  padding: 8px 0;
  padding-left: 5px;
  margin-top: 12px;
}

.head .buscar button {
	position: absolute;
  top: 18px;
  right: 3px;
  background-color: transparent;
  border: none;
  color: dimgray;
  font-size: 18px;
}

.redes {
	float: right;
	display: inline-block;
	margin-top: 18px;
	margin-left: 20px;
}

.redes a {
  color: white;
  width: 30px;
  height: 30px;
  background: dimgray;
  border-radius: 50%;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  margin-left: 5px;
}

@media only screen and (max-width:950px){ 
	.head .buscar,
	.head .redes {display: none;}
}
/*Fin nav*/

/*menu responsive*/

.menu-responsive {
	display: none;
	background: #333;
	text-align: center;
	float: left;
  width: 100%;
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.menu-responsive a {
  display: block;
  color: rgba( 255, 255, 255, 0.6 );
  border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 11px 0;
}


/*Fin menu responsive*/



/*Infoindex*/

.infoindex {
	padding: 10% 0;
	text-align: center;
  color: #001F2C;
  color: dimgray;
}

.infoindex .texto {
	width: 95%;
	max-width: 620px;
	margin: auto;
	opacity: 0;
	transition:opacity 1.5s linear;
}

.infoindex h1 {
	font-size: 45px;
	line-height: 70px;
}

.infoindex h2 {
	font-size: 35px;
	line-height: 60px;
	color: #00B0F2;
}

@media only screen and (max-width:800px){ 
	.infoindex h1 {
		font-size: 35px;
		line-height: 60px;
	}

	.infoindex h2 {
	    font-size: 35px;
	    line-height: 60px;
	    color: #00B0F2;
		margin-bottom:50px;
	}	
}

@media only screen and (max-width:480px){ 
	.infoindex h2 {
		font-size: 26px; 
		line-height: 40px;
	}
}

.infoindex p {
	margin: 30px 0;
	font-size: 24px;
	line-height: 38px;
}

.vermas {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.vermas i {
	transition:all 100ms linear;
}

.vermas:hover i {
	margin-left: 5px;
}



/*Index*/


/*Articulos por categoria (Servicios)*/

.servicios {
	display: flex;
}

.servicios a {
	width: 50%;
	height: 300px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;	
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
}

@media only screen and (max-width:870px){ 
	.servicios {flex-direction:column}
	.servicios a {width: 100%; height: 150px;}
}

.servicios a:before {
  content: '';
  background-color: rgba(0, 105, 73, 0.18);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
	transition:all 100ms linear;
}

.servicios a:hover:before {
	background-color: rgba(0, 105, 73, 0.5);
}

.servicios a h1 {
	color: white;
	text-transform: uppercase;
	z-index: 1;
}
/*FIn articulos por categoria*/

/***Fin index***/



.compartir span {
	vertical-align: middle;
}

.compartir a {
	display: inline-block;
	margin-left: 10px;
	color: dimgray;
	vertical-align: middle;
	text-decoration: none;
}

.compartir a:hover {color: black;}

.detalle-producto .question {
	display:inline-block;
}

/*Fin Detalle del producto*/


/*Listado de articulos*/

.articulos {
	text-align: center;
	font-size: 0;
	padding-bottom: 55px;
}

.articulos .item {
	width: 31.3333333%;
	height: 450px;
	margin: 1%;
	vertical-align: top;
	text-decoration: none;
	background: white;
	display: inline-block;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width:870px){ 
	.articulos .item {width: 48%;}
}

@media only screen and (max-width:570px){ 
	.articulos .item {width: 100%; margin: 0; margin-bottom: 20px;}
}

.articulos .img {
	width: 100%;
	height: 155px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;
}
.articulos .texto  {
	padding: 30px;
	text-align: left;
}

.articulos h1 {
	font-size: 22px; 
	line-height: 30px;
  margin-bottom: 10px;
	}
.articulos p {
	font-size: 19px;
	color: #757575;
}
/*fin Listado de articulos*/



/*Detalle articulo*/

@media only screen and (max-width:800px){ 
	.detalle-articulo .col-2 {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
}

.detalle-articulo {
	background: #EFEFEF;
	font-family:'normal';
}

.detalle-articulo .contenedor-full-footer,
.detalle-articulo #signature {
	float: left;
	width: 100%;
	clear: both;
}

.detalle-articulo .contenido .wrap {
	background: white;
	padding: 10px;
	overflow: hidden;
	width: 98%;
	max-width: 930px;
	margin: auto;
	position: relative;
}

.detalle-articulo .imagen-grande {
	height: 580px;
	background-size: contain !important;
	background-position: center center !important;  
	position: relative;
	background-repeat: no-repeat !important;
}

.detalle-articulo .breadcrumbs {
	display: inline;
	display: none;
	float: right;
	margin-top: 15px;
}

.detalle-articulo .breadcrumbs a {color:dimgray;}

.detalle-articulo .compartir {
	position: absolute;
	right: 0;
	bottom: -70px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 9;
	text-align: center;
}

.detalle-articulo .compartir a {
	width: 50px;
	height: 50px;
	line-height: 46px;
	border-radius: 50%;
	background: white;
	font-size: 20px;
	color: white;
	display: inline-block;
	margin-right: 5px;
	border: solid 2px white;
}

.detalle-articulo .compartir a.fa-info {background: #FFAF35;}
.detalle-articulo .compartir a.fa-facebook {background: #3B5998;}
.detalle-articulo .compartir a.fa-twitter {background: #00B6F1;}

.detalle-articulo .compartir a:hover {border-color: #DEDEDE;}

.detalle-articulo .titulo {
	font-size: 50px;
	width: 100%;
	text-align: center;
	font-family:'bebasregular';
	margin-top: 110px;
}

.detalle-articulo .resumen {
  width: 100%;
  font-size: 27px;
  margin-bottom: 10px;
  padding: 20px 10px;
  line-height: 40px;
  text-align: center;
  border: dashed 1px;
  color: #005ABB;
  margin-top: 20px;
}

@media only screen and (max-width:620px){ 
	.detalle-articulo .titulo {font-size: 30px;}
	.detalle-articulo .resumen {font-size: 20px;line-height: 26px;}
}

.detalle-articulo .texto {
	color: black;
  font-size: 20px;
  line-height: 29px;
}

.detalle-articulo .texto h1,
.detalle-articulo .texto h2,
.detalle-articulo .texto h3,
.detalle-articulo .texto h4,
.detalle-articulo .texto h5 {
  color: #39528C;
}

.detalle-articulo .texto h1 {font-size: 26px;}
.detalle-articulo .texto h2 {font-size: 22px;}
.detalle-articulo .texto h3 {font-size: 20px; font-family:'source_sans_probold';}

.detalle-articulo .texto table,
.detalle-articulo .texto iframe {width: 100%;}

.detalle-articulo .texto table {
	border: none;
	border-collapse: collapse;
	background: white;
}

.detalle-articulo .texto table tr:nth-child(even) {
	background: #F1F1F1;
}

.detalle-articulo .texto table td {
	padding: 6px;
	border: solid 1px rgba(226, 226, 226, 0.45);
}

.detalle-articulo .texto p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 23px;
}

.fecha_publicacion {
	font-size: 14px;
}

.detalle-articulo .fecha_publicacion {
	margin-top: 10px;
	text-align: center;
}

.detalle-articulo #comentarios {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.enlaces { margin: 30px 0; text-align: center;}
.enlaces a {
	margin-right: 10px;
}

.detalle-articulo .enlaces  {
	text-align: left;
}



.detalle-articulo .texto h1,
.detalle-articulo .texto h2,
.detalle-articulo .texto h3,
.detalle-articulo .texto h4,
.detalle-articulo .texto h5 {margin: 30px 0 15px 0;}

.texto ul,
.texto ol {
margin-left: 20px;
padding: 20px 0;
}

.texto ul li,
.texto ol li {
	font-size: 15px;
	list-style: initial;
	margin-bottom: 3px;
}

.galeria-articulo {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.galeria-articulo a {
	width: 20%;
	display: inline-block;
	padding: 0;
	border: solid 3px black;
	border-radius: 5px;
}

.galeria-articulo a img {
	width: 100%;
	border-radius: 5px;
}

/*Fin Detalle articulo*/


/*Listado de las categorias. Aplica para detalle articulo*/

.imagen-categoria {
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	background-size:cover !important;
	background-position: center !important;
	position: relative;
	z-index: 99;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #E5C5A5;
}

.catalogo .imagen-categoria {
	background-color: none;
	height: 300px;
	background-size: cover !important;
}

.catalogo .imagen-categoria p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 860px;
	color: white;
	text-align: center;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px 40px;
	line-height: 36px;
	font-size: 20px;	
}

.titulo-categoria-art {
	text-align: center;
	width: 100%;
	padding: 5% 0;
}

.titulo-categoria-art h1 {
	font-size: 40px;
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
	color: #2B587F;
}
.titulo-categoria-art p {
	font-size: 24px;
	width: 100%;
	max-width: 800px;
	margin: auto;
	color: #333;
}

.categorias {
	font-size: 0;
	text-align: center;
}

.cat-item {
	width: 230px;
	height: 230px;
	display: inline-block;
	margin:1px;
	vertical-align: top;
	position: relative;
	background-color: #E5C5A5;
	transition:all 200ms linear;
}

.cat-item:hover {
	background-color: #FFF4E8;
}

.cat-item img {
	width: 100%;
}

.cat-item h1 {
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #C7813C;
  padding: 9px 0;
}

/*Fin Listado de las categorias*/


/*varios*/



.titulo-solo {
	text-align: center;
	padding: 50px 0;  
    font-size: 45px;
}
