/* ==========================================================================
		-- Desarrollo Front-end Freddy Palencia -
   ========================================================================== */
   html{
	height: 100%;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

.mt-3,.mb-4,.caja-btn-performance.d-none.d-lg-block,.mt-1, .my-1{
	margin:0 !important;
}

body{
	color:#fff;
  height: 100%;
  /*-webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  */
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  body{
    overflow-x:hidden;
  }
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.sleep-video {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: 0;*/
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.section{
	position: relative;
	background-color: white;
	z-index: 99999;
}

.texto-cliente {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #000;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    text-align-last: center;
    line-height: 1.4em;
    min-height:1px;
    font-weight:200;
  
}
.txt-height{
  min-height:200px;
}
/*html {
	color:#222;
	font-size:1em;
	line-height:1.4;
}

::-moz-selection {
	background:#b3d4fc;
	text-shadow:none;
}

::selection {
	background:#b3d4fc;
	text-shadow:none;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #000;
	margin:1em 0;
	padding:0;
}

audio, canvas, iframe, img, svg, video {
	vertical-align:middle;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

textarea {
	resize:vertical;
}

.browserupgrade {
	margin:0.2em 0;
	background:#ccc;
	color:#000;
	padding:0.2em 0;
}*/
/* ==========================================================================
						Tipografías
========================================================================== */


@font-face {font-family:'AbsolutHeadline';
    src: url('../fonts/AbsolutHeadline.otf');}



@font-face {font-family:'Bodoni-72-OS';
	src:	url('../fonts/Bodoni-72-OS.ttc');}


@font-face {font-family:'MyriadPro-Regular';
    src:	url('../fonts/MyriadPro-Regular.otf');}


@font-face {font-family:'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.ttf');}



@font-face {font-family:'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.ttf');}


@font-face {font-family:'Helvetica';
		src: url('../fonts/Helvetica.ttc');}

@font-face {font-family:'OpenSans-Regular';
		src: url('../fonts/OpenSans-Regular.ttf');}


/* ==========================================================================
							ESTILOS GENERALES
   ========================================================================== */
h1{
    font-family: 'Poppins', sans-serif;
}

p{
	font-family: 'Poppins', sans-serif;
	/*font-weight: 700;*/

}
a:hover {
    color: #0056b3;
    text-decoration: none;
}

p.texto-tecnicas {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin:15px 0 0 0;
}
h1.texto-objetivos {
    font-size: 30px;
    line-height: 1;
    font-weight:400;
    margin:0;
    padding:0;
}

.texto-titulo {
	line-height: .5em;
  min-height:60px;
  max-width:280px;
  display:block;
  margin:0 auto 0 auto;
}
.texto-titulo h2{
  font-size: 30px !important;
  line-height: 40px;
  min-height:82px;
  font-weight:600;
}
h2{
	line-height: 20px;
}



/* ==========================================================================
							SECCIONES DEL SITIO
   ========================================================================== */
    /**SECCION HEADER IMG HERO**/
   header {
	position: relative;
	background-image: url('../img/fondo-hero.jpg');
	height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
  }



  header .container {
	position: relative;
	/*z-index: 2;*/
  }

  header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	/*z-index: 1;*/
  }


  /*main {
	position: relative;
	background: #fff;
	height: 100%;
  }

  .video-wrap {
	width: 100%;
  }

  .video-wrap::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;

  }

  .video-wrap video {
	width: 100%;
	height: 100%;
  }

  .content-overlay {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 100;

  }

  .content-overlay h1,
  .content-overlay p {
	text-align: center;
	color: #fff;
  }*/

  img#logo-header {
    width: 25%;
    padding-top: 8vh;
}


  .contenedor-contacto{
	  display: none;
  }
  .contenedor-contacto.no-padding.text-right {
    top: 10vh;
    position: fixed;
	z-index: 9999999999999999999;
	right: 0;
}

#col-texto-objetivo{
	padding-top: 10vh;
	position: relative;
	z-index: 2;
}


.contenedor-centrado{
    display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

#col-btn-conversemos {
	padding-top: 25px;
	position: relative;
	z-index: 2;

}


#col-animacion-logo {
    text-align: center;
    padding-top: 13vh;
	  top: 4vh;
	position: relative;
	z-index: 2;
}


.btn-conversemos {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background: #E00613;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.btn-conversemos:hover {

    background: #fff;
    border: 1px solid #fff;
	color: #000;
	border: 1px solid #000;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #000;
    text-decoration: none;
}
.comillas{
	color: red;
	font-size: 3vw;
	font-weight: bold;
	position: relative;
  z-index: 2;
  display:none;
}

.caja-texto-tecnicas {
    width: 40%;
    margin: 0 auto;
}

/**SCROLL DOWN**/
#section04 a {
	padding-top: 60px;
  }
  #section04 a span {
	position: absolute;
	z-index: 2;
	top: 93vh;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
  }
  @-webkit-keyframes sdb04 {
	0% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	  -webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	}
  }
  @keyframes sdb04 {
	0% {
	  transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	  transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	  transform: rotate(-45deg) translate(0, 0);
	}
  }

/**FINAL SCROLL DOWN**/

/**ANIMACION DE ELEMENTOS DENTRO DEL HEADER**/
#col-animacion-logo {
	animation-duration: 2s;

  }
#col-texto-objetivo {
	animation-duration: 3s;

  }

#col-texto-tecnicas {
	animation-duration: 4s;

  }

#col-btn-conversemos{
	animation-duration: 5s;
}
/**FIN DE LOS ELEMENTOS**/

