/* 
Theme Name: Megamedia 2020
Description: Plantilla desarrollada para web Megamedia
Version: 2
*/
.overlay-video {
	/* background: #0000006e;  */
	background: #0000007a; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	z-index: 1;
}
.video-desktop h1 {
	position: absolute; 
	top: 40%; 
	left: 10%; 
	height: 10%; 
	width: 530px; 
	margin: 0% 0 0 0%; 
	color: white; 
	font-size: 80px; 
	font-weight: 800; 
	font-style: normal;
	font-stretch: normal; 
	line-height: 1.25; 
	letter-spacing: normal; 
	text-transform:uppercase; 
	z-index:2
}
.video-desktop video {
	max-width: none; 
	display: block; 
	width: 100%; 
	height: 100vh; 
	object-fit: cover; 
	object-position: bottom;
}
.video-movil h1 {
	position: absolute; 
	top: 55%; 
	left: 10%; 
	height: 10%; 
	width: 300px; 
	margin: 0% 0 0 0%; 
	color: white; 
	font-size: 45px; 
	font-weight: 800; 
	font-style: normal;
	font-stretch: normal; 
	line-height: 1.25; 
	letter-spacing: normal; 
	text-transform:uppercase; 
	z-index:2;
}
.video-movil video {
	max-width: none; 
	display: block; 
	width: 100%; 
	height: 100vh; 
	object-fit: cover; 
	object-position: bottom;
}
.page-404 ul {
	margin-top: 50px;
}
.page-404 ul li {
	display: block;
	text-align:left;
	margin: 10px 0;
}
.page-404 ul li a {
	color: #1fc1d2;
	font-size:18px;	
	text-transform: uppercase;
}

.tg-maren-custom .tg-item-content-holder[data-position="bottom"] {
    min-height: 230px !important;
}
.tg-maren-custom .tg-item-content-holder[data-position="bottom"]::before {
    bottom: 40px !important;
}
.interior-casos-de-exito .text-post p {
	    margin-bottom: 20px;
}
.interior-casos-de-exito .text-post h2, .interior-casos-de-exito .text-post p  {
	    padding-left: 0; 
    padding-right: 0px;
}

#cookie-law-info-bar {
    font-size: 11pt !important;
    padding: 6px 10px !important;
}
#atrsb .at-share-btn:hover {
    transform: translateY(0px) !important;
    color: #fff;
    text-decoration: none;
	opacity: .6;
}

#atrsb .at-share-btn:active, #atrsb .at-share-btn:focus {
	opacity: 1;
	transform: translateY(0px) !important;
}
.menu-link {
    display: block;
    padding: 14px 5px;
    color: #fff;
    overflow: hidden;
     font-size: 55px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
	font-family: 'NeueHansKendrick-Bold', 'sans-serif';
}

.menu-link:before, .menu-link:after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 4px;
    width: 35px;
    background-color: #e9a065
}

.menu-link:before {
    -moz-transform: translate(-50%, 0) scale(0, 1);
    -ms-transform: translate(-50%, 0) scale(0, 1);
    -webkit-transform: translate(-50%, 0) scale(0, 1);
    transform: translate(-50%, 0) scale(0, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.menu-link:after {
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.menu-link:hover:before {
    -moz-transform: translate(0%, 0) scale(1, 1);
    -ms-transform: translate(0%, 0) scale(1, 1);
    -webkit-transform: translate(0%, 0) scale(1, 1);
    transform: translate(0%, 0) scale(1, 1);
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.menu-link:hover:after {
    -moz-transform: translate(50%, 0) scale(0, 1);
    -ms-transform: translate(50%, 0) scale(0, 1);
    -webkit-transform: translate(50%, 0) scale(0, 1);
    transform: translate(50%, 0) scale(0, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.menu-link:hover .menu-link-default {
    width: 0%
}

.menu-link:hover .menu-link-hover {
    width: 100%;
    opacity: 1;
}

.menu-link-left .menu-link-txt {
    float: left;
    position: relative
}

.menu-link-left .menu-link-default {
    float: right;
    width: 100%;
    padding: 5px 0;
    white-space: nowrap;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden
}

.menu-link-left .menu-link-default-txt {
    float: right
}

.menu-link-left .menu-link-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    width: 0%;
    padding: 5px 0;
    color: #1fc1d2;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.menu-link-right .menu-link-txt {
    float: right;
    position: relative
}

.menu-link-right .menu-link-default {
    float: left;
    width: 100%;
    padding: 5px 0;
    white-space: nowrap;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden
}

.menu-link-right .menu-link-default-txt {
    float: right;
    width:100%;
}

.menu-link-right .menu-link-hover {
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    padding: 5px 0;
    color: #e9a065;
    white-space: nowrap;
    overflow: hidden;
    opacity:0;
    width: 100%;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1)
}
.circles-mov {
	padding: 0 4rem;
}

.circles-mov h2 {
	text-align: center;
}
.circles-mov p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
	text-align: center;
	color: #848484;
}
.container-box-circles {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-circles {
	    margin: auto;
    text-align: center;
}
.circles-mov h2 {
	text-align: center;
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1;
    flex: 100% 1;
    margin-bottom: 2em;
    width: unset;
}


@media (max-width: 767px) {
	.box-circles {
		margin: 25px 0px;
	}
	.copyright-text, .menu_footer {
		width: 100%;
		font-size:12px;
	}
	.copyright-text{
		padding-bottom: 10px;
	}
	footer .menu a:before {
		padding: 3px !important;
		content: unset !important;
	}
	#menu-footer li {
		display: block;
	}
	.section-8 h1{
		font-size:55px !important;
	}
}

@media (min-width: 768px) {
	.circles-mov .box-circles h3 {
		width: 26vw;
		height: 26vw;
	}
	.container-box-circles>div {
    margin: unset;
    width: 26vw;
	}
	ul#menu-footer li {
		display: inline;
	}
	footer .menu a:before {
		padding: 5px !important;
	}
	.copyright-text{
		display:flex;
		align-items: center;
	}
}
.circles-mov h3 {
position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60vw;
    height: 60vw;
    margin: auto;
	border-radius: 50%;
}
.circles-mov .container-fluid:nth-of-type(2n) h3:before {
    animation-direction: reverse;
}






.circles-mov h3:before{
	position: absolute;
	content: '';
	border: 2px dashed #1fc1d2;
	border-radius: inherit;
	-moz-animation: spin 15s linear 0s infinite;
-webkit-animation: spin 15s linear 0s infinite;
-o-animation: spin 15s linear 0s infinite;
-ms-animation: spin 15s linear 0s infinite;
animation: spin 15s linear 0s infinite;
	
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
@keyframes spin { 
  0% { 
    -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
  }
	100% { 
    -moz-transform: scale(1.2) rotate(360deg);
-webkit-transform: scale(1.2) rotate(360deg);
-o-transform: scale(1.2) rotate(360deg);
-ms-transform: scale(1.2) rotate(360deg);
transform: scale(1.2) rotate(360deg);
  }
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.text-bg-solid .title {
	text-align: left !important;
font-size: 45px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
	font-family: 'NeueHansKendrick-ExtraBold';
	margin-bottom: 40px;
}
.text-bg-solid .sub-title {
	text-align: left;
	font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
}
.tg-ajax-scroll {
	display: none !important;
}
.player .vp-sidedock {
	display: none !important;
}
/*.video-movil {
	display: none;
}*/
.link-claim:hover {
	opacity:.6;
}
.link-claim {
	-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
	padding-right: 25px;
}
::-moz-range-thumb,
::-moz-range-track{
	display: none !important;
}

.tg-item-excerpt.tg-element-5 {
    padding: 0px 0 12px 0 !important;
	 font-size: 20px;
  font-weight: 300 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5 !important;
  letter-spacing: normal;
}
.home-blog .tg-maren-custom:hover .tg-item-content-holder[data-position="bottom"]::before,
.home-blog .tg-maren-custom-3:hover .tg-item-content-holder[data-position="bottom"]::before {
	left: 20px;
}
.home-blog .tg-item .tg-item-title {
	 font-size: 26px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
	  min-height: 170px;
}

.width-100 {
	width: 100%;
}



.tg-maren-custom:hover .tg-item-content-holder[data-position="bottom"]::before,
.tg-maren-custom-3:hover .tg-item-content-holder[data-position="bottom"]::before{
	left: 0px;
	content:'VER MÁS';
	color: white;
	font-family: 'NeueHansKendrick-Bold';
	font-size: 12px;
text-transform: uppercase;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: 4px;
	padding-left: 50px;
	width: 100%;
	padding-top: 3px;
}
.tg-item .tg-item-title {
	padding-bottom: 8px !important;
	padding-top: 3px !important;
}

.tg-maren-custom .tg-item-content-holder[data-position="bottom"]::before,
.tg-maren-custom-3 .tg-item-content-holder[data-position="bottom"]::before {
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
	width: 0%;
}


.at-label {
	display: none;
}
.at-icon {
	fill: #A6A6A6 !important;
}
.at-icon-wrapper {
	background: transparent !important;
	border: 2px solid #A6A6A6;
	border-radius: 100px;
display: block !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
float: initial !important;
margin: 0 auto;
height: 42px !important;
width: 42px !important;
padding: 3px 0 0 0 !important;
}
.box-menu-idiomas {
	position: absolute;
top: 33px;
left: 40px;
}
.box-menu-idiomas #menu-idiomas {
	line-height: normal;
}
.box-menu-idiomas #menu-idiomas li.current-lang a {
opacity:.6;
}
.box-menu-idiomas #menu-idiomas li.current-lang a:hover {
opacity:1;
}
.box-menu-idiomas #menu-idiomas li {
display: inline-block;
	margin: 0 16px 0 0;
	}
