@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*  
Theme Name: Andersen and Perez
Author: Cliento
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

textarea, 
input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px 5px;
    border-radius: 0;
    border: 1px solid #000;
    box-sizing: border-box;
}

textarea{
	width: 100%;
    height: 120px;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #272e3d;
	color: #fff;
}

::-moz-selection {
	background-color: #272e3d;
	color: #fff;
}

										/* Tipografia */


										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.hoja-1400 {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	display: block;
	margin: 0 auto;
}

.hoja-1200 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1230px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-1100 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1130px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-1000 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1030px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-900 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 930px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-800 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 830px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-700 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 730px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

b, strong{ font-weight: 700; }
i, em { font-style: italic; }


/*---------------------------  GENERALES  ---------------------------*/

.flex {
    display: flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex-center {
    align-items: center;
}

.flex-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
}

.flex-bottom { 
  align-items: flex-end; 
  -webkit-align-items: flex-end; 
  -moz-align-items: flex-end; 
}

.column-direction { 
  flex-direction: column; 
  -webkit-flex-direction: column; 
  -moz-flex-direction: column;     
}

.row-direction { 
  flex-direction: row; 
  -webkit-flex-direction: row; 
  -moz-flex-direction: row;     
}

.reverse {  
  flex-direction: row-reverse; 
  -webkit-flex-direction: row-reverse; 
  -moz-flex-direction: row-reverse;     
}

.between {
    justify-content: space-between;
}

.row-reverse {
	display: flex;
    flex-direction: row-reverse;
} 

.content-center {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.content-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
}

.content-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.col-1 {width: 8.33%;}
.col-2 {width: 15.66%;}
.col-3 {width: 24%;}
.col-4 {width: 31%;}
.col-5 {width: 41.66%;}
.col-6 {width: 47%;}
.col-7 {width: 56.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }

.m0 { margin: 0; }
.m10 { margin-top: 10px; margin-bottom:10px; }
.m20 { margin-top: 20px; margin-bottom:20px; }
.m30 { margin-top: 30px; margin-bottom:30px; }
.m40 { margin-top: 40px; margin-bottom:40px; }
.m50 { margin-top: 50px; margin-bottom:50px; }
.m60 { margin-top: 60px; margin-bottom:60px; }
.m70 { margin-top: 70px; margin-bottom:70px; }
.m80 { margin-top: 80px; margin-bottom:80px; }
.m90 { margin-top: 90px; margin-bottom:90px; }
.m100 { margin-top: 100px; margin-bottom:100px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }

.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }

.pad10 { padding-top:10px; padding-bottom:10px; }
.pad15 { padding-top:15px; padding-bottom:15px; }
.pad20 { padding-top:20px; padding-bottom:20px; }
.pad30 { padding-top:30px; padding-bottom:30px; }
.pad40 { padding-top:40px; padding-bottom:40px; }
.pad50 { padding-top:50px; padding-bottom:50px; }
.pad60 { padding-top:60px; padding-bottom:60px; }
.pad70 { padding-top:70px; padding-bottom:70px; }
.pad80 { padding-top:80px; padding-bottom:80px; }
.pad90 { padding-top:90px; padding-bottom:90px; }
.pad100 { padding-top:100px; padding-bottom:100px; }

.pad-lat5 { padding-left:5px; padding-right:5px; }
.pad-lat10 { padding-left:10px; padding-right:10px; }
.pad-lat15 { padding-left:15px; padding-right:15px; }
.pad-lat20 { padding-left:20px; padding-right:20px; }
.pad-lat25 { padding-left:25px; padding-right:25px; }
.pad-lat30 { padding-left:30px; padding-right:30px; }
.pad-lat40 { padding-left:40px; padding-right:40px; }
.pad-lat50 { padding-left:50px; padding-right:50px; }
.pad-lat60 { padding-left:60px; padding-right:60px; }

.padt10 { padding-top:10px; }
.padt20 { padding-top:20px; }
.padt30 { padding-top:30px; }
.padt40 { padding-top:40px; }
.padt50 { padding-top:50px; }
.padt60 { padding-top:60px; }
.padt70 { padding-top:70px; }
.padt80 { padding-top:80px; }
.padt90 { padding-top:90px; }
.padt100 { padding-top: 100px; }

.padb10 { padding-bottom:10px; }
.padb20 { padding-bottom:20px; }
.padb30 { padding-bottom:30px; }
.padb40 { padding-bottom:40px; }
.padb50 { padding-bottom:50px; }
.padb60 { padding-bottom:60px; }
.padb70 { padding-bottom:70px; }
.padb80 { padding-bottom:80px; }
.padb90 { padding-bottom:90px; }
.padb100 { padding-bottom: 100px; }

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }
.fs46 { font-size:46px; }
.fs48 { font-size:48px; }
.fs49 { font-size:49px; }
.fs50 { font-size:50px; }
.fs52 { font-size:52px; }
.fs54 { font-size:54px; }
.fs56 { font-size:56px; }
.fs58 { font-size:58px; }
.fs60 { font-size:60px; }
.fs70 { font-size:70px; }
.fs75 { font-size:75px; }
.fs80 { font-size:80px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.semi { font-weight: 600; }
.bold, strong, b { font-weight: 700; }
.extra { font-weight: 800; }

.salto { display: block; }
.auto { margin: auto; }
.block { display: block; }

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.underline { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }

.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }

.poppins { font-family: 'Poppins', sans-serif; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.naranja { color: #D23600; }

.bgazul { background-color: #e1e8f0; }


/*---------------------------  HEADER  ---------------------------*/

header {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    z-index: 1;
}

.logo-f ul li {
    margin: 0;
}

.logo {
    display: block;
    position: relative;
    width: 300px;
    margin: 0!important;
    z-index: 1;
}

.menu-t {
    padding: 8px 0;
    background-color: #f2f2f2;
}

.menu-t ul li:last-of-type {
    margin-left: 8%;
}

.menu-t ul li img {
    display: inline-block;
    margin-right: 10px;
}

.menu-t ul li p {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.menu-t ul li a {
    display: inline-block;
    color: #141414;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
}

.flex-menu {
    padding: 20px 0;
}

.menu {
    display: flex;
    align-items: center;
}

.menu > li {
    margin-left: 40px;
    text-align: center;
}

.menu > li:first-of-type {
    margin-left: 0;
}

.menu > li a {
    display: inline-block;
    color: #141414;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}

.menu > li a:hover,
.menu > li.current-menu-item > a,
.menu > li.current-menu-parent > a {
    color: #D23600;
}

.menu > li:last-of-type a {
    padding: 6px 25px;
    border-radius: 25px;
    color: #fff;
    background-color: #D23600;
}

.menu-item-has-children:hover a + .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    padding: 30px 20px 20px;
    margin: 0;
    background-color: #fff;
    text-align: left;
    z-index: 7;
}

.sub-menu li {
    margin: 0 0 15px;
}

.sub-menu li.current-menu-item a,
.sub-menu li a:hover {
    color: #737373;
}

.sub-menu li:last-of-type {
    margin: 0;
}


/*---------------------------  HOME  ---------------------------*/

.row-banner {
    position: relative;
    padding: 15px 0 0;
    background-color: #cad0f5;
    overflow: hidden;
}

.row-banner img {
    display: block;
    position: relative;
    margin-bottom: -4px;
}

.r-capsulas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('assets/img/pharma-consultancy-services-chips-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateZ(-3px) scale(1.15);
    background-position: center;
}

.txt-banner {
    text-align: center;
}

.txt-banner h1 {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.txt-banner h1,
.txt-banner h2 {
    margin: 0 0 35px;
    line-height: 130%;
}

.txt-banner p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 35px;
    color: #141414;
    font-size: 25px;
    line-height: 130%;
}

.txt-banner p:last-of-type {
    margin: auto;
}

.txt-banner p span {
    font-weight: 700;
    font-size: 28px;
}

.txt-banner p.has-medium-font-size {
    font-weight: 700;
    font-size: 28px;
}


/*---------------------------  HOME - EXPERIENCIA  ---------------------------*/

.experiencia {
    padding: 50px 0 0;
}

.experiencia h2 {
    margin: 0 0 50px;
    text-align: center;
}

.logos {
    margin: 0 0 50px;
}

.logos li {
    display: inline-block;
    margin: 0 3%;
}

.logos-p li {
    margin: 0 4%;
}

.logos li span {
    display: block;
    width: 128px;
    height: 79px;
    background-image: url('assets/img/pharma-consultancy-services-sprite.jpg');
    background-repeat: no-repeat;
    background-size: auto 79px;
}

.logos li span.abbvie {
    background-position: 0 0;
}

.logos li span.merck {
    background-position: -122px 0;
}

.logos li span.otsuka {
    background-position: -242px 0;
}

.logos li span.lundbeck {
    background-position: -361px 0;
}

.logos li span.prostrakan {
    background-position: -480px 0;
}

.logos li span.ephmra {
    width: 200px;
    background-position: -600px 0;
}

.logos li span.bobi {
    width: 140px;
    background-position: -798px 0;
}

.item-galeria {
    width: 32%;
}

.item-galeria img {
    width: 100%;
    height: auto;
}


/*---------------------------  HOME - SERVICIOS  ---------------------------*/

.servicios {
    padding: 60px 0;
}

.servicios h2 {
    margin: 0 0 50px;
    text-align: center;
}

.flex-servicios div {
    width: 33%;
    margin: 0 0 50px;
    /*margin-left: auto;*/
}

.flex-servicios div h4 {
    margin: 0 0 15px;
}

.flex-servicios div ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
    font-size: 22px;
    color: #141414;
    line-height: 130%;
}

.flex-servicios div ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}

.flex-servicios div a {
    display: inline-block;
    padding: 8px 20px;
    margin: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    background-color: #D23600;   
}


/*---------------------------  HOME - CTA  ---------------------------*/

.row-cta {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txt-cta {
    max-width: 600px;
    width: 100%;
}

.txt-cta h2 {
    margin: 0 0 20px;
    line-height: 130%;
}

.txt-cta p {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
}

.txt-cta a {
    display: inline-block;
    padding: 8px 30px;
    margin: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    background-color: #D23600;
}


/*---------------------------  HOME - BLOG  ---------------------------*/

.row-blog {
    padding: 50px 0;
}

.tit-blog {
    margin: 0 0 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}

.tit-blog h2 {
    margin: 0 0 30px;
}

.tit-blog p {
    max-width: 500px;
    width: 100%;
    font-size: 34px;
    line-height: 130%;
    margin: auto;
}

.item-blog {
    width: 31%;
}

.item-blog img.img-blog {
    width: 100%;
    height: auto;
}

.txt-blog {
    padding: 20px 0 0;
}

.txt-blog h4 {
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #141414;
    line-height: 130%;
}

.txt-blog p {
    font-size: 18px;
    line-height: 130%;
}

.txt-blog a span {
    display: block;
    padding: 0 10px 0 0;
}

.txt-blog a {
    display: flex;
    margin: 20px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #D23600;
    align-content: center;
}

.txt-blog a img {
    width: 25px;
    height: auto;
}


/*---------------------------  INSIGHTS  ---------------------------*/

.banner {
    position: relative;
    background-color: #cad0f5;
    overflow: hidden;
}

.banner-int {
    position: relative;
    padding: 7% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    overflow: hidden;
}

.banner-int h1 {
    max-width: 325px;
    width: 100%;
}

.banner-who {
    position: relative;
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
    overflow: hidden;
}

.i-capsulas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/img/banners/banner-services-chips.png);
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    /*transform: translateZ(-3px) scale(1.25);*/
    /*transform: translate3d(0px, -2.51178px, 0px) scale(1.25);*/
    /*background-position: center;*/
    background-position: top 35% center;
}

.intro h2 {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 130%;
}

.intro p {
    font-size: 22px;
    text-align: center;
    line-height: 130%;
}

.pharma-insights-consultancy .banner {
    background-color: #C4ECE7;
}

.market-pre-launch-pharma .banner {
    background-color: #e1e8ef;
}

.pharma-patient-centric-brand-planning .banner {
    background-color: #E6E8B1;
}

.pharma-sales-force-optimisation .banner {
    background-color: #EED0C1;
}

.insights-generation .intro h2 {
    max-width: 700px;
}

.pre-launch-insights .intro h2,
.brand-planning .intro h2,
.sales-force-optimisation .intro h2 {
    max-width: 900px;
}

.row-breadcrumb {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    background-color: #f8f8f8;
}

.row-breadcrumb a {
    color: #000;
    font-weight: 400;
}

.row-breadcrumb a:hover {
    text-decoration: underline;
}


/*---------------------------  INSIGHTS - PROCESO  ---------------------------*/

.proceso h2 {
    margin: 0 0 40px;
}

.item-proceso {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    min-height: 215px;
    padding: 20px;
    margin: 0 0 50px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    align-items: center;
    justify-content: center;
}

.item-proceso h4 {
    color: #ce390c;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

.item-proceso p {
    font-size: 20px; 
    line-height: 130%;
}

.item-last {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-proceso span {
    position: absolute;
    font-size: 26px;
    top: 6%;
    left: 8%;
    font-weight: 700;
}

.proceso1,
.proceso7 {
    background-image: url('assets/img/insights/insights-generation-process-1.jpg');
}

.proceso2 {
    background-image: url('assets/img/insights/insights-generation-process-2.jpg');
}

.proceso3 {
    background-image: url('assets/img/insights/insights-generation-process-3.jpg');
}

.proceso4 {
    background-image: url('assets/img/insights/insights-generation-process-4.jpg');
}

.proceso5 {
    background-image: url('assets/img/insights/insights-generation-process-5.jpg');
}

.proceso6 {
    background-image: url('assets/img/insights/insights-generation-process-6.jpg');
}


/*---------------------------  INSIGHTS - ENTREGABLES  ---------------------------*/

.entregables h2 {
    margin: 0 0 50px;
}

.flex-deliverable li p {
    font-size: 19px;
    line-height: 130%;
}

.ico-e {
    display: block;
    width: 107px;
    height: 107px;
    background-image: url('assets/img/insights/insights-generation-sprite-icons.jpg');
    background-repeat: no-repeat;
    background-size: auto 107px;
    background-position: center;
    margin: 0 auto 20px;
}

.ico-e.ico1 {
    background-position: 7px 0;
}

.ico-e.ico2 {
    background-position: -125px 0;
}

.ico-e.ico3 {
    background-position: -265px 0;
}


/*---------------------------  INSIGHTS - CASE EXAMPLE  ---------------------------*/

.case {
    background: rgb(225,232,239);
    background: linear-gradient(0deg, rgba(225,232,239,1) 0%, rgba(255,255,255,1) 100%);
}

.img-case img {
    width: 100%;
    height: auto;
}

.txt-case {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 450px;
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
}

.txt-case p {
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}

.txt-case p:last-of-type {
    padding: 0;
}

.row-case {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.row-case p {
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}

.acordeon {
    margin: 50px 0 0;
}

.acordeon h4 {
    position: relative;
    display: block;
    padding: 15px 60px 15px 30px;
    margin: 0 0 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-radius: 30px;
    color: #D23600;
    font-size: 28px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}

.acordeon h4.active {
    color: #fff;
    background-color: #D23600;
}

.acordeon h4:before {
    content: '+';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #D23600;
    font-size: 40px;
    font-weight: 500;
}

.acordeon h4.active:before {
    content: '-';
    color: #fff;
}

.acordeon div {
    display: none;
    margin: 0 0 40px;
}

.acordeon div.tab1 {
    display: block;
}

.acordeon div:last-of-type {
    margin: 0;
}

.bullet-check li,
.acordeon ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 130%;
}

.bullet-check li:before,
.acordeon ul li:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-image: url('assets/img/insights/insigths-generation-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bullet-check li:last-of-type,
.acordeon ul li:last-of-type {
    margin: 0;
}


/*---------------------------  PRE-LAUNCH  ---------------------------*/

.ico-pre {
    display: block;
    width: 88px;
    height: 85px;
    background-image: url('assets/img/pre-launch/pre-launch-insights-sprite.jpg');
    background-repeat: no-repeat;
    background-size: auto 85px;
    background-position: center;
    margin: 0 auto 20px;
}

span.ico-pre.ico1 {
    background-position: 0 0;
}

span.ico-pre.ico2 {
    background-position: -87px 0;
}

span.ico-pre.ico3 {
    background-position: -180px 0;
}


/*---------------------------  BRAND-PLANNING  ---------------------------*/

.ico-brand {
    display: block;
    width: 88px;
    height: 85px;
    background-image: url('assets/img/brand-planning/brand-planning-sprite.jpg');
    background-repeat: no-repeat;
    background-size: auto 85px;
    background-position: center;
    margin: 0 auto 20px;
}

.ico-brand.ico1 {
    background-position: 0 0;
}

.ico-brand.ico2 {
    background-position: -89px 0;
}

.ico-brand.ico3 {
    background-position: -183px 0;
}


/*---------------------------  SALES-FORCE  ---------------------------*/

.ico-sales {
    display: block;
    width: 86px;
    height: 85px;
    background-image: url('assets/img/sales-force/sales-force-optimisation-sprite.jpg');
    background-repeat: no-repeat;
    background-size: auto 85px;
    background-position: center;
    margin: 0 auto 20px;
}

.ico-sales.ico1 {
    background-position: 0 0;
}

.ico-sales.ico2 {
    width: 128px;
    background-position: -80px 0;
}

.ico-sales.ico3 {
    width: 104px;
    background-position: -200px 0;
}


/*---------------------------  WHO WE ARE  ---------------------------*/

.txtwhoweare h2 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 130%;
}

.txtwhoweare p {
    margin: 0 0 50px;
    font-size: 24px;
    line-height: 130%;
}  

.fs5em {
    font-size: 5em;
    vertical-align: top;
    line-height: 80%; 
}

.azul { color: #3593F7; } 
    
.marca-h:before {
    content: "";
    display: block;
    width: 11px;
    height: 50px;
    background: #D53501;
    position: absolute;
    left: 35px;
    border-radius: 16px;
}
    
.box-img {
    position: relative;
    background: #F8F8F8;
    max-width: 435px;
    padding: 25px 25px 25px 65px;
    box-sizing: border-box;
    line-height: normal;
    top: -60px;
    left: 44%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
}

.box-img p {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
}
    
.col-5 img {
    width: 100%;
    height: auto;
}
    
.col-5 .box-img {
    left: 44%;
}
    
.row-reverse .col-5 .box-img {
    left: 50%;
}

.txt-about h4 {
    padding: 0 0 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
}

.txt-about p,
.txt-hobby p {
    padding: 0 0 20px;
    font-size: 20px;
    line-height: 130%;
}

.txt-about p {
    text-align: justify;
}

.flex-bio img {
	max-width: 180px;
}

.txt-hobby p {
    font-weight: 600;
}


/*---------------------------  CONTACT  ---------------------------*/

.bgorange {
    border-radius: 15px;
    background-color: #fedfd4;
}

.naranja {
    color: #ce390c;
}

.item-contacto {
    width: 48%;
}

.txt-contacto h2,
.txt-help h2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 130%;
}

.txt-help h2 {
    margin: 0 0 10px;
}

.txt-contacto p,
.txt-help p {
    font-size: 22px;
    line-height: 130%;
}

.txt-form h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 130%;
}

.txt-form p {
    font-size: 22px;
    text-align: center;
    line-height: 130%;
}

.txt-contacto ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 130%;
}

.txt-contacto ul li:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-image: url(assets/img/insights/insigths-generation-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item-perfil img {
    display: block;
    margin: auto;
}

.item-perfil a {
    display: block;
    padding: 8px 20px;
    margin: 20px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    background-color: #D23600;
    line-height: 130%;
}

.wrapper-form {
    padding: 30px 15px 100px;
    border-radius: 15px;
}

.wrapper-form p {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 20px;
}

.row-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 50px 30px;
    top: -80px;
    max-width: 530px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dedede;
    margin: auto;
    background-color: #fff;
}

.row-form p {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}

.row-form label {
    display: block;
    position: relative;
    padding: 5px 0 15px 30px;
    font-size: 20px;
    line-height: 130%;
}

.row-form label:last-of-type {
    padding: 5px 0 20px 30px;
}

.row-form label input[type="checkbox"] {
    -webkit-appearance: none;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px!important;
    height: 20px!important;
    margin: 0 10px 0 0;
    outline: 0;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}

.row-form label input[type="checkbox"]:checked {
    background-image: url(assets/img/insights/insigths-generation-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.row-form .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    margin: 0 0 20px;
    border: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    background-color: #ececec;
}

.row-form .input.requerido {
    border: 1px solid #D23600;
}

.row-form textarea.input {
    margin: 0;
    height: 150px;
    resize: none;
}

.row-form ::-webkit-input-placeholder { /* Edge */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
    font-style: italic;
}

.row-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
    font-style: italic;
}

.row-form ::placeholder {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
    font-style: italic;
}

.enviar {
    display: inline-block;
    width: auto;
    padding: 8px 15%;
    margin: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    border: 0;
    font-size: 18px;
    background-color: #D23600;
    cursor: pointer;
}

#message,
#messagecta {
    margin: 25px 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

p.thankyou {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.enlace {
    display: block;
    color: #D23600;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
}


/*---------------------------  BLOG  ---------------------------*/

.banner-blog {
    padding: 10% 0;
    color: #fff;
    background-image: url(assets/img/blog/blog-home-andersen.perez-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b-blog h1 {
    display: block;
    font-size: 48px;
}

.b-blog p {
    font-size: 32px;
    line-height: 130%;
}

.feed-blog {
    width: 100%;
    margin: 0 0 50px;
}

.feed-blog:nth-child(2) {
    flex-direction: row-reverse;
}

.img-blog {
    width: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txt-feed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    padding: 30px;
    background-color: #f2f2f2;
}

.txt-feed h3 {
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 28px;
    line-height: 130%;
}

.txt-feed p {
    font-size: 18px;
    line-height: 130%;
}

.txt-feed span {
    position: relative;
    display: block;
    margin: 0 0 35px;
    padding: 0 0 0 25px;
}

.txt-feed span:before {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url('assets/img/blog/blog-icono-reloj.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.txt-feed a {
    display: inline-block;
    padding: 8px 5%;
    margin: 15% 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    border: 0;
    font-size: 18px;
    background-color: #D23600;
    cursor: pointer;
}

.blog-pagination {
    text-align: center;
}

.custom-pagination span,
.custom-pagination a {
    position: relative;
    margin: 0 2%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 130%;
}

.custom-pagination span.current,
.custom-pagination a.current,
.custom-pagination a:hover {
    color: #D23600;
}

.custom-pagination span.current:after,
.custom-pagination a.current:after,
.custom-pagination a:hover:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D23600;
}

.custom-pagination a.next:hover:after {
    display: none;
}

.row-news {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 50px 0 0;
    padding: 40px 8%;
    background-color: #e1e8f0;
    align-items: center;
    flex-wrap: wrap;
}

.row-news h2 {
    display: block;
    margin: 0 0 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

.row-news p {
    max-width: 430px;
    width: 100%;
    font-size: 25px;
    line-height: 130%;
}

.row-sus .input,
.row-news .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 350px;
    padding: 12px;
    border: 1px solid #b7b7b7;
    border-radius: 25px;
}

.row-sus .input.requerido, 
.row-news .input.requerido {
    border: 1px solid #D23600;
}

.row-sus .submit,
.row-news .submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 350px;
    padding: 8px 15%;
    margin: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    border: 0;
    font-size: 18px;
    background-color: #D23600;
    cursor: pointer;
}

.single-blog .row-news .input,
.single-blog .row-news .submit {
    width: 100%;
}


/*---------------------------  SINGLE BLOG  ---------------------------*/

.wrapper-blog,
.titulo-blog {
    position: relative;
    width: 68%;
}

.wrapper-blog img {
    width: 100%;
    margin: 0 0 25px;
}

.shares {
    margin: 0 0 25px;
}

.shares p {
    font-weight: 600;
}

.shares ul {
    display: flex;
}

.shares ul li p {
    font-weight: 600;
}

.shares img {
    width: 30px;
    height: auto;
    margin: 0 0 0 20px;
}

.titulo-blog h1 {
    margin: 0 0 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    line-height: 130%;
}

.titulo-blog span {
    position: relative;
    display: block;
    margin: 0 0 35px;
    padding: 0 0 0 25px;
}

.titulo-blog span:before {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url('assets/img/blog/blog-icono-reloj.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.contenido-blog h2,
.contenido-blog h3 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

.contenido-blog h2 {
    font-size: 26px;
}

.contenido-blog p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 130%;
}

.contenido-blog p a,
.contenido-blog ul li a,
.contenido-blog ol li a {
    color: #D23600;
}

.contenido-blog p.has-text-align-center {
    text-align: center;
}

.contenido-blog p.has-text-align-right {
    text-align: right;
}

.contenido-blog p a {
    color: #D23600;
}

.contenido-blog p a:hover {
    text-decoration: underline;
}

.contenido-blog ul,
.contenido-blog ol {
    margin: 0 0 25px;
}

.contenido-blog ol {
    padding: 0 0 0 20px;
    list-style: decimal;
    list-style-position: outside;
}

.contenido-blog ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 18px;
    font-size: 20px;
    line-height: 130%;
}

.contenido-blog ol li {
    position: relative;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 130%;
}

.contenido-blog ul li:last-of-type,
.contenido-blog ol li:last-of-type {
    margin: 0;
}

.contenido-blog ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D23600;
}

.wp-block-quote {
    margin: 0 0 25px;
    padding: 15px;
    border-left: 10px solid #D23600;
    background-color: #f2f2f2;
}

.wp-block-quote p:last-of-type {
    margin: 0;
}

.wp-block-media-text {
    display: flex;
    margin: 0 0 25px;
    align-items: center;
}

.wp-block-media-text figure img {
    width: auto;
    margin: 0;
}

.wp-block-media-text__content p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
}

.goback {
    text-align: center;
}

.goback a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 350px;
    width: 100%;
    padding: 8px 20px;
    margin: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #D23600;
    border: 2px solid #D23600;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.row-sus {
    padding: 0 0 25px;
}  