/*[*FIN SECCION HEADER IMG HERO *]*/



/**SECCION DESCRIPCION**/
.caja-btn-analitica,
.caja-btn-mediosdigitales,
.caja-btn-performance,
.caja-btn-performance{
   cursor:pointer;
}

.caja-btn-performance.d-none.d-lg-block {
    /*padding-top: 2vh;*/
}

.descripcion-web {
  /*  padding-bottom: 3vh;*/
    width: 100%;
    max-width: 100%;
}

.caja-elementos span{
  min-height:50px;
  display:block;
}


.contenedor-img {
  padding-bottom: 2vh;
  max-width:280px;
  display:block;
  margin:0 auto 0 auto;
}
.contenedor-border {
    border-left: 1px solid #00000054;
    padding-bottom: 1vh;
    border-right: 1px solid #00000054;
}
.contenedor-border-right{
	border-right: 1px solid #00000054;
	padding-bottom: 1vh;
}
.texto-analitica {
   /* padding-top: 2vh;*/
    margin-left: 20px;
    margin-right: 20px;
    width: 89%;
    margin: 0 auto;
}
.texto-analitica,
.texto-mediosdigitales,
.texto-performance{
  min-height:120px;
  max-width:280px;
  display:block;
  margin:0 auto 0 auto;
}
.texto-mediosdigitales {
  /* padding-top: 1.9vh;*/
    /*margin-left: 10px;
    margin-right: 10px;*/
    width: 85%;
    margin: 0 auto 0 auto !important;
}
.texto-performance {
   /* padding-top: 3.3vh;*/
    /*margin-left: 55px;
    margin-right: 55px;*/
    width: 89%;
    margin: 0 auto 0 auto !important;
}

	/*[*FIN SECCION DESCRIPCION *]*/

/**SECCION DESCRIPCION HOVER**/
.contenedor-principal-hover{
  width: 100%;
  position:relative;
}


.contenedor-1 p {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #000;
	opacity: 0.5;
	font-size: 0.8vw;
}
.contenedor-1 span {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color:#E00613;

}
.contenedor-1 h2{
	color:#000;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;

}
/*
.contenedor-1-over{
	background: #000;
	border-top: 2px solid #E00613;
}
.contenedor-1-over div > h2{
	color:#fff;
}
.contenedor-1-over div  span{
	color:#E00613;
}
.contenedor-1-over div  p{
	color: #fff;
}
*/
.contenedor-2 p {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #000;
	opacity: 0.5;
	font-size: 0.8vw;
}
.contenedor-2 span {
	font-family: 'Poppins', sans-serif;
	color:#E00613;
	font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.contenedor-2 h2{
	color:#000;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;

}
.contenedor-2-over{
	background: #000;
	border-top: 2px solid #E00613;
}
	.contenedor-2-over div > h2{
	color:#fff;
}
	.contenedor-2-over div  span{
	color:#E00613;
}
	.contenedor-2-over div  p{
	color: #fff;
}

.contenedor-3 p,.contenedor-4 p {
font-family: 'Poppins', sans-serif;
font-weight: normal;
color: #000;
opacity: 0.5;
font-size: 0.8vw;
}
 .contenedor-3 span,.contenedor-4 span {
	
	font-family: 'Poppins', sans-serif;
	color:#E00613;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.contenedor-3 h2,.contenedor-4 h2{
	color:#000;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  .contenedor-3 h2,.contenedor-4 h2{
    color:#000;
    font-family: 'Poppins', sans-serif;
  }
  .contenedor-1-mobile span,
  .contenedor-2-mobile span,
  .contenedor-3-mobile span{
    color:#E00613 !important;
    font-weight:600 !important;
  }
  .texto-titulo{
    margin:0 auto 15px auto;
  }
  .texto-titulo h2{
    min-height:auto !important;
    margin:0;
  }
  .texto-cliente{
    text-align:center !important;
  }
}

.contenedor-3-over{
	background: #000;
	border-top: 2px solid #E00613;
}
	.contenedor-3-over div > h2{
	color:#fff;
}
	.contenedor-3-over div  span{
	color:#E00613;
}
	.contenedor-3-over div  p{
	color: #fff;
}
.contenedor-capa-0{
	padding-top: 1vh;
	padding-bottom: 1vh;
	display: none;
}
.contenedor-capa-1{
	padding-top: 1vh;
	padding-bottom: 1vh;
	display: none;
}
.contenedor-capa-2{
	padding-top: 1vh;
	padding-bottom: 1vh;
	display: none;
}
.contenedor-capa-3{
	padding-top: 1vh;
	padding-bottom: 1vh;
	display: none;
}


/**FIN SECCION DESCRIPCION HOVER**



/**SECCION LINEA DE TIEMPO**/
.contenedor-texto-linea-tiempo{
	background:#e4e4e43d;
}


.caja-texto-cliente{
	width: 50%;
  margin: 0 auto;
	display: block;
	padding-top: 80px;
}

.img-linea-tiempo {
    width: 90%;
}
.caja-linea-tiempo{
	padding-top: 5vh;
	padding-bottom: 8vh;
}

/*[*FIN SECCION LINEA DE TIEMPO *]*/


/**SECCION NUESTROS CLIENTES**/
.texto-nuestros-clientes{
	color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  font-size: 30px;
  line-height: 40px;
    
}

/*
.contenedor-nuestros-clientes {
    padding-top: 4vh;
    padding-bottom: 0;
}
*/


 /* Modal */

#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

.caja-slider {
    padding-bottom: 14vh;
    width: 75%;
    margin: 0 auto;
}

