/******************************************************************
Nombre del sitio: In Serie 4.0
Autor: Marco Antonio Hernández Pérez

Importa todos los archivos en uno solo 
******************************************************************/
/*
Nombre del sitio:	In Serie 4.01
Autor:				Marco A. Hernández Pérez
*/
/*********************
IMPORTS
*********************/
/*
Nonmbe del sitio:	In serie 4.0
Autor:				Marco Antonio Hernández Pérez
*/
/*********************
COLORES
*********************/
/*********************
Margins y Paddings
*********************/
/*********** Margins ***********/
/*Top*/
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: -30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-sl {
  margin-top: 70px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: -30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-xxl {
  margin-right: 50px;
}
.m-r-xxxl {
  margin-right: 60px;
}
.m-r-sl {
  margin-right: 70px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: -30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-xxl {
  margin-bottom: 50px;
}
.m-b-xxxl {
  margin-bottom: 60px;
}
.m-b-sl {
  margin-bottom: 70px;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: -30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-xxl {
  margin-left: 50px;
}
.m-l-xxxl {
  margin-left: 60px;
}
.m-l-sl {
  margin-left: 70px;
}
/*********** Paddings ***********/
/*Top*/
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-xl {
  padding-top: 40px;
}
.p-t-xxl {
  padding-top: 50px;
}
.p-t-xxxl {
  padding-top: 60px;
}
.p-t-sl {
  padding-top: 70px;
}
/*Right*/
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r-md {
  padding-right: 20px;
}
.p-r-lg {
  padding-right: 30px;
}
.p-r-xl {
  padding-right: 40px;
}
.p-r-xxl {
  padding-right: 50px;
}
.p-r-xxxl {
  padding-right: 60px;
}
.p-r-sl {
  padding-right: 70px;
}
/*Bottom*/
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-xl {
  padding-bottom: 40px;
}
.p-b-xl {
  padding-bottom: 40px;
}
.p-b-xxl {
  padding-bottom: 50px;
}
.p-b-xxxl {
  padding-bottom: 60px;
}
.p-b-sl {
  padding-bottom: 70px;
}
/*Left*/
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 30px;
}
.p-l-xl {
  padding-left: 40px;
}
.p-l-xxl {
  padding-left: 50px;
}
.p-l-xxxl {
  padding-left: 60px;
}
.p-l-sl {
  padding-left: 70px;
}
/***********************
POSICIONES
***********************/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/***********************
DISPLAYS
***********************/
.dblock {
  display: block;
}
.dinline {
  display: inline;
}
diblock {
  display: inline-block;
}
.dtable {
  display: table;
}
.dnone {
  display: none;
}
/*********************
DEGRADADOS
(Claro a obscuro)
*********************/
/********** Sencillos ***********/
/*Degradado básico de 2 colores*/
/*Vertical*/
/*Horizontal*/
/*Diagonal superior*/
/*Diagonal inferior*/
/*Radial*/
/********** Efectos ***********/
/* Metal*/
/* No funciona en IE <8*/
/* Stripes No funciona en IE <9*/
/*********************
TIPOGRAFÍA
*********************/
/********** Tipos de letra ***********/
@font-face {
  
}
/*Bases*/
.roboto {
  font-family: 'Roboto', sans-serif;
}
.roboto-c {
  font-family: 'Roboto Condensed', sans-serif;
}
.normal {
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
/*text decoration*/
.tnone {
  text-decoration: none;
}
.tunder {
  text-decoration: underline;
}
/* Alinear */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/********** Efectos ***********/
/*Normal*/
/*Inset*/
/*Emboss*/
/*Brillo*/
/*blur*/
/*3D*/
/*Silueta*/
/*Drop Cap
	Se debe definir manualmente el elemento que llevará el efecto. Esta es una muestra con <article> <p>
*/
/*********************
BORDER RADIUS
*********************/
/*********************
TRANSFORM
*********************/
/********** Bases ***********/
/********** 2D ***********/
/********** 3D ***********/
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/*********************
BOX SHADOW
*********************/
/********** Fuera ***********/
/*Sombra estándar*/
/*Sombra gruesa*/
/*Brillo*/
/*Dentro*/
/*Sombra fuera y dentro*/
/*Sombras arqueada*/
.shadow-arc {
  position: relative;
}
.shadow-arc:before,
.shadow-arc:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 80%;
  bottom: 15px;
  left: 10px;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px 0px #cccccc;
  -moz-box-shadow: 0 15px 10px 0px #cccccc;
  -ms-box-shadow: 0 15px 10px 0px #cccccc;
  -o-box-shadow: 0 15px 10px 0px #cccccc;
  box-shadow: 0 15px 10px 0px #cccccc;
  behavior: url(PIE.htc);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-arc:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.shadow-arc-left {
  position: relative;
}
.shadow-arc-left:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 80%;
  bottom: 15px;
  left: 10px;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px 0px #cccccc;
  -moz-box-shadow: 0 15px 10px 0px #cccccc;
  -ms-box-shadow: 0 15px 10px 0px #cccccc;
  -o-box-shadow: 0 15px 10px 0px #cccccc;
  box-shadow: 0 15px 10px 0px #cccccc;
  behavior: url(PIE.htc);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-arc-right {
  position: relative;
}
.shadow-arc-right:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 80%;
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px 0px #cccccc;
  -moz-box-shadow: 0 15px 10px 0px #cccccc;
  -ms-box-shadow: 0 15px 10px 0px #cccccc;
  -o-box-shadow: 0 15px 10px 0px #cccccc;
  box-shadow: 0 15px 10px 0px #cccccc;
  behavior: url(PIE.htc);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/*Sombra tipo monumento*/
.shadow-monument {
  position: relative;
}
.shadow-monument:before {
  content: "";
  position: relative\9;
  position: absolute;
  z-index: -1;
  top: 84%;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: #cccccc;
  -webkit-box-shadow: 0 0 8px 1px #cccccc;
  -moz-box-shadow: 0 0 8px 1px #cccccc;
  -ms-box-shadow: 0 0 8px 1px #cccccc;
  -o-box-shadow: 0 0 8px 1px #cccccc;
  box-shadow: 0 0 8px 1px #cccccc;
  behavior: url(PIE.htc);
  -webkit-transform: translate(-42px, 0) skew(72deg, 0);
  -moz-transform: translate(-42px, 0) skew(72deg, 0);
  -ms-transform: translate(-42px, 0) skew(72deg, 0);
  -o-transform: translate(-42px, 0) skew(72deg, 0);
  transform: translate(-42px, 0) skew(72deg, 0);
}
/*Sombra hacia los lados*/
/*********************
ANIMACIONES
*********************/
/*********************
FORMULARIOS
*********************/
/*********************
USABILIDAD
*********************/
/*********************
DESARROLLO
*********************/
/* SEO Helper */
/* Normalize */
/* Reset */
/*********************
ESTILOS GENERALES
*********************/
body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1b;
}
img {
  max-width: 100%;
}
/******* Tipografía ******/
article li {
  padding: 5px 0;
}
p,
li {
  font-size: 1.5rem;
}
/******* Links ******/
a,
a:visited {
  color: #0069b4;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #00a9cd;
}
a:active,
a:visited:active {
  color: #00a9cd;
}
/******* Listas ******/
ul li a,
ul li a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/******* Tablas ******/
/******* Forms ******/
/******* Colores ******/
::selection {
  color: #ffffff;
  background-color: #0069b4;
}
::-moz-selection {
  color: #ffffff;
  background-color: #0069b4;
}
::-webkit-selection {
  color: #ffffff;
  background-color: #0069b4;
}
/*********************
HEADER
*********************/
header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  z-index: 22;
}
.header-bg {
  position: relative;
  background: #fdc400;
  height: 10px;
}
.header-bg .bg-azul {
  position: absolute;
  right: 0;
  width: 30%;
  height: 10px;
  background: #0069b4 url('../images/esquina-header.svg') left center no-repeat;
}
.con {
  padding-top: 10px;
  position: relative;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .con {
    width: 100%;
  }
}
.logo {
  position: absolute;
  left: 22px;
  padding: 8px;
  z-index: 33;
}
.logo img {
  width: 50px;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.logo-cubre {
  position: absolute;
  bottom: -41px;
  background: #ffffff;
  width: 50%;
  height: 42px;
  z-index: 2;
}
.logo-fondo {
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 80px;
  height: 106px;
  background: #ffffff;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-left: 0;
  border-top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.logo-ani {
  top: -14px;
}
.logo-ani img {
  width: 26px;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.logo-fondo-out {
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/************** Menú *************/
.menu-movil {
  padding-bottom: 10px;
}
.menu-movil a:link,
.menu-movil a:visited {
  float: right;
  display: block;
  padding: 4px 8px;
  width: 40px;
  background: #ffffff;
  border: 1px solid #dadada;
}
.menu-movil a:link .bar,
.menu-movil a:visited .bar {
  margin: 4px 0;
  height: 2px;
  background: #0069b4;
}
@media only screen and (max-width: 767px) {
  .bottom {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 54px;
  }
}
nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
nav li {
  text-align: right;
  list-style-type: none;
}
nav a:link,
nav a:visited {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #706f6f;
  border-bottom: 1px solid #dadada;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
nav a:link:hover,
nav a:visited:hover,
nav a:link:active,
nav a:visited:active,
nav a:link:focus,
nav a:visited:focus {
  background: #0069b4;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
nav a:link.active,
nav a:visited.active {
  background: #00a9cd;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
nav a:link.active:hover,
nav a:visited.active:hover,
nav a:link.active:active,
nav a:visited.active:active,
nav a:link.active:focus,
nav a:visited.active:focus {
  background: #0069b4;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#trigger1 {
  position: absolute;
  top: 54%;
}
/*********************
SLIDER
*********************/
#slider {
  padding-top: 64px;
  margin-bottom: 30px;
  /*********** Experiencia ***********/
}
#slider .redes {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
#slider .redes a {
  display: block;
  margin-bottom: 5px;
}
#slider .redes svg {
  width: 25px;
  height: 25px;
}
#slider .carousel-indicators {
  left: inherit;
  right: 15px;
  bottom: 70px;
  width: auto;
}
#slider .carousel-indicators li {
  margin-right: 6px;
  width: 15px;
  height: 15px;
  background: #0069b4;
}
#slider .carousel-indicators .active {
  background: #ffffff;
}
#slider.slider-experiencia .item {
  background-color: 0;
}
#slider.slider-experiencia .item figure {
  overflow-y: hidden;
  max-height: 540px;
  text-align: center;
}
#slider.slider-experiencia .item img {
  width: 100%;
}
#slider.slider-experiencia .carousel-control {
  top: inherit;
  bottom: 15px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  color: #00a9cd;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  behavior: url(PIE.htc);
}
#slider.slider-experiencia .carousel-control.left {
  left: inherit;
  right: 70px;
}
#slider.slider-experiencia .carousel-control.right {
  right: 15px;
}
/*********** Slides ***********/
#slide-1 h1,
#slide-2 h1,
#slide-3 h1 {
  margin: 0;
  padding: 10px 0;
  background: #0069b4;
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
}
#slide-1 .logo,
#slide-2 .logo,
#slide-3 .logo {
  position: absolute;
  bottom: 40%;
  padding: 16px 6% 16px 40px;
  width: 35%;
}
#slide-1 .logo a,
#slide-2 .logo a,
#slide-3 .logo a {
  display: block;
}
#slide-1 figure,
#slide-2 figure,
#slide-3 figure {
  overflow-y: hidden;
  max-height: 440px;
  text-align: center;
}
#slide-1 img,
#slide-2 img,
#slide-3 img {
  width: 100%;
}
#slide-2 h1 {
  background: #00a9cd;
}
#slide-3 h1 {
  background: #fdc400;
}
/*********************
BREADCRUMB
*********************/
#breadcrumb {
  margin-bottom: 30px;
}
#breadcrumb ul {
  padding-left: 0;
}
#breadcrumb ul li {
  padding: 10px;
  background: #f2f2f2;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  list-style-type: none;
}
#breadcrumb ul li br {
  display: none;
}
#breadcrumb ul li.active {
  background: #0069b4;
  color: #ffffff;
}
#breadcrumb ul li.middle {
  background: #e5e5e5;
}
/*********************
MINI MENU
*********************/
#mini-menu a {
  margin-bottom: 20px;
  display: block;
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 8px solid #fdc400;
}
#mini-menu a figure {
  height: 150px;
  overflow-y: hidden;
}
#mini-menu a img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#mini-menu a:hover img,
#mini-menu a:visited img,
#mini-menu a:focus img {
  opacity: 0.85;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#mini-menu a div {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  z-index: 2;
  padding-bottom: 4px;
  line-height: 3.5rem;
  border-bottom: 1px solid #ffffff;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.6);
}
#mini-menu a svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
#mini-menu .experiencia {
  border-bottom: 0;
  border-top: 8px solid #00a9cd;
}
#mini-menu .experiencia div {
  top: initial;
  left: initial;
  bottom: 10px;
  right: 10px;
  color: #0069b4;
  border-bottom: 1px solid #0069b4;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
