/*
Theme Name: Asistecsa
Theme URI: https://asistecsa.cl/
Description: Tema para Asistecsa
Version: 1.0
Author: Majendrix
Text Domain: asistecsa
*/
body {
font-family: "Work Sans", sans-serif;
font-size: 18px;
margin: 0;
padding: 0;
height:100%;
color:#323c5a;
line-height: 1.5;
	font-weight: 300;
}
html{
	margin: 0;
  padding: 0;
  height:100%;
}
p {
    margin-bottom: 15px;
}
p:last-of-type {
    margin-bottom: 15px;
}
li {
    list-style: disc;
}
.lamina p {
    font-size: 16px;
line-height: 1.5;
    margin-bottom: 10px;
}
.lamina li {
    font-size: 16px;
    line-height: 25px;
    list-style: disc;
    list-style-position: inside;
}
header {
    margin: 0;
    width: 100%;
    height: 130px;
    background-color: #f4f2e9;
    float: left;
    position: fixed;
	top: 0;
    z-index: 10000;
    /*overflow: hidden;*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
}

header > * {
    position: relative;
    z-index: 1;
}
.home header.sin-scroll {
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0);
	margin-top: 51px;
}
.home header.activo, .home header.sin-scroll.activo, header.activo, header.sin-scroll.activo {
    background: rgba(255, 255, 255, 1);
    /*-webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0);*/
    /*box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0);*/
	height: 300px;
}
header.scroll {
    top: 0px;
}
header.abierto {
}
.top.full.flex {
	display: none;
}
.home .top.full.flex {
    position: absolute;
    z-index: 1;
    top: 0;
    line-height: 2;
    padding: 10px 5%;
    width: 90%;
	display: flex;
	border-bottom: 1px solid #fff;
}
.home .top.full.flex a{
	color: #fff;
	text-decoration: none;
	line-height: 2;
padding-right: 5%;
    font-size: 16px;
}