/*[*FIN SECCION NUESTROS CLIENTES *]*/





/**SECCION LLAMADA A LA ACCION CONVERSERMOS**/
.contenedor-llamada-accion{
	background:#e4e4e43d;
}
h2.texto-accion-llamada {
	color: #E20613;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  font-size: 30px;
  line-height: 40px;
}
.caja-llamada-accion {
    padding-top: 10vh;
}

.caja-texto-llamada-accion{
	text-align: center;
	color: #000;
	/*opacity: 0.5;*/
	font-family: 'OpenSans-Regular';
  margin: 0 auto;
  padding-top: 2vh;
  width: 70%;
}

.btn-llamada-accion {
	padding-top: 3vh;
	padding-bottom: 10vh;

}
.caja-footer-logo{
	padding-top: 10vh;

}
.caja-footer-mail{
	padding-top: 10vh;

}
.caja-footer-telefono{
	padding-top: 10vh;

}
.caja-footer-ubicacion{
	padding-top: 10vh;

}
.caja-texto-llamada-accion.slide-bottom {
    width: 75%;
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
}



.boder-footer-1{
	border-left: 1px solid #ffffff40;
	border-right: 1px solid #ffffff40;
}
.boder-footer-2{

	border-right: 1px solid #ffffff40;
}

footer{
	background: #000;
}



/**SECCION FORMULARIO**/
.capa2-formulario{
	background: #e4e4e43d;
	padding-bottom: 1vh;
}
.img-somosboutique{
	width:5%;
}
.caja-img-somosboutique{
	padding-top: 5vh;
	padding-bottom: 1vh;
}
.texto-somos-boutique{
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin-top:20px;
  font-weight:600;
  font-size: 30px;
  line-height: 40px;
}
.caja-texto-somosboutique {
    padding-bottom: 2vh;
}

/*
form {
	max-width: 65%;
	text-align: center;
	margin: 20px auto;
	width: 100vw;
  }
  */
  form input, form textarea {
	border: 0;
	outline: 0;
	padding: 1em;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	margin-top: 1em;
	font-family: 'Poppins', sans-serif;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	resize: none;
  }
  form input:focus, form textarea:focus {
	-moz-box-shadow: 0 0px 2px #E00613 !important;
	-webkit-box-shadow: 0 0px 2px #E00613 !important;
	box-shadow: 0 0px 2px #E00613 !important;
  }
  form #input-submit {

    background: #E00613;
    cursor: pointer;
    width: 125px;
  float: right;
  
  
  font-size: 14px !important;
  

	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    background: #E00613;
    border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}
  form #input-submit:hover {
    -webkit-transition: 0.5s;
	  -moz-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
    background:#000000 !important;
  }
  form textarea {
    height: 316px;
}
.texto-mensaje{
	color: #E00613;
	font-family: 'OpenSans-Bold';
	font-size: 1vw;
}

  .half {
	float: left;
	width: 48%;
	margin-bottom: 1em;
  }

  .right {
	width: 50%;
  }

  .left {
	margin-right: 2%;
  }


  .contenedor-formulario {
    text-align: center;
    padding-top: 0vh;
    padding-bottom: 8vh;
    font-family: 'Poppins', sans-serif;
    max-width:800px;
    display:block;
    margin:0 auto 0 auto;
}
/*
.contenedor-formulario iframe{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  border:1px solid blue !important;
}
*/

#label-firstname-303754c3-bd05-4f3a-849e-2ba5624f9bed,
#label-email-303754c3-bd05-4f3a-849e-2ba5624f9bed,
.hs_error_rollup .hs-error-msgs{
  display:none !important;
}


.box-campos .hs_firstname,
.box-campos .hs_email{
  width:39% !important; 
  float:left !important;
  margin:0 2% 10px 2% !important;

}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  .box-campos .hs_firstname,
  .box-campos .hs_email{
    width:100% !important; 
    float:auto !important;
    margin:0 2% 10px 2% !important;
  
  } 
}
.hs_email{
  margin-left:0;
}

.box-campos .hs_submit{
  height:38px !important;
  margin:0 0 0 4px !important;
  width:63px;
  float:left;
  font-size:0 !important;
  background:url('../img/bonton-enviar_a.png') !important;
  background-position:0 0;
  cursor:pointer;
  background-repeat:no-repeat;
}
.box-campos .hs_submit:hover{
  background-position:0 -38px !important;
}
.box-campos .hs_submit input{
  font-size:0px !important; 
  border:0px solid !important;
}

/*
.box-campos .hs_firstname label,
.box-campos .hs_email label{
  display:none !important;
}
*/

.box-campos .hs-error-msgs{
  color:#E20613 !important;
  padding:15px 0 0 0 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size:12px !important;
}


.input{}

.contenedor-formulario fieldset{
  max-width:100% !important;
  padding:0 !important;
}
.contenedor-formulario .hs-input{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:12px 10px 12px 10px !important;
}
.contenedor-formulario label{
  width:100% !important;
  max-width:100% !important;
  text-align:left;
}
.contenedor-formulario label span{
  color:#000000 !important;
  margin:10px 0 0 10px !important;
  display:block;
  float:left;
  font-family: 'Poppins', sans-serif !important;
  font-weight:200;
}
.contenedor-formulario .hs-error-msgs label{
  color:#E20613 !important;
  padding:15px 0 0 0 !important;
  font-family: 'Poppins', sans-serif !important;
}
.contenedor-formulario .hs-error-msgs{
  margin:0 !important;
  padding:0 0 0 10px !important;
}