.box-menu-idiomas #menu-idiomas li:first-child:before {
content: "-";
color: white;
font-size: 17px;
position: absolute;
right: -13px;
top: -2px;
	}
.box-menu-idiomas #menu-idiomas li a {
	font-family: 'NeueHansKendrick-Regular';
	 font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.3px;
	text-transform: uppercase;
	transition: all 0.2s;
}
.box-menu-idiomas #menu-idiomas li a:hover {
	background-size: initial;
background-position: initial;
	-webkit-text-fill-color: #1fc1d2;
	background-image: none;
	transition: none;
}
.texto-legal a {
	 color: #1fc1d2;
}
.texto-legal a:hover {
	 color: #101010;
}
.texto-legal h5 {
	    margin-bottom: 15px !important;
	margin-top: 30px !important;
	font-size: 30px;
}
.texto-legal ul {
	padding-left: 20px;
}

.texto-legal ul li, .texto-legal p, .texto-legal ol li{
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #848484;
}
.texto-legal ul li:first-child {
	margin-top:0;
}
.texto-legal ul li:before {
    content: "•";
    color: #1fc1d2;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
	font-size:21px;
}
.animsition-overlay-slide, .animsition-overlay-wrapper.is-init {
    background-color: white !important;
}

.overflow-hidden {
	overflow: hidden;
}
.delighter.splash {
  	transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { 
	transform:translate(-100%); 
	opacity:0; 
	-webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}
.delighter.right.started { 
	transform:none; 
	opacity:1; 
}

.delighter.left { 
	transform:translate(100%); 
	opacity:0; 
	-webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}
.delighter.left.started { 
	transform:none; 
	opacity:1; 
}

.delighter .bottom,.delighter.bottom{ 
	transform:translatey(300%); 
	opacity:0; 
	-webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}
.delighter.started  .bottom,.delighter.started.bottom { 
	transform:none; 
	opacity:1;  
}


.delighter.zoom { 
	transform: scale(1); 
	opacity:1; 
	-webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}
.delighter.started.zoom { 
	transform: scale(1.1); 
	opacity:1; 
}


.delighter .zoom { 
	transform: scale(1); 
	opacity:1; 
	-webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
	margin-left:auto;
margin-right:auto;
left:0;
right:0;
}
.delighter.started .zoom { 
	opacity:1; 
	transform: scale(1.3); 
}

.delighter.fade {
	opacity:0; 
	-webkit-transition: all 1.2s ease-out .2s;
    -moz-transition: all 1.2s ease-out .2s;
    -o-transition: all 1.2s ease-out .2s;
    transition: all 1.2s ease-out .2s;
}
.delighter.started.fade { 
	transform:none; 
	opacity:1; 
}


.delighter .fade {
	opacity:0; 
	-webkit-transition: all 1.2s ease-out .2s;
    -moz-transition: all 1.2s ease-out .2s;
    -o-transition: all 1.2s ease-out .2s;
    transition: all 1.2s ease-out .2s;
}
.delighter.started .fade { 
	transform:none; 
	opacity:1; 
}

.delighter .animate-listado { 
	opacity: 0; 
	transform: translatey(400%); 
	-webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}
.delighter.started .animate-listado { 
	opacity: 1; 
	transform: none; 
}
.delighter.started .animate-listado:nth-child(1) { 
	-webkit-transition: all .7s ease-out .1s;
    -moz-transition:all .7s ease-out .1s;
    -o-transition: all .7s ease-out .1s;
    transition: all .7s ease-out .1s;
}
.delighter.started .animate-listado:nth-child(2) { 
	-webkit-transition: all .7s ease-out .3s;
    -moz-transition:all .7s ease-out .3s;
    -o-transition: all .7s ease-out .3s;
    transition: all .7s ease-out .3s;
}
.delighter.started .animate-listado:nth-child(3) { 
	-webkit-transition: all .7s ease-out .5s;
    -moz-transition:all .7s ease-out .5s;
    -o-transition: all .7s ease-out .5s;
    transition: all .7s ease-out .5s;
}
.delighter.started .animate-listado:nth-child(4) { 
	-webkit-transition: all .7s ease-out .7s;
    -moz-transition:all .7s ease-out .7s;
    -o-transition: all .7s ease-out .7s;
    transition: all .7s ease-out .7s;
}
.delighter.started .animate-listado:nth-child(5) { 
	-webkit-transition: all .7s ease-out .9s;
    -moz-transition:all .7s ease-out .9s;
    -o-transition: all .7s ease-out .9s;
    transition: all .7s ease-out .9s;
}
.delighter.started .animate-listado:nth-child(6) { 
	-webkit-transition: all .7s ease-out 1.1s;
    -moz-transition:all .7s ease-out 1.1s;
    -o-transition: all .7s ease-out 1.1s;
    transition: all .7s ease-out 1.1s;
}
.delighter.started .animate-listado:nth-child(7) { 
	-webkit-transition:  all .7s ease-out 1.3s;
    -moz-transition: all .7s ease-out 1.3s;
    -o-transition: all .7s ease-out 1.3s;
    transition: all .7s ease-out 1.3s;
}

.delighter .animation-top { 
	opacity: 0; 
	transform: translatey(400%); 
	-webkit-transition:  all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition:all .7s ease-out;
    transition:all .7s ease-out;
}
.delighter.started .animation-top { 
	opacity: 1; 
	transform: none; 
}
.delighter.started .animation-top:nth-child(1) { 
	-webkit-transition: all .7s ease-out .1s;
    -moz-transition:all .7s ease-out .1s;
    -o-transition: all .7s ease-out .1s;
    transition: all .7s ease-out .1s;
}
.delighter.started .animation-top:nth-child(2) { 
	-webkit-transition: all .7s ease-out .3s;
    -moz-transition:all .7s ease-out .3s;
    -o-transition: all .7s ease-out .3s;
    transition: all .7s ease-out .3s;
}
.delighter.started .animation-top:nth-child(3) { 
	-webkit-transition: all .7s ease-out .5s;
    -moz-transition:all .7s ease-out .5s;
    -o-transition: all .7s ease-out .5s;
    transition: all .7s ease-out .5s;
}
.delighter.started .animation-top:nth-child(4) { 
	-webkit-transition: all .7s ease-out .7s;
    -moz-transition:all .7s ease-out .7s;
    -o-transition: all .7s ease-out .7s;
    transition: all .7s ease-out .7s;
}
.delighter.started .animation-top:nth-child(5) { 
	-webkit-transition: all .7s ease-out .9s;
    -moz-transition:all .7s ease-out .9s;
    -o-transition: all .7s ease-out .9s;
    transition: all .7s ease-out .9s;
}
.delighter.started .animation-top:nth-child(6) { 
	-webkit-transition: all .7s ease-out 1.1s;
    -moz-transition:all .7s ease-out 1.1s;
    -o-transition: all .7s ease-out 1.1s;
    transition: all .7s ease-out 1.1s;
}
.delighter.started .animation-top:nth-child(7) { 
	-webkit-transition:  all .7s ease-out 1.3s;
    -moz-transition: all .7s ease-out 1.3s;
    -o-transition: all .7s ease-out 1.3s;
    transition: all .7s ease-out 1.3s;
}

.delighter pre {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }



 * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.the-arrow {
  width: 30px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 45%;
  left: 0px;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: -2px;
}
.the-arrow.-right > .shaft {
  width: 30px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.letter-white .the-arrow > .shaft {
  background-color: white;
}
.the-arrow > .shaft {
  background-color: #1fc1d2;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.letter-white .the-arrow > .shaft {
  background-color:  #1fc1d2;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #1fc1d2;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.letter-white .the-arrow > .shaft:before, .letter-white .the-arrow > .shaft:after {
  background-color: #1fc1d2;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #999;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: black;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 30px;
  transition-delay: 0.1s;
  background-color: #1fc1d2;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #1fc1d2;
}


.box-anchor-blog .animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
	font-family: 'NeueHansKendrick-Bold';
	opacity: 0;
    width: 0;
}
.box-anchor-blog .animated-arrow:hover > .main > .text {
  width: 100px;
  transition-delay: 0.1s;
	opacity: 1;
}
.box-anchor-blog .animated-arrow:hover > .main > .text {
  width: 100px;
  transition-delay: 0.1s;
}


.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
 line-height: normal;
	font-family: 'NeueHansKendrick-Bold';
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}



.close-menu {
	display: none;
}
#toggle {
	position: relative;
}
#toggle.active .close-menu{
	display: inline-block;
	z-index: 9999; 
	position: absolute; 
top: 9px;
right: 15px;
}
#toggle .header-no-scroll,
#toggle .header-scroll,
#toggle .close-menu {
	cursor: pointer;
}
.box-bar-menu {
background: white;
padding: 15.25px 14px;
border-radius: 50px;
margin: 0;
	-webkit-transition:500ms;
	cursor: pointer;
}
.bar-menu {
width: auto;
margin-top: 11px;
vertical-align: -2px;
	cursor: pointer;
}
.box-bar-menu:hover{
border-radius:0%;
-webkit-transition:500ms;
}





