/*  
Theme Name: Aregra
Author: Paola Galicia
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
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;
}

a {
	text-decoration:none;
	color: #010101;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	position: relative;
	display: block;
	height: 100%;
}

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

::selection {
	background-color: #010101;
	color: #FFF;
}

::-moz-selection {
	background-color: #010101;
	color: #FFF;
}


										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	min-height: 100%;
	color: #010101;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	background-color: #F0EFEF;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 35px;
}

b, strong{ font-weight:700; }
i, em { font-style: italic; }
p, span, a { line-height: 150%; }

											/* NAVEGACIÓN-TOGGLE */
									
#navbar-toggle {
	display: none;
	z-index: 300;
	width: 27px;
	height: 36px;
	padding: 0px;
	border: none;
	background: none;
	transition: all 0.035s linear;
	clear: both;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 20px;
	top: 17px;
	outline: none;
}

#navbar-toggle .icon-bar,
#navbar-toggle-submenu .icon-bar {
	display: block;
	width: 27px;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E65125;
	border-radius: 1px;
	transition: all 0.1s linear;
}

#navbar-toggle .icon-bar + .icon-bar,
#navbar-toggle-submenu .icon-bar + .icon-bar {
  	margin-top: 6px;
}

.hamburger-bun,
.hamburger-patty {
	position: relative;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
	top: 8px;
}