.contenedor-formulario .hs-button{
  max-width:320px !important;
  background:#E20613 !important;
  color:#ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor:pointer !important;
}

@media only screen and (min-width: 319px) and (max-width: 730px) {
  .contenedor-formulario .hs-button{
    display:block !important;
    margin:45px auto 0 auto !important;
  }
}
.contenedor-formulario .hs-button:hover{
  background:#000000 !important;
}

.box-campos{
  /*border:1px solid red;*/
}

/**FIN SECCION FORMULARIO**/


/*[*FIN SECCION LLAMADA A LA ACCION CONVERSERMOS *]*/
#capa-inbounding{
  display: none;
}
#capa-analitica{
	display: none;
}
#capa-mediosdigitales{
	display: none;
}
#capa-performance{
	display: none;
}



 .contacto {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    opacity: 0.5;
    padding-top: 18px;
}
.telefono-footer {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    opacity: 0.5;
}
.ubicacion {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    opacity: 0.5;
    padding-top: 10px;
}

.telefono {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    opacity: 0.5;
    padding-top: 6px;
}

.contenedor-footer{
	padding-bottom: 8vh;
}
#inbound{
	max-width:85px;
}

.contenedor-1,
.contenedor-2,
.contenedor-3,
.contenedor-4{
	padding-top:50px;
	padding-bottom:50px;
}




/* 
HEADER NUEVO
*/
.header-top{
	position: absolute;
}
.header-top .menu-nav ul li a{
	color: #ffffff;
}

.header-top .btn-coversemos{
  border: 1px solid #ffffff;
  display:none;
}
.header-fix{
	position: fixed !important;
  background: #ffffff !important; 
  display:none;
}
.header-fix .menu-nav{
  min-width: 735px;
}