#mini-menu .contacto div {
  width: 186px;
}
/*********************
BANNER
*********************/
.banner {
  padding-top: 64px;
  border-bottom: 8px solid #fdc400;
}
.banner figure {
  max-height: 390px;
  overflow-y: hidden;
}
.banner img {
  width: 100%;
}
.banner-largo {
  padding-top: 64px;
  position: relative;
}
.banner-largo figure {
  max-height: 540px;
  overflow-y: hidden;
}
.banner-largo img {
  width: 100%;
}
.banner-largo h1 {
  position: absolute;
  left: 100px;
  top: 82px;
  color: #0069b4;
  z-index: 2;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
}
/*********************
PERFIL
*********************/
.cont {
  position: relative;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #dadada;
  -webkit-box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 0px 0 rgba(0, 0, 0, 0.3);
  behavior: url(PIE.htc);
}
/*********** La empresa ***********/
#la-empresa,
#contacto {
  padding-bottom: 50px;
  background: #f2f2f2;
}
#la-empresa .cont,
#contacto .cont {
  margin-top: -30px;
}
#la-empresa h1,
#contacto h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #0069b4;
}
/*********** Descripción ***********/
#descripcion {
  margin-bottom: 30px;
  padding: 30px 15px;
  background: #00a9cd;
}
#descripcion p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
}
#vision h2,
#clientes h2,
#filosofia h2 {
  color: #0069b4;
  font-size: 3.2rem;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #0069b4;
}
#filosofia figure {
  margin-bottom: 20px;
}
/*********** Visión ***********/
#vision,
#filosofia {
  margin-bottom: 30px;
}
#vision figure,
#filosofia figure {
  margin-top: 30px;
  text-align: center;
}
#vision img,
#filosofia img {
  width: 130px;
}
/*********** Clientes ***********/
#clientes {
  margin-bottom: 50px;
}
#clientes ul {
  padding-left: 0;
  width: 100%;
  display: table;
  text-align: center;
}
#clientes li {
  padding: 20px 15px;
  width: 50%;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
