@import url("webfonts/Anonymous_Pro/stylesheet.css");
@import url("webfonts/arista2_0alternate/stylesheet.css");
@import url("webfonts/arsenal_regular/stylesheet.css");
@import url("webfonts/bonvenocf_light/stylesheet.css");
@import url("webfonts/geosanslight/stylesheet.css");

/*reset*/
*{
  margin : 0;
  padding: 0;
}
.info{
  background-color: #3A97D3;
  border-radius   : 3px;
  color           : #fff;
  font-family     : 'Open Sans', sans-serif;
  font-size       : 14px;
  letter-spacing  : 1px;
  padding         : 15px 20px;
  text-decoration : none;
  font-weight     : 400;
  margin-top: 10px;

}
.info:hover{
  background     : transparent;
  border         : solid 1px #3A97D3;
  color          : #3A97D3;
  text-decoration: none;
  transition      : background-color 0.30s ease-in-out,
  border-color 0.20s ease-in-out,
  box-shadow 0.20s ease-in-out;

}

body {
  background-image: url(img-contenido/cream_pixels.png);
  margin          : 0;
  padding         : 0;
}
html{ 
  width: 100%;
}
img, video {
  max-width: 100%;
}

/* menu */
.btn_menu,
.menu {
  display:none;
}
nav {
   width:100%;


}
nav ul {
  list-style: none;
  float:left;
  width:100%; 
  padding: 0px; 
  margin: 0px auto;
}
nav ul li {
  text-align:center;
  width:20%;
   margin: 0;
   float: left;
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   height:70px;
}

nav ul li a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  float: left;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color:#009EE3
}

nav ul li.active a {
   color: #fff;
   background-color:#FF4000
}

nav ul li a:hover {
  color: #2C3E50;
}

/* header top */
.con-header{
}
header{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 100%;
  padding-top: 10px;
}
.logo{
  display    : block;
  text-align: center;
}

/*standar*/
.rize {
    margin   : 0px;
    max-width: 100%;
    padding  : 0px;
    position : relative;
}
.clr { 
    clear      : both; 
    font-size  : 0px;
    line-height: 0px;
    margin     : 0px 0 0; 
    padding    : 0;
    width      : 100%;
}
.fade {
    -moz-transition   : opacity 0.2s linear;
    -ms-filter        : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transition    : opacity 0.2s linear;
    -o-transition     : opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    filter            : alpha(opacity=100);
    opacity           : 1;
    transition        : opacity 0.2s linear;
}

.fade:hover {
  -moz-transition   : opacity 0.2s linear;
  -ms-filter        : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -ms-transition    : opacity 0.2s linear;
  -o-transition     : opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  filter            : alpha(opacity=100);
  opacity           : 0.3;
  transition        : opacity 0.2s linear;
}
#fade { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
#fade:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=100); opacity: 0.3; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.zoom {
    -moz-transition   : 0.5s ease; /* Firefox */
    -o-transition     : 0.5s ease;
    -webkit-transition: 0.5s ease; /* Chrome - Safari */
    transition        : 0.5s ease;
}

.zoom:hover {
    -moz-transform   : scale(1.1); /* Firefox */
    -ms-transform    : scale(1.1); /* IE9 */
    -o-transform     : scale(1.1); /* Opera */
    -webkit-transform: scale(1.1); /* Chrome - Safari */
    text-align       : center;
    transform        : scale(1.1);
}


/*Columnas*/
/* columns (autogenerated styles) */
.col_1 { width: 96%; }
.col_2 { width: 46%; }
.col_3 { width: 29.3333333333%; }
.col_4 { width: 21%; }

/* complements (autogenerated styles) */
.col_3c { width: 62.6666666667%; }
.col_4c { width: 71%; }