.header-fix .menu-nav ul li a{
	color: #000000 !important;
}
.header-fix .btn-coversemos{
  border: 1px solid rgba(0,0,0,0);
  background:#E20613 !important;
}
.header-fix .btn-coversemos:hover{
  border: 1px solid #E20613;
  background:#000000 !important;
}
.header-fix .menu-nav .btn-coversemos a{
  color:#ffffff !important;
}
.header {
	position: absolute;
	z-index: 200;
  top: 0;
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  
	.header-top,.header-top .menu-nav {
    display:none !important;
  }
  .header-fix{
    display:none;
  }
  .header-fix .menu-nav ul{
    margin:0 auto 0 auto !important;
  }
  .header-fix .menu-nav ul li{
    display:block;
    margin:15px auto 15px auto !important;
  }
  .header-fix .menu-nav ul li a{
    color:#ffffff !important;
    padding:10px 0 10px 0;
  }
  h1.texto-objetivos{
    margin:0;
  }
  .caja-elementos span{
    min-height:auto;
  }

  /*
  .texto-analitica,
  .texto-mediosdigitales,
  .texto-performance,
  .texto-titulo{
    max-width:90%;
  }
  */
  
}

  
  .header-falso {
	position: relative; }
	@media only screen and (min-width: 319px) and (max-width: 730px) {
	  .header-falso {
		min-height: 50px; } }
  
  .header, .header-falso {
	width: 100%;
	height: 80px;
	background:transparent;
}
	@media only screen and (min-width: 319px) and (max-width: 730px) {
	  .header, .header-falso {
		height: auto; } }
	.header .wrapper-header, .header-falso .wrapper-header {
	  width: 90%;
	  display: block;
	  margin: 0 auto 0 auto; }
	  @media only screen and (min-width: 319px) and (max-width: 730px) {
		.header .wrapper-header, .header-falso .wrapper-header {
		  width: 100%; } }
	.header .logo-orwell, .header-falso .logo-orwell {
	  width: 8.934%;
	  max-width: 113px;
	  min-width: 113px;
	  margin-top: 25px;
	  display: inline-block;
	  vertical-align: top; }
	  @media only screen and (min-width: 319px) and (max-width: 730px) {
		.header .logo-orwell, .header-falso .logo-orwell {
		  display: block;
		  margin: 0 auto 0 auto;
		  padding: 15px 0 15px 0; } }
	  .header .logo-orwell img, .header-falso .logo-orwell img {
		width: 100%;
    display: block; }
	.header .menu-nav, .header-falso .menu-nav {
	  width: 30%;
	  /*min-width: 350px;*/
	  display: inline-block;
	  vertical-align: top;
	  float: right; }
	  @media only screen and (min-width: 319px) and (max-width: 730px) {
		.header .menu-nav, .header-falso .menu-nav {
      min-width: 100% !important;
      height:100%;
      top:0 !important;
      z-index:999 !important;
      position:fixed;
      z-index:0;
      top:53px !important;
      background: #E20613;
      float: none;
      display: none; 
      /*
		  width: 100%;
		  min-width: 100%;
		  height: 100%;
		  float: none;
		  position: relative;
		  z-index: -1;
		  left: 0;
		  background: #E20613;
		  top: 50px;
		  margin: 0;
      display: none; 
      */
    }
  }
	  .header .menu-nav ul, .header-falso .menu-nav ul {
		margin: 25px 0 0 0;
		padding: 0; }
		@media only screen and (min-width: 319px) and (max-width: 730px) {
		  .header .menu-nav ul, .header-falso .menu-nav ul {
        max-width: 90%;
        display: block;
        margin: 50px auto 0 auto;
        text-align: center;
        padding:20px 0 20px 0;
      }
    }
		.header .menu-nav ul li, .header-falso .menu-nav ul li {
		  display: inline-block;
      vertical-align: top;
      padding:0 18px;
    }
		  @media only screen and (min-width: 319px) and (max-width: 730px) {
			.header .menu-nav ul li, .header-falso .menu-nav ul li {
			  width: 100%;
			  display: block;
			  text-align: center;
			  margin: 0 0 0 0;
			  position: relative; } }
		  .header .menu-nav ul li a, .header-falso .menu-nav ul li a {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #ffffff;
        letter-spacing: 0;
        /*color: #ffffff;*/
        
		}
			@media only screen and (min-width: 319px) and (max-width: 730px) {
			  .header .menu-nav ul li a, .header-falso .menu-nav ul li a {
          font-size: 20px;
          color: #ffffff;
        }
      }
		.header .menu-nav ul li:hover a, .header-falso .menu-nav ul li:hover a {
		  color: #E20613; }
	@media only screen and (min-width: 319px) and (max-width: 730px) {
	  .header .li-bloque, .header-falso .li-bloque {
		width: 100%;
		display: block;
		margin: 0 auto 0 auto; } }
	.header .btn-coversemos, .header-falso .btn-coversemos {
	  width: 100%;
	  min-width: 120px;
	  margin-left: 50px;
	  text-align: center;
	  padding-bottom: 3px;
	  /*border: 1px solid #ffffff;*/
    background: transparent;
    margin-top:-8px;
  }
	  @media only screen and (min-width: 319px) and (max-width: 730px) {
		.header .btn-coversemos, .header-falso .btn-coversemos {
		  max-width: 80%;
		  margin: 25px auto 25px auto;
		  border: 1px solid rgba(255, 255, 255, 0.5);
		  background: #ffffff; } }
	  .header .btn-coversemos a, .header-falso .btn-coversemos a {
		font-family: 'Poppins', sans-serif;
		color: #000000;
		font-size: 16px;
		line-height: 2.5; }
		@media only screen and (min-width: 319px) and (max-width: 730px) {
		  .header .btn-coversemos a, .header-falso .btn-coversemos a {
			font-size: 14px !important;
			line-height: 2;
			color: #E20613 !important; } }
	.header .btn-coversemos:hover, .header-falso .btn-coversemos:hover {
	  background: #E20613;
	  border: 1px solid rgba(0, 0, 0, 0.5);
	  -webkit-transition: 0.5s;
	  -moz-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s; }
	  .header .btn-coversemos:hover a, .header-falso .btn-coversemos:hover a {
		color: #ffffff !important; }
  
  .btnsMenu {
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	right: 5px;
	top: 10px; }
	@media only screen and (min-width: 319px) and (max-width: 730px) {
	  .btnsMenu {
		display: block; } }
	.btnsMenu .btnMenu,
	.btnsMenu .btnCerrarMenu {
	  position: relative; }
	.btnsMenu .btnMenu {
	  width: 60%;
	  height: 60%;
	  margin-top: 7px; }
	  .btnsMenu .btnMenu img {
		width: 100%;
		display: block; }
	.btnsMenu .btnCerrarMenu {
	  width: 60%;
	  height: 60%;
	  display: none;
	  margin-top: 7px; }
	  .btnsMenu .btnCerrarMenu img {
		width: 100%;
		display: block;
	}



  .card-blog {
    width: 100%;
    max-width: 95%;
    display: block;
    margin: 20px auto 20px auto !important;
    background: #ffffff;}
    .card-blog .card-thumb {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 10px 0;}
      .card-blog .card-thumb img {
        width: 100%;
        display: block; }
    .card-blog .wrapper-thumb {
      width: 90%;
      display: block;
      margin: 0 auto 0 auto;
      padding:0;
    }

/*grilla relacionados*/

	.card-blog .wrapper-thumb {
	  width: 90%;
	  display: block;
	  margin: 0 auto 0 auto; }
	  @media only screen and (min-width: 319px) and (max-width: 730px) {
		.card-blog .wrapper-thumb {
		  width: 95%; }
}



/** {
  box-sizing: border-box;
}
*/
/* force scrollbar */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
.card-blog {
  width: 100%;
  max-width: 95%;
  display: block;
  margin: 0 auto 0 auto;
  padding:0 0 20px 0;
  }
  .card-blog .card-thumb {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0; }
    .card-blog .card-thumb img {
      width: 100%;
      display: block; }
  .card-blog .wrapper-thumb {
    width: 90%;
    display: block;
    margin: 0 auto 0 auto; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .card-blog .wrapper-thumb {
        width: 95%; } }

.btnsMenu {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  right: 5px;
  top: 10px; }
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .btnsMenu {
      display: block; } }
  .btnsMenu .btnMenu,
  .btnsMenu .btnCerrarMenu {
    position: relative; }
  .btnsMenu .btnMenu {
    width: 60%;
    height: 60%;
    margin-top: 7px; }
    .btnsMenu .btnMenu img {
      width: 100%;
      display: block; }
  .btnsMenu .btnCerrarMenu {
    width: 60%;
    height: 60%;
    display: none;
    margin-top: 7px; }
    .btnsMenu .btnCerrarMenu img {
      width: 100%;
      display: block; }

.interior-articulo {
  width: 100%;
  max-width: 966px;
  display: block;
  margin: 0 auto 0 auto; }
  .interior-articulo .wrapper-interior {
    max-width: 95%;
    display: block;
    margin: 0 auto 0 auto;
    font-size: 0; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .interior-articulo .wrapper-interior {
        width: 90%; } }
  .interior-articulo img {
    width: 100%;
    display: block; }
  .interior-articulo .contenido-interior {
    width: 70%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .interior-articulo .contenido-interior {
        width: 100%; } }
  .interior-articulo .head-thumb {
    width: 100%;
    margin: 15px 0 10px 0;
  }
    .interior-articulo .head-thumb .fecha {
      width: 100%;
      display: block; }
      .interior-articulo .head-thumb .fecha .icono-calendar {
        width: 12px;
        display: inline-block;
        vertical-align: top;
        margin-top: 2px; }
        .interior-articulo .head-thumb .fecha .icono-calendar img {
          display: block; }
      .interior-articulo .head-thumb .fecha p {
        max-width: 90%;
        font-family: 'Poppins', sans-serif;
        font-size: 8px;
        font-weight: 100;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0; }
    .interior-articulo .head-thumb .ruta {
      width: 100%;
      display: block; }
      .interior-articulo .head-thumb .ruta .icono-etiqueta {
        width: 12px;
        display: inline-block;
        vertical-align: top;
        margin-top: 2px; }
        .interior-articulo .head-thumb .ruta .icono-etiqueta img {
          display: block; }
      .interior-articulo .head-thumb .ruta p {
        max-width: 90%;
        display: inline-block;
        vertical-align: top;
        font-family: 'Poppins', sans-serif;
        font-size: 8px;
        font-weight: 100;
        margin: 0;
        padding: 0; }
        .interior-articulo .head-thumb .ruta p a {
          text-decoration: none;
          color: #E20613;
          margin: 0;
          padding: 0; }

.aside-menu {
  width: 30%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .aside-menu {
      width: 100%; } }
  .aside-menu .wrapper-aside {
    max-width: 90%;
    display: block;
    margin: 0 auto 0 auto; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .aside-menu .wrapper-aside {
        max-width: 100%; } }
  .aside-menu .suscribete, .aside-menu .categorias {
    width: 100%;
    display: block;
    margin: 10px auto 25px auto; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .aside-menu .suscribete, .aside-menu .categorias {
        margin: 20px auto 20px auto; } }
    .aside-menu .suscribete .icono-suscribir, .aside-menu .categorias .icono-suscribir {
      width: 19px;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0; }
      @media only screen and (min-width: 319px) and (max-width: 730px) {
        .aside-menu .suscribete .icono-suscribir, .aside-menu .categorias .icono-suscribir {
          margin: 6px 10px 0 0; } }
    .aside-menu .suscribete p, .aside-menu .categorias p {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      color: #E20613;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 319px) and (max-width: 730px) {
        .aside-menu .suscribete p, .aside-menu .categorias p {
          font-size: 20px; } }
  .aside-menu .form-suscribir {
    width: 100%;
    max-width: 200px;
    margin: 50px 0 50px 0;
    display: block; }
    .aside-menu .form-suscribir input {
      font-family: 'Poppins', sans-serif;
      width: 92%;
      height: 25px;
      display: block;
      margin: 5px auto 5px auto;
      padding: 0 5px 0 5px;
      color: #000000;
      font-size: 14px;
      outline: none;
      box-shadow: 0 0 0 #000;
      background: transparent;
      border: 1px solid #bfbfbf; }
      @media only screen and (min-width: 319px) and (max-width: 730px) {
        .aside-menu .form-suscribir input {
          height: 40px;
          margin: 5px auto 5px auto; } }
    .aside-menu .form-suscribir ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      font-family: 'Poppins', sans-serif;
      color: #000000;
      opacity: 1;
      /* Firefox */
      text-align: left;
      font-size: 14px; }
    .aside-menu .form-suscribir :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-family: 'Poppins', sans-serif;
      color: #000000;
      text-align: left;
      font-size: 14px; }
    .aside-menu .form-suscribir ::-ms-input-placeholder {
      /* Microsoft Edge */
      font-family: 'Poppins', sans-serif;
      color: #000000;
      text-align: left;
      font-size: 14px; }
    .aside-menu .form-suscribir .btn-enviar {
      width: 39px;
      height: 21px;
      display: block;
      float: right;
      margin-right: 10px; }
  .aside-menu .aside-categorias {
    display: block;
    margin: 25px auto 25px auto; }
  .aside-menu .list-categorias {
    width: 100%; }
    .aside-menu .list-categorias ul {
      max-width: 90%;
      margin: 0 auto 0 auto;
      padding: 0; }
      .aside-menu .list-categorias ul li {
        display: block;
        list-style: none;
        display: block;
        margin: 7px 0 7px 0; }
        .aside-menu .list-categorias ul li a {
          font-family: 'Poppins', sans-serif;
          font-weight: 400;
          font-size: 10px;
          text-decoration: none;
          color: #000000;
          width: 100%;
          height: 100%;
          display: block; }
          @media only screen and (min-width: 319px) and (max-width: 730px) {
            .aside-menu .list-categorias ul li a {
              font-size: 16px; } }
      .aside-menu .list-categorias ul li:hover a {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        color: #E20613; }
  .aside-menu .banner-aside {
    width: 100%;
    max-width: 90%;
    display: block;
    margin: 0 auto 0 auto; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .aside-menu .banner-aside {
        width: 100%; } }
    .aside-menu .banner-aside .banner {
      width: 100%;
      max-width: 180px;
      display: block;
      margin: 15px 0 15px 0;
      font-size: 0; }
      @media only screen and (min-width: 319px) and (max-width: 730px) {
        .aside-menu .banner-aside .banner {
          width: 45%;
          max-width: 160px;
          display: inline-block;
          vertical-align: top;
          margin: 15px 2.5% 15px 2.5%; } }
      .aside-menu .banner-aside .banner img {
        width: 100%;
        display: block; }

.banner-large {
  width: 100%;
  display: block;
  margin: 30px auto 30px auto; }
  .banner-large .wrapper-banner-large {
    width: 100%;
    max-width: 966px;
    display: block;
    margin: 0 auto 0 auto; }
    .banner-large .wrapper-banner-large img {
      width: 100%; }

footer {
  background: #000; }
  footer p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    font-size: 10px !important;
    opacity: 0.5;
    padding-top: 6px !important; }

.contenedor-footer {
  padding-bottom: 8vh; }

.caja-footer-logo, .caja-footer-mail, .caja-footer-telefono, .caja-footer-ubicacion {
  padding-top: 10vh; }

/*
.grid {
  max-width: 1000px;
  display: block;
  margin: 0 auto 0 auto; }
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .grid {
      max-width: 100% !important;
      height: auto !important; }

}
*/

.box-grid-thumb ul{
  margin:0;
  padding:0;
}
.box-grid-thumb ul li {
  width:33%;
  float:left;
  display:block;

}
@media only screen and (min-width: 319px) and (max-width: 986px) {
  .box-grid-thumb ul li{
    width:100%;
    margin:600px;
    display:block;
    margin:20px auto 20px auto;
    float:auto;
  }
}




.box-grid-thumb ul li .box-thumb-grid{
  max-width:80%;
  display:block;
  margin:0 auto 0 auto;
}
.box-grid-thumb ul li a{
  width:100%;
  height:100%;
  display:block;
}
.box-grid-thumb ul li a img{
  width:100%;
}
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer,
.grid-item {
  width: 33.333%; }

.grid-item {
  float: left; }
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .grid-item {
      width: 100% !important;
      float: none;
      position: relative !important;
      left: auto !important;
      top: auto !important; } }

.head-thumb {
  width: 100%;
  margin: 15px 0 10px 0; }
  .head-thumb .fecha {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1; }
    .head-thumb .fecha .icono-calendar {
      width: 12px;
      display: inline-block;
      vertical-align: top;
      margin-top: 0px; }
      .head-thumb .fecha .icono-calendar img {
        display: block; }
    .head-thumb .fecha p {
      max-width: 90%;
      font-family: 'Poppins', sans-serif;
      font-size: 10px;
      line-height: 1;
      font-weight: 400;
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      color: #000000; }
      @media only screen and (min-width: 319px) and (max-width: 730px) {
        .head-thumb .fecha p {
          font-size: 10px;
          line-height:1;
        }
      }
  .head-thumb .ruta {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1; }
    .head-thumb .ruta .icono-etiqueta {
      width: 12px;
      display: inline-block;
      vertical-align: top;
      margin-top: 2px; }
      .head-thumb .ruta .icono-etiqueta img {
        display: block; }
    .head-thumb .ruta p {
      max-width: 90%;
      display: inline-block;
      vertical-align: top;
      font-family: 'Poppins', sans-serif;
      font-size: 8px;
      line-height: 2;
      font-weight: 400;
      margin: 0;
      padding: 0;}
      @media only screen and (min-width: 319px) and (max-width: 730px) {
        .head-thumb .ruta p {
          font-size: 10px;
          line-height:1;

        }
      }
      .head-thumb .ruta p a {
        text-decoration: none;
        color: #E20613;
        margin: 0;
        padding: 0;
      }

.content-thumb h3,
.content-thumb h3 a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #E20613;
  text-align: left;
}
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .content-thumb h3 {
      font-size: 22px;
      line-height: 1; } }
.content-thumb h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #E20613; }
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .content-thumb h4 {
      font-size: 20px;
      line-height: 1; } }
.content-thumb p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 200;
  color: #000000;
  min-height:140px;
}
  @media only screen and (min-width: 319px) and (max-width: 730px) {
    .content-thumb p {
      font-family: 'Poppins', sans-serif;
      font-size: 3.4vw;
      min-height:auto;
    }
  }

.accion-thumb {
  border: 1px solid #d2d2d2;
  display: block;
  margin: 25px 0 0 0;
}
  .accion-thumb a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 100;
    color: #E20613;
    text-align: center;
    text-decoration: none !important;
    padding: 10px 0 10px 0; }
    @media only screen and (min-width: 319px) and (max-width: 730px) {
      .accion-thumb a {
        font-size: 16px; } }
    .accion-thumb a p {
      font-family: 'Open Sans', sans-serif !important;
      margin: 0;
      padding: 0; }

.accion-thumb:hover {
  background: #E20613;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .accion-thumb:hover a {
    color: #ffffff; }

/*grilla relacionados*/
.img-descripciones{
  max-width:70px !important;
  display:block;
  margin:0 auto 15px auto;
}
.box-clientes{
  background:#f6f6f6;
  padding:80px;
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  .box-clientes{
    padding:0px;
  }
}

.box-linea-detiempo{
  position:relative;
  z-index:1;
}
.box-wrapper-animacion{
  position:relative;
}
.bg_animacion_xxl{
  width:0%;
  height:100%;
  position:absolute;
  bottom:0;
  z-index:0;
  background: #000000;
}
.bg_animacion_xxl2{
  width:0%;
  height:100%;
  position:absolute;
  bottom:0;
  right:0;
  z-index:0;
  background: #000000;
}

#container-quehacemos section{
  position: relative;
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  #container-quehacemos section{
    position: relative;
    overflow:hidden;
  }
}


