@charset "UTF-8";
/*------------------------------------*		$RESET
\*------------------------------------*/
html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?dtsfu0");
  src: url("../fonts/icomoon.eot?dtsfu0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dtsfu0") format("truetype"), url("../fonts/icomoon.woff?dtsfu0") format("woff"), url("../fonts/icomoon.svg?dtsfu0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
  text-decoration: none;
}

.icon-facebook-with-circle:before {
  content: "\e900";
  color: #3b5998;
}

.icon-google-with-circle:before {
  content: "\e901";
  color: #dd4b39;
}

.icon-instagram-with-circle:before {
  content: "\e902";
}

.icon-linkedin-with-circle:before {
  content: "\e903";
  color: #007bb5;
}

.icon-pinterest-with-circle:before {
  content: "\e904";
  color: #cb2027;
}

.icon-tumblr-with-circle:before {
  content: "\e905";
}

.icon-twitter-with-circle:before {
  content: "\e906";
  color: #55acee;
}

.icon-vimeo-with-circle:before {
  content: "\e907";
}

.icon-youtube-with-circle:before {
  content: "\e908";
  color: #bb0000;
}

/*------------------------------------*		$TIPOGRAFIA
\*------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /* BOX MODEL */
  margin: 0;
  /* LAYOUT */
  font-color: #C01C18;
  font-family: "Open Sans", helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
}

h1,
.h1 {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 28.8px;
  font-size: 1.8rem;
}

h2,
.h2 {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 25.6px;
  font-size: 1.6rem;
}

h3,
.h3 {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 22.4px;
  font-size: 1.4rem;
}

h4,
.h4 {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 19.2px;
  font-size: 1.2rem;
}

h5,
.h5 {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 16px;
  font-size: 1rem;
}

h6,
.h6 {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 11.2px;
  font-size: 0.7rem;
}

p,
ol,
ul,
dl,
dd {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  /* LAYOUT */
  font-size: 1em;
  font-family: "lato", "times new roman", times, serif;
  letter-spacing: 0.25px;
}

