/* ==================================================================

Reversal CSS

Main Color: #d00355

================================================================== */
/* ==================================================================
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: 4px;
  *overflow: hidden;
}
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;
}
/* ==================================================================
Basic Document Styles
================================================================== */
body {
  line-height: 1;
  font: 13px/24px "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
input,
select,
textarea {
  font: 13px/24px "Open Sans", Helvetica, Arial, sans-serif;
}
hr {
  margin: 40px 0 40px 0;
  height: 1px;
  border: none;
  width: 100%;
  float: left;
}
hr.fancy-hr {
  position: relative;
  float: left;
}
hr.fancy-hr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 1px;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: inline-block;
  *zoom: 1;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
/* ==================================================================
Typography
================================================================== */
h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
}
h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
h3 {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  font-weight: 400;
}
p {
  margin-bottom: 10px;
}
a,
a > * {
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, padding 0.3s ease;
  -moz-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, padding 0.3s ease;
  -ms-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, padding 0.3s ease;
  -o-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, padding 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, padding 0.3s ease;
}
a:hover,
a > *:hover {
  text-decoration: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* ==================================================================
Basic Layout Styles
================================================================== */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.clear {
  clear: both;
}
.all-margin {
  margin: 20px !important;
}
.left-margin {
  margin-left: 20px !important;
}
.right-margin {
  margin-right: 20px !important;
}
.top-margin {
  margin-top: 20px !important;
}
.bottom-margin {
  margin-bottom: 20px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.custom-icon-list li i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  padding-right: 15px;
}
.custom-icon-list li p {
  margin-left: 30px;
}
.button {
  padding: 6px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
/* ==================================================================
Progress Bar
================================================================== */
.progress {
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.progress .bar {
  line-height: 40px;
  text-align: left;
  text-indent: 15px;
  font-style: italic;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* ==================================================================
Forms
================================================================== */
input,
textarea,
select {
  -webkit-appearance: none;
  border: none !important;
  width: 100%;
  padding: 10px 20px !important;
  margin: 0px !important;
  font-style: italic;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: auto !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
  -moz-transition: background-color 0.3s ease, color 0.3s ease !important;
  -ms-transition: background-color 0.3s ease, color 0.3s ease !important;
  -o-transition: background-color 0.3s ease, color 0.3s ease !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}
textarea {
  width: 100%;
  padding: 10px 20px;
  resize: both;
  margin-top: 0px;
  font-style: italic;
}
input:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
input[type="submit"],
button,
a.button {
  text-transform: none;
  width: auto;
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}
input[type="submit"] {
  padding: 6px 10px !important;
}
select,
option {
  cursor: pointer;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
/* ==================================================================
Preloader
================================================================== */
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#loading-animation {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/* ==================================================================
Main Navigation
================================================================== */
a.logo {
  margin: 15px 0 0 20px;
  float: left;
}
nav#main-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 56px;
  min-width: 300px;
}
nav#main-nav ul {
  float: right;
  margin-right: 10px;
}
nav#main-nav ul li {
  float: left;
  display: inline-block;
  line-height: 14px;
}
nav#main-nav ul li a {
  text-transform: uppercase;
  padding: 20px 20px;
  display: inline-block;
  padding-bottom: 23px;
}
/* ==================================================================
Responsive Navigation
================================================================== */
#main-nav #responsive-nav {
  display: none;
  float: right;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#main-nav .responsive-nav {
  margin-bottom: 20px;
  padding: 10px;
}
/* ==================================================================
Sections
================================================================== */
section.seccionPrincipal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  overflow: auto;
}
section.seccionPrincipal .container {
  padding-top: 90px;
}
section.seccionPrincipal > .container {
  padding-bottom: 80px;
}
/* ==================================================================
Intro
================================================================== */
#intro {
  background: url(images/degradado.png) no-repeat center center fixed;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/degradado.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/degradado.png', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: -50px;
}
#intro h1 {
  font-size: 60px;
  margin-bottom: 0px;
  line-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
