/*html {
  font-family: Roboto;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;*/



  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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }


blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  /*background-color: #3cb5f9;*/
  background-image: url("/img/SWRREC0K3A.jpg");
  font-family: 'Roboto', sans-serif;
  color: #223040;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }

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

a:hover {
  color: #000000;
  font-weight: bolder;
  text-decoration: none;
  /*background-color: #223040;*/
 }

 a:focus{
   text-decoration: none;
 }



/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto;
  /*top: 88%;
  min-height: 12%;
  position:absolute;
  z-index: 2;*/
 }

#main {
  background-color: #fff;
  padding-top: 150px; }

.container {
  width: 90%;
  margin: 0 auto;
  padding: 0 30px; }

section {
  padding: 60px 0;
}
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #223040;
    color: #ffffff; }


/* imprint
-------------------------------------------------------------- */
#imprint {
  background-color: #ffffff;
  color: #223040;
  font-size: 12px;
  display: inline-block;
  float: right;
  width: 38%;
  padding: 10px;
 }

p.imprint{
  /*float: right;*/
      }



/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  /*opacity: .95;*/
  box-shadow: 0px 3px 10px gray;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header img#logo {
    height: auto;
    width: 100% !important;
    margin-top: 3%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      line-height: 100px;
      margin-left: 20px;
      color: #223040;
      font-family: 'Roboto Slab', serif;
      /*font-weight: 700;*/
      font-size: 18px;
      padding: 10px;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
    }
      header nav a:hover {
        color: #223040;
        border-bottom: 3px solid #223040;
    }
    header nav a:focus {
      color: #223040;
      border-bottom: 3px solid #223040;
  }

  header nav a:active {
    color: #223040;
    border-bottom: 3px solid #223040;
}

  header.smaller {
    height: 75px; }
    header.smaller img#logo {
      height: auto;
      width: 90% !important;
      margin-top: -2px;
    }
    header.smaller nav a {
      line-height: 75px; }

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  header img#logo {
    height: auto;
    width: 100% !important;
    margin-top: 3%;
  }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px;

    }
  header.smaller {
    height: 75px; }
    header.smaller img#logo {
      height: auto;
      width: 90% !important;
      margin-top: -2px;
    }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; } }






/*
------->my css*/


    /*.logo-gntt{
      height: auto;
      width: 80% !important;
      margin-top: 16px;

    }*/
/*
    section.magnetic {
      min-height: 50px;
      width: 100%;
    }

    div.magnetic {
      min-height: 50px;
      width: 100%;
    }*/

    .magnetic {
      min-height: 50px;
      width: 100%;
    }

    .p-ver-mas{
      text-align: center;
      color: #ffffff;
      letter-spacing: 1px;
      line-height: 25px;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.50);
      width: 95%;
      padding-top: 23%;
      margin-bottom: -23%;
    }

    .ver-mas{
      color: #ffffff;
    }

    .ver-mas:hover{
      color: #bdc3c7;
      font-weight: 500;
    }

    .ver-mas:focus{
      color: #bdc3c7;
      font-weight: 500;
    }

    .nav-a {
      color: #3498db;
      font-size: 18px;
      /*text-transform: uppercase;*/
      display: inline-block;
      margin: 0;
      padding: 10px;
    }

    .background-lp{
      background: rgba(34,48,64, 0.7);
      padding: 2% 0 0 30%;
      /*padding-top: 2.4%;*/
      /*padding-bottom: 5%;*/
      width: 100%;
      height: 160px;
      margin: 4.5% 0 0 -10%;

    }

    .p-lg{
  		color: #ffffff;
  		text-shadow: 1px 1px 2px rgba(0,0,0,0.50);
  	}

    .row-servicios {
      min-height:760px;
      width: 100%;
    }

    .menu-servicios {
      padding: 13.5% 0 53% 8.25%;
      /*padding-bottom: 30%;
      padding-left: 19.7%;*3
      /*margin-left: -30px;*/
      line-height: 50px;
      height: 100%;

    }

    .titulo-servicios{
      margin: -30px 0 0 0;

    }

    .h1-servicios{
      padding-bottom: 5px;
      border-bottom: 2px solid #ffffff;
      width: 35%;
      margin: 0 0 -5% 0;
    }

    .ul-servicios{
      font-family: 'Roboto Slab', serif;
      font-size: 24px;
      /*color: #ffffff;*/
      padding-top: 5%;

    }

    .li-servicios{
      padding: 4% 0 4% 0;
      display: flex;
      align-items: center;
    }

    .a-servicios{
      color: #bdc3c7;
      /*font-weight: bolder;*/
    }

    .a-servicios:hover{
      color: #ffffff;
      /*font-weight: bolder;*/
    }

    .a-servicios:focus{
      color: #ffffff;
      /*font-weight: 500;*/
    }

    .a-servicios:active{
      color: #ffffff;
      /*font-weight: 500;*/
    }


    /*.h3-servicios {
      font-family: 'Roboto Slab', serif;
      color: #ffffff;
    }*/


    .h3-metodologias{
      color: #ffffff;
  		font-family: 'Roboto Slab', serif;
      line-height: 40px;
      font-weight: 500;
    }

    .titulo-metodo{
      margin: -60px 0 -90px -16px;
    }

    .rotate{
      -moz-transition: all .25s linear;
      -webkit-transition: all .25s linear;
      transition: all .25s linear;

    }

    .rotate.down{
      -ms-transform:rotate(90deg);
      -moz-transform:rotate(90deg);
      -webkit-transform:rotate(90deg);
      transform:rotate(90deg);
    }

    /*.btn-circle {
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 6px 0;*/
      /*font-size: 12px;
      line-height: 1.428571429;*/
      /*border-radius: 15px;
    }*/


    .mail-to{
      color: #ffffff;
      font-weight: 300;

    }

    .mail-to:hover{
      color: #bdc3c7;
      font-weight: 500;

    }

    .servicios-cont{
      height: 700px;

    }


    .servicios-txt{
      color: #223040;
      margin-left: 30px;
      padding-right: 30px;
      /*max-height: 100%;*/
      /*overflow: hidden;
      position: relative;*/


    }

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

    .hide{
      display: none;
    }

    #clientes{
  		border-top: 2px solid #ebebeb;

    }

    .img-logos{
      width:60%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .contacto-imp{
      style="text-align: left;

      }

    #contacto{
      padding: 60px 0px 30px 0px;
    }


    .p-clientes{
      margin: -6% 0 6% 0;

    }

    .h1-clientes{
      border-bottom: 2px solid #223040;
      width: 10%;
      margin: 0px 0 6% 0;
    }

    .h1-contacto{
      border-bottom: 2px solid #ffffff;
      width: 23%;
      margin: 0px 0 6% 0;
    }

    .h1-metodo{
      border-bottom: 2px solid #223040;
      width: 17%;
      margin: 10% 0 6% 0;
    }


    .subnav a{
      /*color: #ffffff;*/
    }
    .block{
      display: block;
      float: left;
      width: 33%;
    }

    .scrollea{
      /*color: #ffffff;*/
    }