.box-menu {
  position: fixed;
  background: #101010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .70s, visibility .70s, height .70s;
  overflow: hidden;
}
.box-menu.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.box-menu nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
	padding-left: 20%;

}
.box-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
	line-height: 50px;
}
.hidden {
	overflow: hidden;
}
.box-menu ul li {
  display: block;
  position: relative;

text-align: left;
}
.box-menu ul li a {
padding: 0;
}

.box-menu ul li a:hover:after, .box-menu ul li a:focus:after, .box-menu ul li a:active:after {
  width: 100%;
	text-decoration: none;
}


.list-items .number {
	color: #1fc1d2;
	font-family: 'NeueHansKendrick-Bold';
	font-size: 56px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
}
.list-items .title-blue {
	margin: 0 0 10px 0;
font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.5px;
	color: #1fc1d2;
	text-transform: uppercase;
}
.list-items .title {
	font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
	font-family: 'NeueHansKendrick-Bold';
}
.list-items .sub-title {
	margin: 0;
	font-family: "NeueHansKendrick-Regular";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
	color: #848484;
}













header.shrink {
  height:50px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.header-scroll {
	display: none;
}
header.shrink .header-scroll {
	display: inline-block;
}
header.shrink .header-no-scroll {
	display: none;
}


:focus {
	    outline: none;
}

body, html {
    font-family: 'NeueHansKendrick-Regular', 'sans-serif';
}

a {
	color: white;
	
}
a:hover {
    color: #282828;
    text-decoration: none;
}
a.letter-white:hover {
    color: white;
    text-decoration: none;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 15, 71, 0.85);
	z-index: 0;
}

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	height: 94px;
    padding-top: 25px;
	background-color: transparent;
	border-bottom: 0;
}
.header-top h1 {
	display: inline-block;	
	color: white;
	font-size: 16px;
	margin: 0;
    padding: 0;
    line-height: 37px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section-1 img {
	margin-right: 15px;
	width: 70px;
}

#animation-header {
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
}
.position-relative {
	position: relative;
}
h1 {
	font-family: 'NeueHansKendrick-ExtraBold';
}
h2 {
         font-size: 45px;
          font-weight: 800;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.31;
          letter-spacing: normal;
          color: #282828;
          margin:0;
	font-family: 'NeueHansKendrick-ExtraBold';
    }
    h3 {
        font-size: 30px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.07;
      letter-spacing: normal;
      color: #282828;
		font-family: 'NeueHansKendrick-Bold';
		margin-left: -1px;
    }
    .flex-box {
        display: -webkit-box;
		
        display: flex;
		
        -webkit-box-orient: horizontal;
		
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .header-navigation-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        min-width: 0;
        -webkit-box-direction: normal;
    }
    .header-navigation-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: 0%;
        flex-basis: auto;
        -webkit-box-direction: normal;
        min-width: 0;
        padding-top: 28px;
		text-align: right;
    }
    .header-navigation-right a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    a.link-upper-anchor {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 4px;
		display: inline-block;
    }




a.link-upper-anchor:hover .anchor-link, a.box-link-anchor:hover .anchor-link {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
a.link-upper-anchor, a.box-link-anchor {
    margin-left: 0;
    margin-right: 14px;
}
.anchor-link {
    margin-left: 15px;
	width: auto !important;
	margin-top: -5px;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform .3s cubic-bezier(.55,0,.1,1);
    transition: transform .3s cubic-bezier(.55,0,.1,1);
    transition: transform .3s cubic-bezier(.55,0,.1,1),-webkit-transform .3s cubic-bezier(.55,0,.1,1);
}






    .letter-gray-subtitle, .interior-servicio p {
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.55;
        letter-spacing: normal;
        color: #848484;
    }
    .flex-start {
        display: flex;
        align-items: flex-start;
    }
    .section-2 h2 {
        font-size: 52px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.23;
        letter-spacing: normal;
        color: #282828;
        text-align: left;
		margin: 0 30px;
    }
    .section-2 .line:before {
        border:4px solid #1fc1d2;
        position: absolute;
        left:0%;
        width: 100%;
        content:"";
       margin-top: 28px;
    }
    :focus {
        outline: none;
    }
    .claim {
        font-size: 52px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: center;
        color: #282828;
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto;
    }
    .circle {
        width: 150px;
        height: 150px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: rgba(31, 193, 210, 0.55);
        content: "";
        position: absolute;
        z-index: -1;
  left: 44%;
top: 22%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .bg-black {
        background: #101010;
    }
    .bg-blue {
        background: #1fc1d2;
    }
    .bg-grey {
        background: #f7f7f7;
    }
    .bg-grey-light {
        background: rgba(247, 247, 247, 1);
    }
.border-bottom-grey {
	border-bottom: 1px solid #eaeaea;
}
.border-bottom-grey:last-child {
	border-bottom: 0;
}
    .letter-white {
        color: white;
    }
    .letter-black {
        color: black;
    }
    .letter-blue {
        color: #1fc1d2;
    }
    .section-4 .opening {
        font-size: 13px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: 3.5px;
        color: #ffffff;
        text-transform: uppercase;
        margin: 15px 0 0 0;
    }
    .section-4 .title {
        font-size: 32px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0;
    }


    .section-4 .img {
        width: 100%;
    }
    .section-4 h3 {
        font-size: 32px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: center;
    }
    .box-content-img-text-center {
        position: relative;
        display: inline-block;
        text-align: center;
    }
    .box-content-img-text-center img {
        width: 100%;
    } 
    .box-content-img-text-center .box-text-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 32px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: center;
		font-family: 'NeueHansKendrick-ExtraBold';
		width: 100%;
    }
    .box-content-img-text-center  .box-text-center .subtitle {
        font-size: 13px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: 3.5px;
        text-align: center;
        text-transform: uppercase;
    }
    .section-5 h2 {
          font-size: 45px;
          font-weight: 800;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: center;
          color: #282828;
    }
	.section-8 h1 {
		font-size: 60px;
		line-height: 1.92;
		letter-spacing: normal;
		color: #17dbea;
		font-family: 'NeueHansKendrick-Bold', 'sans-serif' !important;
		text-transform: capitalize;
	}
	.section-8 .mail{
		font-size: 40px;
		font-family: 'NeueHansKendrick-Bold', 'sans-serif' !important;
		letter-spacing: normal;
		color: #ffffff;
		text-transform: lowercase;
	}
    .section-8 h2 {
		font-size: 36px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.18;
		letter-spacing: normal;
    }
	@media (max-width: 767px){
		.section-8 .mail{
			font-size: 30px !important;
		}
	}
	@media (min-width:768px) and (max-width: 991px){
		.section-8 .mail{
			font-size: 25px !important;
		}
	}

    .section-8 h4 {
		font-size: 13px;
		font-style: normal;
		font-stretch: normal;
		line-height: 2;
		letter-spacing: 3.5px;
		margin: 28px 0 0 0;
		text-transform: uppercase;
		font-family: 'NeueHansKendrick-Bold';
    }
    .section-8 a {
        line-height: 25px;
    }
.section-8 address {
	margin-top: 9px !important;
}
    .section-8 address, .section-8 p {
	  font-size: 16px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.86;
		letter-spacing: normal;
		color: #ffffff;
		margin: 5px 0 30px 0;
		text-transform: none;
    }
.section-8 p:last-child {
	margin-bottom: 0;
}
.section-8 p a {
color: #ffffff;
}
    .position-center {
                position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.padding-0-100-0-0 {
	padding-right: 100px;
}
.padding-0-2_6em {
	padding: 0 2.6em !important;	
}
    .padding-45-50 {
        padding: 45px 50px;
    }
    .padding-70-0 {
        padding: 70px 0;
    }
    .padding-0-0-70-0 {
        padding: 0 0 70px 0;
    }
    .padding-0-0-50-0 {
        padding: 0 0 50px 0;
    }
    .padding-0-0-30-0 {
        padding: 0 0 30px 0;
    }
    .padding-70-0-0-0 {
        padding: 70px 0 0 0;
    }
    .padding-100-0-0-0 {
        padding: 100px 0 0 0;
    }
    .padding-50-0 {
        padding: 50px 0;
    }
    .padding-20-0 {
        padding: 20px 0;
    }
    .padding-30-0 {
        padding: 30px 0;
    }
    .padding-40-0 {
        padding: 40px 0;
    }
    .padding-80-0-40-0 {
        padding: 80px 0 40px 0;
    }
    .margin-40-0-0-0 {
        margin: 40px 0 0 0;
    }
    .margin-0-0-40-0 {
        margin: 0 0 40px 0;
    }
    .margin-40-0-80-0 {
        margin: 40px 0 80px 0;
    }
    .margin-50-0 {
        margin: 50px 0;
    }
    .padding-35-0-0-0 {
        padding: 35px 0 0 0;
    }
    .margin-0-0-50-0 {
        margin: 0 0 50px 0;
    }
    .margin-0-50-0-0 {
        margin: 0 50px 0 0;
    }
.padding-50-0-20-0 {
	padding:50px 0 20px 0
}
.padding-0-6em {
	padding:0 6em !important;
}
.padding-50-0-0-0 {
	padding-top:50px;
}
.margin-0-80 {
	margin: 0px 80px;
}
.margin-0-0-0-80 {
	margin: 0px 0 0px 80px;
}
.margin-0-80-0-0 {
	margin: 0px 80px 0px 0;
}
.margin-0-25 {
margin: 0 25px;	
}
.margin--10 {
	margin-top: -10px;
}
.margin--40-30 {
	margin-bottom: -40px;
	margin-top: 30px;
}

.padding-0-10 {
	padding: 0 10px;
}
#sample_slider div.sa_hover_container {
	width: 70%;
margin: 0 auto !important;
}



    footer {
        background-color: #101010;
        color: #fff;
          font-size: 10px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      padding: 50px 0 30px 0;
    }
    footer a {
        color: #1fc1d2;
    }
footer a:hover {
	color: #1fc1d2;
	opacity:.6;
	transition: all 0.2s;
}
.icon-rrss-footer li {
	display: inline-block;
	margin: 15px 35px;
}
.icon-rrss-footer li:first-child {
	margin-left: 0px;
}
.border-copyright {
	border-top: 1px solid #323232;
	padding-top: 20px;
	margin-top: 20px;
}

.icon-rrss-footer li a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
	transition: all 0.2s;
	text-transform: capitalize;
}
.icon-rrss-footer li a:hover {
	opacity: .4;
}
.icon-rrss-footer li img {
	margin-right: 12px;
	width: 19px;
	vertical-align: -2px;
}
#box-menu .icon-rrss-menu li {
	display: inline-block;
	margin: 0 6px;
}
#box-menu .icon-rrss-menu li a {
	transition: all 0.2s;
}