/*.home header {
	background-color: transparent;
box-shadow: none;
}
.home #main {
    margin: 0;
}
*/
a {
    color: #0b1f22;
}
.secciones{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.logo-header{
    position: relative;
    display: block;
    width: 15vw;
    max-width: 200px;
    height: 6vw;
    max-height: 80px;
    padding: 0;
    margin: 30px 0 0 60px;
    text-indent: -9999px;
    float: left;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
/*.home header.scroll{
    background-color: #fff;
	box-shadow: 0 0 10px 6px rgba(0,0,0,0.1);
}*/
header.scroll.abierto {
}
header.open .logo-header, header.open.scroll .logo-header {
}
/*.home header .logo-header {
	background: url("images/logo-header-blanco.svg") no-repeat center;
    background-color: rgba(255,255,255,0);
    background-size: contain;
}
.home header.hover .logo-header {
	background: url("images/logo-header-color.svg") no-repeat center;
    background-color: rgba(255,255,255,0);
    background-size: contain;
}
.home header.sin-scroll .logo-header, .home header.scroll .logo-header {
	background: url("images/logo-header-color.svg") no-repeat center;
    background-color: rgba(255,255,255,0);
    background-size: contain;
}
.home header.sin-scroll {
    background: #fff;
}*/
/**/
nav.menu {
    display: block;
    float: right;
}
.nav-menu {
    padding: 0;
    list-style: none;
    margin: 50px 5% 0 0;
    float: right;
    text-align: left;
    width: auto;
    display: flex;
}
.nav-menu li {
    display: block;
    list-style: none;
}
.menu .nav-menu li {
    padding-right: 3em;
    margin-right: 0;
}
.nav-menu li:last-of-type {
    margin-right: 0;
	padding-right: 0;
}
.nav-menu li.menu-item a {
    text-align: left;
    text-decoration: none;
    color: #616160;
    font-size: 18px;
    font-weight: 400;
    padding: 3px 0px;
    letter-spacing: 2px;
    margin: 0 25px 0 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav-menu li.menu-item a:after{
	content: '';
	width: 0%;
    height: 1px;
    background: #616160;
    display: block;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.home .sin-scroll .nav-menu li.menu-item a {
    color: #ffffff;
}
.home .sin-scroll.activo .nav-menu li.menu-item a {
    color: #616160;
}
.nav-menu li.menu-item a:hover, .nav-menu li.menu-item.current-menu-item a, .home .sin-scroll.activo .nav-menu li.menu-item a:hover{
    color: #cf8766;
}
.nav-menu li.menu-item.cotizar a,.home .sin-scroll.activo .nav-menu li.menu-item.cotizar a {
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background-color: #af641e;
}
nav.floating-menu .nav-menu {
    margin: 0;
    display: block;
    width: 100%;
}
/*.home .nav-menu li.menu-item a {
	color: #fff;
	}
.home .nav-menu li.menu-item a:after{
    background: #fff;
	}
.home header.sin-scroll .nav-menu li.menu-item a, .home header.scroll .nav-menu li.menu-item a {
	color: #616160;
	}
.home header.sin-scroll .nav-menu li.menu-item a:after, .home header.scroll .nav-menu li.menu-item a:after{
    background: #616160;
	}
.home header.hover .nav-menu li.menu-item a {
	color: #616160;
	}
.home header.hover .nav-menu li.menu-item a:after{
    background: #616160;
	}
.nav-menu li.menu-item:hover a{
    border-bottom: 3px solid;
}*/
.nav-menu li.menu-item a:hover, .nav-menu li.current-menu-item a{
	text-decoration: none;
}
.nav-menu .sub-menu {
	display: none;
}
.nav-menu .sub-menu li.menu-item a {
    text-transform: none;
    text-align: left;
    font-size: 12px;
    padding: 0;
    line-height: 26px;
}
.nav-menu .sub-menu li.menu-item a:after{
	width: 0 !important;
}
.nav-menu .sub-menu li.menu-item a:hover, .nav-menu .sub-menu li.current-menu-item a{
    color: #cf8766;
}
/*.home .nav-menu li.menu-item.wpml-ls-item a {
    padding: 0.2vw;
    text-align: center;
    height: 2.5vw;
    border-radius: 50%;
    line-height: 2;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.home .nav-menu li.menu-item.wpml-ls-current-language a {
    color: #a4b9b5;
    background: #fff;
}
.home .nav-menu li.menu-item.wpml-ls-current-language a span {
    width: 100%;
}*/
.nav-menu li.menu-item.wpml-ls-item a:after{
	display: none;
}


nav.nav .menu-item {
float: left;
    display: inline-block;
	    width: 100%;
    zoom: 1;
    position: relative;
    margin: 0 0 0 6%;
    padding: 0 0 0 0;
    list-style: none;
}
nav.nav .menu-item a {
    display: block;
    color: #fff;
    padding: 12px 0px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
}
nav.nav .menu-item > a:hover  , nav.nav li.current-menu-item a{
	color:#fff;
	
}
nav.nav .menu-item:hover .nav-submenu{
	display:block;
}
/* Navigation submenu */
.sub-menu {
    display: block;
    margin: 0;
    text-align: left;
    opacity: 0;
	position: absolute;
    padding: 10px 0 0;
}
.nav-menu .menu-item:hover > .sub-menu {
	opacity: 1;
	display: block;
}
.nav-menu .sub-menu .menu-item {
    margin: 0;
display: block;
    line-height: 20px;
}


.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#aaa;
	border-bottom:1px solid #aaa;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#e0dd28;
}

nav.menu-2 {
    float: right;
    margin-right: 5vw;
    margin-left: 4vw;
    /*text-transform: uppercase;*/
}
	ul#menu-menu-2, ul#menu-menu-2-eng {
    float: left;
    margin: 60px 0 0 0;
}
	ul#menu-menu-2 li, ul#menu-menu-2-eng li{
    margin-right: 17px;
	}
	ul#menu-menu-2 li:last-of-type, ul#menu-menu-2-eng li:last-of-type {
    margin: 0;
}
	ul#menu-menu-2 li a, ul#menu-menu-2-eng li a {
    font-weight: 500;
    background-color: #616160;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 32px;
    display: inline-block;
}
ul#menu-menu-2 li.wpml-ls-current-language a, ul#menu-menu-2-eng li.wpml-ls-current-language a {
	display: none;
}
	ul.wpm-language-switcher.switcher-list {
    float: right;
    display: inline-block;
    margin: 68px 0 0 0;
}
	ul.wpm-language-switcher.switcher-list li {
    display: inline-block;
		margin-right: 5px;
}
	ul.wpm-language-switcher.switcher-list li:last-of-type {
		margin-right: 0px;
}
	.switcher-list li a {
    text-align: left;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    padding: 3px 0px;
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    width: 100%;
    /*text-transform: uppercase;*/
}
	.switcher-list li>span {
    text-align: left;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    padding: 3px 0px;
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    /*text-transform: uppercase;*/
}
	.switcher-list li a span{
		padding: 0px;
	}
	.switcher-list li a, .switcher-list li>span {
		color: #fff !important;
	}
	/*.home .switcher-list li a, .home .switcher-list li>span {
		color: #284147 !important;
	}*/
	.switcher-list li.active a {
    color: #fff !important;
	border: 1px solid;
	padding: 5px;
}
	.switcher-list li.active>span {
    color: #fff !important;
	border: 1px solid;
		padding: 0px 3px 0px 5px;
}
	/*.home .switcher-list li.active a, .home .switcher-list li.active>span {
    color: #284147 !important;
}*/