.header-top .menu-nav{
  min-width:475px;
}
@media only screen and (min-width: 319px) and (max-width: 990px) {
  .header-top{
   display:none !important;
  } 
}
#signo-0,
#signo-1,
#signo-2,
#signo-3,
#mas-inbounding,
#mas-analitica,
#mas-medios,
#mas-performance{
  max-width:40px !important;
}


.box-suscribir-blog{
  max-width:80px;
  min-width:1000px;
  display:block;
  margin:25px auto 25px auto;
  
}
@media only screen and (min-width: 319px) and (max-width: 990px) {

  .box-suscribir-blog{
    max-width:1000px;
    min-width:100%;
    display:block;
    margin:40px auto 40px auto;
  }
  .no-padding{
    padding-right:auto !important;
    padding-left:auto !important;
  }

}
.box-suscribir-blog .form-suscribir .suscribete{
  max-width:90%;
  margin:6px auto 0 auto;
}
.box-suscribir-blog .form-suscribir .suscribete .icono-suscribir{
  width:100%;
  max-width:20px;
  display:inline-block;
  vertical-align:top;
  margin-top:0;
}
.box-suscribir-blog .form-suscribir .suscribete p{
  font-family: 'Poppins', sans-serif;
  color:#E20613;
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  margin-top:0;
  font-weight:600;
  margin-left:10px ;
}

