* {
    padding:0;
    margin: 0;
    box-sizing: border-box;
    transition: all .5s ease-in;
}


@font-face {
    font-family: 'Uni Neue';
    src: url('../fonts/UniNeueBold.woff2') format('woff2'),
        url('../fonts/UniNeueBold.woff') format('woff'),
        url('../fonts/UniNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('../fonts/UniNeueLight-Italic.woff2') format('woff2'),
        url('../fonts/UniNeueLight-Italic.woff') format('woff'),
        url('../fonts/UniNeueLight-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('../fonts/UniNeueLight.woff2') format('woff2'),
        url('../fonts/UniNeueLight.woff') format('woff'),
        url('../fonts/UniNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('../fonts/UniNeueRegular-Italic.woff2') format('woff2'),
        url('../fonts/UniNeueRegular-Italic.woff') format('woff'),
        url('../fonts/UniNeueRegular-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('../fonts/UniNeueRegular.woff2') format('woff2'),
        url('../fonts/UniNeueRegular.woff') format('woff'),
        url('../fonts/UniNeueRegular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Generales */

html {
    scroll-behavior: smooth;
}

body {
    background: #F2F4F7;
    font-family: 'Uni Neue';
    color: #264258;
    font-size: 14px;
}
/*
.container {
    max-width: 1300px!important;
}
*/
.container-shadow {
    box-shadow: 0px 0px 6px 1px #ccc;
}

h1 {
    font-size: 34px;
    font-weight: 600;
    color: #264258;
    margin: 50px auto 30px;
}

section {
    position: relative;
    padding-top: 120px;
    margin-top: -120px;
}

section#inicio {
    margin-top: 0px;
}

section#Contactanos {
    top: 0px;
}
/*
.bg-banner, .queHacemos, .ComoLoHacemos, .Clientes, .Contactanos {
    margin-top: -120px;
}
*/
/* NAV */

#myLinks {
    display: block;
    transition: all .7s ease-in;
    position: absolute;
    background: #ffffff;
    right: -270px;
    top: 120px;
    box-shadow: -6px 6px 7px 0px #ddd;
    border-radius: 0 0 0 24px;
}

.menu-toggle.open ~ #myLinks {
    display: block;
    right: -16px;
}

.Kabeli-logotipo {
    /* margin-left: 24px; */
    max-width: 200px;
}

.Kabeli-logotipo img {
    width: auto;
    height: 64px;
    margin: 12px 0;
}

.menubar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 6;
    transition: 1s ease-in-out;
}

#nav, header {
    width: 100%;
    max-width: 770px;
    float: right;
}

#nav ul {
   margin: 0;
   padding: 0;
   list-style: none;
   width: 100%;
}

#nav ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

#nav ul li a.active:after {
	content:
	' ';
	height: 4px;
	width: 0px;
	position: absolute;
	background:#900AA3;
	display: block;
	bottom: 0;
    width: 100%;
    left: 0;
}

#nav ul li a {
	text-decoration: none;
	color:#121212;
	padding:16px;
	font-size: 16px;
    display: block;
}

#nav ul li:before {
	content:
	' ';
	height: 4px;
	width: 0px;
	position: absolute;
	background:#900AA3;
	display: block;
	bottom: 0;
	left: 50%;
    transition: .4s ease-in-out;
}

#nav ul li:hover:before {
	width: 100%;
	left: 0%;
}

.mobilemenu {
    display: none;
    right: 20px;
    margin-top: 20px;
    z-index: 100;
    background: #ffffff;
}


.mobilemenu ul {
	padding-right: 24px;
	padding-left: 16px;
}

.mobilemenu a {
    color: #264258;
    font-size: 16px;
    letter-spacing: 0.25em;
    text-decoration: none;
    height: 3em;
    line-height: 3em;
    padding: 0 0.5em 0 1em;
    outline: 0;
    width: 100%;
    white-space: nowrap;
}

.mobilemenu ul li {
    display: block;
    /* width: 240px; */
}

#header {
    display: block;
    margin-top: 22px;
}

@media screen and (max-width:1260px) { 
	.mobilemenu { 
        display: block;
    }
	#header {
        display: none;
    }
}

.menu-toggle {
	height: 32px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 24px 0 10px 6px;
	width: 40px;
	float: right;
	transition: all 0.5s ease-out;
}

.menu-toggle:hover {
	color: #999;
}

.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	right: 0;
	background: #900AA3;
	border-radius: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle i:after,
.menu-toggle i:before {
	content: '';
}

.menu-toggle i:after {
	top: -32px;
}

.menu-toggle i:before {
	top: -16px;
}

.menu-toggle i {
	top: 32px;
}

.menu-toggle.open i:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -22px;
}

.menu-toggle.open i:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -22px;
}


.links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.links .linkedin {
    color:#334459;
    font-size: 11px;
    margin-right: 50px;
}

.links .linkedin a {
	margin-left:8px;
}