#box-menu .icon-rrss-menu li a:hover {
	opacity: .4;
}
#box-menu .icon-rrss-menu li:first-child {
	margin-left: 0px;
}
#sample_slider .owl-dots .owl-dot span {
	background-color:#282828 !important;
}
#sample_slider .owl-dots .owl-dot.active span {
	background-color:#1fc1d2 !important;
}

#sample_slider .sa_hover_container{
	padding: 5% 5% 0% 5% !important;
}
.padding-slider .white{
	padding: 8px 8px 70px 8px !important;
}
#sample_slider p {
	 font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #282828;
	font-family: 'NeueHansKendrick-Bold';
	margin-bottom: 36px;
}
#sample_slider h1 {
 font-size: 14px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: 4.3px;
  text-align: center;
  color: #282828;
	text-transform:uppercase;
	font-family: 'NeueHansKendrick-Bold';
}
#sample_slider h2 {
  opacity: 0.36;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #282828;
	font-family: 'NeueHansKendrick-Regular', 'sans-serif';
	margin-bottom: 25px;
}
#sample_slider .owl-dots .owl-dot span{
    width: 7px !important;
    height: 7px !important;
	margin: 0px 5px !important;
}

.servicio-categoria {
font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 3.6px;
  color: #000000;
font-family: 'NeueHansKendrick-Regular', 'sans-serif';
	text-transform: uppercase;
	margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #101010;
	padding-top: 4px;
padding-bottom: 4px;
vertical-align: 4px;
	}




.box-home-blog:first-child {
		flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.box-home-blog:first-child div {
	display: flex;
}
.box-home-blog:first-child img {
	width: 46%;
	display:inline-block;
}
.box-home-blog:first-child .box-text {
		width: 54%;
	display:inline-block;
}
.box-home-blog:first-child p {
	display: inline-block;
	z-index:99;
}
.box-home-blog:first-child .anchor-first-child {
	display: block !important;
}
.box-home-blog:first-child h2 img {
	display: none !important;
}
.box-home-blog .anchor-first-child {
	display: none !important;
}
.box-home-blog {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
	display: flex;
}
.box-home-blog div {
		background-color: #101010;
}
.box-home-blog .box-text {
	padding: 25px;
}
.box-home-blog h2 {
	 font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #ffffff;
	z-index: 9;
}
.box-home-blog .post-categories {
	margin-bottom: 10px;
}
.box-home-blog .box-text span {
	font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 3.5px;
  color: #1fc1d2;
	text-transform: uppercase;
	font-family: 'NeueHansKendrick-ExtraBold';
}
.box-home-blog h2 a:hover {
	color: white;
}
.box-home-blog p {
	 font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
	display: none;
}
.box-home-blog img {
	width: 100%;
	height: auto;
}
.recent-posts {
	   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.recent-posts a {
font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 3.5px;
  color: #1fc1d2;
	text-transform: uppercase;
	width: 100%; 
	padding: 80px; 
	overflow: hidden; 
	position: relative; 
	background: #101010;
	transition: all 0.2s;
}
.recent-posts a:hover .category{
	color: white;
	z-index:999;
	position: relative;
}
.recent-posts a:hover article{
	z-index:999;
	position: relative;
}
.recent-posts a img{
display: block;
margin-top: 20px;
	width: auto;
}
.recent-posts a:hover:before, .box-home-blog .box-text a:hover:before {
    background-color: #1fc1d2;
}
.recent-posts a:hover:before, .box-home-blog .box-text a:hover:before {
    opacity: 1;
    -webkit-transform: scale(6);
    transform: scale(6);
}
.box-home-blog .box-text a:hover span {
	color: white;
	z-index:999;
}
.recent-posts a:before, .box-home-blog .box-text a:before {
    border-radius: 100%;
    bottom: -300px;
    content: "";
    height: 300px;
    opacity: 0;
    position: absolute;
    right: -300px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: opacity transform;
    transition-property: opacity transform;
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 300px;
    z-index: 0;
}
.recent-posts article {
	font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
	text-transform:none;
	z-index: 1;
	font-family: 'NeueHansKendrick-ExtraBold';
	word-wrap: break-word;
}
.recent-posts h2 {
	line-height: 0;
	margin-top: 10px;
}
.recent-posts li div {
	background-color: #101010;
	padding:80px;
	text-transform: uppercase;
	width: 100%;
}
.recent-posts li {
	   display: -webkit-flex;
   display: flex;
}

.section-intro-post .box-text-header {
	height: 100vh;
    min-height: 600px;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
}
.section-intro-post .box-text-header .img-header {
	z-index: -1;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
}

.section-intro-post .box-text-header h1 {
	 font-size: 45px;
  font-weight: 800;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
	margin-bottom: 25px;
	 font-weight:500;
}
.section-intro-post.page-404 .box-text-header h1 {
	 font-size: 45px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #000000;
	text-align:left;
	padding-left: 30px;
	padding-right: 100px;
}
.section-intro-post.page-404 .box-text-header p.text {
	font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
	color: #848484;
	text-align: left;
	padding-left: 30px;
	width: 85%;
}
.section-intro-post.page-404 .box-text-header .box-link-home {
	padding-left: 30px;
	margin-top: 50px;
}
.section-intro-post.page-404 .box-text-header .box-link-home a {
	float: left;
}
.section-intro-post.page-404 .box-text-header .box-link-home a.animated-arrow {
	color: black;
	font-size: 14px;
text-transform: uppercase;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: 4px;
}
.section-intro-post .box-text-header .author {
	 font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
	font-family: 'Playfair Display', serif;
}
.section-intro-post .category {
		 font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 3.5px;
  text-align: center;
  color: #ffffff;
	text-transform: uppercase;
	font-family: 'NeueHansKendrick-ExtraBold';
}

.text-post .entradilla {
opacity: 0.76;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #000000;
		font-family: 'NeueHansKendrick-Medium';
}
.text-post hr {
	background: #1fc1d2;
	height: 4px;
	width: 150px;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.text-post p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #848484;
	padding-left: 81px;
	padding-right: 70px;
	margin: 0;
}
.interior-blog p {
	margin-bottom: 20px;
}
.interior-blog p, .interior-blog .text-post h2 {
		padding-left: 0px !important;
}
.interior-blog .claim-post.number span {
	left: 26px;
}
.interior-blog .claim-post.number {
    padding-left: 23% !important;
    width: 85%;
}
.text-post .img-full  {
	opacity: 1;
	padding-left: 0px;
	padding-right: 0px;
}
.text-post .img-full img {
	width: 100%;
}
.text-post h2 {
	 font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #282828;
		padding-left: 80px;
	padding-right: 70px;
}
.text-post .img-medium, .section-2 .img-medium {
	opacity:1;
		padding-left: 0px;
	padding-right: 0px;
	   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	margin-bottom: 0;
}
.text-post .img-medium img, .section-2 .img-medium img {
	width: 48%;
	   display: -webkit-flex;
   display: flex;
	height: 100%;
}
.text-post .img-medium img:first-child, .section-2 .img-medium img:first-child {
	margin-right: 10px;
}
.text-post .img-medium img:last-child, .section-2 .img-medium img:last-child {
	margin-left: 10px;
}
.text-post .claim-post {
font-size: 38px;
font-weight: 800;
font-style: normal;
font-stretch: normal;
line-height: 1.55;
letter-spacing: normal;
color: #282828;
text-align: left;
opacity: 1;
width: 75%;
position: relative;
margin: 0 auto;
		font-family: 'NeueHansKendrick-ExtraBold';
}
.text-post .claim-post span {
font-size: 78px;
font-weight: 800;
font-style: normal;
font-stretch: normal;
line-height: 0.76;
letter-spacing: normal;
color: #1fc1d2;
position: absolute;
top: 37px;
left: 20px;
}

#wpupg-grid-casos-de-exitos-filter {
	margin-bottom: 20px;
}
.casos-de-exito .vp-filter__style-default, .casos-exitos-interior .vp-filter__style-default{
    display: block;
}
.casos-de-exito .vp-filter__style-default .vp-filter__item, .casos-exitos-interior .vp-filter__style-default .vp-filter__item {
    display: inline-block;
    cursor: pointer;
width: 32%;
background-color: transparent !important;

margin: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
	text-align: left;
}
.casos-de-exito .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *, 
.casos-de-exito .vp-filter__style-default .vp-filter__item > *, 
.casos-exitos-interior .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *, 
.casos-exitos-interior .vp-filter__style-default .vp-filter__item > * {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0;
	font-size: 12px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 2.17;
letter-spacing: 3.7px;
color: #ffffff;
text-transform: uppercase;
}
.casos-de-exito .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *, .casos-exitos-interior .vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
	 color: #1fc1d2;
}
.casos-de-exito .vp-filter__style-default .vp-filter__item:not(.vp-filter__item-active) > a:hover,
.casos-exitos-interior .vp-filter__style-default .vp-filter__item:not(.vp-filter__item-active) > a:hover{
    border:0;
	cursor: pointer;
}
.casos-de-exito .vp-portfolio__item-meta,
.casos-exitos-interior .vp-portfolio__item-meta{
	display: flex;
flex-direction: column-reverse;
padding: 0;
}
.casos-de-exito .vp-pagination__load-more-no-more,
.casos-exitos-interior .vp-pagination__load-more-no-more{
	display:none !important;
}
.casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories,
.casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    bottom: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category,
.casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category{
    padding: 0;
    margin: 0;
	display: none;
}
.bg-white figcaption {
	background: black;
	padding: 25px !important;
}
.bg-white .casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category,
.bg-white .casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category{
	display: block;
	font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 3.5px;
  color: #1fc1d2;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.casos-de-exito.home .box-anchor-blog {
	width: 100%; 
	text-align:left;
		margin-bottom: 30px;
	margin-top: 10px;
}
.box-anchor-blog img {
	display: block; 
	margin-top: 20px; 
	margin-bottom: 20px;
}
.box-anchor-blog .text {
	color: white;
}
.casos-de-exito.home figcaption a{
	min-height: auto !important;
}


