/*
Theme Name: Mc Frenos
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
	border:0;
}
a:focus { outline: none;}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	/*color:#131313;*/
	color:#001b55;
	text-align:center;
	font-weight:400;
	background:url(./images/linea.jpg) bottom center no-repeat;
	margin-bottom:50px;
	padding-bottom:15px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	/*color:#2F2F2F;*/
	color:#001b55;
	text-align:center;
	font-weight:500;
	margin-bottom:20px;
}
p {
	width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#989898;
	font-weight:400;
	line-height:30px;
}
li {
	width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#989898;
	font-weight:400;
	line-height:30px;
	margin-left:20px;
}
body {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	float: left;
}
.contenedor {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.contenedor h1 {
	width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	color:#777;
	font-weight:400;
}
.contenedor h3 {
	width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#2DD2AD;
	font-weight:400;
	background:none;
	text-align:left;
	margin:0;
	padding-top:35px;
}
.contenedor p {
	width:100%;
	float:left;
}

/* == contacto estilos */

.v {
	background-color: white;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #808080;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	padding-left: 10px;
	border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.b {
	background-color: white;
	height:80px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #808080;
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	width: 100%;
	border: 1px solid silver;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.c {
	background-color: #001b55;
	width: 40%;
	margin-left:30%;
	margin-right:30%;
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	cursor:pointer;
}
.c a {
	background-color: #001b55;
	width: 40%;
	margin-left:30%;
	margin-right:30%;
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	cursor:pointer;
}
.n {
	background-color: #001b55;
	width: 100%;
	/*margin-left:20%;
	margin-right:20%;*/
	border-style: none;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	cursor:pointer;
}
.n a {
	background-color: #001b55;
	/*width: 60%;
	margin-left:20%;
	margin-right:20%;*/
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	cursor:pointer;
}
.tit-contacto {
    width: 100%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.text-contacto {
    width: 90%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* // contacto estilos */


/* == header */

.wrapper-header {
	width: 100%;
	float: left;
	background:#fff;
	text-align: center;
	padding:5px 0;
	position:fixed;
	z-index:999;
	display:block;
	border-bottom:1px solid #999;
	-webkit-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.75);
}
.fondo-header {
	width:100%;
	height:15px;
	float:left;
	background:transparent;
	/*background:url(images/linea-bottom.png) repeat-x top;*/
}
.logo {
	width:20%;
	float:left;
	text-align:left;
}
.menu-principal {
	width:60%;
	float:left;
	padding-top:30px;
}
.imagen-header {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.imagen-header img {
	width:100%;
	height:auto;
}
#ruta {
	width:100%;
	float:left;
	margin:20px 0px 30px 0px;
	font-family: 'Roboto', sans-serif;
	color:#777;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	padding:5px 0px;
}
.asesoria {
	width:15%;
	float:left;
	text-align:right;
	margin-top:45px;
}
.asesoria a {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	text-decoration:none;
	background:#001b55;
	padding:5px 15px;
	text-align:right;
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.asesoria a:hover {
	font-family: 'Roboto', sans-serif;
	color:#001b55;
	text-decoration:none;
	background:none;
	border:1px solid #001b55;
	padding:5px 15px;
	text-align:right;
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.telefono {
	width:20%;
	float:left;
	margin-top:35px;
}
.telefono img {
	vertical-align:middle;
	padding:0 10px 3px 0;
}
.telefono a {
	font-family: 'Roboto', sans-serif;
	color:#001b55;
	font-size:22px;
	font-weight:700;
	text-decoration:none;
}

/* // header */


/* == index */

.wrapper-index {
	width: 100%;
	float: left;
}
.sliders {
	width:100%;
	float:left;
	position: relative;
	margin-top:95px;
}
.frase {
	width:100%;
	float:left;
	padding:60px 0;
	background: #fad60a;
}
.frase p {
	width:100%;
	float:left;
	text-align:center;
	padding:0 10%;
	color: #001b55;
}
.servicios-home {
	width:100%;
	float:left;
	/*height: 1px;*/
	position: absolute;
	bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;	
}
.servicios-col-3:hover {
	background:#f0f0f0;
	  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.servicios-col-3 {
	width:31.3%;
	float:left;
	text-align:center;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	padding:15px 0 45px 0;
	margin:0 1%;
	-webkit-box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.75);
	-webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.servicios-col-3 h3 {
	font-size:18px;
	/*color:#001b55;*/
	color:#001b55;
	padding-bottom:10px;
	text-align:center;
}
.servicios-col-3 a {
	text-decoration:none;
}
.ver-servicios {
	width:50%;
	float:left;
	/*color:#001b55;*/
	color:#001b55;
	margin-left:25%;
	margin-right:25%;
	padding:5px 3px;
	margin-top:10px;
	border:1px solid #001b55;
}
.iconos-col-3 {
	width:31.3%;
	float:left;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	padding:15px 0 45px 0;
	margin:0 1%;
}
.iconos-col-3 h3 {
	width: 100%;
	float: left;
	font-size:22px;
	color:#001b55;
	padding-bottom:10px;
	text-align:center;
}
.iconos-col-3 p {
	width: 100%;
	float: left;
	font-size:18px;
	color:#001b55;
	text-align:center;
}
.wrapper-gris {
	width:100%;
	float:left;
	background:#001b55;
	padding:80px 0;
}
.noticias-col-3:hover {
	background:#fad60a;
	-webkit-transition-property: background;
  	-webkit-transition-duration: 0.3s;
  	-webkit-transition-timing-function: ease;
}
.noticias-col-3 {
	width:31.3%;
	float:left;
	text-align:center;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	padding:25px;
	margin:0 1%;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -7px rgba(0,0,0,0.75);
	-webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.noticias-col-3 h3 {
	font-size:22px;
	color:#001b55;
	padding-bottom:10px;
	text-align:left;
	padding-top: 0;
}
.noticias-col-3 a {
	text-decoration:none;
}
.noticias-col-3 p {
	font-size:16px;
	text-align:left;
}
.ver-noticias {
	width:50%;
	float:left;
	/*color:#001b55;*/
	color:#001b55;
	padding:5px 3px;
	margin-top:10px;
	border:1px solid #001b55;
}
.foto-noticias img {
	width:100%;
	height:auto;
}
.contacto {
	width:50%;
	float:left;
	margin-left:25%;
	margin-right:25%;
	margin-bottom:40px;
}
.contacto p {
	width:100% !important;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#848487;
	padding-bottom:15px;
}
.contacto-servicios {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.contacto-servicios p {
	width:100% !important;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#848487;
	padding-bottom:15px !important;
}
.contacto-left {
	width:50%;
	float:left;
	padding-right:10px;
}
.contacto-right {
	width:50%;
	float:left;
	padding-left:10px;
}
.content-contacto {
	width:100%;
	float:left;
	margin-top:80px;
}
.parallax {
	width:100%;
	float:left;
	text-align: left;
}
.parallax h2 {
	width:100%;
	float:left;
	font-size: 1.75em;
	color: #fff;
	background: none;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.parallax p {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-size: 1.75em;
	color:#fff;
	font-weight:400;
	line-height:30px;
	text-align: left;
	padding-top: 30px;
}
.parallax h4 {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-size:50px;
	color:#fff;
	font-weight:400;
	padding-top:25px;
}
.parallax a {
	width:30%;
	float:left;
	color:#001b55;
	text-align:center;
	font-size:20px;
	margin-left:35%;
	margin-right:35%;
	padding:5px 3px;
	margin-top:10px;
	border:1px solid #001b55;
	text-decoration:none;
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.parallax a:hover {
	color:#fff;
	background:#001b55;
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.ver-mas {
	font-family: 'Roboto', sans-serif;
}
.ver-mas a {
	width:100%;
	float:left;
	color:#001b55;
	text-align:center;
	font-size:20px;
	padding:5px 35px;
	margin-top:10px;
	border:1px solid #001b55;
	text-decoration:none;
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.ver-mas a:hover {
	color:#fff;
	background:#001b55;
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.bg-carrusel {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

/* // index */


/* == single */

.menu-servicios {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.contenido {
	width:100%;
	float:left;
}
.contenido p {
	width:auto;
	padding-bottom:30px;
}

/* // single */


/* == page */

/* // page */


/* == category */

.categoria {
	width:100%;
	float:left;
	padding:40px 0;
}

/* // category */


/* == footer */

.wrapper-footer {
	width: 100%;
	float: left;
	margin-top: 80px;
}
.mapa {
	width:100%;
	float:left;
	border-top:5px solid #001b55;
	border-bottom:5px solid #001b55;
}
.footer {
	width:100%;
	float:left;
	background:#fad60a;
	padding:40px 0;
}
.footer p {
	text-align:center;
	font-size:16px;
}
.footer-3-col {
	width:33.3%;
	float:left;
	text-align:center;
}
.footer-3-col a {
	color:#001b55;
	text-decoration:none;
}
.footer-3-col img {
	margin:0px 5px;
}
.footer-logo {
	text-align:center;
	margin-top:20px;
}
.footer-logo img {
	width:25%;
}
.copyright {
	width:100%;
	float:left;
	font-family: 'Roboto', sans-serif;
	background:#001b55;
	padding:15px 0;
}
.copyright a {
	color:#fff;
	text-decoration:none;
}
.copyright p {
	text-align:center;
	color:#787878;
	font-size:16px;
}

/* // footer */


/* == contenedor 404 */

/* // contenedor 404*/


@media (max-width: 1200px) {

.contenedor {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}

}
 @media (max-width: 899px) {
	
.wrapper-header {
	width: 100%;
	float: left;
	background:#fff;
	text-align: center;
	padding:5px 0;
	position: inherit;
	z-index:999;
	display:block;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wrapper {
	width: 96%;
	float: left;
}
.logo {
	width:100%;
	float:left;
	text-align:center;
}
.menu-principal {
	width:100%;
	float:left;
	padding-top:0px;
	display: none;
}
#ruta {
	width:100%;
	float:left;
	margin:20px 0px 30px 0px;
	font-family: 'Roboto', sans-serif;
	color:#777;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	padding:5px 0px;
}
.asesoria {
	width:100%;
	float:left;
	text-align:center;
	margin-top:0px;
	margin:20px 0;
}
.telefono {
	width:100%;
	float:left;
	margin-top:10px;
}
.sliders {
	width:100%;
	float:left;
	position: inherit;
	margin-top:0px;
}
.frase {
	width:100%;
	float:left;
	padding:60px 0;
}
.servicios-home {
	width:98%;
	float:left;
	/*height: 1px;*/
	position: inherit;
	bottom:0px;
	margin-top:50px;
}
.servicios-col-3 {
	width:100%;
	padding:15px 0 45px 0;
	margin-bottom:25px;
}
.iconos-col-3 {
	width:100%;
	padding:15px 0 45px 0;
	margin-bottom:25px;
}
.noticias-col-3 {
	width:100%;
	float:left;
	text-align:center;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	padding:25px;
	margin:0%;
	margin-bottom:40px;
} 
.footer-3-col {
	width:100%;
}
.footer-3-col h4 {
	padding-top:40px;
}
.contacto {
	width:100%;
	margin:0;
}
.contacto-left {
	width:100%;
	padding:0;
}
.contacto-right {
	width:100%;
	padding:0;
}
.news {
	width:80%;
	padding:0;
	margin:0 10%;
}

}
 @media (max-width: 700px) {

}
@media (max-width: 650px) {

}
@media (max-width: 480px) {

}