#clientes .last {
  margin-top: 60px;
}
#clientes img {
  width: 120px;
}
#clientes .logo-cogutsa {
  width: 60px;
}
#clientes .logo-miyana {
  width: 80px;
}
#clientes .carousel-control {
  top: 40%;
  width: 0%;
}
#clientes .carousel-control.right,
#clientes .carousel-control.left {
  background: transparent;
}
#clientes .carousel-control .glyphicon {
  padding: 4px;
  background: #00a9cd;
  font-size: 2rem;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  behavior: url(PIE.htc);
  display: inline-block;
}
#clientes .carousel-control .glyphicon.glyphicon-menu-right {
  position: absolute;
  right: 2px;
}
/*********************
SERVICIOS
*********************/
#servicios h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #0069b4;
}
#servicios h3 {
  margin-left: -5px;
  padding: 6px;
  color: #ffffff;
  font-weight: 300;
  font-size: 2.3rem;
  text-align: center;
}
#servicios .cont h2,
#servicios .cont h3 {
  margin-top: 0;
}
.intro {
  margin: 30px 0;
  font-size: 1.6rem;
  text-align: center;
}
#serv-list {
  position: relative;
  z-index: 2;
}
#serv-list .cont {
  margin-top: -30px;
}
#serv-list .cont#asesoria {
  margin-top: 30px;
}
#serv-list .cont#gama {
  margin-top: 20px;
  z-index: 3;
}
#basicas.cont {
  margin-top: 30px;
}
#basicas.cont h3 {
  background: #00a9cd;
}
#ventajas {
  margin-top: -60px;
  padding: 100px 0;
  background: #00a9cd;
}
#ventajas h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.6rem;
}
#ventajas ul {
  padding-left: 0;
}
#ventajas li {
  padding-left: 18px;
  background: url('../images/bullet-ama.svg') left 8px no-repeat;
  color: #ffffff;
  list-style-type: none;
}
#avanzadas {
  position: relative;
  background: #f2f2f2;
}
#avanzadas .cont {
  margin-top: -60px;
  z-index: 3;
}
#avanzadas h3 {
  margin-top: 0;
  background: #0069b4;
}
#lider {
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}
#lider .cont {
  z-index: 3;
}
#lider h3 {
  background: #fdc400;
  color: #0069b4;
}
.fondo-gris {
  width: 100%;
  height: 380px;
  background: #f2f2f2;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fondo-gris.doble {
  bottom: inherit;
  top: 260px;
}
.fondo-azul {
  width: 100%;
  height: 260px;
  background: #0069b4;
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 0;
}
.fondo-cielo {
  width: 100%;
  height: 260px;
  background: #00a9cd;
  position: absolute;
  left: 0;
  top: 640px;
  z-index: 0;
}
.palomita {
  padding-left: 0;
}
.palomita li {
  padding-left: 22px;
  background: url('../images/bullet-palomita.svg') left 8px no-repeat;
  background-size: 16px;
  list-style-type: none;
}
.flecha {
  padding-left: 0;
}
.flecha li {
  padding-left: 22px;
  background: url('../images/bullet-azul.svg') left 7px no-repeat;
  background-size: 14px;
  list-style-type: none;
}
.flecha.marino li {
  background: url('../images/bullet-marino.svg') left 7px no-repeat;
}
.boton {
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.boton.azul {
  background: #00a9cd;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.boton.azul:hover,
.boton.azul:active,
.boton.azul:focus {
  background: #0094b4;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.boton.amarillo {
  background: #fdc400;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.boton.amarillo:hover,
.boton.amarillo:active,
.boton.amarillo:focus {
  background: #e9b400;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
/*********************
EXPERIENCIA
*********************/
.construccion {
  margin-top: 50px;
  margin-bottom: 80px;
}
.construccion img {
  margin-top: 30px;
  width: 150px;
}
#experiencia {
  position: relative;
}
#experiencia h1 {
  color: #0069b4;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
#experiencia .intro {
  text-align: center;
}
#experiencia .intro br {
  display: none;
}
#experiencia .fondo-amarillo {
  position: absolute;
  top: 250px;
  width: 100%;
  height: 170px;
  background: #fdc400;
}
#experiencia .cont {
  z-index: 3;
}
#experiencia .fondo-gris {
  top: 750px;
  height: 550px;
}
#experiencia .fondo-azul {
  top: 1300px;
  height: 40px;
}
/*********************
CONTACTO
*********************/
div#contacto {
  background: 0;
}
.modal-header {
  border-bottom: 0;
  overflow: auto;
  padding-bottom: 0;
}
#contacto {
  padding-bottom: 0;
  /*********** Formulario ***********/
}
#contacto h1 {
  border-bottom: 0;
}
#contacto form {
  overflow-x: hidden;
}
#contacto button {
  padding: 8px 16px;
  background: #fdc400;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  opacity: 1;
}
#contacto button:hover,
#contacto button:focus {
  background: #deac00;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#contacto input[type="text"],