.casos-de-exito .vp-portfolio__item-wrap:hover .box-anchor-blog img {
	    -webkit-transform: translate(2em,0);
    -moz-transform: translate(2em,0);
    -o-transform: translate(2em,0);
    -ms-transform: translate(2em,0);
    transform: translate(2em,0);
}
.casos-de-exito .vp-portfolio__item-wrap img{
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta,
.casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta{
    position: relative;
    padding: 0;
	display: flex;
flex-direction: column;
}

.casos-de-exito .vp-portfolio__item-meta-excerpt,
.casos-exitos-interior .vp-portfolio__item-meta-excerpt {
	 font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-title, 
.casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-title{
 font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
	margin-top:20px;
	margin-bottom:10px;
}
.bg-white .casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-title, 
.bg-white .casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-title{
	margin-top:0px;
}



elemento {

}
.casos-de-exito .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *,
.casos-exitos-interior .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *{

    color: #1fc1d2;

}
.casos-de-exito .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *, .casos-de-exito .vp-filter__style-default .vp-filter__item > *,
.casos-exitos-interior .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *, .casos-de-exito .vp-filter__style-default .vp-filter__item > *{
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: 3.7px;
    color: #ffffff;
    text-transform: uppercase;
}

 
.bg-white .casos-de-exito .vp-filter__style-default .vp-filter__item > *,

.bg-white .casos-de-exito .vp-filter__style-default .vp-filter__item > *{
    color: black;
}

.casos-de-exito .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *,
.casos-exitos-interior .vp-filter__style-default .vp-filter__item.vp-filter__item-active > *{

    color: #1fc1d2;
    cursor: default;
    background-color: transparent;
    border: 0;

}
.casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-title a:hover,
.casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-title a:hover{
    color: #fff;
}
.casos-de-exito .vp-filter__style-default .vp-filter__item a,
.casos-exitos-interior .vp-filter__style-default .vp-filter__item a{

    outline: none;
    box-shadow: none;

}
.casos-de-exito .vp-filter__style-default .vp-filter__item > *,
.casos-exitos-interior .vp-filter__style-default .vp-filter__item > *{
    padding: 8px 4px;
}
.section-title h2 {
	font-size: 44px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.73;
  letter-spacing: normal;
  color: #000000;
}
.section-entradilla-3columas h3, .section-entradilla-2columas h3 {
	  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #282828;
}
.section-entradilla-3columas p, .section-entradilla-2columas p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: normal;
  color: #848484;
	padding-right: 20px;
	margin-bottom: 0;
}
.section-entradilla-3columas p, .section-entradilla-2columas p {
	margin-bottom: 20px;
}

.section-entradilla-3columas h4 {
	  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #282828;
	font-family: 'NeueHansKendrick-Bold';
}
.section-entradilla-3columas ul li {
	  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
line-height: 2.5 !important;
  letter-spacing: 4px;
  color: #282828;
	text-transform:uppercase;
	line-height: 40px;
	font-family: 'NeueHansKendrick-SemiBold';
	display: block;
}
.section-img-full-width .full-width {
	width: 100%;
}
.listado-bullet-azules li {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #848484;
	margin: 10px 0;
	display: block;
}
.listado-bullet-azules li:first-child {
	margin-top:4px;
}

.listado-bullet-azules li:before {
    content: "•";
    color: #1fc1d2;
    display: inline-block;
    width: 24px;
    margin-left: -25px;
	font-size:21px;
}

.vp-uid-75ca4f41.vp-id-87 {
	width: 100%;
	margin:0 auto !important;
}
.casos-exitos-interior {
	padding: 50px 0;
}
.listado-intro li {
	  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: normal;
  color: #ffffff;
}

.listado-intro {
	margin:0 auto;
}
.listado-intro a {
	transition: all 0.2s;
	font-family: 'NeueHansKendrick-ExtraBold';
}
.listado-intro a:hover {
	color: white;
	opacity: .6;
}
.listado-intro:before {
	    content: '';
	background: white;
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	transform: translateX(-50%);
	top: 16px;
}
.listado-intro li {
		display: block;
text-align: left;
	margin: 60px auto;
	position: relative;
}
.listado-intro li:before {
	    content: "•";
    color: white;
    display: inline-block;
    width: 40px;
    margin-left: -20px;
	font-size:42px;
	transition: all 0.2s;

}
.listado-intro li:after {
		 content: "•";
color: white;
display: inline-block;
font-size: 91px;
position: absolute;
left: -32px;
top: -23px;
z-index: -1;
	opacity:0;
	transition: all 0.7s;
}
.listado-intro li:hover:after  {
opacity:.6;
}
.caso-exito {
margin-left: 85px;
	padding-bottom: 60px;
}
.caso-exito:last-child {
	padding-bottom: 90px;
}
.caso-exito h3 {
	  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 3px;
  color: #000000;
	text-transform:uppercase;
} 
.caso-exito p.letter-gray-subtitle, .interior-servicio p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #848484;
} 
.section-servicio img {
	width: 63px;
	margin-right: 16px;
	margin-left: 15px;
	padding-top:7px;
	display: inline-block;
}
.interior-servicio .section-servicio img {
	margin-right: 29px;
}

.section-servicio h2 {
	display: inline-block;
	vertical-align: -17px;
}
.section-servicio.sub-servicio h1 {
	display: inline-block;
	vertical-align: bottom;
}
.section-servicio .flex-start div {
	width: 90%;
}
.section-servicio .letter-gray-subtitle, .interior-servicio p {
	font-size: 22px;
	margin-top: 20px;
	line-height: 34px;

}
.interior-servicio p {
	margin-left: 110px;	
	padding: 0;
}
.texto-margin-left p{
	margin-left: 80px;	
}
.section-servicio .letter-gray-subtitle.title {
	margin-left: 100px;	
}
.section-servicio.sub-servicio .letter-gray-subtitle, .interior-servicio p {
	font-size: 20px;
	margin-top: 20px;
	line-height: 34px;
	margin-bottom:0;
}
.claim-post.number {
	padding-left: 25%;
	width: 92%;
}
.claim-post.number span{
	left: 45px;
}
.section-servicio a {
	color: #000000;
}
.box-width-rrss p {
	padding-left: 0;
}
.icon-rrss-blog {
	text-align: center;
}
.icon-rrss-blog li{
	display: block;
margin: 35px 0;	
}
.icon-rrss-blog li:first-child{
margin-top:15px;
}
.icon-rrss-blog li a {
	border: 2px solid gray;
padding:10px 11px 12px 12px;
border-radius: 100%;
}
.icon-rrss-blog li img {
	width: 19px;
}