img {
    width: 100%;
    height: auto;
    display: block;
}
#main, .content {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    z-index: 0;
	overflow: hidden;
}
#home {
  width: 100%;
  float: left;
  /*height:100%;*/
  overflow: hidden;
  position:relative;
display:block;
}
.one-page-arrow.scroll {
    width: 30px;
    max-width: 10%;
    float: none;
    position: absolute;
    bottom: 17%;
    right: 5%;
    z-index: 1;
}
.one-page-arrow {
    -webkit-animation: mymove 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation: mymove 2s infinite;
}
	.one-page-arrow.oculto, .lamina:last-of-type .one-page-arrow.scroll{display: none;}
@-webkit-keyframes mymove /* Safari and Chrome */
  {
  from {bottom:6%;opacity: 0;}
  to {bottom:4%;opacity: 1;}
  }

  @keyframes mymove
  {
  from {bottom:6%;opacity: 0;}
  to {bottom:4%;opacity: 1;}
  }
.slide-home{
	width:100%;
	float:left;
	  height: 100%;
}
.slide-home:before {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.slide-home .slide{
	width:100%;
	height:100%;
	float:left;
	  min-height: 750px;
    overflow: hidden;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment:initial;
    vertical-align: middle;
    align-items: center;
}
.slide-home .slide img{
width: 100%;
    height: 100%;
}
.slide-home .slide .caja-texto {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    display: flex
;
    vertical-align: middle;
    align-items: center;
}
.slide-home h2.titulo {
    color: #fff;
    margin-left: 5%;
}
.slide-home.interior h2.titulo {
    font-weight: normal;
    font-size: 60px;
}
.slide-home h2.titulo p {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: none;
}
/*.slide-home:after {
    content: '';
    display: block;
    width: 2px;
    height: 30%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
}*/
.slide-home.interior:after {
	display: none;
}
#bgvid {
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
}
#bgvid video {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-width: fit-content;
}
nav.normal {
    float: right;
    padding-top: 55px;
    padding-right: calc(8% - 35px);
	    display: none;
}
.left{
	float:left;
    position: relative;
}
.right{
	float:right;
    position: relative;
}
.full{
	float:left;
	width:100%;
    position: relative;
}
.left img {
  width: 100%;
  height: auto;
    margin: 0;
  padding: 0;
  float: left;
}
.right img {
  width: 100%;
  height: auto;
    margin: 0;
  padding: 0;
  float: left;
}
.full img {
  width: 100%;
  height: auto;
    margin: 0;
  padding: 0;
  float: left;
}
.home.page h1 {
font-weight: bold;
    font-size: 31px;
}
.page h1, .archive h1, .single-areas_de_negocios h1, .single-equipo h1, .single-directorio h1{
    letter-spacing:normal;
    text-align: left;
    margin: 75px 0 45px;
    line-height: 1.1;
    font-size: 70px;
    font-weight: 600;
    text-transform: none;
    color: #192073;
}