#contacto input[type="password"],
#contacto input[type="email"],
#contacto input[type="tel"],
#contacto textarea {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  display: block;
  background: #ededed;
  font-size: 2rem;
  color: #1d1d1b;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  behavior: url(PIE.htc);
  overflow-x: hidden;
  display: table-cell;
}
#contacto textarea {
  height: 200px;
  overflow-x: hidden;
  display: table-cell;
}
#contacto :-moz-placeholder {
  color: #0069b4;
}
#contacto ::-moz-placeholder {
  color: #0069b4;
}
#contacto ::-webkit-input-placeholder {
  color: #0069b4;
}
#contacto :-ms-input-placeholder {
  color: #0069b4;
}
#contacto #retro {
  font-size: 1.6rem;
  color: #00a9cd;
  font-style: italic;
}
/*********** Dirección ***********/
#direccion {
  margin-top: 30px;
  margin-bottom: 30px;
}
#direccion b {
  color: #0069b4;
}
/*********************
FOOTER
*********************/
footer {
  margin-top: 30px;
  padding: 20px 0;
  background: #9d9d9c;
  color: #ffffff;
  text-align: center;
}
footer .boton-arriba {
  margin-top: -34px;
  margin-bottom: 20px;
}
footer p {
  line-height: 1.8rem;
}
footer .redes {
  margin: 15px 0;
}
footer .redes a {
  display: block;
}
footer .redes svg {
  width: 30px;
  height: 30px;
}
footer .aviso-privacidad a:link,
footer .aviso-privacidad a:visited {
  display: block;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}
