/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x:hidden;
	background:#ddd;
	
	color:#1a1a1a;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
}

a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
a:hover{
	color:black;
	text-decoration: none;
}

p, li{}
p{
	display:block;
	margin: 0 0 15px 0;
	
	line-height:23px;
	text-align: left;
}
p a{
    color: #0078ff;
	text-decoration:underline;
}
p strong{
	color: black;
	font-weight: 500;
}

hr{
	margin:30px 0;
	background:#aaa !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'DM Serif Display', serif;
	font-size: 32px;
}
h2{
	font-size: 30px;
}
h3{
	color:#496054;
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
}
h4{
	font-size: 26px;
}
h5{
	color:#00a652;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform:uppercase;
}
h6{
	font-size: 22px;
}

figure{
	margin:0 !important;
}

input, select.custom-select{
	font-size: 14px !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control,
select.form-control {
	color:#777;
	text-shadow: 0;
	font-size: 13px;
}

button{
	border:none;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/


/**************************************************************************************
Custom Classes
***************************************************************************************/
.relativo{
	position: relative;
}

/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}
.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.espacio{
	padding:150px 0;
}
.espacio-top{
	padding-top:150px;
}
.espacio-bottom{
	padding-bottom:150px;
}

.espaciomin{
	padding:75px 0;
}

.full-height, .half-height{
	position: relative;
}
.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.half{
	width: 50%;
}
.imgbordershadow	{
	box-shadow:0px 0px 40px 0px rgba(50, 50, 50, 0.2);
}
.nobo{
	border:none !important;
}
.border-top{
    border-top: 1px solid #eee;	
}
.redondeada{
	border-radius:5px;
}

.limit{
	display:block;
	width: 100%;
	overflow:hidden;
}
.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

.boton{
	display:inline-block;
	padding:12px 25px;
	
	background:#00a652;
	border-radius:15px;
	
	color:white;
	font-size: 16px;
	font-weight: 500;
	line-height:16px;
	text-decoration: none;
}
.boton:hover{
	background:#003f1f;
	color:white;
}

.blanco{
	background:white;
}

/**************************************************************************************
Pasenger
***************************************************************************************/

a:hover img{
	opacity:0.75;
}

#footer{
	border-top:solid 1px #cccccc;
}
#footer.espacio{
	padding:100px 0 50px 0;
}
#footer h6{
	margin-bottom: 15px;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 500;
}
#footer nav a{
	display:block;
	padding:0 0 10px 0;
	
	color:#1a1a1a;
}
#footer nav a:hover{
	color:#f5841e;
	text-decoration:underline;
}
#footer p{
	display:block;
	margin-bottom: 30px;
}
#footer p a{
	color:#1a1a1a;
}
#footer p a:hover{
	color:#f5841e;
	text-decoration:underline;
}
a.siete:hover img{
	opacity:0.25;
}

#menu{
	margin:60px 0 30px 0;
}
#menu .navbar{
	padding:0;
}
#menu .bg-light{
	background:white !important;
	border-radius:15px;
}
a.navbar-brand{
	margin-left: 20px;
}
li.nav-item{
	margin-right: 55px;
}
a.nav-link{
	color:#231f20 !important;
	font-size: 16px;
	font-weight: 500;
}
a.nav-link:hover{
	color:#f58220 !important;
}
#menu a.boton{
	margin-right: 20px;
}

/* home */
body.page-template-inicio{
	background:#ddd url(../_img/header.jpg) no-repeat center top;
	background-size: 1920px;
}
	
#header{
	position: relative;
	display:block;
	height: 535px;
	
	color:white;
}
#header h1{
	padding-top: 180px;
	
	font-size: 58px;
	font-weight: 400;
}
#header h2{
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
}

#productos a{
	position: relative;
	
	display:block;
	background:black;
	border-radius:15px;
}
#productos a span{
	position: absolute;
	bottom:50px;
	left:0;
	
	display:block;
	width: 100%;
	
	color:white;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