.row-sus h3,
.row-recientes h3,
.row-tags h3,
.row-work h3 {
    display: block;
    margin: 0 0 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
}

.sidebar {
    width: 28%;
} 

.row-recientes ul li {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #000;
}

.row-recientes ul li:last-of-type {
    border-bottom: 0;
}

.row-recientes ul li img {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
}

.row-recientes ul li a {
    display: block;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 130%;
}

.row-recientes ul li span {
    display: block;
    line-height: 130%;
}

.row-tags {
    position: relative;
}

.row-tags ul {
    display: flex;
    margin: 0 -12px;
}

.row-tags ul li {
    padding: 0 12px;
    margin: 0 0 20px;
}

.row-tags ul li a {
    color: #000;
    text-decoration: underline;
}

.row-work {
    padding: 30px 20px;
    background-color: #e1e8f0;
}

.single-blog .row-work {
    padding: 40px 8%;
}

.row-work p {
    font-size: 22px;
    line-height: 130%;
}

.row-work a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px 15px;
    margin: 25px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    border: 0;
    font-size: 18px;
    background-color: #D23600;
    cursor: pointer;
    text-align: center;
}

.single-blog .row-work {
    margin: 50px 0 0;
}

.single-blog .sidebar .row-work a {
    width: 100%;
    margin: 25px 0 0;
}

