/*  Web Design - paulohernandez.com  */


/* ====================================================================================================
  SITE BASIC STYLES
==================================================================================================== */

/* body */
@charset "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	background: #f7f9f9;
	font-family: 'MyriadWebProRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
    font-style: normal;
	color: #7f8c8d;
}

/* font-face / MyriadProCondensed */
@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../css/fonts/myriadpro-cond-webfont.eot');
    src: url('../css/fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../css/fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../css/fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* font-face / MyriadProRegular */
@font-face {
    font-family: 'MyriadWebProRegular';
    src: url('../css/fonts/myriad-webfont.eot');
    src: url('../css/fonts/myriad-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/myriad-webfont.woff') format('woff'),
         url('../css/fonts/myriad-webfont.ttf') format('truetype'),
         url('../css/fonts/myriad-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* font-face / Prime Regular */
@font-face {
    font-family: 'primeregular';
    src: url('../css/fonts/prime_regular-webfont.eot');
    src: url('../css/fonts/prime_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/prime_regular-webfont.woff2') format('woff2'),
         url('../css/fonts/prime_regular-webfont.woff') format('woff'),
         url('../css/fonts/prime_regular-webfont.ttf') format('truetype'),
         url('../css/fonts/prime_regular-webfont.svg#primeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	color: #fff;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
}

h6 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Images */
img { 
	border: 0 none;
}


/* paragrahp */
p { 
	margin: 0px;
	padding: 0px;
}



/* ==================================================
  GENERAL
================================================== */
/* section */
section {
	padding: 0;
	width: 100%;
	height: auto;
}

/* section_title */
.section_title {
	padding: 0px 10px 15px 10px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	font-size: 36px;
	text-align: center;
	color: #34495e;
}

/* titleBlue */
.titleBlue {
	background: url(../images/lineTitleBlue.png) no-repeat center bottom;
}

/* titleGreen */
.titleGreen {
	background: url(../images/lineTitleGreen.png) no-repeat center bottom;
}

/* section_subtitle */
.section_subtitle {
	padding: 10px 10px 10px 10px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-align: center;
	color: #95a5a5;
}

/* Required */

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}


/* ====================================================================================================
  HOME
==================================================================================================== */


/* ==================================================
  FIXED HEADER
================================================== */
header {
  background: url(../images/alphaWhite.png) repeat;
  border-bottom: 1px solid #fff;
  font-family: 'MyriadWebProRegular', Helvetica, Arial, sans-serif;
  font-size: 20px;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  padding: 5px 0px 5px 10px;
  float: left;
}

.logo img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
    height: 80px;
}



/* ==================================================
  HEADER
================================================== */

/* header_back */
.header_back {
	background: url(../images/header.jpg) no-repeat center center;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	min-height: 720px;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

/* header text */
.header_text {
	padding: 250px 10px 50px 10px;
	text-align: center;
}

/* header_text_title */
.header_text_title {
	padding: 0px 0px 10px 0px;
	font-size: 46px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.50);
}

/* header_text_subtitle */
.header_text_subtitle {
	margin: 40px 0px 0px 0px;
	padding: 20px 40px;
	background: url(../images/alphaDarkGray.png) repeat;
	border: 1px solid #fff;
	font-size: 21px;
	line-height: 28px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	color:#fff;
}

/* header_linkBlue */
.header_linkBlue {
	margin: 0px 20px 20px 0px;
	text-align: center;
}

/* blue_button */
.blue_button {
	width: 200px;
	padding: 15px 15px;
	background: #3598db;
	display:inline-block;
	cursor: pointer;
	font-family: 'MyriadProCondensed', Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	text-align:left;
	letter-spacing: 1px;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

.blue_button:hover {
	background: #2a80b9;
}

.blue_button:active {
	position: relative;
	top:1px;
}

.blue_button img {
	padding: 0px 10px 0px 0px;
	float:left;
}
	




/* ==================================================
  NOSOTROS
================================================== */

/* nosotros_container */
.nosotros_container {
	margin: 0px;
	padding: 60px 0px 20px 0px;
}

/* nosotros_text */
.nosotros_text {
	padding: 40px 20px 40px 20px;
	line-height: 22px;
}

.nosotros_text span {
	color:#34495e;
	font-weight: bold;
}

.nosotros_two_columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.nosotros_vision {
	text-align: center;
}

.nosotros_mision {
	text-align: justify;
}





/* ==================================================
  SERVICIOS
================================================== */

/* servicios_container */
.servicios_container {
	margin: 0px 0px 60px 0px;
	padding: 40px 0px;
	background: #ecf0f1;
}

/* servicios_text */
.servicios_text {
	padding: 40px 20px 20px 20px;
	text-align: justify;
	line-height: 22px;
}

/* icons_container */
.icons_container {
	margin: 0px 20px;
	padding: 30px 0px 0px 0px;
	background: #fff;
	border-top: 1px solid #dee1e3;
	border-left: 1px solid #dee1e3;
	border-right: 1px solid #dee1e3;
	border-bottom: 3px solid #dee1e3;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

.icons_container:hover {
	border-bottom: 3px solid #3498db;
}

/* servicios_icon */
.servicios_icon {
	text-align: center;
}

.servicios_icon img {
	height: 70px;
}

/* servicios_icon_text */
.servicios_icon_text {
	margin: 0px 20px 10px 20px;
	padding: 10px;
	text-align:center;
	font-size: 24px;
	color:#3498db;
	border-bottom: 1px dashed #bec3c7;
	
}

/* servicios_list */
.servicios_list {
	height: 210px;
	margin: 0px;
	padding: 0px 25px;
}

/* servicios_list_row */
.servicios_list_row {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color:#4f5055;
}

/* servicios_list_icon */
.servicios_list_icon {
	width: 8%;
	float: left;
}

/* servicios_list_image */
.servicios_list_image {
	margin: 0px;
	padding: 0px;
}

/* servicios_list_info */
.servicios_list_info {
	width: 92%;
	float: left;
}

/* servicios_list_text */
.servicios_list_text {
	margin: 0px;
	padding: 0px;
	font-family: 'MyriadProCondensed', Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 20px;
}





/* ==================================================
  PROYECTOS
================================================== */

/* proyectos_container */
.proyectos_container {
	margin: 0px 0px 60px 0px;
	padding: 60px 0px 20px 0px;
}

/* slider_container */
.slider_container {
	margin: 0px;
	padding: 20px 20px;
}

/* proyectos_item */
.proyectos_item {
	margin: 0px;
	padding: 10px 0px;
}

/* proyectos_info */
.proyectos_info {
	margin: 0px;
	padding: 20px 20px;
}

/* proyectos_title */
.proyectos_title {
	padding: 20px 0px;
	font-size: 21px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	color:#3598db;
}

/* proyectos_subtitle */
.proyectos_subtitle {
	padding: 10px 0px;
	font-size: 21px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	color:#95a5a5;
	border-top: 1px dashed #bec3c7;
	border-bottom: 1px dashed #bec3c7;
}

/* proyectos_text */
.proyectos_text {
	padding: 0px 0px 20px 0px;
	line-height: 22px;
}





/* ==================================================
  CLIENTES
================================================== */

/* clientes_container */
.clientes_container {
	margin: 0px 0px;
	padding: 60px 0px 20px 0px;
}

/* map_container */
.map_container {
	margin: 0px;
	padding: 0px;
	background: #ecf0f1;
}

/* clientes_map */
.clientes_map {
	margin: 0px;
	padding: 40px 10px;
}

.clientes_map img {
	width: 100%;
	height: auto;
}

/* clientes_info */
.clientes_info {
	margin: 0px;
	padding: 40px 0px 0px 10px;
}

/* clientes_list_row */
.clientes_list_row {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

/* clientes_list_icon */
.clientes_list_icon {
	width: 12%;
	float: left;
}

/* clientes_list_image */
.clientes_list_image {
	margin: 0px;
	padding: 0px;
}

.clientes_list_image img {
	height: 30px;
}

/* clientes_list_info */
.clientes_list_info {
	width: 88%;
	float: left;
}

/* clientes_list_text */
.clientes_list_text {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

.clientes_list_text span {
	color:#4f5055;
}

/* clientes_list_note */
.clientes_list_note {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}

.clientes_list_note span {
	margin: 0px;
	color:#4f5055;
}





/* ==================================================
  QUOTA
================================================== */

/* quote_container */
.quote_container {
	margin: 0px 0px 60px 0px;
	padding: 30px 0px 40px 0px;
	background: #7f8c8d;
	text-align:center;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

.quote_container:hover {
	background: #34495e;
}

/* quote_icon */
.quote_icon {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.quote_icon img {
	height: 70px;
}

/* quote_text */
.quote_text {
	margin: 0px;
	padding: 0px 40px;
	font-size: 21px;
	line-height: 28px;
	font-family: 'primeregular', Helvetica, Arial, sans-serif;
	color:#fff;
}





/* ==================================================
  CONTACTO
================================================== */

/* contacto_container */
.contacto_container {
	margin: 0px 0px;
	padding: 60px 0px 60px 0px;
}


/* ==================================================
  CONTACTO FORM
================================================== */

/* contact text */
.contact_form_text {
	margin: 0px;
	padding: 20px 10px 5px 10px;
	text-align:left;
	color: #34495e;
}

.contact_form_text span {
	padding: 0px 0px 0px 5px;
	font-size: 10px;
	color:#d93e39;
}

/* contact_form_field */
.contact_form_field {
	padding: 0px 10px 0px 10px;
}

/* input textarea */
input, textarea {
	border: 1px solid #cccccc;
	padding: 10px;
	font-family: 'MyriadWebProRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7f8c8d;
}

/* input textarea */
.inputText {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 10px;
	font-family: 'MyriadWebProRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7f8c8d;
}

/* input textarea */
.inputTextarea {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 10px;
	font-family: 'MyriadWebProRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7f8c8d;
}

/* inputText.error */
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}

/* success_box */
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	padding: 10px;
	line-height:22px;
	margin: 20px 10px;
	text-align:center;
}

/* error_box */
.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	padding: 10px;
	line-height:22px;
	margin: 20px 10px;
	text-align:center;
}

/* none */
.none {
	display:none;
}

/* submit */
.submit {
	padding: 20px 0px 0px 0px;
	text-align:center;
}

/* contact button */
.contact_button {
	padding: 15px 20px;
	background:#3498db;
	display:inline-block;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color:#fff;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

.contact_button:hover {
	background: #2980b9;
}

.contact_button:active {
	position:relative;
	top:1px;
}


/* ==================================================
  CONTACTO ICONS
================================================== */

/* contacto_list_row */
.contacto_list_row {
	margin: 0px;
	padding: 50px 10px 20px 10px;
	text-align:center;
}

/* contacto_list_image */
.contacto_list_image {
	margin: 0px;
	padding: 0px;
}

.contacto_list_image img {
	height: 40px;
}

/* contacto_list_text */
.contacto_list_text {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	color: #34495e;
}

/* contacto_list_text link */
.contacto_list_text a:link, .contacto_list_text a:visited, .contacto_list_text a:active {
	color: #3498db;
	text-decoration: none;
}

.contacto_list_text a:hover {
	color: #2980b9;
	text-decoration: underline;
}

/* contacto_social */
.contacto_social {
	margin: 0px;
	padding: 50px 0px 10px 0px;
	text-align: center;
}

.contacto_social img {
	margin: 0px 5px;
	padding: 0px;
	height: 45px;
	opacity: 1.0;
    filter: alpha(opacity=100);
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

.contacto_social img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}




/* ==================================================
  FOOTER
================================================== */

/* footer_container */
.footer_container {
	margin: 0px 0px 50px 0px;
	padding: 20px 10px;
	border-top: 1px solid #dee1e3;
}

/* footer_legals */
.footer_legals {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/* footer_icon */
.footer_icon {
	padding: 0px 0px;
	text-align: center;
}

.footer_icon img {
	height: 40px;
}

/* footer_credits */
.footer_credits {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}

.footer_credits a:link, .footer_credits a:visited, .footer_credits a:active {
	color: #3498db;
	text-decoration: none;
}

.footer_credits a:hover {
	color: #2980b9;
	text-decoration: underline;
}



/*  Web Design - paulohernandez.com  */