@media only screen and (min-width: 319px) and (max-width: 730px) {
  .box-suscribir-blog .form-suscribir .suscribete p{
    font-size:15px;
  }
}

.form-suscribir{
  width:100%;
  margin:0;
  display:block;
}
.form-suscribir input{
  font-family: 'Poppins', sans-serif;
  height:auto;
  display:inline-block;
  vertical-align:top;
  margin:0;
  padding:10px 5px 10px 5px;
  color: #000000;
  font-size:14px;
  font-weight:200;
  outline:none;
  box-shadow:0 0 0 #000;
  background:transparent;
  border:1px solid #dc3545 !important;
  
}



.form-suscribir .btn-enviar{
  width: 47px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  margin-top: -2px;
}
.box-ver-articulos{
  max-width:90%;
  margin:0 auto 0 auto;
}
.box-ver-articulos a img{
  max-width:15px;
  display:inline-block;
  vertical-align:top;
  margin-top:5px;
}
.box-ver-articulos a p{
  font-family: 'Poppins', sans-serif;
  color:red;
  font-size:10px;
  display:inline-block;
  vertical-align:top;
  margin-top:7px;
}
#msgerror{
  font-family:'OpenSans-Regular';
  font-weight:bold;
  color:#E20613;
  text-align:center;
  font-size:12px;
  display:none;
}