.single-blog .row-work a {
    width: 350px;
    margin: 0;
}

.single-blog .txt-work p {
    max-width: 500px;
    width: 100%;
}


/*---------------------------  FOOTER  ---------------------------*/

footer {
    padding: 40px 0;
    background-color: #F8F8F8;
}

footer ul li {
    margin: 0 0 20px;
}

footer ul li:last-of-type {
    margin: 0;
}

footer ul li a {
    color: #141414;
    font-size: 18px;
    font-weight: 600;
}

footer ul li a:hover {
    color: #D23600;
}

footer .footer-c ul li {
    margin: 0 0 15px;
}

footer .footer-c ul li a {
    display: inline-block;
    padding: 5px 0;
}

footer .footer-c ul li.mail-f {
    padding-left: 60px;
}

footer .footer-c ul li img {
    margin: 0 10px 0 0;
    width: 50px;
    height: auto;
}

footer p {
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #141414;
}

footer p.footer-f img {
    margin: 0 0 0 20px;
}

.flex-linkedin {
    max-width: 200px;
    width: 100%;
    margin: auto;
}

.f-copyright {
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #ccc;
}

.f-copyright ul {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.f-copyright ul li {
    margin: 0;
}

.f-copyright ul li a {
    font-size: 16px;
    line-height: 130%;
}


/*---------------------------  SIMPLE PAGE  ---------------------------*/

.simple-page {
    padding: 50px 0;
}

.simple-page h1 {
    margin: 0 0 35px;
    font-size: 34px;
    font-weight: 700;
}

.simple-page h2 {
    margin: 0 0 35px;
    font-size: 34px;
    font-weight: 700;
}

.simple-page p {
    padding: 0 0 20px;
    font-size: 22px;
    line-height: normal;
}

.simple-page p a {
    color: #ce390c;
}

.simple-page ul {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

.simple-page ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
    font-size: 20px;
}

.simple-page ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}