h2 {
    font-size: 50px;
    font-family: "Work Sans", sans-serif;
    color: #192073;
    margin-bottom: 35px;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: normal;
}
h4.bajada {
    letter-spacing: normal;
    font-weight: 500;
    font-size: 20px;
}
.footer{
	float:left;
	width: 82%;
    margin: 0 9%;
	border-top: 2px solid #d6d4c0;
	padding-top:30px;
	padding-bottom: 60px;
}
.columna {
    width: 33%;
    float: left;
    text-align: center;
    /*text-transform: uppercase;*/
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    /* height: 100%; */
    width: 100%;
}
.thumb {
    float: left;
    width: 82%;
    margin: 0 9%;
}
.thumb img {
    float: left;
    width: 100%;
    height: auto;
}
#map {
	width: 65%;
	height: 500px;
}
.full.textos {
    width: 30%;
    float: none;
    margin: 0 auto;
}

#content {
    position: relative;
}
.page #content {
    margin-bottom: 57px;
}
footer {
    float: left;
    width: 100%;
    background-color: #313131;
    color: #fff;
    padding: 60px 0 40px;
    text-align: left;
    position: relative;
z-index: 1;
}
footer p {
    margin: 0;
float: left;
	width: 100%;;
}
	footer p:last-of-type {
    margin-bottom: 15px;
}
	footer .pie p:last-of-type {
    margin-bottom: 0px;
}
footer a, a.link-footer{
	color:#fff;
	text-decoration:none;
-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
footer a:hover, a.link-footer:hover {
    color: #963200;
}
.link-footer {
    width: 60%;
}
.item-footer span {
    width: 40%;
    text-transform: uppercase;
}
footer h2 {
    color: #fff;
}
.box-claro {
    background: #e4e2da;
    color: #444242;
}
.box-claro h2{
    color: #444242;
}
.box-corner {
    border-radius: 40px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.box-corner * {
    position: relative;
    z-index: 1;
}
footer .box-corner:after {
    content: '';
    display: block;
    width: 24vw;
    height: 24vw;
    background: url(images/contacto-footer.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -35%;
    left: -9%;
    opacity: .47;
    z-index: 0;
}
footer a.boton-verde {
    display: table;
}
.pie{
    float: left;
    width: 50%;
font-size: 13px;
}
.logo-footer{
    width: 50%;
    float: right;
    text-align: right;
}
footer #logo-asistecsa .cls-1 {
    fill: #ffffff;
}

.logo-footer #logo-asistecsa {
    width: 206px;
    float: right;
}
section:first-of-type {
    display: block;
    position: relative;
    float: left;
    width: 100%;
	padding:0;
	z-index: 3;
}
section:nth-child(2) {
    display: block;
    position: relative;
    float: left;
    width: 100%;
	padding:6% 0 0;
	z-index: 2;
}
section {
    display: block;
    position: relative;
    float: left;
    width: calc(100%);
	padding: 6% 0;
z-index: 1;
}
form {
    position: relative;
    float: left;
    width: 100%;
}
form:after {
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 54px;
    z-index: 1;
    background: url(images/ico-enviar.svg) no-repeat center center;
    background-size: contain;
}
footer form {
    margin-bottom: 0;
}
label{
	font-size: 20px;
	color: #e4e2da;
    font-weight: 300;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #e4e2da;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    border: none;
	 border-bottom: 1px solid #e4e2da;
    font-size: 20px;
	/*text-transform: uppercase;*/
}
textarea{
	border: none;
	 border-bottom: 1px solid #e4e2da;
    height: 150px;
    margin-top: 10px;
}
select {
	width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #e4e2da;
    font-weight: 300;
    display: block;
    border-radius: 0px;
	border: none;
    border-bottom: 1px solid #e4e2da;
    font-size: 20px;
	/*text-transform: uppercase;*/
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: none;
    border-bottom: 1px solid #e4e2da;
    outline: 0;
	/*text-transform: uppercase;*/
}
::-webkit-input-placeholder { /* Edge */
font-family: 'Inter', sans-serif;
	color: #e4e2da;
	font-weight: 300;
	/*text-transform: uppercase;*/
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: 'Inter', sans-serif;
	color: #e4e2da;
	font-weight: 300;
	/*text-transform: uppercase;*/
}

::placeholder {
font-family: 'Inter', sans-serif;
	color: #e4e2da;
	font-weight: 300;
	/*text-transform: uppercase;*/
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 0 22px;
    color: #e4e2da;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e4e2da;
    cursor: pointer;
    box-sizing: border-box;
    float: right;
    margin-right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #e4e2da;
    border-color: #192073;
	background-color: #192073;
    outline: 0;
}
input[type="submit"] {
    background-color: #e4e2da;
    color: #444242;
    font-size: 16px;
    border-radius: 40px;
    margin: 25px 40px 25px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
input[type="submit"]:hover{
    transform: scale(1.2);
}
#map {
width: 100%;
    height: 500px;
    margin-top: 150px;
    margin-right: -5%;
    margin-left: 10%;
}
.oculto {
    display: none;
}
.elemento{
	opacity:0;
    overflow: hidden;/**/
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.visible{
	opacity:1 !important;
}
.invisible{
	opacity:0;
}
.modal {
    position: fixed;
    z-index: 200000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
}
.interior-modal {
    width: 70%;
    /*max-width: 950px;*/
    background-color: #F4F2E9;
	-webkit-box-shadow: 3px 2px 5px 0 rgba(0,0,0,0.34);
	box-shadow: 3px 2px 5px 0 rgba(0,0,0,0.34);
    margin: 0 auto;
    padding: 60px;
    position: relative;
    /*max-height: 90%;
    overflow-y: auto;*/
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.interior-modal img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
	padding: 30px 0;
}
.interior-modal .columns {
    margin-left: 0;
    margin-right: 2%;
    position: relative;
}
.interior-modal .columns + .columns {
    margin-left: 2%;
    margin-right: 0;
}
.interior-modal h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.cerrar-modal{
width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 10000;
    background: url(images/flecha-iz.svg) no-repeat top left;
    background-size: 70px;
    padding: 40px 0 0 20px;
    margin-bottom: 30px;
    color: #009f42;
    text-decoration: none;
    float: left;
}
.interior-modal .item {
    position: absolute;
    margin: 0 auto;
    float: none;
    width: 100%;
}
h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 2vw;
    font-family: "Work Sans", sans-serif;
}
/*CARGADOR */
#overlay .logo{
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    width: 400px;
    min-width: 400px;
    height: 200px;
    float: left;
    background: none;
}
#loader-logo-hover {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    min-height: 200px;
    overflow: hidden;
	opacity:0;
	transition:all 1.5s ease;
	/*width:0;*/
}
#loader-logo-hover span {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    background: url("images/logo-asistecsa-cafe.svg") center top no-repeat transparent;
    background-size: contain;
	min-width: 400px;
    min-height: 200px;
    width: 100%;
    height: 100%;	
}
#overlay img {
    vertical-align: middle;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#overlay{
  position:fixed;
  z-index:100002;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