.links .kabeli a {
    border-radius: 2px;
    border: 1px solid #00B100;
    background: rgba(0, 177, 0, 0.10);
    font-size: 12px;
    color:#00B100;
    padding: 2px 4px;
}

.links .kabeli a:active, .links .kabeli a:visited, .links .kabeli a:hover {
    color: #00b100!important;
    text-decoration: none;
}

.links .kabeli a:hover {
    background: rgb(0 177 0 / 34%);
}

/* Banner */


.bg-banner {
    background: #7d0e8e;
    padding: 0;
}

.bg-banner .container {
    padding: 0!important;
}

.banner {
    background-image: url(../images/people-morado-ks.png);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.banner .text-banner {
    width: 43%;
    padding-top: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner .text-banner .destacado {
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    line-height: normal;
}

.banner .text-banner .destacado span {
    color: #FBB03B;
}

.banner .text-banner .bajada {
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    font-weight: 300;
}

.banner .text-banner .bajada span {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.banner .barText {
    display: block;
    width: 90%;
    border-top: 1px dotted #ffffff79;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin: 40px auto 0;
    padding: 8px 0;
    font-weight: 300;
}

.banner .barText span {
    color: #FBB03B;
}

/* Oferta Valor */

.oferta-valor {
    background: url(../images/Vector-OF.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    /* top: -120px; */
    position: relative;
}

.circle-ov {
    display: flex;
    width: 290px;
    height: 290px;
    border-radius: 100%;
    background: #F2F4F7;
    box-shadow: -4px -6px 8px 4px rgba(255, 255, 255, 0.50) inset, 10px 10px 32px 0px rgba(0, 0, 0, 0.10);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.circle-ov .icon-ov {
    display: block;
    width: 100%;
    max-width: 170px;
    height: 102px;
    text-align: center;
}

.circle-ov.ov1 .icon-ov {
    background: url(../images/icon-ov-bp.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.circle-ov.ov2  .icon-ov {
    background: url(../images/icon-ov-sb.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.circle-ov.ov3 .icon-ov {
    background: url(../images/icon-ov-mb.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.circle-ov .text-ov {
    font-size: 20px;
    font-weight: 600;
    color:#900AA3;
}

.circle-ov .text-ov span {
    font-size: 16px;
    display: block;
}

.text-ov-out {
    width: 80%;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 30px auto;
}

/* Qué hacemos */

.box-qh {
    border-radius: 16px 16px 40px 16px;
    background: #F9F9F9;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 24px;
    margin-bottom: 20px;
    min-height: 200px;
}

.box-qh .group1-qh {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box-qh .group1-qh .i-uno {
    background: url(../images/icon-qh-1.svg);
}

.box-qh .group1-qh .i-dos {
    background: url(../images/icon-qh-2.svg);
}

.box-qh .group1-qh .i-tres {
    background: url(../images/icon-qh-3.svg);
}

.box-qh .group1-qh .i-cuatro {
    background: url(../images/icon-qh-4.svg);
}

.box-qh .group1-qh .i-cinco {
    background: url(../images/icon-qh-5.svg);
}

.box-qh .group1-qh .icon-qh {
    display: block;
    width: 80px;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat ;
}

.box-qh .group1-qh .title-qh {
    margin-left: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #900AA3;
}

.box-qh .descripcion-qh {
    font-size: 14px;
    margin-top: 16px;
}

/* Como lo hacemos */

.como-hacemos .bajada {
    font-size: 14px;
    max-width: 700px;
    text-align: center;
    margin: -10px auto 0;
}

.como-hacemos .bajada span {
    color: #900AA3;
    border-radius: 2px;
    background: rgba(51, 68, 89, 0.21);
    font-weight: 600;
    padding: 0 2px;
}
.exagono {
    display: block;
    margin: 30px auto 30px;
    width: auto;
}

.clh-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}

.clh-mobile .form-clh {
    display: flex;
    max-width: 100%;
}

.clh-mobile .form-clh:nth-child(2) path { 
    fill:#E9298D;
}

.clh-mobile .form-clh:nth-child(2) svg { 
    transform: scaleX(-1);
    margin-top: -10px;
}

.clh-mobile .form-clh:nth-child(3) path { 
    fill:#1FDBDC;
}

.clh-mobile .form-clh:nth-child(3) svg { 
    margin-top: -10px;
}

.clh-mobile .form-clh:nth-child(4) path { 
    fill:#00CCCD;
}

.clh-mobile .form-clh:nth-child(4) svg { 
    transform: scaleX(-1);
    margin-top: -10px;
}

.clh-mobile .form-clh:nth-child(5) path { 
    fill:#FFC45E;
}

.clh-mobile .form-clh:nth-child(5) svg { 
    margin-top: -10px;
}

.clh-mobile .form-clh:nth-child(6) path { 
    fill:#FFB12A;
}

.clh-mobile .form-clh:nth-child(6) svg { 
    transform: scaleX(-1);
    margin-top: -10px;
}

.clh-mobile .form-clh {
    position: relative;
}

.clh-mobile .form-clh .cont-clh {
    position: absolute;
    z-index: 2;
    margin: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.clh-mobile .form-clh .cont-clh .titnumber {
    display: flex;
    margin-bottom: 10px;
}


.clh-mobile .form-clh .cont-clh .titnumber .number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100%;
    color: #900AA3;
    font-size: 24px;
    text-align: center;
}

.clh-mobile .form-clh .cont-clh .titnumber .tit {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 10px;
}

.clh-mobile .form-clh .cont-clh .descript {
    text-align: left;
    color: #050505;
    font-size: 14px;
    line-height: 18px;
}

.clh-mobile .form-clh .cont-clh .descript ul{
    margin-left: 17px;
    margin-top: 4px;
}

.clh-mobile .form-clh:nth-child(2) .cont-clh, .clh-mobile .form-clh:nth-child(4) .cont-clh, .clh-mobile .form-clh:nth-child(6) .cont-clh {
    align-items: flex-end;
    text-align: right;
}

.clh-mobile .form-clh:nth-child(2) .cont-clh .titnumber, .clh-mobile .form-clh:nth-child(4) .cont-clh .titnumber, .clh-mobile .form-clh:nth-child(6) .cont-clh .titnumber {
    flex-direction: row-reverse;
}


/* Nuestros clientes */

.clientes {
    background: #ffffff;
    padding: 20px 0px;
}

.clientes h1 {
    margin-top: 30px!important;
}

.clientes  .bajada {
    font-size: 14px;
    text-align: center;
    margin: -10px auto 30px;
}

    /* Slider clientes*/

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 3));
    }
}

.slider {
    background: #ffffff;
    height: 130px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.slider .slide img {
	width: fit-content;
	max-width: 210px;
	height: initial;
	max-height: 80px;
	vertical-align: middle;
}

/* Contactanos */

.contactanos {
    background: linear-gradient(360deg, #60146C 0%, #900AA3 39.06%);
    color: #ffffff;
    padding-bottom: 50px;
    padding-top: 20px;
}

.contactanos h1 {
    color: #ffffff;
}

.contacto {
	display: flex;
}

.contacto .grupodatos {
    margin: 0 20px;
}

.contacto .img {
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
}

.contacto .img img {
    width: 150px;
    height: auto;
}

.contacto .grupodatos .nombre {
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}

.contacto .grupodatos .cargo {
    font-size: 16px;
    font-weight: 600;
}

.contacto .grupodatos .datos {
    font-weight: 100;
    list-style: none;
	font-size:14px;
	margin-top:10px;
}

.contacto .grupodatos .datos li {
    list-style: none;
    margin-bottom: 8px;
}

.contacto .grupodatos .datos li span {
    margin-left: 10px;
} 

.contacto .grupodatos .datos li span a {
    color: #ffffff;
}

.contactanos .bajada {
    max-width: 1000px ;
    margin:-10px  auto 70px;

}

/* Footer */

.cont-footer {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px auto;
    width: 190px;
}

.cont-footer img {
    width: 80px;
    height: auto;
    margin-left: 0px;
    margin-top: -5px;
}

/* Responsive */

@media only screen and (min-width: 320px) {
    .exagono {
        display: none;
    }

    .clh-mobile {
        display: flex;
    }

    .contactanos .contacto {
        flex-direction: column;
        align-items: center;
    }

    .contactanos .contacto img {
        margin-bottom: 24px;
    }

    .contacto .grupodatos {
        width: 280px;
    }

    .contactanos .col-md-5 {
        margin-bottom: 30px;
    } 
    .banner .text-banner {
        width: 90%;
        padding-top: 60px;
        text-align: center;
        position: relative;
        z-index: 1;
        padding-left: 36px;
    }
    .banner .text-banner .destacado {
        font-size: 32px;
    }
}


@media only screen and (min-width: 576px) {
    .exagono {
        display: block;
    }
    .clh-mobile {
        display: none;
    }
    .box-qh {
        min-height: 260px;
    }
    .exagono svg {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .box-qh {
        min-height: 240px;
    }    .exagono svg {
        width: 100%;
        height: auto;
        
    }
}

@media only screen and (min-width: 992px) {
    .exagono svg {
        width: auto;
        height: auto;
    }
    .contactanos .contacto {
        flex-direction: inherit;
        align-items: flex-start;
    }
    .banner .text-banner {
        width: 43%;
        padding-top: 60px;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .banner .text-banner .destacado {
        font-size: 40px;
    }
}


@media only screen and (min-width: 1400px) {

    .oferta-valor {
        background-size: contain;

    }
}

/* Para efectos de aparecer con el scroll */


.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

.active.fade-in {
    animation: fadeIn 2s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
    
@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
        100% {
        transform: translateX(0);
        opacity: 1;
    }
}
  

 