.c-scrolldown {
  width: 2px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown.imagen {
    width: 23px;
    height: 75px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
	transition: all 0.2s;
	z-index: 2;
}
.c-scrolldown.imagen:hover {
	height: 68px;
}
.c-scrolldown.imagen img {
	transition: all 0.2s;
}
.c-scrolldown.imagen img:hover {
	opacity:.6;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.c-contents h2 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.c-contents h2::before {
  margin-right: 10px;
}
.c-contents h2::after {
  margin-left: 10px;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
	.listado-intro a:hover {
    opacity: 1 !important;
}
	.section-2 .line::before {
    margin-top: 12px;
}
	    .padding-40-0 {
        padding: 20px 0;
    }
	.padding-0-0-30-0 {
		padding: 0 !important;
		margin: 0 !important;
	}
	.section-servicio h2 {
    vertical-align: -11px;
}
	.padding-0-6em {
    	padding: 0 1em !important;
	}
	.header-no-scroll img {
		width: 130px !important;
	}
	.header-scroll img {
		width: 28px !important;
	}
	.bar-menu {
		width: 18px;
	}
	.box-bar-menu {
    	padding: 9px 10px;
	}
	h2 {
    	font-size: 24px;
	}
	a.link-upper-anchor {
    	font-size: 12px;
		padding-top: 9px;
	}
	.the-arrow.-left {
    top: 65%;
	}
	.padding-mv {
		padding-top: 60px !important;
	}
	.header-navigation-right {
		-webkit-box-flex: 0;
		-ms-flex: 0px 0;
		flex: 0px 0;
			flex-basis: 0px;
		-ms-flex-preferred-size: 0%;
		flex-basis: auto;
		-webkit-box-direction: normal;
		min-width: 0;
		padding-top: 4px;
		text-align: right;
	}
	h3 {
    	font-size: 18px;
	}
	.letter-gray-subtitle, .interior-servicio p {
	    font-size: 16px;
	}
	.padding-50-0 {
	    padding: 10px 0;
	}
	.section-2 h2 {
    	font-size: 22px;
	}
	.claim {
		font-size: 22px;
		width: 100%;
		margin: 0 auto;
	}
	.section-3 {
		margin-bottom:0 !important;
	}
	.casos-de-exito .vp-portfolio__items-style-default .vp-portfolio__item-meta-title, 
	.casos-exitos-interior .vp-portfolio__items-style-default .vp-portfolio__item-meta-title {
    	font-size: 18px;
	}
	.casos-de-exito .vp-portfolio__item-meta-excerpt, .casos-exitos-interior .vp-portfolio__item-meta-excerpt {
    	font-size: 16px;
	}
	.section-4 h3 {
	    font-size: 25px;
	}
	.box-content-img-text-center {
    	margin-bottom: 20px;
	}
	.box-content-img-text-center .box-text-center {
	    font-size: 25px;
	}
	.box-content-img-text-center .box-text-center .subtitle {
	   font-size: 12px;
		line-height: 15px;
	}
	.section-5.padding-70-0 {
		padding: 40px 0;
	}
	.section-5 h2 {
	    font-size: 25px;
	}
	.margin-50-0 {
	    margin: 30px 0;
	}
	.padding-0-0-70-0 {
	    padding: 0 0 30px 0;
	}
	.section-5 img {
		width: 100%;
	}
	.section-7 .padding-70-0-0-0 {
		padding: 40px 0 0 0;
	}
	#sample_slider p {
	    font-size: 20px;
		margin-bottom: 26px;
	}
	#sample_slider h1 {
		font-size: 12px !important;}
	#sample_slider h2 {
		font-size: 14px;
	margin-bottom: 0;
	}
	.recent-posts a {
    padding: 30px;
		margin-bottom: 30px;
	}
	.section-8 h2 {
		font-size: 25px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		margin: 0;
		padding: 60px 0;
		position: relative;
		width: 100%;
	}
	.padding-45-50 {
	    padding: 25px 18px;
	}
	.box-menu nav {
   	 padding-left: 5%;
	height: 50%;
	}
	.header-top ul li a {
    	font-size: 30px;
	}
	#toggle.active .close-menu {
		top: 5px;
		right: 10px;
		width: 18px;
	}
	.recent-posts article {
	    font-size: 25px;
	}
	.listado-intro li {
    	font-size: 25px;
	}
	.listado-intro {
	    margin: 0 18%;
	}
	.section-servicio img {
    	width: 65px;
		padding-top: 0;
	}
	.section-servicio .letter-gray-subtitle, .interior-servicio p {
	    font-size: 16px;
		padding-right: 15px;
		line-height: 28px;
	}
	.section-servicio .letter-gray-subtitle.title, .interior-servicio p {
		margin-left: 15px;
		margin-bottom: 0;
	}
		.interior-servicio .texto-margin-left p {
    margin-left: 0px;
}
	.caso-exito {
    	margin-left: 0px;
    	padding-bottom: 0px;
	}
	.caso-exito p {
	    display: none;
	}
	.padding-20-0 {
	    padding: 5px 0;
	}
	.caso-exito h3 {
	    font-size: 14px;
		margin-bottom: 17px;
	}
	.padding-70-0 {
	    padding: 30px 0;
	}
	.section-entradilla-3columas p, .section-entradilla-2columas p {
	    font-size: 16px;
		margin:0;
		line-height: 28px;
	}
	.listado-intro a {
		vertical-align: text-top;
}
	.margin-0-80 {
	    margin: 0px;
		padding-right: 0px !important;
	}
	.section-entradilla-3columas h3, .section-entradilla-2columas h3 {
	    font-size: 25px;
		margin-bottom: 20px;
	}
	.margin-0-0-0-80 {
	    margin: 0px 0 0px 0px;
	}
	.margin-0-80-0-0 {
    margin: 0px 10px 0px 17px;
	}
	.text-post h2 {
		font-size: 25px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px !important;
	}
	.margin-0-25 {
    	margin: 0 0px;
        margin-bottom: 0px;
	}
	.text-post p {
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
	}
	.claim-post.number {
		padding-left: 0%;
		width: 100%;
		text-align: center;
	}
	.text-post .claim-post {
		font-size: 20px;
		position: relative;
		margin: 0 auto;
	}
	.claim-post.number span {
    	left: 0;
	}
	.text-post .claim-post span {
		font-size: 35px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.76;
		letter-spacing: normal;
		color: #1fc1d2;
		position: relative;
		top: 5px;
		left: 0px;
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.listado-bullet-azules li {
		font-size: 16px;
		margin: 5px 0;
		margin-top: 5px;
	}
	.bar-menu {
	    vertical-align: -1px;
	}
	.padding-50-0-0-0 {
    	padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	.casos-de-exito .vp-filter__style-default .vp-filter__item, .casos-exitos-interior .vp-filter__style-default .vp-filter__item {
    	width: 49%;
	}
	.casos-de-exito .vp-filter__style-default .vp-filter__item > *, .casos-exitos-interior .vp-filter__style-default .vp-filter__item > * {
    padding: 2px 4px;
	}
	.section-intro-post .box-text-header h1 {
    	font-size: 25px !important;
		       line-height: 1.2;
			   font-weight:500;
	}
	.text-bg-solid .sub-title, .section-intro-post.page-404 .box-text-header p.text {
    font-size: 16px;
		    line-height: 1.5;
	}
	.section-intro-post.page-404 .box-text-header .box-link-home a.animated-arrow {
		font-size: 12px;
	}
	.list-items .title {
    font-size: 20px;
	}
	.list-items .sub-title {
    font-size: 16px;
	}
	.list-items .padding-50-0 {
		padding: 30px 0;
	}
	.list-items .number {
		font-size: 45px;
		margin-top:3px;
	}
	.circles-mov p {
    font-size: 16px;
	}
	.circles-mov h3 {
		margin: 0 auto;
	}
	.section-title h2 {
    font-size: 25px;
	}
	.section-entradilla-3columas h4 {
    font-size: 25px;
		margin-top: 20px;
	}
	.box-padding-mv {
		padding-left: 0;
		padding-right: 0;
	}
	.listado-bullet-azules {
		margin-left: 25px;
	}
	.section-2 .img-medium img:first-child, .text-post .img-medium img:first-child {
    margin-right: 0;
display: block;
display: block;
display: -webkit-box;
height: intrinsic;
	}
	.section-2 .img-medium img, .text-post .img-medium img {
    	width: 100%;
	}
	.section-2 .img-medium img:last-child, .text-post .img-medium img:last-child {
	    margin-left: 0;
		margin-top: 20px;
		display: block;
display: block;
display: -webkit-box;
height: intrinsic;
	}
	.vp-portfolio__items-style-default .vp-portfolio__item a {
		min-height: 18vh !important;
	}
	.text-post .entradilla {
	    font-size: 16px;
	}
	.text-post .claim-post.claim-quotes span {
		font-size: 50px;
		position: absolute;
		top: 8px;
		left: -35px;
		margin-bottom: 0;
	}
	.text-post .claim-post.claim-quotes {
		padding-top: 0;
		width: 63%;
	}
	.padding-0-2_6em {
    	padding: 0 1em !important;
	}
	.section-4 .padding-30-0 {
		padding: 20px 0;
	}
	.tg-txt .tg-nav-font, .tg-txt input[type="text"].tg-search {
    font-size: 11px !important;
		line-height: 16px;
		margin: 4px 0;
		letter-spacing:2.5px;
}
	.section-title h2 {
		font-size: 30px;
		line-height: normal;
	}
	.padding-100-0-0-0 {
		padding: 50px 0 0 0;
	}
	.padding-100-0-0-0  .padding-35-0-0-0 {
		padding: 30px 0 0px 0;
	}
	.section-1 img {
	    width: 50px;
	}
	.animated-arrow > .main > .text {
    margin: 0 10px 0 0;
		letter-spacing: 3px;
	}
	.section-2 .line::before {
    border: 2px solid #1fc1d2;
}
	.padding-0-100-0-0 {
    padding-right: 0px;
}
	.padding-0-movil {
		padding: 0;
	}
	.link-claim {
		padding-right: 0;
	}
	.section-3.box-claim {
		margin-bottom: 50px !important;
	}
	.section-4.bg-black {
		padding: 40px 0 0px 0;
	}
	.section-4.bg-black .padding-50-0 {
		padding: 20px 0;
	}
	.the-arrow.-right > .shaft {
    width: 20px;
	}
	.the-arrow {
    width: 20px;
	}
	.header-top .float-left .header-no-scroll img {
		margin-top: 5px !important;
	}
	.header-top .float-left .header-scroll img {
		margin-top: 8px !important;
	}
	.tg-maren-custom .tg-item-excerpt.tg-element-5 {
		font-size: 16px;
		padding: 0px 0;
	}
	.tg-maren-custom .tg-item-title.tg-element-3 {	
		font-size: 25px;
		padding: 0px 0 10px 0 !important;
	}
	.tg-maren-custom:hover .tg-item-content-holder[data-position="bottom"]::before, .tg-maren-custom-3:hover .tg-item-content-holder[data-position="bottom"]::before {
		font-size: 12px;
		line-height: 1.5;
	}
	.recent-posts div {
		padding:0px;
	}
	.padding-35-0-0-0 {
		padding:0;
	}
	.margin-0-50-0-0 {
		margin: 0;
	}
	.row-items-0 {
		margin: 0;
	}
	.delighter .zoom {
	    transform: scale(1);
	}
	.delighter.started .zoom { 
		opacity:1; 
		transform: scale(1.1); 
	}
	.circle {
    	top: -23px;
	}
	#sample_slider div.sa_hover_container {
   	 width: 100%;
	}
	.padding-slider .white {
    	padding: 18px 8px 40px 8px !important;
	}

	.section-8 address, .section-8 p, .section-8 p:last-child {
		margin: 5px 0 12px 0;
	}
	.servicio-categoria {
		display: block;
		border: 0;
		font-size: 16px;
		padding-left: 0;
		margin-left: 0;
	}
	.section-servicio.sub-servicio .letter-gray-subtitle, .interior-servicio p {
		font-size:16px;
		line-height: 28px;
	}
	.padding-0-0-30-0 {
		padding: 0 0 10px 0;
	}
	.padding-70-0-0-0 {
	    padding: 30px 0 0 0;
	}
	.padding-50-0-0-0 {
		padding-top: 30px;
	}
	.tg-filter {
   	 width: 50% !important;
	}
	.at-share-btn-elements .at-icon-wrapper.at-share-btn {
		display: inline-block !important;
	}
	.img-header {
		background-attachment: inherit !important;
background-size: cover !important;
	}
	.video-movil {
		display: block !important;
	}
	

	.section-8 h4 {
		font-size: 14px;
	}
	.section-8 p a{
		font-size:18px;
	}
	.icon-rrss-footer li {
		margin: 20px 0px;
		display: block;
	}
	.section-servicio.sub-servicio h1 {
	    margin-bottom: 0;
    margin-top: 20px;
    font-size: 25px !important;
    width: 68%;
    vertical-align: middle;
	}
	.icon-rrss-blog {
		margin-bottom: 20px;
	}
	.margin-0-0-40-0 {
		margin: 0;
	}
	h1 {
    font-size: 2.1rem !important;
}
		.listado-intro li:hover::after {
    	opacity: 0;
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
	.circles-mov h3 {
		font-size:25px;
}
} 
/* Medium devices (landscape tablets, 768px and up) */

/*
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
	h1 {
		top: 60% !important; 
		width: 420px !important;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
	h1 {
		top: 64% !important; 
		width: 420px !important;
	}
	
}*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/*h1 {
		font-size: 4rem !important;
		
	}*/
	.circles-mov h3 {
		font-size: 21px;
	}
	.circles-mov p {
		font-size: 17px;
		padding: 20px 11px 60px 11px;
	}
.header-navigation-right {
		flex-basis: min-content;
		padding-top: 21px;
	}
	.margin-0-50-0-0 {
   	 	margin: 0;	
	}
	h2 {
    	font-size: 35px;
	}
	h3 {
    	font-size: 26px;
	}
	.letter-gray-subtitle, .interior-servicio p {
    	font-size: 18px;
	}
	.padding-50-0 {
	    padding: 30px 0;
	}
	.section-2 h2 {
    	font-size: 35px;
	}
	.claim {
    	font-size: 35px;
	}
	.circle {
		top: 0;
	}
	.box-claim {
		margin-bottom: 40px;
	}
	.tg-maren-custom .tg-element-3 {
		font-size: 26px !important;
	}
	.tg-maren-custom .tg-element-5 {
		font-size: 18px !important;
	}
	.section-4 h3 {
		font-size: 26px;
	}
	.box-content-img-text-center .box-text-center {
		font-size: 26px;
	}
	.box-content-img-text-center .box-text-center .subtitle {
		font-size: 12px;
	}
	.section-5 h2 {
		font-size: 26px;
	}
	#sample_slider p {
		font-size: 26px;
	}
	#sample_slider div.sa_hover_container {
		width: 100%;
	}
	.recent-posts a {
		padding: 40px;
	}
	.section-8 h2 {
		font-size: 26px;
		margin-left: 12px;
		width: 90%;
	}
	.header-top ul li a {
		font-size: 35px;
	}
	.listado-intro li {
		font-size: 26px;
	}
	.section-servicio .letter-gray-subtitle, .interior-servicio p {
		font-size: 18px;
	}
	.caso-exito {
		padding-bottom: 30px;
		margin-left: 15px;
	}
	.section-servicio.sub-servicio .letter-gray-subtitle, .interior-servicio p {
		font-size: 18px;
		margin-left: 30px;
	}
	.section-servicio img {
		margin-left: 30px;
	}
	.section-entradilla-3columas p, .section-entradilla-2columas p {
			font-size: 18px;
	}

	.claim-post.number span {
 		left: 26px;
		top: 30px;
	}
	.claim-post.number {
		padding-left: 32%;
	}
	.text-post .claim-post {
		font-size: 26px;
	}
	.margin-0-80 {
	    margin: 0px 15px;
	}
	.margin-0-0-0-80 {
		margin: 0px 0 0px 15px;
	}
	.margin-0-80-0-0 {
		margin:0px 0px 0px 0;
		padding: 0 15px;
	}
	.text-post h2 {
		padding: 0;
		margin: 0 0 20px 0px;
	}
	.padding-70-0 {
		padding: 30px 0;
	}

	.section-entradilla-2columas .container {
		padding: 0;
	}
	.listado-bullet-azules li {
		padding-left: 25px;
	}

	.section-intro-post .box-text-header h1 {
		font-size: 35px !important;
		 font-weight:500;
	}
	.text-post .img-medium img:first-child, .section-2 .img-medium img:first-child {
	    margin-right: auto;
	}
	.text-post p {
		padding-left: 0;
		padding-right: 0;
		font-size: 18px;
	}
	.text-post .claim-post.number span{
		top: 32px;
	left: 0px;
		font-size: 60px;
	}
	.padding-70-0-0-0 {
    padding: 30px 0 0 0;
	}
	.text-post .claim-post span {
		top: 62px;
		left: -52px;
	}
	.claim-quotes {
		padding: 50px 0 50px 0;
	}
	.padding-50-0-0-0 {
    padding-top: 20px;
	}
	.container.padding-70-0-0-0 h2 {
		margin-bottom: 0;
	}
	.container.box-padding-mv {
		padding-left: 0;
padding-right: 0;
	}
	.container.box-padding-mv .row {
		padding-left: 15px;
		padding-right: 15px;
	}

	.img-header {
background-attachment: initial !important;

}
	.section-intro-post .box-text-header {
		height: 920px;
		min-height: 300px;
	}
	.section-2 .img-medium img:first-child, .text-post .img-medium img:first-child {

display: block;
display: block;
display: -webkit-box;
height: intrinsic;
	}

	.section-2 .img-medium img:last-child, .text-post .img-medium img:last-child {

		display: block;
display: block;
display: -webkit-box;
height: intrinsic;
	}
	.margin-top-mv{
		margin-top:50px !important;
	}
	.sub-servicio .letter-gray-subtitle, .interior-servicio p {
		margin-right: 20px;
	}
	.interior-servicio .texto-margin-left p {
    margin-left: 0px;
}
	.icon-rrss-footer li {
		margin: 15px 25px;
	}
	.section-8 h4 {
		font-size: 11px;
	}
	.padding-40-0 {
		padding: 30px 0;
	}
	.section-servicio .letter-gray-subtitle.title, .interior-servicio p {
    margin-left: 30px;
}
	.caso-exito h3 {
    font-size: 14px;
	}
	.listado-intro li:hover::after {
    	opacity: 0;
	}
	.section-2 .line::before {
    margin-top: 18px;
	}