footer .aviso-privacidad a:link:hover,
footer .aviso-privacidad a:visited:hover,
footer .aviso-privacidad a:link:active,
footer .aviso-privacidad a:visited:active {
  text-decoration: underline;
}
.menu-footer {
  margin: 0;
  padding: 0;
}
.menu-footer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-footer a:link,
.menu-footer a:visited {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #706f6f;
  font-size: 1.6rem;
}
.menu-footer a:link:hover,
.menu-footer a:visited:hover,
.menu-footer a:link:active,
.menu-footer a:visited:active {
  text-decoration: underline;
}
/*
Nombre del sitio:	In Serie 4.0
Autor:				Marco A. Hernández Pérez
*/
/* Mobile Landscape
================================================== */
/*
Nombre del sitio:	In serie 4.0
Autor:				Marco A. Hernández Pérez
*/
/* Tablet portrait
================================================== */
/*
Nombre del sitio:	In serie 4.0
Autor:				Marco A. Hernández Pérez
*/
/* Tablet portrait
================================================== */
/*
Nombre del sitio:	In serie 4.0
Autor:				Marco A. Hernández Pérez
*/
/* Tablet landscape - Desktop
================================================== */
/*
Nombre del sitio:	In serie 4.0
Autor:				Marco A. Hernández Pérez
*/
/* Widescreen
================================================== */
/*
Nombre del sitio:	ZIER Consultores
Autor:				Marco A. Hernández Pérez
*/
/* Ultra Widescreen
================================================== */
/*
Nombre del sitio:	In Serie 4.0
Autor:				Marco A. Hernández Pérez
*/
/*Mobile landscape*/
@media only screen and (min-width: 480px) {
  p,
  li {
    font-size: 1.6rem;
  }
  /*********************
SLIDER
*********************/
  #slider .carousel-indicators {
    bottom: 40px;
  }
  /*********************
PERFIL
*********************/
  /*********** La empresa ***********/
  #la-empresa h1 {
    font-size: 4rem;
  }
  /*********** Descripción ***********/
  #descripcion p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #vision h2,
  #clientes h2,
  #filosofia h2 {
    font-size: 3.4rem;
  }
  /*********** Clientes ***********/
  #clientes li {
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
    list-style-type: none;
    display: inline-block;
  }
  #clientes img {
    width: 120px;
  }
  /*********************
SERVICIOS
*********************/
  #servicios h2 {
    font-size: 4rem;
  }
  #servicios h3 {
    font-size: 2.6rem;
  }
  /*********************
VENTAJAS
*********************/
  #ventajas li {
    background: url('../images/bullet-ama.svg') left 10px no-repeat;
  }
  .boton {
    font-size: 2rem;
  }
  /*********************
BANNER
*********************/
  .banner-largo {
    padding-top: 76px;
  }
  .banner-largo h1 {
    left: 108px;
    top: 96px;
    font-size: 3.6rem;
  }
  /*********************
EXPERIENCIA
*********************/
  #experiencia h1 {
    font-size: 5rem;
  }
  /*********************
CONTACTO
*********************/
  #contacto {
    /*********** Formulario ***********/
  }
  #contacto .cont {
    margin-top: -80px;
  }
  #contacto input[type="text"],
  #contacto input[type="password"],
  #contacto input[type="email"],
  #contacto input[type="tel"],
  #contacto textarea {
    font-size: 2.4rem;
  }
}
/*Tablet Portrait*/
@media only screen and (min-width: 768px) {
  p,
  li {
    font-size: 1.8rem;
  }
  /*********************
HEADER
*********************/
  .header-bg {
    height: 16px;
  }
  .header-bg .bg-azul {
    height: 16px;
  }
  .con {
    padding-top: 0px;
  }
  .menu-home .logo img {
    width: 70px;
  }
  .menu-home .logo-fondo {
    width: 104px;
    height: 106px;
  }
  .logo {
    left: 22px;
    top: 10px;
  }
  .logo img {
    width: 64px;
  }
  .logo-cubre {
    bottom: -57px;
    width: 84%;
    height: 42px;
  }
  .logo-fondo {
    top: 42px;
    left: 15px;
    width: 94px;
    height: 96px;
  }
  .logo-ani {
    top: -2px;
  }
  .logo-ani img {
    width: 28px;
  }
  .logo-fondo-out {
    width: 0px;
    height: 0px;
  }
  /************** Menú *************/
  nav li {
    text-align: center;
  }
  nav .col-sm-3 {
    padding: 0;
  }
  nav a:link,
  nav a:visited {
    padding: 16px;
    font-size: 1.8rem;
  }
  /*********************
SLIDER
*********************/
  #slider {
    margin-bottom: 40px;
    /*********** Experiencia ***********/
  }
  #slider.slider-experiencia .carousel-control span {
    right: 16px;
    top: 16px;
  }
  #slider.slider-experiencia .carousel-control.left span {
    right: inherit;
    left: 18px;
  }
  /*********************
BREADCRUMB
*********************/
  #breadcrumb {
    margin-bottom: 40px;
    position: relative;
  }
  #breadcrumb .fondo-falso {
    position: absolute;
    left: 0;
    width: 21%;
    height: 64px;
    background: #0069b4;
  }
  #breadcrumb ul {
    clear: both;
    position: relative;
    z-index: 2;
  }
  #breadcrumb ul li {
    padding: 22px 10px;
    width: 25%;
    font-size: 1.8rem;
    line-height: 2rem;
    float: left;
  }
  #breadcrumb ul li br {
    display: block;
  }
  #breadcrumb ul li.active {
    padding: 12px 10px;
  }
  #breadcrumb ul li:last-child {
    background: #f2f2f2 url('../images/esquina-breadcrumb.svg') right center no-repeat;
  }
  /*********************
MINI MENU
*********************/
  #mini-menu a {
    margin-bottom: 0px;
  }
  #mini-menu a figure {
    height: auto;
    max-height: 244px;
  }
  #mini-menu .contacto div {
    width: 154px;
  }
  /*********************
PERFIL
*********************/
  .banner {
    padding-top: 78px;
  }
  /*********** La empresa ***********/
  #la-empresa {
    padding-bottom: 70px;
  }
  #la-empresa .cont {
    margin-top: -50px;
  }
  #la-empresa h1 {
    font-size: 4.7rem;
  }
  /*********** Descripción ***********/
  #descripcion p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  #vision h2,
  #clientes h2,
  #filosofia h2 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
  /*********** Filosofia ***********/
  #filosofia img {
    margin-top: 40px;
    width: auto;
  }
  /*********** Visión ***********/
  #vision figure {
    margin-top: 0px;
  }
  /*********** Clientes ***********/
  #clientes ul {
    min-height: 150px;
  }
  #clientes li {
    padding: 0 22px;
    width: 20%;
    list-style-type: none;
    display: table-cell;
  }
  #clientes img {
    width: 120px;
  }
  /*********************
EXPERIENCIA
*********************/
  .construccion img {
    width: auto;
  }
  /*********************
SERVICIOS
*********************/
  #servicios .cont {
    margin: auto;
    width: 600px;
  }
  #servicios .intro {
    font-size: 2rem;
  }
  .palomita li {
    background: url('../images/bullet-palomita.svg') left 10px no-repeat;
    background-size: 18px;
  }
  .flecha li {
    background: url('../images/bullet-azul.svg') left 11px no-repeat;
  }
  .flecha.marino li {
    background: url('../images/bullet-marino.svg') left 11px no-repeat;
  }
  #serv-list .cont {
    margin-top: -180px;
    width: auto;
  }
  #serv-list .cont#asesoria {
    margin-top: -180px;
  }
  #serv-list #basicas {
    margin: auto;
    margin-top: 30px;
    width: 600px;
  }
  #ventajas {
    margin-top: -100px;
    padding: 150px 0;
  }
  #ventajas .cont-blanc {
    margin: auto;
    width: 600px;
  }
  #ventajas li {
    background: url('../images/bullet-ama.svg') left 12px no-repeat;
  }
  #avanzadas .cont {
    margin-top: -100px;
  }
  .fondo-gris.doble {
    top: 0;
  }
  .fondo-azul {
    top: 80px;
  }
  .fondo-cielo {
    top: 300px;
    height: 340px;
  }
  /*********************
BANNER
*********************/
  .banner-largo h1 {
    left: 134px;
    top: 112px;
    font-size: 5.5rem;
  }
  /*********************
EXPERIENCIA
*********************/
  #experiencia h1 {
    font-size: 8rem;
  }
  #experiencia .intro {
    font-size: 1.8rem;
  }
  #experiencia .intro br {
    display: block;
  }
  #experiencia .fondo-amarillo {
    top: 300px;
  }
  #experiencia .fondo-gris {
    top: 650px;
    height: 400px;
  }
  #experiencia .fondo-azul {
    top: 1050px;
  }
  /*********************
CONTACTO
*********************/
  #contacto .cont {
    margin-top: -80px;
  }
  /*********************
FOOTER
*********************/
  footer {
    margin-top: 60px;
    text-align: left;
  }
  footer .boton-arriba {
    margin-bottom: 0;
    text-align: center;
  }
  footer p br {
    display: none;
  }
  footer .redes {
    margin: 0 -15px;
    margin-top: 20px;
    width: 100px;
  }
  footer .redes svg {
    width: 20px;
    height: 20px;
  }
  footer .aviso-privacidad {
    text-align: right;
  }
  footer .aviso-privacidad a:link,
  footer .aviso-privacidad a:visited {
    padding: 0;
  }
  .mn {
    text-align: right;
  }
  .menu-footer {
    display: inline-block;
  }
  .menu-footer li {
    width: auto;
  }
  .menu-footer a:link,
  .menu-footer a:visited {
    padding: 0 8px;
    border-bottom: 0;
    border-right: 1px solid #706f6f;
  }
  .menu-footer a:link:hover,
  .menu-footer a:visited:hover,
  .menu-footer a:link:active,
  .menu-footer a:visited:active {
    text-decoration: underline;
  }
  .menu-footer li:last-child a:link,
  .menu-footer li:last-child a:visited {
    padding-right: 0;
    border-right: 0;
  }
}
/*Tablet Landscape*/
@media only screen and (min-width: 992px) {
  /*********************
HEADER
*********************/
  .menu-home .logo {
    left: 26px;
  }
  .menu-home .logo img {
    width: 80px;
  }
  .menu-home .logo-cubre {
    bottom: -60px;
  }
  .menu-home .logo-fondo {
    top: 42px;
    left: 15px;
    width: 120px;
    height: 128px;
  }
  .menu-home .logo-ani {
    top: -2px;
  }
  .menu-home .logo-ani img {
    width: 28px;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
  }
  .menu-home .logo-fondo-out {
    width: 0px;
    height: 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .logo-cubre {
    bottom: -60px;
  }
  /************** Menú *************/
  nav a:link,
  nav a:visited {
    font-size: 2rem;
  }
  /*********************
SLIDER
*********************/
  #slider .carousel-indicators {
    bottom: 15px;
  }
  /*********** Slides ***********/
  #slide-1 h1,
  #slide-2 h1,
  #slide-3 h1 {
    position: absolute;
    top: 32%;
    width: 100%;
    background: transparent;
    font-size: 4.5rem;
  }
  #slide-1 h1 span,
  #slide-2 h1 span,
  #slide-3 h1 span {
    position: absolute;
    width: 62%;
    display: block;
    padding: 8px;
    background: rgba(0, 105, 180, 0.8);
  }
  #slide-1 h1 .right,
  #slide-2 h1 .right,
  #slide-3 h1 .right {
    right: 0;
    text-align: left;
  }
  #slide-1 h1 .right:before,
  #slide-2 h1 .right:before,
  #slide-3 h1 .right:before {
    content: '';
    position: absolute;
    top: 0;
    left: -66px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 66px 66px;
    border-color: transparent transparent rgba(0, 105, 180, 0.8) transparent;
  }
  #slide-1 h1 .left,
  #slide-2 h1 .left,
  #slide-3 h1 .left {
    left: 0;
    top: 94px;
    text-align: right;
  }
  #slide-1 h1 .left:after,
  #slide-2 h1 .left:after,
  #slide-3 h1 .left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -66px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 66px 66px 0 0;
    border-color: rgba(0, 105, 180, 0.8) transparent transparent transparent;
  }
  #slide-1 .logo,
  #slide-2 .logo,
  #slide-3 .logo {
    position: absolute;
    bottom: 40%;
    padding: 16px 6% 16px 40px;
    width: 35%;
  }
  #slide-1 figure,
  #slide-2 figure,
  #slide-3 figure {
    text-align: center;
  }
  #slide-2 h1 span {
    background: rgba(0, 158, 192, 0.8);
  }
  #slide-2 h1 .right:before {
    border-color: transparent transparent rgba(0, 158, 192, 0.8) transparent;
  }
  #slide-2 h1 .left:after {
    border-color: rgba(0, 158, 192, 0.8) transparent transparent transparent;
  }
  #slide-3 h1 span {
    background: rgba(253, 149, 0, 0.3);
  }
  #slide-3 h1 .right {
    width: 90%;
  }
  #slide-3 h1 .right:before {
    border-color: transparent transparent rgba(253, 149, 0, 0.3) transparent;
  }
  #slide-3 h1 .left {
    width: 66%;
  }
  #slide-3 h1 .left:after {
    border-color: rgba(253, 149, 0, 0.3) transparent transparent transparent;
  }
  /*********************
BREADCRUMB
*********************/
  #breadcrumb .fondo-falso {
    height: 72px;
  }
  #breadcrumb ul li {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  #breadcrumb ul li.active {
    padding: 8px 10px;
  }
  /*********************
MINI MENU
*********************/
  #mini-menu a {
    font-size: 3.8rem;
  }
  #mini-menu a div {
    line-height: 4.4rem;
  }
  #mini-menu .contacto div {
    width: 200px;
  }
  /*********************
PERFIL
*********************/
  /*********** La empresa ***********/
  #la-empresa .cont {
    margin: auto;
    margin-top: -90px;
    width: 770px;
  }
  /*********** Descripción ***********/
  #descripcion p {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  /*********************