.navbar-toggle-active .hamburger-patty {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.navbar-toggle-active .bun-btm {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}

				/* GENERALES */
.cont-flex {
    display: flex;
    width: 100%;
    position: relative;
}

.col-10 {
	display: inline-block;
	width: 10%;
	position: relative;
}

.col-20 {
	display: inline-block;
	width: 20%;
	position: relative;
}

.col-25 {
	display: inline-block;
	width: 25%;
	position: relative;
}

.col-30 {
	display: inline-block;
	width: 30%;
	position: relative;
}

.col-33 {
	display: inline-block;
	width: 33%;
	position: relative;
}

.col-40 {
	display: inline-block;
	width: 40%;
	position: relative;
}

.col-50 {
	display: inline-block;
	width: 50%;
	position: relative;
}

.col-60 {
	display: inline-block;
	width: 60%;
	position: relative;
}

.col-70 {
	display: inline-block;
	width: 70%;
	position: relative;
}

.col-80 {
	display: inline-block;
	width: 80%;
	position: relative;
}

.col-90 {
	display: inline-block;
	width: 90%;
	position: relative;
}

a.logo-header img {
    display: block;
    width: 100%;
}

a.logo-header {
    display: block;
    width: 100%;
    max-width: 200px;
}

.contenedor-menu li a {
    padding: 10px 0px;
    display: block;
    width: 100%;
	position: relative;
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

.contenedor-menu li {
    display: inline-block;
    margin-left: 55px;
	text-transform: uppercase;
}

li.current-menu-item a:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #E65125;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
}

li.current-menu-item a,
.contenedor-menu li a:hover { color: #E65125; }

.contenedor-menu {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    height: 26px;
    z-index: 10;
	background-color: #F0EFEF;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

footer {
    display: block;
    width: 100%;
    border-top: 50px solid #E65125;
    text-align: center;
    font-size: 13px;
	padding-bottom: 40px;
	background-color: #F0EFEF;
}

p.titulo-footer {
    font-size: 20px;
    margin: 35px 0px;
}

.data-footer {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.contenedor-redes {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0px 45px;
}

a.icono-redes {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 10px;
	background-image: url(assets/img/sprite-redes.png);
	background-size: 130px;
	background-repeat: no-repeat;
}

a.icono-redes.fb { background-position: 1px 2px; }
a.icono-redes.tw { background-position: -53px 2px; }
a.icono-redes.in { background-position: -109px 2px; }

a.icono-redes.fb:hover { background-position: 1px -80px; }
a.icono-redes.tw:hover { background-position: -53px -80px; }
a.icono-redes.in:hover { background-position: -109px -80px; }

footer small, footer .small-footer {
    display: block;
    width: 100%;
	max-width: 440px;
    margin: 0 auto 20px;
    font-size: 10px;
    line-height: 130%;
}

.contenedor-general {
    display: block;
    width: 100%;
    margin-top: 65px;
}

				/* HOME */
.banner-home {
    display: block;
    width: 100%;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-home:after {
    display: block;
    content: '';
    clip-path: polygon(107% 0%, 100% 0, 100% 100%, 0 100%);
    background: rgb(230 81 37 / 70%);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.texto-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    padding: 50px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    z-index: 1;
}

.bloque-gris {
    display: block;
    width: 100%;
    padding: 75px 35px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
}

.bloque-gris h1 {
    font-size: 25px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
	font-weight: 700;
}

.bloque-gris p {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    line-height: 140%;
}

.texto-blog-home {
    display: block;
    width: 100%;
    background-color: #010101;
    color: #FFF;
    padding: 100px 50px;
    box-sizing: border-box;
    font-size: 12px;
}

.texto-blog-home h2 {
    font-size: 25px;
    color: #E65125;
    display: block;
    line-height: 130%;
    text-align: center;
    margin-bottom: 45px;
	font-weight: 700;
}

.texto-blog-home p {
    text-align: left;
	display: block;
	margin-bottom: 15px;
}

a.read-more {
    display: block;
    font-size: 12px;
    color: #E65125;
    font-weight: 700;
    margin-top: 25px;
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

a.read-more:hover { color: #FFF; }
.texto-blog-home.fondo-gris a.read-more:hover { color: #010101; }

.portada-blog {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

				/* ABOUT */
.contenedor-about {
    display: block;
    width: 100%;
    height: 92vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}

.texto-about {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(240 239 239 / 90%);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 900px;
    height: 300px;
    text-align: center;
    font-size: 25px;
}

.texto-about h1 {
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 40px;
    margin-bottom: 35px;
    padding: 80px 30px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-about p {
    display: block;
    width: 100%;
    padding: 0px 30px 80px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

			/* OUR SERVICES */
.contenedor-services {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.contenedor-services h1 {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgb(230 81 37 / 70%);
    color: #FFF;
    font-weight: 700;
    font-size: 40px;
    padding: 35px 0px;
    margin: 0 auto 90px;
}

.bloque-services {
    display: block;
    width: 100%;
    background-color: #F0EFEF;
    padding: 45px 45px 45px 85px;
    box-sizing: border-box;
    position: relative;
}

.bloque-services h2 {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

.bloque-services p, 
.bloque-services ul {
    width: 100%;
    font-size: 20px;
    line-height: 150%;
}

.bloque-services ul li { margin-bottom: 30px; }

.bloque-services ul {
    list-style: disc;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bloque-services span {
    position: absolute;
    color: #E65125;
    font-weight: 700;
    font-size: 50px;
    top: 26px;
}

.bloque-services span.left { left: 20px; }
.bloque-services span.right { right: 20px; }

				/* BLOG */

.contenedor-blog h1,
.contenedor-single-blog h1 {
    display: block;
    width: 100%;
    margin: 70px 0px;
    text-align: center;
    color: #E65125;
    font-size: 40px;
    font-weight: 700;
}

.contenedor-single-blog h1 {
	font-size: 25px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 130%;
}

.mg-50 { margin-bottom: 50px; }

.contenedor-single-blog p, .contenedor-single-blog h2 {
    display: block;
    width: 100%;
    line-height: 170%;
    margin-bottom: 20px;
}

.contenedor-blog,
.contenedor-single-blog {
    display: block;
    width: 100%;
    margin-top: 130px;
}

.texto-blog-home.fondo-gris {
    background-color: #F0EFEF;
    color: #010101;
}

.contenedor-blog h2 { text-align: left; }

				/* CONTACTO */
.fondo-contacto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

form#form-contacto {
    display: block;
    width: 80%;
    margin: 40px auto;
    text-align: left;
}

form#form-contacto h2 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E65125;
    margin-bottom: 60px;
}

form#form-contacto label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

form#form-contacto label span { color: #E65125; }

.response .confirmacion {
    display: block;
    width: 70%;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 17px;
}

.campo {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #010101;
    color: #010101;
    background-color: transparent;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	outline: none;
}

textarea.campo {
    max-width: 100%;
    height: 100px;
    max-height: 100px;
}

input#enviar {
    display: block;
    width: 100%;
    border: 1px solid #E65125;
    padding: 10px 0px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFF;
    background-color: #E65125;
    cursor: pointer;
    margin-bottom: 40px;
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

input#enviar:hover { 
	background-color: #010101; 
	border-color: #010101;
}

a.tel-contacto {
    display: table;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
	background-image: url(assets/img/icono-telefono.png);
	background-size: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

a.correo-contacto {
    display: table;
    margin-bottom: 80px;
    padding-left: 30px;
    position: relative;
	background-image: url(assets/img/icono-correo.png);
	background-size: 20px;
	background-position: left;
	background-repeat: no-repeat;
}