.header-navigation-left {
    -webkit-box-flex: 1;
    -ms-flex: 3 1;
    flex: 3 1;
}
	.title-margin-top {
		margin-top: 40px;
	}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.video_navidad .overlay-video {
    background: transparent;
}

.video_navidad .video-movil video,.video_navidad .video-desktop video{
	height: 120vh !important;
}



@media(max-width: 1024px){
	.video-desktop {
		display: none;
	}
}

@media(min-width: 768px) and (max-width: 1024px){
	
}

@media(min-width: 1025px){
	.video-movil {
		display: none;
	}
	
}

footer .menu a:before {
    content: "|";
    color: #fff;
    padding: 20px;
}


.fondo_cursor {
    width: 36px;
    height: 36px;
    background: rgb(31, 193, 210, .16);
    display: block;
    position: absolute;
    z-index: 10000;
    opacity: 1;
    pointer-events: none;
    transform: translateY(-50%) translateX(-48%);
    border-radius: 50%;
    /*transition: width .5s, height .5s;*/
}

.fondo_cursor-leave {
    /*-webkit-transform: scale(1);
    transform: scale(1);*/
    -webkit-animation: animateCursorLeave .4s forwards;
    animation: animateCursorLeave .4s forwards;
    transform: 0 !important;
}



.fondo_cursor-hover {
   /* -webkit-transform: scale(1);
    transform: scale(1);*/
    -webkit-animation: animateCursorHover .4s forwards;
    animation: animateCursorHover .4s forwards;
    transform: 0 !important;
}