#intro h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.get-started {
  position: relative;
  margin: 50px auto 0px auto;
  display: block;
  text-align: center;
  width: 50%;
  padding: 10px 5px;
}
.get-started i {
  margin-left: 10px;
}
/* ==================================================================
Services
================================================================== */
.features .feature-box .box-content {
  padding: 30px;
  text-align: center;
}
.features .feature-box .box-content .feature-icon {
  font-size: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.features .feature-box .box-content h4 {
  margin-bottom: 10px;
}
.features-list .feature-box .feature-icon {
  float: left;
  margin-top: 15px;
}
.features-list .feature-box .feature-icon i {
  font-size: 20px;
}
.features-list .feature-box .feature-text {
  padding-left: 40px;
}
.features-list .feature-box .feature-text h3 {
  margin-bottom: -7px;
}
.accordion-toggle i {
  padding-right: 10px;
}
/* ==================================================================
Portfolio
================================================================== */
.portfolio-filter {
  margin-top: 10px;
  margin-bottom: 15px;
}
.portfolio-filter li {
  float: left;
  margin-right: 20px;
}
.portfolio .portfolio-item {
  margin-bottom: 20px;
  position: relative;
  height: 196px;
}
.portfolio .portfolio-item img,
.fancybox img {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.portfolio .portfolio-item i,
.fancybox i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 40px;
  margin-left: -15px;
  margin-top: -15px;
}
.portfolio .portfolio-item:hover img,
.fancybox:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3;
}
.portfolio .portfolio-item:hover i,
.fancybox:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-portfolio {
  position: absolute;
  top: 0;
  display: block;
  margin-top: 0px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.single-portfolio .container {
  padding-bottom: 100px;
}
.single-portfolio .portfolio-close {
  position: absolute;
  right: 20px;
  top: 65px;
  font-size: 50px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.single-portfolio .image-container,
.single-portfolio .video-container,
.single-portfolio .gallery-container {
  position: relative;
  display: block;
  margin-top: 70px;
  width: 100%;
  height: auto;
}
.single-portfolio .video-container .fullwidth-video {
  width: 100%;
  min-height: 300px;
}
/* ==================================================================
Flexslider
================================================================== */
.flexslider {
  border: none;
  box-shadow: none;
  margin: 0px;
}
.flexslider img {
  display: block;
}
.flexslider a.flex-prev {
  width: 30px;
  height: 35px;
}
.flexslider a.flex-next {
  width: 30px;
  height: 35px;
}
/* ==================================================================
Isotope Transitions
================================================================== */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* ==================================================================
Contacts
================================================================== */
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}
#map img {
  max-width: none;
}
.contact-info {
  padding: 40px;
  position: relative;
  z-index: 100;
  margin-bottom: 30px;
}
.social {
  padding: 40px;
  z-index: 100;
  position: relative;
}
.social .fancy-hr {
  margin-top: 10px;
  margin-bottom: 20px;
}
.social ul {
  display: inline-block;
}
.social ul li {
  float: left;
  margin-right: 10px;
}
form.contact-form {
  padding: 40px;
  position: relative;
  z-index: 50;
}
form.contact-form textarea {
  height: 140px !important;
}
article {
  margin-bottom: 50px;
}
ul {
  padding-left: 30px;
}
/*Responsivo*/
/* ==================================================================
Media Queries
================================================================== */
/* ==================================================================
Desktop
================================================================== */
@media only screen and (min-width: 979px) {
  section h1 {
    margin-left: -20px;
  }
  section article h1,
  h2 {
    margin-left: 0px;
  }
  /* ==================================================================
  ScrollBar
  ================================================================== */
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(180, 180, 180, 0.8);
    -webkit-box-shadow: none;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(180, 180, 180, 0.4);
  }
}
/* ==================================================================
Tablet Portrait size to Tablet Landscape (devices and browsers)
================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  section h1 {
    margin-left: -20px;
  }
  section article h1,
  h2 {
    margin-left: 10px;
  }
  /* ==================================================================
  Portfolio
  ================================================================== */
  .portfolio .portfolio-item {
    height: 149px;
  }
}
/* ==================================================================
All Mobile Sizes (devices and browsers)
================================================================== */
@media only screen and (max-width: 767px) {
  body {
    overflow: visible;
  }
  section.seccionPrincipal {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 50;
    overflow: visible;
    float: left;
  }
  section.seccionPrincipal .container {
    padding-top: 70px;
  }
  section.seccionPrincipal > .container {
    padding-bottom: 40px;
  }
  #portfolio {
    overflow: hidden;
  }
  /* ==================================================================
  Main Navigation
  ================================================================== */
  nav#main-nav {
    height: auto;
  }
  nav#main-nav > ul {
    display: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  nav#main-nav > ul li {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid;
  }
  nav#main-nav > ul li a {
    padding: 15px 20px;
    width: 100%;
  }
  /* ==================================================================
  Responsive Navigation
  ================================================================== */
  #main-nav #responsive-nav {
    display: block;
  }
  /* ==================================================================
  Intro
  ================================================================== */
  #intro {
    padding-top: 0px;
  }
  #intro .container {
    padding-top: 50px;
  }
  /* ==================================================================
  Services
  ================================================================== */
  .features .feature-box .box-content {
    margin-bottom: 30px;
  }
  .features-list {
    margin-bottom: 30px;
  }
  /* ==================================================================
  Portfolio
  ================================================================== */
  .single-portfolio .image-container,
  .single-portfolio .video-container,
  .single-portfolio .gallery-container {
    margin-bottom: 30px;
  }
  .single-portfolio .gallery-container {
    min-height: 200px;
  }
  /* ==================================================================
  Contacts
  ================================================================== */
  .contact-form,
  .contact-info {
    margin-bottom: 20px;
  }
}
/* ==================================================================
Mobile Landscape Size to Tablet Portrait (devices and browsers)
================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 460px;
  }
  /* ==================================================================
  Portfolio
  ================================================================== */
  .portfolio .portfolio-item {
    height: 300px;
  }
}
/* ==================================================================
Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
================================================================== */
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
  /* ==================================================================
  Portfolio
  ================================================================== */
  .portfolio .portfolio-item {
    height: 196px;
  }
}