ul,
ol {
  /* BOX MODEL */
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

nav ul,
nav ol {
  list-style-type: none;
}

ol li,
ul li {
  /* BOX MODEL */
  margin: 0;
}

article ul,
section ul {
  list-style-type: circle;
}

article ol,
section ol {
  list-style-type: square;
}

b, strong {
  /* LAYOUT */
  font-weight: bold;
}

em, i {
  /* LAYOUT */
  font-style: italic;
}

code {
  /* LAYOUT */
  font-family: courier, serif;
}

small {
  /* LAYOUT */
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #404040;
}

sub,
sup {
  /* POSITION */
  position: relative;
  /* LAYOUT */
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 0;
}

sup {
  /* POSITION */
  top: -.25em;
}

sub {
  /* POSITION */
  bottom: -.25em;
}

blockquote {
  /* BOX MODEL */
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 10px solid #ccc;
  /* LAYOUT */
  background: #f9f9f9;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  content: open-quote;
  /* BOX MODEL */
  margin-right: 0.25em;
  /* LAYOUT */
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
}

blockquote p {
  /* BOX MODEL */
  display: inline;
}

/*------------------------------------*		$ELEMENTOS
\*------------------------------------*/
hr {
  /* BOX MODEL */
  display: block;
  padding: 0;
  height: 2px;
  border: 0;
  border-top: 2px solid #C01C18;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

.img--rounded {
  border-radius: 2px;
}

.img--circle {
  border-radius: 100%;
}

figure {
  margin-bottom: 0.5em;
}

figure img {
  margin-bottom: 0.125em;
}

figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: gray;
}

img.alignright {
  float: right;
  margin: -70px 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

a img.alignright {
  float: right;
  margin: -65px 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img#wpstats {
  display: none;
}

/*------------------------------------*		$LINKS
\*------------------------------------*/
a {
  /* LAYOUT */
  text-decoration: none;
  color: #C01C18;
  font-family: "Open Sans", helvetica, Arial, sans-serif;
}

a:visited {
  /* LAYOUT */
  color: #e42b27;
  font-weight: normal;
}

a:hover {
  /* BOX MODEL */
  border-bottom: #e42b27;
  /* LAYOUT */
  color: #e42b27;
  /* ENHANCEMENT */
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

a:focus {
  /* LAYOUT */
  outline: thin dotted;
  color: #c01c18;
}

nav a {
  /* LAYOUT */
  color: black;
  font-family: "Open Sans", helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

nav a:visited {
  /* LAYOUT */
  color: black;
  font-weight: normal;
}

nav a:hover {
  /* LAYOUT */
  background-color: transparent;
  color: black;
  text-decoration: none;
  /* ENHANCEMENT */
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

nav a:focus {
  /* LAYOUT */
  color: black;
  outline: thin dotted;
}

/*------------------------------------*			$BOTONES
\*------------------------------------*/
.btn {
  /* BOX MODEL */
  display: inline-block;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 2em;
  padding-left: 2em;
  border: 1px solid white;
  /* LAYOUT */
  background-color: white;
  color: #404040;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
}

.btn:visited {
  /* LAYOUT */
  font-weight: normal;
  color: #404040;
}

.btn:focus {
  /* LAYOUT */
  outline: none;
}

.btn:hover {
  /* LAYOUT */
  text-decoration: none;
}

.btn a {
  /* LAYOUT */
  color: #404040;
  text-decoration: none;
}

.btn a:visited {
  /* LAYOUT */
  color: #404040;
  font-weight: normal;
}

.btn a:hover {
  /* LAYOUT */
  background-color: transparent;
  color: #404040;
  text-decoration: none;
  /* ENHANCEMENT */
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.btn a:focus {
  /* LAYOUT */
  color: #404040;
  outline: thin dotted;
}

.btn-success {
  background-color: #95c91d;
  border: 1px solid #95c91d;
}

.btn-success a,
.btn-success a:visited,
.btn-success a:focus {
  color: white;
}

.solid {
  background-color: #f5f5f5;
}

.rounded {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body {
  background-color: #FFF;
}

.navbar-brand {
  padding: 2px 15px !important;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none !important;
  padding-left: 2em;
}

@media all and (min-width: 40em) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: none !important;
  }
}

.up {
  width: 30px;
  height: 30px;
  background-color: #C01C18;
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: .25em .5em;
}

.up i {
  color: white;
}

.top-menu {
  background-color: #C01C18;
  color: white;
}

.top-menu a,
.top-menu a:focus,
.top-menu a:visited {
  color: white;
}

.top-menu a:hover {
  color: #777;
}

.top-menu span a {
  padding-left: .5em;
}

.top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-menu li {
  display: inline-block;
  line-height: 46px;
  padding-right: .5em;
}

.area-cliente {
  background-color: #000;
  padding: 0 .5em;
  cursor: pointer;
}

.area-cliente:hover {
  background-color: #333;
}

.area-cliente a:hover {
  color: #fff;
}

.main-header {
  width: 100%;
  background-color: #fff;
}

.main-content {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 1.5em;
}

.callToAction {
  height: 600px;
  padding: 150px 0;
  background-image: url(https://www.iwebconnector.com/img/background-mov.jpg);
  background-size: auto;
  background-color: #fff;
}

@media all and (min-width: 70em) {
  .callToAction {
    height: 400px;
    background-image: url(https://www.iwebconnector.com/img/background2.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
}

.msg-cta {
  height: 80px;
  padding: .5em 1em;
  margin-bottom: 1em;
}

.msg-cta h2 {
  font-size: 2em;
  line-height: 65px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.msg-cta .h1 {
  color: #FFF;
}

@media all and (min-width: 70em) {
  .msg-cta h2 {
    font-size: 3em;
  }
}

.content {
  background-color: #f5f5f5;
}

.services {
  margin: 1em 0;
  padding: 2em 0;
}

.service {
  min-height: 560px;
}

.service-content {
  padding: .5em;
}

.service-content .h4 {
  color: #C01C18;
  font-weight: bold;
}

.profiles {
  background-color: #333;
  padding-top: 1em;
  padding-bottom: 2em;
}

.profiles h2 {
  color: white;
}

.profile {
  margin-bottom: 2em;
}

.profile {
  display: inline-block;
  background-color: #fff;
  padding-bottom: 1em;
  margin: 2em 1em 0 1em;
}

.xxss {
  font-size: 2em;
}

.xxss small {
  display: none;
}

.caption-name {
  font-weight: bold;
  color: #C01C18;
}

.caption-desc {
  color: #777;
}

.partners {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
}

.partners h2 {
  font-weight: bold;
  color: #C01C18;
}

.partner img {
  border-radius: 5px;
}

.solutions {
  position: relative;
  height: 400px;
  background-image: url(../img/background-mov.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}

@media all and (min-width: 70em) {
  .solutions {
    height: 200px;
    background-image: url(../img/background2.jpg);
  }
}

.solution figure {
  margin-top: 20px;
}

.solution img {
  border-radius: 8px;
}

.contact {
  padding: 2em 0;
}

.contact h2 {
  font-weight: bold;
  color: #C01C18;
  text-align: center;
}

.column-text p {
  font-size: 120%;
}

div#video {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 40em) {
  div#video {
    width: 50%;
  }
}

.main-footer {
  width: 100%;
  background-color: #333;
  padding-top: 1em;
}

.legals {
  text-align: center;
}

@media all and (min-width: 70em) {
  .legals {
    text-align: left;
  }
}

.powered {
  border-top: 1px solid #c3c3c3;
  padding: .5em 3em;
}


.legals ul {
  list-style-type: none;
}

.legals li {
  display: inline-block;
  margin-right: 1em;
}

.legals a {
  color: #c3c3c3;
}

.noticia{
  padding-top: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #C01C18;
}

  .noticia_keyword{
    font-weight: bold;    
    font-size: 150%;
  }
  .noticia_data{
    font-size: 70%;    
  }

  .noticia_description{
    margin-bottom: 1em;
    width: 80%;
  }

  .noticia_llegirmes {
    margin-bottom: 1em;
  }
  .noticia_llegirmes a{
    padding: .5em 2em;
    color: #FFF;
    background-color: #C01C18;
    text-decoration: none;
  }

  .noticia_llegirmes a:hover{
    color: #C01C18;
    background-color: #df7f7d;
    text-decoration: none;
  }