#inicio{
	background:url(../_img/inicio.png) repeat-y center 0;
	background-size: 1920px;
}
#inicio h3{
	margin-top: 165px;
	color:#8dbaa3;
}
#inicio h2{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height:32px;
}
.link{
	color:#f58220;
	font-weight: 500;
	text-decoration:underline;
}
.link:hover{
	color:#ffb271;
}

/* empresa */
#linea,
#linea iframe{
	display:block;
	margin:0;
	padding:0;
}
#linea{
	background:white;
	text-align: center;
}
#linea h6{
	display:block;
	padding:60px 0;
	
	color:#00a652;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}

/* contacto */
.contacto h6{
	margin-bottom: 15px;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 500;
}
.contacto p{
	display:block;
	margin-bottom: 15px;
	line-height:24px;
}

.caja{
	display:block;
	padding:30px;
	
	background:white !important;
	border-radius:15px;
}

/* productos */
#articulos{
	background:#2a232b;
}
#articulos h3{
	color:#8dbaa3;
}
#articulos h4{
	margin-bottom: 10px;
	
	color:white;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
}
#articulos p{
	color:#c8c7c8;
}
#articulos p a.more-link{
	color:#f58220;
	font-weight: 500;
	text-decoration:underline;
}
#articulos p a.more-link:hover{
	color:#ffb271;
}

#proceso h3{
	color:#719c86;
}
#proceso p{
	color:#69666a;
	font-size: 16px;
	font-weight: 500;
	line-height:22px;
}

#ficha-descripcion{
	display:block;
	padding:0 0 0 45px;
}
#ficha-descripcion h1{
	font-size: 50px;
}
#ficha-descripcion h2{
	margin-bottom: 15px;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
}

#ficha-descripcion ul,
ul.lista{
	padding:0;
	list-style:none;
}
#ficha-descripcion ul li,
ul.lista li{
	display:block;
	padding:0 0 12px 23px;
	
	background:url(../_img/flecha.png) no-repeat 0 7px;
	background-size: 11px;
	
	font-weight: 500;
}
ul.lista li a{
	color:#2a232b;
}
ul.lista li a:hover{
	opacity:0.75;
}

/* noticias */
.noticias article h6{
	margin-bottom: 15px;
}
.noticias article h6,
.noticias article h6 a{
	color:#231f20;
	font-size: 32px;
	text-decoration: none;
}
.noticias article h6 a:hover{
	text-decoration:underline;
}
.noticias article img{
	display:block;
	margin: 30px 0;
}
.noticias article p a{
	color:#f58220;
	font-weight: 500;
	text-decoration:underline;
}
.noticias article p a:hover{
	color:#ffb271;
}

nav.redes a{
	display:inline-block;
	margin-right: 11px;
}

/*form*/
.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label {
    font-weight: 400 !important;
    font-size: inherit;
}
.gform_wrapper .gfield_required {
    color: #0048ff !important;
    margin-left: 4px;
}

div.ginput_container.ginput_container_text input,
div.ginput_container.ginput_container_email input,
div.ginput_container.ginput_container_phone input,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex select,
.gform_wrapper textarea.large	{
	padding:1em 15px 1em 15px !important;
	height: 40px;
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.gform_wrapper textarea.large{
	height: 210px !important;
}

input.gform_button.button{
	display:inline-block;
	padding:12px 25px;
	
	background:#00a652;
	border:0 !important;
	border-radius:15px;
	
	color:white;
	font-size: 16px;
	font-weight: 500;
	line-height:16px;
	text-decoration: none;
}
input.gform_button.button:hover{
	background:#003f1f;
	color:white;
}

/* WP Page-Navi */
.wp-pagenavi{
	display:block;
	margin-bottom: 30px;
	
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 0px !important;
    padding: 0 10px 0 0;
	
    border: none !important;
	
	color:#1a1a1a;
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a{
	color:#f58220;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: none !important;
    border-color: none;
	color:#1a1a1a;
}

/* Search */
h2.entry-title a{
	color:#1a1a1a;
}
body.search-results .post,
body.search-results .page{
	display:block;
	padding:30px 0;
	
	border-bottom:solid 1px #ccc;
}