SERVICIOS
*********************/
  #serv-list .cont#gama {
    width: 800px;
  }
  #serv-list .intro {
    width: 800px;
    margin: 40px auto;
  }
  /*********** Visión ***********/
  #vision img {
    width: 170px;
  }
  /*********************
BANNER
*********************/
  .banner-largo h1 {
    left: 15%;
    font-size: 7rem;
  }
  /*********************
EXPERIENCIA
*********************/
  #experiencia h1 {
    font-size: 8rem;
  }
  #experiencia .intro {
    margin: 40px auto;
    width: 700px;
    font-size: 2.2rem;
  }
  #experiencia .cont {
    margin: auto;
    width: 700px;
  }
  #experiencia .fondo-gris {
    top: 650px;
    height: 550px;
  }
  #experiencia .fondo-azul {
    top: 1200px;
  }
  /*********************
CONTACTO
*********************/
  #contacto .cont {
    margin: auto;
    margin-top: -170px;
    width: 750px;
  }
  #direccion {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }
  /*********************
FOOTER
*********************/
  footer p {
    font-size: 1.7rem;
  }
}
/*Tablet landscape - Desktop*/
@media only screen and (min-width: 1030px) {
  /*********************
HEADER
*********************/
  .logo-ani img {
    width: 30px;
  }
  /*********************
SLIDER
*********************/
  /*********** Slides ***********/
  #slide-1 h1,
  #slide-2 h1,
  #slide-3 h1 {
    font-size: 5rem;
  }
  #slide-1 h1 .right:before,
  #slide-2 h1 .right:before,
  #slide-3 h1 .right:before {
    left: -71px;
    border-width: 0 0 71px 71px;
  }
  #slide-1 h1 .left:after,
  #slide-2 h1 .left:after,
  #slide-3 h1 .left:after {
    right: -71px;
    border-width: 71px 71px 0 0;
  }
  /*********************
BREADCRUMB
*********************/
  #breadcrumb ul li {
    padding: 22px 10px;
    font-size: 2.8rem;
  }
  /*********************
BANNER
*********************/
  .banner-largo h1 {
    left: 19%;
    font-size: 8rem;
  }
  /*********************
SERVICIOS
*********************/
  #serv-list .cont {
    margin-top: -200px;
  }
  #serv-list .cont#asesoria {
    margin-top: -200px;
  }
}
/*Widescreen*/
@media only screen and (min-width: 1200px) {
  /*********************
PERFIL
*********************/
  /*********** Descripción ***********/
  #descripcion p {
    margin: auto;
    width: 80%;
  }
  /*********** Clientes ***********/
  #clientes img {
    width: auto;
  }
  #clientes .logo-cogutsa,
  #clientes .logo-miyana {
    width: auto;
  }
  /*********************
BANNER
*********************/
  .banner-largo h1 {
    left: 21%;
  }
  /*********************
CONTACTO
*********************/
  #contacto .cont {
    margin-top: -200px;
  }
}
/*Ultra Widescreen*/
@media only screen and (min-width: 1600px) {
  /*********************
BANNER
*********************/
  .banner-largo h1 {
    left: 26%;
  }
}
/*Mobile Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*********************
HEADER
*********************/
  /*********************
CONTENIDO
*********************/
  /*********************
FOOTER
*********************/
}