.form-suscribir input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Poppins', sans-serif;
  color: #000000;
  opacity: 1; /* Firefox */
  text-align:left;
  font-size:14px;
  font-weight:200;
}

.form-suscribir input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Poppins', sans-serif;
  color: #000000;
  opacity: 1; /* Firefox */
  text-align:left;
  font-size:17px;
  font-weight:600;
}

.form-suscribir input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'Poppins', sans-serif;
  color: #000000;
  opacity: 1; /* Firefox */
  text-align:left;
  font-size:14px;
  font-weight:200;
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  .form-suscribir input{
    width:96%;
    padding:10px 5px 10px 5px;
    margin:8px 0 8px 0;
    font-size:14px !important;  
  }
  .form-suscribir input::placeholder{
    font-size:14px !important;  
  }
  .form-suscribir input:-ms-input-placeholder{
    font-size:14px !important;  
  }
  .form-suscribir input::-ms-input-placeholder{
    font-size:14px !important;  
  }
  .form-suscribir .btn-enviar{
    position:absolute;
    bottom:-30px;
    z-index:0;
    right:15px;
  }
  .box-suscribir-blog .form-suscribir .suscribete{
    max-width:100%;
  }
  .box-ver-articulos{
    max-width:100%;
  }
  .box-inbound{
    background: #0000000a;
  }
}



.btn-inbounding{
  width:75%;
  background:#000000;
  display:none !important;
  margin:0 auto 0 auto;
}
.btn-inbounding a,
.cta_button {
  font-family:'OpenSans-Regular' !important;
  font-size:12px !important;
  color:#ffffff !important;
  text-decoration:none !important;
  text-align:center !important;
  display:block !important;
  padding:8px !important;
  font-weight:900 !important;
}

.btn-inbounding:hover{
  background:#E20613 !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}

.titulo-blog{
  max-width:1600px;
  margin:0 auto 0 auto;
  width:100%;
  display:block;
}
.titulo-blog h2{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align:center;
  margin-bottom:25px;
  font-weight:600;
  font-size: 30px;
  line-height: 40px;
}
.box-newsletter{
  padding:40px 0 30px 0;
  background:#e4e4e43d;
}
.box-nuestros-clientes{
  padding:80px 0 40px 0;
  
}
.caja-texto-cliente .texto-cliente,
.caja-texto-llamada-accion .texto-cliente{
  font-size: 17px !important;
  color:#000000 !important;
  font-weight:400;
}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  .titulo-blog h2{
    padding:25px 0 0 0;
  }
}

 .servicios .container-fluid{
  padding-left:0;
  padding-right:0;
}
.titulo-blog{
  position:relative;
}
.suscribete-blog{
  width:120px;
  display:block;
  position: absolute;
  right:7px;
  top:0;

}
@media only screen and (min-width: 319px) and (max-width: 730px) {
  .suscribete-blog{
    top:5vh;
  }
}

.ico-telefono-foo{
  max-width:24px;
}
.ico-ubicacion-foo{
  max-width:25px;
}
.ico-email-foo{
  max-width:40px;
}
.ico-logo-foo{
  max-width:170px;
}


:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}