/*---------------------------  MENÚ - TOGGLE  ---------------------------*/

.mm-page {
    background: #fff!important;
}

a[href="#page"] {
    display: none!important;
}

.mm-wrapper_opening a[href="#page"] {
    display: block!important;
}

.mm-wrapper_opening a[href="#menu"] {
    display: none!important;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

#navbar-toggle,
.menu-close {
    position: absolute;
    display: none;
    width: auto;
    top: 25px;
    right: 15px;
    padding: 8px;
    background: none;
    border: 0; 
    clear: both;
    cursor: pointer;
    outline: none;
    color: #fff;
    border-radius: 5px;
    background-color: #D23600;
    z-index: 15;
    vertical-align: middle;
}

#navbar-toggle .icon-bar,
.menu-close .icon-bar {
	display: block;
	position: relative;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#navbar-toggle .icon-bar + .icon-bar,
.menu-close .icon-bar + .icon-bar {
  margin-top: 6px;
}

.menu-close .hamburger-bun,
.menu-close .hamburger-patty {
	position: relative;
}

#navbar-toggle.navbar-toggle-active .icon-bar {
	background-color: #fff;
}

.menu-close .bun-top,
.menu-close .hamburger-patty {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-close .bun-top {
	top: 8px;
}

.menu-close .hamburger-patty {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.menu-close .bun-btm {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}


@media screen and (max-width: 1100px) {
    .menu li {
        margin-left: 25px;
    }
    
    .sub-menu {
        position: relative;
        background-color: transparent;
    }
    
    .sub-menu li {
        margin: 0;
    } 
    
    .row-menu {
        display: none;
    }
    
    #navbar-toggle {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .row-banner {
        padding: 50px 0;
    }
    
    .row-banner img {
        display: none;
    }
    
    .txt-banner {
        width: 100%;
    }
    
    .txt-banner h1,
    .txt-banner h2 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto 50px;
        line-height: 130%;
    }
    
    .flex-bio {
        display: block;
    }
    
    .flex-bio .pad-lat15 {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .flex-servicios div {
        width: 48%;
    }
    
    .logos li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 980px) {
    .banner-int {
        background-image: none!important;
    }
}

@media screen and (max-width: 900px) {
    .row-cta {
        background-image: none!important;
        background-color: #f2f2f2;
    }
    
    .txt-cta {
        max-width: 100%;
    }
    
    .wrapper-form {
        padding: 30px 15px;
        border-radius: 0;
    }
    
    .wrapper-form p:last-of-type {
        margin: 0;
    }
    
    .row-form {
        top: 0;
        padding: 30px 0;
        border: 0;
        border-radius: 0;
    }
    
    .row-form .input {
        margin: 0 0 20px;
    }
    
    .enviar {
        margin: 0;
    }
    
    .flex-footer {
        display: block;
    }
    
    footer .logo-f {
        margin: 0 auto 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #ccc;
    }
    
    footer .logo {
        display: block;
        margin: auto!important;
    }
    
    footer ul.menu-footer {
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #ccc;
    }
    
    footer .footer-c ul {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .fs32 {
        font-size: 28px;
    }
    
    .fs30 {
        font-size: 26px;
    }
    
    .item-blog:last-of-type {
        display: none;
    }
    
    .item-blog {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 { width: 100%; }
    
    .w-10,
    .w-20,
    .w-30,
    .w-40,
    .w-50,
    .w-60,
    .w-70,
    .w-80,
    .w-90,
    .w-100 { width: 100%; }
    
    .banner-who {
        background-image: none!important;
    }
    
    .pad-lat50 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .logos-p li {
        margin: 0;
    }
    
    .flex-servicios div {
        width: 100%;
        margin: 0 0 25px;
        padding: 0 0 25px;
        border-bottom: 1px solid #ccc;
    }
    
    .flex-servicios div:last-of-type {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
    
    .item-proceso {
        width: 48%;
        padding: 5% 20px;
        margin: 0 0 30px;
        min-height: auto;
    }
    
    .whoweare .flex,
    .case .flex,
    .entregables ul,
    .contacto .flex,
    .forma .flex,
    .single-blog .flex,
    .wp-block-media-text {
        display: block;
    }
    
    .entregables ul li {
        margin: 0 0 15px;
        padding: 0 0 25px;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .entregables ul li:last-of-type {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
    
    .col-5 .box-img,
    .row-reverse .col-5 .box-img {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    
    .acordeon h4 {
        font-size: 24px;
    }
    
    .item-contacto {
        width: 100%;
    }
    
    .feed-blog.flex {
        display: block;
    }
    
    .feed-blog .img-blog {
        width: 100%;
        padding: 55% 0 0;
    }
    
    .txt-feed {
        width: 100%;
        padding: 30px 20px;
    }
    
    .txt-feed a {
        margin: 25px 0 0;
    }
    
    .b-blog h1 {
        font-size: 32px;
    }
    
    .b-blog p {
        font-size: 22px;
    }
    
    .custom-pagination span,
    .custom-pagination a {
        margin: 0 10px;
    }
    
    .row-news {
        display: block;
        padding: 30px 20px;
    }
    
    .row-news h2 {
        font-size: 28px;
    }
    
    .row-news form {
        margin: 25px 0 0;
    }
    
    .row-news p {
        font-size: 20px;
    }
    
    .row-news .submit,
    .row-news .input {
        width: 100%;
    }
    
    .wrapper-blog, 
    .titulo-blog,
    .sidebar {
        width: 100%;
    }
    
    .titulo-blog h1,
    .txt-feed h3 {
        font-size: 24px;
    }
    
    .shares ul {
        margin: 15px 0 0;
    }
    
    .shares img {
        margin: 0 0 0 10px;
    }
    
    .wp-block-media-text figure img {
        display: block;
        margin: auto;
    }
    
    .wp-block-media-text__content p {
        padding: 15px 0 0;
    }
    
    .sidebar {
        margin: 35px 0 0;
        padding: 35px 0 0;
        border-top: 1px solid #f2f2f2;
    }
    
    .single-blog .row-work {
        display: none;
    }
    
    .single-blog .sidebar .row-work {
        display: block;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 700px) {
    .pad60,
    .row-banner,
    .row-cta,
    footer {
        padding: 35px 0;
    }
    
    .txt-banner h2,
    .txt-banner p {
        margin: 0 auto 30px;
    }
    
    .fs45 {
        font-size: 34px;
    }
    
    .txt-banner h1,
    .txtwhoweare h2,
    .fs42,
    .fs40 {
        font-size: 32px;
    }
    
    .txt-banner p {
        max-width: 400px;
        font-size: 18px;
    }
    
    .fs34,
    .fs32,
    .tit-blog p {
        font-size: 26px;
    }
    
    .intro h2 {
        margin: 0 0 25px;
        font-size: 24px;
    }
    
    .txt-banner p.has-medium-font-size,
    .fs28 {
        font-size: 22px;
    }
    
    .flex-servicios div ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .flex-galeria {
        display: block;
    }
    
    .item-galeria {
        width: 100%;
        margin: 0 auto 20px;
    } 
    
    .item-galeria img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    
    .row-blog .flex {
        display: block;
    }
    
    .item-blog {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #ccc;
    }
    
    .item-blog:nth-child(2) {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
    
    .f-copyright .flex {
        display: block;
    }
    
    .f-copyright ul li {
        margin: 0 0 15px;
        text-align: center;
    }
    
    .f-copyright ul li:last-of-type {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .txt-cta p {
        font-size: 20px;
    }
    
    .item-proceso {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .menu-t ul li p {
        display: none;
    }
    
    .menu-t .flex {
        justify-content: space-between;
    }
    
    .logo {
        width: 250px;
    }
    
    .logos li {
        margin: 0 10px;
    }
	
	.logos li:last-of-type {
        margin-top: 15px;
    }
    
    .banner-int h1 {
        max-width: 265px;
    }
    
    .txt-banner h1 {
        margin: 0 0 30px;
    }
    
    .txt-banner h1,
    .txtwhoweare h2,
    .fs42,
    .fs40 {
        font-size: 28px;
    }    
    
    .fs32, 
    .tit-blog p {
        font-size: 24px;
    }
    
    .fs30 {
        font-size: 22px;
    }
    
    .intro p {
        font-size: 20px;
    }
    
    .txt-banner p.has-medium-font-size,
    .fs28 {
        font-size: 18px;
    }
    
    .entregables h2 {
        margin: 0 0 35px;
    } 
    
    .item-proceso {
        padding: 20px;
    }
    
    .item-proceso span {
        top: 5%;
        left: 5%;
    }
}