/* CARGADOR */

.video {
    width: 57%;
    float: right;
position: relative;
}
.intro-video-wrap {
    position: absolute;
    top: 0px;
    left: 26px;
    height: 100vh;
    width: calc(55vw - 0px);
    overflow: hidden;
}
.video-wrapper-position {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-wrapper-position img {
    max-width: initial;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
video {
    height: 100%;
    width: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.home video {
    height: auto;
    width: 50vw;
}
.disclaimer {
    float: left;
    width: 100%;
	margin-bottom: 50px;
    align-items: center;
}
.flex {
    display: flex;
    align-items: center;
}
.bx-wrapper {
    box-shadow: none;
    border: none;
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
}
.pop-up {
    position: fixed;
    z-index: 99998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.texto-pop-up {
    width: 60%;
    max-width: 600px;
    min-width: 380px;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    padding: 3em;
    text-align: center;
    position: relative;
    border: 1px solid rgba(41,73,85,1);
}
.texto-pop-up p:last-of-type {
    margin: 0;
}
a.cerrar-pop-up {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}
a.cerrar-pop-up:before {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background: #0b1f22;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 14px;
}
a.cerrar-pop-up:after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background: #0b1f22;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 14px;
}
.logo-pop-up {
    background: url(images/logo-frontaltrust.svg) no-repeat center center;
    background-color: rgba(255,255,255,0);
    background-size: 210px 45px;
    position: relative;
    display: block;
    width: 210px;
    height: 45px;
    padding: 0;
    margin: 0px auto 20px;
    text-indent: -9999px;
    float: none;
    overflow: hidden;
}
.texto-pop-up p a {
    display: inline-block;
}
#logo-asistecsa {
    width: 100%;
    display: block;
}
#logo-asistecsa .cls-1 {
    fill: #963200;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.home header.sin-scroll #logo-asistecsa .cls-1{
    fill: #fff;
}
.home header.scroll #logo-asistecsa .cls-1, .home header.activo #logo-asistecsa .cls-1{
    fill: #963200;
}
.destacado {
    margin: 40px 3%;
    padding: 115px 0;
    text-align: center;
    border-radius: 18px;
    color: #fff;
    background-size: cover;
    background-position: center;
    font-size: 52px;
    overflow: hidden;
    display: block;
    float: left;
    width: 94%;
    position: relative;
    font-family: "Work Sans", sans-serif;
}
.destacado p {
    margin: 0;
    position: relative;
    z-index: 1;
}
.destacado:after{
content: '';
    display: block;
    position: absolute;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 0.37;
    background-color: #192073;
    height: 100%;
    width: 100%;
    top: 0;
}
.destacado .texto {
    position: relative;
    z-index: 1;
}
.grande {
    font-size: 40px;
}
ul.logos {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.logos li {
    list-style: none;
    width: 10.2%;
    margin: 0 2%;
}
ul.logos li img {
    filter: grayscale(1);
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
ul.logos li a:hover img {
filter: grayscale(0);
}
.social-links {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}
nav .social-links {
    float: right;
    text-align: right;
    margin-bottom: -80px;
    margin-top: 80px;
}
a.ico-social {
    width: 35px;
    height: 35px;
    display: inline-block !important;
    background-color: #fff;
    margin: 0 15px 0 0;
    border: none !important;
}
a.ico-social.instagram{
    background: url(images/ico-instagram.svg) no-repeat center center;
    background-size: contain;
}
a.ico-social.whatsapp{
    background: url(images/ico-whatsapp.svg) no-repeat center center;
    background-size: contain;
}
.top.full.flex {
    position: absolute;
    top: 0;
    background: transparent;
}
.etiquetas {
    width: 90%;
    margin: 20px 5% 0;
    display: flex;
}
.etiqueta {
    background: #fff;
    padding: 7px 35px;
    display: inline-block;
    margin: 0 15px 0 0;
    font-weight: 400;
text-decoration: none;
}
section#clientes {
    background-color: #963200;
    color: #fff;
}
section#clientes h2{
    color: #fff;
}
section#que-hacemos {
    background-color: #af641e;
    color: #fff;
    padding: 6% 0;
}
section#que-hacemos h2{
	color: #fff;
}
section#items {
    background-color: #e6c8b4;
    color: #323c5a;
}
.item-select {
    display: block;
    width: 100%;
    position: relative;
}
.item-footer {
    margin: 0 0 3vw;
    align-items: start;
}
#home-servicios .flex {
    align-items: flex-start;
}
#home-servicios .icono {
    margin: 0 0 2vw;
    border-radius: 50%;
    overflow: hidden;
}
#home-servicios .icono img {
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
#home-servicios .icono img:hover {
    transform: scale(1.1);
}
#home-servicios h3 {
	min-height: 65px;
}
a.nombre.abrir {
    text-decoration: none;
    border-bottom: 1px solid;
    display: block;
    padding: 2vw 0;
    font-size: 20px;
	position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
a.nombre.abrir.activo {
    font-weight: bold;
}
.item-cont {
    padding: 2vw 0;
}
a.nombre.abrir:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #323c5a transparent;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: -60px;
    top: 3vw;
}
.descargas {
    display: flex;
    flex-flow: wrap;
    width: 80%;
    margin: 0 10%;
}
.cont-descarga a, .cont-descargas a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cont-descarga a:before, .cont-descargas a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 60px;
    background: url(images/ico-descarga.svg) no-repeat center center;
    background-size: contain;
    margin: 0 15px 0 0;
}
.cont-descargas a {
    width: 50%;
    margin-bottom: 50px;
}
.equipo.flex {
    text-align: center;
    width: 70%;
    margin: 0 15%;
	align-items: start;
}
.foto img {
    margin: 0 auto 40px;
    float: none;
    width: 55%;
}
.equipo-item .texto {
    width: 85%;
    margin: 0 auto;
}
.contenido-cabecera {
    margin: 130px 0 0;
    padding: 8vw 0;
}
.contenido-cabecera .flex {
    align-items: start;
}
.contenido-top h1 {
    text-transform: none;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #af641e;
}
.contenido-top p {
    font-size: 18px;
}
.full.galeria-wrap {
    padding: 7vw 0;
}
.single-prospecciones .full.galeria-wrap {
    background-color: #963200;
}
.home .servicio a {
    color: #fff;
}
section#que-hacemos:before{
    content: '';
    width: 40vw;
    height: 40vw;
    background: url(images/elemento-1.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -20vw;
    left: -5vw;
	z-index: 0;
}
section#que-hacemos:after{
    content: '';
    width: 40vw;
    height: 40vw;
    background: url(images/elemento-2.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 10vw;
    right: -5vw;
	z-index: 0
}
section#que-hacemos .container{
	z-index: 1;
}
.single-servicios .contenido-cabecera:before {
    content: '';
    display: block;
    position: absolute;
    width: 40vw;
    height: 40vw;
    right: -4vw;
    top: -5vw;
    background: url(images/elemento-6.svg) no-repeat center center;
    background-size: contain;
    z-index: 0;
}
.icono-top {
    overflow: hidden;
    border-radius: 50%;
}
.caja-cabecera.flex {
    align-items: start;
}
section.seccion-proyectos {
    padding: 130px 0 0;
}
.color-azul {
    background-color: #323c5a;
    color: #fff;
}
.color-naranja {
    background-color: #af641e;
    color: #fff;
}
.color-gris {
    background-color: #313131;
    color: #fff;
}
.color-blanco {
    background-color: #fff;
    color: #323c5a;
}
.color-azul h1,.color-azul h2,.color-gris h1,.color-gris h2,.color-naranja h1,.color-naranja h2{
    color: #fff;
}
.color-naranja h3 {
	color: #fff;
}
.proyecto h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.proyecto a.leer-mas {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 1vw 0 0;
}
.proyecto a.leer-mas span.ico-plus {
    display: block;
    width: 30px;
    height: 30px;
    background: #af641e;
    margin: 0 10px 0 0;
    position: relative;
}
.proyecto a.leer-mas span.ico-plus:before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(0deg);
    top: 50%;
    left: 3px;
}
.proyecto a.leer-mas span.ico-plus:after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    left: 3px;
}
article.proyecto {
    padding: 7vw 0;
}
.linea {
    border-bottom: 1px solid #fff;
    padding: 4vw 0;
}
.color-blanco .linea {
    border-color: #323c5a;
}
.caja-cabecera.linea{
    border-top: 1px solid #fff;
}
.desafio, .solucion, .valor {
    padding: 4vw 5%;
}
.proyecto .thumbnail {
    position: relative;
}
a.ver-proyecto {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #963200;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
}
.proyecto a.leer-mas.activo span {
	display: none;
}
.proyecto a.leer-mas.activo span.ico-plus {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #963200 transparent;
    transform: rotate(0deg);
    background: transparent;
	display: block;
}
.proyecto a.leer-mas.activo span.ico-plus:after, .proyecto a.leer-mas.activo span.ico-plus:before {
    display: none;
}
header.activo.activo-servicios{
    height: 200px;
}