/* columns & complements (autogenerated styles) */
.col_0 {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c {
  margin-left   : 2.00%;
  margin-right  : 2.00%;
  margin-bottom : 2.00%;
  float   : left;
  display   : block;
}

/*home1*/
.c-home1{}

.con-home1{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
}
.tile-h1{
  color        : #2d3e50;
  font-family  : arial;
  font-size    : 1.6em;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 2;
  margin-bottom: 2%;
  padding-top  : 3%;
  text-align   : center;
 }
.icon{
  text-align: center; 
}
.tc{
   color        : #3A97D3;
   font         : 1.3em arial;
   margin-bottom: 2%;
   margin-top   : 1%;
   text-align   : center;
}
.txt-article{
   color     : #868686;
   font      : 0.95em/1.5em arial;
   text-align: justify;
}
.c-button{
  padding-top: 2%;
  text-align : center;
 }
.button { 
  /* clase general */
  border-radius: 3px;
  border       : 1px solid #dedede;
  color        : #555;
  display      : inline-block;
  font         : bold 12px/12px HelveticaNeue, Arial;
  max-width    : 100%;
  padding      : 8px 11px;
}

.button.white{
  -moz-border-radius: 28;
  -webkit-border-radius: 28;
  background-image: -moz-linear-gradient(top, #3498db, #1a3c90);
  background-image: -ms-linear-gradient(top, #3498db, #1a3c90);
  background-image: -o-linear-gradient(top, #3498db, #1a3c90);
  background-image: -webkit-linear-gradient(top, #3498db, #1a3c90);
  background-image: linear-gradient(to bottom, #3498db, #1a3c90);
  background: #3498db;
  border-radius: 28px;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-decoration: none;
}

.button.white:hover{
  background      : #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration : none;
}

/*css section*/

.c-sec{ /*efecto parallax*/
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img-contenido/fondo.jpg);
  background-attachment: fixed;
  min-height: 200px;
  position: relative;
  padding-top: 2.00%;
}

.sec-1{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 100%;
  height: auto;
}
.txt-article-sec{
  color: #fff;
  line-height: 1.4em;
  font-size: 1.125em;
  font-family: arial;

}
span.article-sec{
  font-size: 2.5em;
  line-height: 1.4em;
  color: #F8F8F8;
  font-family: geosanslight;
}
.center-img{
  text-align: center;
  padding-top: 20px;
}
.txt-h{
    color: #fff;
    font : 2em "bonvenocf light";

}
.col_s{
  display     : block;
  float       : left;
  margin-left : 2%;
  margin-right: 2%;
  text-align  : center;
  width       : 46%;
}
span.tex{
  color: #fff;
  font-size: 0.625em;
  font-family: "arial";
}
hr.style-two { 
       background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(136,136,136,0.79) 49.21%,rgba(0,0,0,0.00) 100%);
       background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
       background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(136,136,136,0.79) 49.21%,rgba(0,0,0,0.00) 100%);
       background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(136,136,136,0.79) 49.21%,rgba(0,0,0,0.00) 100%)
       background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(136,136,136,0.79) 49.21%,rgba(0,0,0,0.00) 100%); 
       border: 0;
       box-shadow: 0px 0px 0px 0px rgba(137,137,137,1.00);
       clear: both; -webkit-box-shadow: 0px 0px 0px 0px rgba(137,137,137,1.00);
       height: 1px;
       margin-right: auto; margin-left: auto;
}
hr.separador_post { 
  border-color: #BFBFBF;
  border-style: solid;
  border-width: 1px 0 0 0;
  height      : 2%;
  text-align  : center;
}

.c-sec2{}

.sec-2{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  text-align  : center;
  width       : 100%;
}
span.tex2{
}
.img-s123{
  text-align: center;
  float: left;

  margin-right: 10px;
  line-height: 1.6em;
}
.txt-s{
  font-family: arial;
  text-align: left;
  float: left;
  margin-bottom: 28px;
  color: #464646;
  line-height: 1.25em;
}
span.tile-s{
  font-family: arial;
  font-size: 1.6em;
  color: #2d3e50;
  font-family: arial;
  line-height: 1.6em;
}

/*baner 2*/
.c-baner-2{
  background-color: #3A97D3;
  height: 150px;
}
.txt-baner2{
  color: #FFFFFF;
  font-family: Arial;
  font-size: 1.6em;
  text-align: center;
  line-height: 5em;
}
span.bc{

  color: #fff;
  text-shadow: 2px 2px 5px #000;
  font-weight: bold;
}
/*foote*/

.c-footer{
  position: relative;
  background-repeat: no-repeat;
  background-image: url('img-contenido/fondo_footer.jpg');
  background-attachment: fixed;
  background-position: center 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 200px;
}
footer{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
.tile-footer{
  text-align: center;
  color: #FFFFFF;
  line-height: 1em;
  font-size: 1.8em;
  font-family: "Arial";
  margin-bottom: 2%;
  padding-top: 10%;
  font-style: normal;
  font-weight: 400;
}
.t-derecho{
  color: #FFFFFF;
  font-family: arial;
  font-size: 1em;
  line-height: 1.2em;
}
.numero{
  color: #fff;
  font-family: arial
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: arial;
  font-size: 1.5em;
  font-weight: bold;
}
span.tex-footer{
  color: #fff;
  font-size: 0.55em;
  font-family: arial;

}

/*© Copyright*/

.contenido-autores{
   width: 80%;
   margin-right: auto;
   margin-left: auto;
   padding-top: 20px;
   display: block;
   overflow-x: hidden;
}
.dra{
  clear: both;
  text-align: left;
  color: #9C9C9C;
  font: 15px/2em arial;
}
.correo{
   color: #FFFFFF;
   text-decoration: none;
}
.correo:hover{ color: #E57400; }
.desa{
   float: right;
   text-align: right;
   line-height: 2em;
}

/*scrol top*/
.go-top { 
  position: fixed;
  bottom: 2em;
  right: 2em;
  padding: 1em;
  display: none;
  background-image: url(img-contenido/icon_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8; filter: alpha(opacity=50);
}

/*from*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url("ostrichsansdashed_medium/stylesheet.css");
@import url("exo_regular/stylesheet.css");
@import url("arista2_0alternate/stylesheet.css");
@import url("webfonts/comfortaa_regular/stylesheet.css");

#feedback-page{
  text-align:center;
}

#form-main{
  width:100%;
  float:left;
  padding-top:0px;
}

#form-div {
  background-color:rgba(72,72,72,0.4);
  padding: 15px;
  width: 450px;
  left: 50%;
  position: relative;
  
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
  color:#3c3c3c;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
  color:#30aed6;
  border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#name:focus{
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 8px 5px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email{
  background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email:focus{
  background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#comment{
  background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  background-color:white;
}

#button-blue{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  float:left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor:pointer;
  background-color: #3498db;
  color:white;
  font-size:24px;
  padding-top:22px;
  padding-bottom:22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
  background-color: rgba(0,0,0,0);
  color: #0493bd;
}
  
.submit:hover {
  color: #3498db;
}
  
.ease {
  width: 0px;
  height: 74px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
  #form-div{
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.c-firma{
  height: 100px;

}

/*--------*/
.animation {
  display: inline-block;
  position: relative;
  width: 378px;
  height: 290px;
  margin: 0 auto;
  vertical-align: middle;
}
.animation .device {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.animation .device .phone-home-button,
.animation .device .tablet-home-button {
  position: absolute;
  border-radius: 50%;
  background: #444;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.animation .device .phone-home-button {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 11px;
  top: 50%;
}
.animation .device .tablet-home-button {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  bottom: 7px;
  left: 50%;
}
.animation .device .screen-stand {
  position: absolute;
  width: 100%;
  margin-left: -10px;
  margin-top: -1px;
  top: 60%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.animation .device .screen-stand .leg {
  position: absolute;
  width: 12px;
  height: 16px;
  left: 50%;
  top: 0;
  margin-left: -6px;
  background: #FFF;
}
.animation .device .screen-stand .foot {
  position: absolute;
  width: 120px;
  height: 4px;
  left: 50%;
  top: 15px;
  margin-left: -60px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #FFF;
}
.animation .device .display {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #34495e;
  z-index: 3;
}
.animation .device .display div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.animation .device .display div div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -14px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
}
.animation .device .display div div em {
  font-weight: bold;
}
.animation .device .display .slide1 {
  background: #1a3c90;
}
.animation .device .display .slide2 {
  background: #16a085;
}
.animation .device .display .slide3 {
  background: #3498db;
}
.animation[data-animation-step="1"] .device {
  width: 70%;
  height: 70%;
  padding: 10px;
  border-radius: 4px;
}
.animation[data-animation-step="1"] .device .slide1 {
  left: 0%;
}
.animation[data-animation-step="1"] .device .screen-stand {
  opacity: 1;
  top: 100%;
}
.animation[data-animation-step="2"] .device {
  width: 45%;
  height: 82%;
  padding: 24px;
  border-radius: 10px;
}
.animation[data-animation-step="2"] .device .slide1 {
  left: -100%;
}
.animation[data-animation-step="2"] .device .slide2 {
  left: 0%;
}
.animation[data-animation-step="2"] .device .tablet-home-button {
  opacity: 1;
}
.animation[data-animation-step="3"] .device {
  width: 60%;
  height: 42%;
  padding: 10px 36px;
  border-radius: 6px;
}
.animation[data-animation-step="3"] .device .slide1,
.animation[data-animation-step="3"] .device .slide2 {
  left: -100%;
}
.animation[data-animation-step="3"] .device .slide3 {
  left: 0%;
}
.animation[data-animation-step="3"] .device .phone-home-button {
  opacity: 1;
}