@-webkit-keyframes animateCursorHover {
    0% {
    width: 36px;
    height: 36px;
    }

    60% {
    width: 64px;
    height: 64px;
    }

    to {
    width: 56px;
    height: 56px;
    }
}

@keyframes animateCursorHover {
     0% {
    width: 36px;
    height: 36px;
    }

    60% {
    width: 64px;
    height: 64px;
    }

    to {
    width: 56px;
    height: 56px;
    }
}

@-webkit-keyframes animateCursorLeave {
    0% {
    width: 56px;
    height: 56px;
    }

    60% {
    width: 30px;
    height: 30px;
    }

    to {
    width: 36px;
    height: 36px;
    }
}

@keyframes animateCursorLeave {
    0% {
    width: 56px;
    height: 56px;
    }

    60% {
    width: 30px;
    height: 30px;
    }

    to {
    width: 36px;
    height: 36px;
    }
}



@-webkit-keyframes button-line-hover {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    40% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

/* Nuevos cambios 08/2020 */

.mm-link-underline {
    margin-right: 50px;
    letter-spacing: 3px;
    position: relative;
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    display: inline-block;
    color: white;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'NeueHansKendrick-Bold', 'sans-serif';
}

.mm-link-underline:hover {
    color: white !important;
}

.mm-link-underline:hover:after, .mm-link-underline:active:after, .mm-link-underline:focus:after {
    -webkit-animation-name: button-line-hover;
    animation-name: button-line-hover;
}

.mm-link-underline:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #17dbea;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-animation: button-line-blur 1s ease forwards;
    animation: button-line-blur 1s ease forwards;
}



@keyframes button-line-hover {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }
    40% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes button-line-blur {
    0% { transform-origin: left; }
    40% { transform-origin: left; transform: scaleX(0);}
    50% { transform: scaleX(0); transform-origin: right;}
    100% { transform-origin: right; }
}	
.mt-6 {
    margin-top: 58px;
}								  
.fondo_cursor-video{
    transform: translateY(-40%) translateX(-47%) !important;
    -webkit-animation: animateCursorVideo .4s forwards;
    animation: animateCursorVideo .4s forwards;
    transform: 0 !important;
	 background: #ffffff6b !important;
}

@-webkit-keyframes animateCursorVideo {
    0% {
    width: 36px;
    height: 36px;
    }

    to {
    width: 84px;
    height: 84px;
    }

}

@keyframes animateCursorVideo {
     0% {
		width: 36px;
		height: 36px;
    }

    to {
    width: 84px;
    height: 84px;
    }
}  
#show_video_modal video {
    max-width: none;
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}


.section-entradilla-linea_separatoria h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.46;
    color: #282828;
}

.section-texto_con_editor p {
    font-size: 20px;
    line-height: 1.7;
    color: #5a5a5a;
}

.section-cinta_con_comillas h2 {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #282828;
}

.section-cierre_separatoria_editor p{
	font-size: 26px;
    font-weight: 600;
    line-height: 1.46;
    color: #282828;
    font-family: 'NeueHansKendrick-Medium', 'sans-serif';
}
.section-cierre_separatoria_editor p a{
    color: #1fc1d2;
	text-decoration: underline;
}

.section-bullets h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 0.85;
    color: #282828;
}
.section-bullets h3:before {
   content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 30px;
    background-color: white;
    border: 4px solid #40bcca;
    border-radius: 50%;
    z-index: 1;
    background: #40bcca;
	top: 5px;
}
@media (max-width:767px){
	.section-bullets h3:before {
		left: -20px !important;
	}
}
.section-bullets .texto{
	font-size: 20px;
	line-height: 1.7;
	color: #5a5a5a;
}

.section-subtitulo h3 {
    font-size: 30px;
    line-height: 1.4;
    color: #282828;
	font-family: 'NeueHansKendrick-Bold', 'sans-serif';
}
.section-subtitulo p {
    font-size: 20px;
    line-height: 1.7;
    color: #5a5a5a;
}
.section-subtitulo p a{
    color: #1fc1d2;
	text-decoration: underline;
}

.seccion5 h5 {
    color: #1fc1d2;
    font-size: 13px;
    font-weight: 800;
    line-height: 2;
    letter-spacing: 3.47px;
    font-family: 'NeueHansKendrick-Bold', 'sans-serif';
}
@media (max-width: 767px){
	.servicio img {
		width: 100% !important;
	}
	.seccion5 h4 {
		font-size: 29px;
		font-family: 'NeueHansKendrick-Bold', 'sans-serif';
		line-height: 1.36;
	}
	.servicio .col-12.col-md-6.py-3.my-3.py-md-5.my-md-5, .servicio .inverted {
		padding: 10%;
	}
}
@media (min-width: 768px){
	.seccion5 h4 {
		font-size: 32px;
		font-family: 'NeueHansKendrick-Bold', 'sans-serif';
		line-height: 1.28;
		color: #ffffff;
		width: 70%;
	}
	.seccion5 .inverted h4 {
		width: 60%;
		float: right;
	}
	.seccion5 .negative2 {
		margin-top: -5%;
	}
}

#cookie-law-info-bar {
    background: rgba(0, 0, 0, 0.85) !important;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: none;
}
#cookie-law-info-bar p {
    margin: 0px;
}
/*@media (max-width:300px){
	a#cookie_action_close_header, a.cli_settings_button {
		padding-top: 10px;
		display: block !important;
		width: 40% !important;
		float: left !important;
	}
}

@media (min-width:301px) and (max-width:519px){
	a#cookie_action_close_header, a.cli_settings_button {
		padding-top: 10px;
		display: block !important;
		width: 45% !important;
		float: left !important;
	}
}
@media (min-width:520px) and (max-width:767px){
	a#cookie_action_close_header, a.cli_settings_button {
		padding-top: 10px;
		display: block !important;
		width: 40%;
		float: left !important;
	}
}*/

.cli-plugin-button {
     margin-top: 0px !important;
}
@media (max-width:767px){
		#cookie-law-info-bar img {
		padding-top: 35px !important;
		float: left;
	}
	#cookie-law-info-bar p {
		line-height: 31px;
	}
	a#cookie_action_close_header:after,a.cli_settings_button:after{
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		/*width: 50% !important;*/
		width: 100% !important;
		height: 3px;
		background-color: #17dbea;
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
		-webkit-animation: button-line-blur 1s ease forwards;
		animation: button-line-blur 1s ease forwards;
		right: 0;
		margin: 0 auto;
	}
}
/*@media (min-width:768px){
	#cookie_action_close_header {
		margin-left: 35px;
	}
}*/
#cookie-law-info-bar span {
    font-size: 14px !important;
}

#cookie-law-info-bar a {
    text-decoration: none;
}


@media(max-width:767px){
	.lh-23 {
		line-height: 1.8;
		font-size: 18px;
		font-family: 'NeueHansKendrick-Light', 'sans-serif';
	}
}
@media(min-width:768px){
	.lh-23 {
		line-height: 1.8;
		font-size: 20px;
		font-family: 'NeueHansKendrick-Light', 'sans-serif';
	}
}

a#cookie_action_close_header:after,a.cli_settings_button:after{
	content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #17dbea;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-animation: button-line-blur 1s ease forwards;
    animation: button-line-blur 1s ease forwards;
}

a#cookie_action_close_header,a.cli_settings_button {
	background: transparent !important;
    font-size: 14px !important;
    line-height: 2.17 !important;
    letter-spacing: 2.25px !important;
    text-transform: uppercase !important;
    /*margin-right: 10px;*/
    padding: 0;
	text-align: center;
}

.b1 {
    border: 1px solid;
}

.tg-grid-wrapper.casos-de-exitos {
    min-height: 420px !important;
}
