@charset "utf-8";
/* CSS Document */

@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css');

@font-face {font-family:sinkin; 
src: url("../fuentes/sinkin.ttf") format("truetype");
}

@font-face {
font-family:ubuntu;
src: url("../fuentes/Ubuntu-Regular.ttf") format("truetype");
}

/*--------*/

* {outline:0; padding:0; margin:0; box-sizing: border-box;}
html {font-size: 62.5%;}

body { font-family:sinkin; overflow-x:hidden !important;  color:#333;  }
a {color:#0071b3; text-decoration:none;} a:hover {color: #000;} a:hover i {color:#3DCAE1;}
strong {color:#fff; }
button {border:0; background:none; }
b { color:#3DCAE1; }
i { color:#0071b3; } 
p { padding:.5em 0; line-height:18px; width:100%; color: #000;} p i {margin-left:-.5em;} 
.nota {color:#000; font-size:1.2rem; max-width:800px !important;  }
.clear {width:100%; height:1px;}
.blanco {color:#fff;} .blanco a:hover {color:#fff;}

.boton {padding:.8em 1em .6em 1em; color:#666; background:#fff; font-size:1.3rem; text-shadow:none; text-align:center; cursor:pointer; margin:1em; border:solid #3DCAE1 1px;}
.boton i {color:#666; font-size:1rem; padding-left:.5em; margin-right:0; } 
.boton:hover {background-color:#0071b3; color:#fff !important; } .boton:hover i {color:#fff;}

.boton2 {padding:.8em 1em .6em 1em; color:#fff; background:#1C242C; font-size:1.3rem; text-shadow:none; text-align:center; cursor:pointer; margin:1em; border:solid #3DCAE1 1px;}
.boton2 i {color:#fff; font-size:1rem; padding-left:.5em; margin-right:0; } 
.boton2:hover {background-color:#0071b3; color:#fff !important; } .boton:hover i {color:#fff;}

.boton3 {padding:.8em 1em .8em 1em; color:#fff; font-size:1.4rem; text-shadow:none; text-align:center; cursor:pointer; border:solid #fff 1px;}
.boton3:hover {background-color:#000; color:#17f4ff !important; border: solid 1px #17f4ff; }

.centrado {text-align: center;}


#arriba { display:none; position:fixed; bottom:2em; right:30px; z-index:20; background:#0071b3; color:#fff; cursor: pointer; padding:13px  13px 10px 13px; border-radius:50px; border:0; box-shadow:0 3px 3px 0 rgba(0,0,0,0.5); line-height:18px; font-size:1.5rem;}
#arriba:hover {  background:#29aae1; }


main { width:100%; clear:both; font-size:1.2rem; background:#fff; color:#000;  }
.bullets ul { padding:.5em 0; } .bullets ul li {list-style: none; padding:.8em 0;  line-height:18px; border-bottom:1px solid #333;  } .bullets ul li i {margin-left:-23px; font-size:1.2rem;}

main ul { padding:.5em 0; }
main ul li {list-style: none; padding:.8em 0;} 
main ul li i {margin-left: 0px !important;}

ol { padding:.5em 0; }
ol li {padding:.8em 0; margin-left: 30px; }
ol li::before { color: #29aae1; font-weight: bold; }


h1 {font-size:2.5rem; line-height:3rem; color:#000; text-align:center; padding:.3em 0; margin-bottom:1em; width:auto; font-family:ubuntu; } 
h2 {font-size:1.2rem; line-height: 1.5rem; color:#000;  text-align:center; padding-top:.3em; padding-bottom:.15em;  width:100%; font-family:ubuntu;} 
h3 {font-size:1.5rem; line-height:2rem;  color:#fff; text-align:center; padding:1em 0; width:100%; font-family:ubuntu; } 
h4 { font-size:.9em;  color:#3DCAE1; font-weight:normal; padding:.5em 0; font-family:ubuntu;}  h4 i {color:#3DCAE1; }
h5 { font-size:1.5em;  color:#595959; font-weight:normal; padding:.5em 0; text-transform: uppercase;}



.back2 {background:url("../images/fondo_negro.jpg") repeat; background-size:auto; width:100%; padding:2em 0; }
.labels { width: 100%; min-height:500px; background: url("../images/fondo_labels.svg") no-repeat; background-size:cover; display:flex; justify-content:space-evenly; flex-wrap:wrap; align-items:center; margin-bottom:5em; }

.columna-2, .columna-3, .columna-4, .columna-5, .columna-6 {min-height:50px;  padding:1em 0; }


/*-------------------------Widget---------------*/


.widget { display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-evenly; padding:1em 0 4em 0; position:relative; margin:1em 0;}

.widget .columna-3 { width:318px; min-height:150px; background:rgba(0,0,0,.1); padding:0;}
.widget .columna-3 img { width:100%; margin-bottom:.5em; }
.widget .columna-3 p {padding:1em; } .widget ul {display:none;}
.widget .boton { display:flex;  justify-content:center; width:318px; margin-top:1em; } .widget .boton h4 {padding-top:.7em;} .widget .boton:hover h4 {color:#fff;} 


/*-------------------------PopUP---------------*/


#popup {width:100%; height:100%; position:fixed; z-index:50; background:rgba(0,0,0,.8); top:0; overflow:auto; display:flex; flex-wrap:wrap; align-items:center; padding:5% 0 5% 0;  }

.popup .columna { position:relative; align-items:flex-start; background:#fff; border:solid 1px #fff;}
.popup h3 {text-align:left; padding-top:0; padding-bottom:.3em;} .popup h2 {text-align:left; padding-left:1em;}
.popup table { background:#0071b3; color:#000; border:0;} .popup table td {border-left:solid 1px #fff; border-bottom:solid 1px #fff; } 

.close { position:absolute; z-index:51; font-size:2rem; right:0; background:#000; padding:.5em .3em .3em .3em; border:none; cursor:pointer; top:0;} .close:hover i {color:#fff;}


/*-------------------------Slider productos---------------*/

.producto_slider { position:relative; background:none; }

.flecha1, .flecha2 {color:#0071b3; padding:.5em .3em .3em .3em; font-size:1.8rem; z-index:7; cursor:pointer; position:absolute; background:rgba(0,0,0,.3); }
.flecha1 {left:0; bottom:.65em;}
.flecha2 {right:0; bottom:.65em;}
.flecha1:hover, .flecha2:hover {color:#fff; cursor:pointer;} .btn-floating1 { margin-left:-35px; } .btn-floating2 {margin-left:15px;}



/*------------------Social Menu--------*/

.social { position:fixed; right:15px; z-index:10;  }
.social ul {list-style:none; text-align:right; padding:0;}
.social ul li a { color:#fff !important; background:#0071b3; padding:.6em .5em .3em .5em; text-decoration: none; border:solid 1px #cecece; font-size:3rem;  
animation-direction: normal; -webkit-transition:400ms ease;-o-transition:400ms ease; transition:400ms ease; border-radius:3em; box-shadow:-3px 3px 5px rgba(0,0,0,.3);}
.social ul li a:hover { padding:.7em .6em .4em .6em;  }
.social ul li i {color:#fff;}


/*--------------------- slider logos -----*/

.columna-cliente { width:100%; min-height:50px; overflow:hidden;  margin-top:-1px; padding:1em 0 0 0; background:#fff; box-shadow:0px 6px 6px #acacac;}
.cliente { width:180px;  margin-left:-.3em; }


/*--------------------- carrusel -----*/

#carrusel { width:100%; overflow:hidden; min-height:430px; position:relative; padding:3em 0; text-align:right;}

.carrusel{ width:4000px; left:0px; position:relative; display:flex;}
.carrusel>div { margin-right:20px; width:300px; text-align:right; padding-bottom:4em; margin-bottom:3em; position:relative; }
.carrusel img  { width:100%; margin-bottom:1em; }
.carrusel a {position:absolute; bottom:25px; right:12px;}
.carrusel p  {}

.card { min-height:100px; padding:1em;}

.carrusel h2 {padding:0 0 1em 1.2em; text-align:left;  }
.carrusel h2, .carrusel p {text-align:left; color:#000;  padding-right:1em;}

.left-arrow, .right-arrow { color:#0071b3; font-size:4rem; padding:.5em .1em; font-weight:bold;}
	


/*--------------------- extras -----*/

.icono { font-size:5rem; color:#3DCAE1; }
.icono2 { font-size:2.6rem; color:#3DCAE1; padding:2rem; }
.icono2:hover {color: #000;}
.flag {max-height: 20px; width: auto;}

.translate {cursor:pointer; color:#fff; padding:.5em .5em;} .translate:hover {color:#F1A71D; }

main table {text-align: center; border-right: solid 1px #999; border-top: solid 1px #999;  background-color:rgba(0,0,0,.7); font-size:1.3rem; color:#fff; width:100%; } 
main table td {border-left: solid 1px #999; border-bottom: solid 1px #999; padding:.6em; }


.separador {width:100%; height:50px;}
.separador2 {width:100%; height:20px;}

.marcas { width:320px; height:150px; }

.registrado {font-size:50%; vertical-align:top;}

.azul1 {background:#59a8dc; width:100%; height:auto; padding:2em 1em; color:#fff;}
.azul2 {background:#0071b3;  width:100%; height:auto; padding:2em 1em; color:#fff;} 
.azul3 {background:#2a3180;  width:100%; height:auto; padding:2em 1em; color:#fff;}
.bco {background:#fff; width:100%; height:auto; padding:2em 1em; color:#000; position:relative; vertical-align:top;}

.numero { position:absolute; width:80px; height:80px; text-align:center; font-size:3rem; color:#000; background:#ffcc00; top:-40px; left:50%; margin-left:-40px; font-family:ubuntu; padding-top:25px;  box-shadow:3px 3px 3px rgba(0,0,0,.5);}

.flecha-right{ position:absolute; width:40px; height:40px; right:-30px; top:50%; margin-top:-20px; z-index:20; }
.flecha-left{ position:absolute; width:40px; height:40px; left:-30px; top:50%; margin-top:-20px; z-index:20; }

.azul { width:100%;  background:rgb(40,88,167); background: linear-gradient(114deg, rgba(40,88,167,1) 0%, rgba(19,49,101,1) 100%);  min-height: 100px;  } .azul h1 {color:#fff;}


.gris { width:100%;  background:#FBFBFB; min-height: 100px;  }
.gris2 { width:100%;  background:#1C242C; min-height: 100px; } .gris2 h1, .gris2 p, .gris2 h2 {color:#fff;}
.deg1 { width: 90%; padding: 1em; margin: 1em; border-radius: 2em; background: rgb(46,51,253) linear-gradient(90deg, rgba(46,51,253,1) 10%, rgba(46,13,145,1) 85%); }
.deg1 h3 {font-size: 1.7em;}
.deg1 p {color: #fff;} .deg1 strong {color: aqua;}
.deg1 li {color: #fff; line-height: .25em !important; } .deg i {color: aqua !important;}

.carta { background:#1C242C; padding:2em;} .carta p, .carta h1, .carta h2 {color:#fff;}
.carta a:hover {color: #fff;}

.gris1 {width:100%; background:#EBEBEB !important; color: #434D4E; } .gris1 h3 {color: #434D4E !important;} .gris1 p {color: #2B2B2B !important;}
.gris3 {width:100%; background:#3C5066 !important; color: #fff; } .gris2 h3 {color: aliceblue !important;} .gris2 p {color: #fff !important; font-size: .85em;}

.acord-c1 {background: #000 url("../images/acord-c1.jpg") center right no-repeat; background-size:contain; padding: 1.2em; margin: 1.2em; border-radius: 2em; height: 160px; }
.acord-c1 p {color: #fff;}
.acord-c1 h3 {font-size: 2em; text-align: left!important;}

.acord-c2 {background: #000 url("../images/acord-c2.jpg") center right no-repeat; background-size:contain; padding: 1.2em; margin: 1.2em; border-radius: 2em; height: 160px; }
.acord-c2 p {color: #fff;}
.acord-c2 h3 {font-size: 2em; text-align: left!important;}

.acord-c3 {background: #000 url("../images/acord-c3.jpg") center right no-repeat; background-size:contain; padding: 1.2em; margin: 1.2em; border-radius: 2em; height: 160px; }
.acord-c3 p {color: #fff;}
.acord-c3 h3 {font-size: 2em; text-align: left!important;}

.acord-c4 {background: #000 url("../images/acord-c4.jpg") center right no-repeat; background-size:contain; padding: 1.2em; margin: 1.2em; border-radius: 2em; height: 160px; }
.acord-c4 p {color: #fff;}
.acord-c4 h3 {font-size: 2em; text-align: left!important;}

#contadores h1, .big {font-size:8rem; line-height:8rem; width:100%;  margin-bottom:0.2em;}
.big {color: #0071b3;}
.big2 {font-size:1.8em; line-height: 1.5em; }
.big3 {font-size: 3em; line-height: 1em;}
.uno {width:100%; height:100px;}
.dos {width:100%;}


.card {  background:#000; border-radius:1em;}
.card img  { width:100%; border-radius:1em; }
.card h1 h2 h3 p {color: #fff !important;}
.carrusel-box {padding:1.5em !important;}


.sfera { color: #2e33fb !important; background: rgba(255,255,255,1.00); border-radius: 4em; border: solid rgba(91,91,91,1.00); padding: 2em; margin: 1em; }
.sfera h2 {color: #2e33fb !important; font-size: 4em;}


.container {display: flex;justify-content: center;align-items: center;height: 100vh;margin: 0;}
.image-container {position: relative;display: inline-block;cursor: default;}
.image-rollover {width: 280px;	transition: transform 0.3s ease;}
.image-container:hover .image-rollover {transform: scale(1.05);}
.info-box {position: absolute;top: 130px;left: 10px;right: 10px;background-color: rgba(20, 20, 20, 0.8);color: #fff;padding: 10px;border-radius: 8px;opacity: 0;transform: translateY(10px);transition: opacity 0.3s ease, transform 0.3s ease;}
.image-container:hover .info-box {opacity: 1;transform: translateY(0);}

/* carousel */

.carousel{
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

.carousel .list .item{
    width: 180px;
    height: 250px;
    position: absolute;
    top: 80%;
    transform: translateY(-70%);
    left: 70%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background-position: 50% 50%;
    background-size: cover;
    z-index: 10;
    transition: 1s;
}

.carousel .list .item:nth-child(1),
.carousel .list .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.carousel .list .item:nth-child(3){
    left: 67%;
}

.carousel .list .item:nth-child(4){
    left: calc(67% + 200px);
}

.carousel .list .item:nth-child(5){
    left: calc(67% + 400px);
}

.carousel .list .item:nth-child(6){
    left: calc(67% + 600px);
}

.carousel .list .item:nth-child(n+7){
    left: calc(67% + 800px);
    opacity: 0;
}


.list .item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    width: 400px;
    text-align: left;
    color: #fff;
    display: none;
}

.list .item:nth-child(2) .content{
    display: block;
}

.content .title{
    font-size: 44px;
    text-transform: uppercase;
    color: #17f4ff;
    font-weight: bold;
    line-height: 1;

    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.content .name{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;

    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
}

.content .des{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    margin-left: 5px;

    opacity: 0;
    animation: animate 1s ease-in-out 0.9s 1 forwards;
}

.content .btn{
    margin-left: 5px;

    opacity: 0;
    animation: animate 1s ease-in-out 1.2s 1 forwards;
}

.content .btn button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #fff;
	color: aqua;
}

.content .btn button:nth-child(1){
    margin-right: 15px;
}

.content .btn button:nth-child(2){
    background: transparent;
    color: #14ff72cb;
    border: 2px solid #fff;
    transition: 0.3s;
}

.content .btn button:nth-child(2):hover{
    background-color: #14ff72cb;
    color: #fff;
    border-color: #14ff72cb;
}


@keyframes animate {
    
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}

/* Carousel */






/* next prev arrows */

.arrows{
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.arrows button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #14ff72cb;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
}

.arrows button:hover{
    background: #fff;
    color: #000;
}


/* time running */
.carousel .timeRunning{
    position: absolute;
    z-index: 15;
    width: 0%;
    height: 4px;
    background-color: #17f4ff;
    left: 0;
    top: 0;
    animation: runningTime 7s linear 1 forwards;
}

@keyframes runningTime {
    
    from{width: 0%;}
    to{width: 100%;}

}

/*-------------------------------------- WEB--*/
	

@media screen and (min-width:1020px){
	
	
#banner {width:100%; height:100%; background:rgba(0,0,0,.8); position:fixed; z-index:20; padding:2em; } 		
.bannerIn {max-width:800px; max-height:550px; position:absolute; z-index:21;  background:#000; top:50%; margin-top:-275px; left:50%; margin-left:-400px; } .bannerIn img { width:100%; border:2px solid #fff;}
	
	
header { width:100%; height:auto; background:#fff; display:flex; justify-content:space-around; flex-wrap:wrap; align-items:center; position: relative; z-index:20;   } 
	
.top { color:#000; text-align:right; width:100%; padding:1em; font-size:1.2rem; background:#fff; }
.top ul {padding:0 3em; }
.top li {display:inline; padding:.8em 0; }
.top a { padding:.8em .5em .5em .5em; color:#3DCAE1;} .top a:hover i { color:#29aae1;  }
.top i {  }		
	

.logo {text-align:left; padding:1em; width:25%; padding-left:8em;} 
.logo img {width:180px;}	
	
	
nav { width:75%;}
nav ul { width:auto; margin:0 auto; text-align:left; padding:2em 0; padding-right:8em; }
nav li { display:inline; }
nav a { padding:2em .5em 1.8em .5em; margin:0 1em; font-size:1.1rem; color:#333; text-decoration:none;  }
nav a:hover { color:#0071b3;} 	
nav a span { color:#0071b3;} 
.sep {float:right;}	
		
.active {color:#3DCAE1 !important; } 
.active2 {color:#000; } 

.dropbtn { color:#FFF;  background:rgba(255,251,240,0); border: none; cursor: pointer; padding-bottom:.55em;  }
.dropdown {  display:inline-block;  }
.dropdown:hover .dropdown-content { display: block; box-shadow: 3px 1px 30px 1px rgba(0,0,0,0.20);}
	
.dropdown-content { display:none; position:absolute; z-index:20; text-align:left; background-color:#fff;  margin-top:0; padding:2em 3em 2em 3em; border-bottom-left-radius:.5em; border-bottom-right-radius:.5em; }	
.dropdown-content .uno { width:300px; float:left; height:auto;  padding:0; margin-right:2em;  }
.dropdown-content .dos { width:300px; float:left; height:auto;  padding:0;  }
.dropdown-content p { margin-bottom:1em;}	
.dropdown-content a {color:#13AFE5; width:100%; text-decoration:none; display:inline-block; padding:1em 0em !important; font-size:1.5rem;   }
.dropdown-content a:hover { background:#FFF; color:#000; border-top:0; }
.dropdown-contect i {color: #3EC72D;}
	
.menu-fixed {position:fixed; z-index:1000; width:100%; top:0; }	
	
.slider { width:100%; height:550px; display:flex; justify-content:flex-end; flex-wrap:wrap; align-items:center; }
.slider .columna { height:550px; width:100%; justify-content:flex-end !important; align-items:flex-end !important; }
.slider p { font-size:1.2rem; line-height:1.5rem; color:#333; ; }	
.slider p b { font-size:3rem; line-height:1.1em; font-family:ubuntu; }		
	
.slider2 { width:100%; height:580px; text-align: left; display:inherit; }
.slider2 h1 {font-size: 3em; text-align: left; line-height:1.2em; }
.slider2 h2 {font-size: 1em; text-align: left; }
.slider2 p {font-size: 1.2em; line-height: 1.4em; }
	
.texto-slider {width:40%; margin-left:5%; }
.foto-slider { width:55%; height:500px; }

.inicio {background: #eef4f8; background-size:contain;}
.mappia {background: url("../images/cover-mappia.jpg") center bottom no-repeat; background-size:contain;}
.caso-diners {background: url("../images/caso-cover-diners.jpg") center bottom no-repeat; background-size:contain;}
.caso-afore {background: url("../images/caso-cover-afore.jpg") center bottom no-repeat; background-size:contain;}
.caso-sivale {background: url("../images/caso-cover-sivale.jpg") center bottom no-repeat; background-size:contain;}
.caso-fintech {background: url("../images/caso-cover-fintech.jpg") center bottom no-repeat; background-size:contain;}
.caso-kimberly {background: url("../images/caso-cover-kimberly.jpg") center bottom no-repeat; background-size:contain;}
.caso-bbva-ux {background: url("../images/caso-cover-bbva-ux.jpg") center bottom no-repeat; background-size:contain;}
.caso-bbva-next {background: url("../images/caso-cover-bbva-next.jpg") center bottom no-repeat; background-size:contain;}
.caso-banco-seguros {background: url("../images/caso-cover-banco-seguros-plataforma.jpg") center bottom no-repeat; background-size:contain;}
.caso-seguro {background: url("../images/caso-cover-seguro.jpg") center bottom no-repeat; background-size:contain;}
.caso-farmacia {background: url("../images/caso-cover-farmacia.webp") center bottom no-repeat; background-size:contain;}
.caso-autofin {background: url("../images/caso-cover-autofinanciamiento.jpg") center bottom no-repeat; background-size:contain;}

.arquitectura {background: url("../images/cover-arquitectura.jpg") center bottom no-repeat; background-size:contain;}
.bian {background: url("../images/bian-cover.jpg") center bottom no-repeat; background-size:contain;}
.acord {background: url("../images/acord-cover.jpg") center bottom no-repeat; background-size:contain;}
.arts {background: url("../images/arts-cover.jpg") center bottom no-repeat; background-size:contain;}
.quienes {background: url("../images/quienes.jpg") center bottom no-repeat; background-size:contain;}
.hacemos {background: url("../images/hacemos.jpg") center bottom no-repeat; background-size:contain;}
.transformacion {background: url("../images/transformacion.jpg") center bottom no-repeat; background-size:contain;}
.devops {background:#e6eaf5 url("../images/devops.jpg") center bottom no-repeat; background-size:contain;}
.ia {background: url("../images/ia.jpg") left bottom no-repeat; background-size:contain;}
.multinube {background: url("../images/nube.jpg") center bottom no-repeat; background-size:contain;}
.aplicaciones {background: url("../images/apps.jpg") center bottom no-repeat; background-size:contain;}
.talento {background: url("../images/talento.jpg") center bottom no-repeat; background-size:contain;}
.evaluacion {background: url("../images/evaluacion.jpg") center  bottom no-repeat; background-size:contain;}
.multicanal {background: #dbe5e8 url("../images/cover-multicanal.jpg") center bottom no-repeat; background-size:contain;}
	
.video_cont { width:100%; position:absolute; max-height:550px; z-index:0; top:0; }
.video_back {  width:100%; height:100%; opacity:.2; left:0; bottom:0; }	
.video_back2 {  width:100%; height:100%; opacity:1; left:0; bottom: 0; }

.full {background: url("../images/transformacion_slider2.jpg") right bottom no-repeat; background-size:cover; display:flex; justify-content:flex-end; flex-wrap:wrap; align-items:center; padding:3em 0;}


.gracias {background: url("../images/gracias.jpg") right bottom no-repeat; background-size:cover;}
		

.columna   {max-width:1020px; margin:0 auto; display:flex; justify-content:space-evenly; flex-wrap:wrap; align-items:center; padding:3em 0; }
.columna-2 {width:485px;} 
.columna-3 {width:318px;}
.columna-4 {width:234px;}
.columna-5 {width:184px;}
.columna-6 {width:151px;}
.columna-50 {width:50%; }
.columna-70 {width:70%; }
.columna-30 {width:30%; }
.columna-38 {width:38%; padding: 0em 1em;}
.columna-60 {width:59%; }
.columna-40 {width:39%; }
.columna-62 {width:62%; padding: 0em 1em;}

	
.izquierda {text-align:left;}
	
.hexa-negro {width:auto; height:100px; background: url("../images/hexa_negro.svg") no-repeat; text-align:left; font-family:ubuntu; font-size:2.5rem; padding-top:40px; padding-left:25px; color:#fff;}	
.hexa-negro b {padding-right:1.5em;}	
	
.social { top:200px; }	
	
.foto {width:100%;}	
.derecha {text-align:right;}
.borde {border-right:1px solid #333; padding-right:2em;}
	
}


/*-------------------------------------- movil--*/ 

@media screen and (max-width:429px){

header {width:100%; min-height:75px; background:#fff; z-index:9; position:fixed; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; border-bottom:1px solid #ccc;}
.logo {padding:0; width:85%; }
.logo img {width:200px; margin-left:2em;}	
main { padding:5em 0 0 0;}	
	
.menu_movil {width:15%; z-index:30; padding:0; margin:0;  cursor:pointer;  }
.btn_menu { padding:0; width:100%; color:#ffc60c; font-weight:normal; font-size:2.8rem; } 
		
	
nav {position:absolute; z-index:60; width:100%; background:#000; }		
nav ul { width:100%; left:-100%;  border:none; position:fixed; padding:.8em 0; top:0; background:#fff; margin-top:7.5em; border-bottom:1px solid #ccc;   } 
nav li {display:block; float:none; text-align:left; border-bottom:1px solid #ccc; width:100%; border-right:none; padding-left:2em; }
nav a { font-size:1.3rem; padding:1em 0; color:#000; width:100%; display:inline-block;}
nav span { color:#0071b3; font-size:1.1rem; } 
nav .last {border:none;}
.active {color:#3DCAE1;}	
	
.dropdown-content {display:block;}
.dropdown-contentin {padding-bottom:1.5em; margin-top:-8px;}	
.dropdown-contentin a { display:inline-block; padding:.5em 0 .5em 2.5em;}
	
	
#banner {width:100%; height:100%; background:rgba(0,0,0,.8); position:fixed; z-index:20;} 	
.bannerIn {width:85%; margin-left:7.5%; height:auto; position:absolute; z-index:21; top:80px; } .bannerIn img { width:100%; border:2px solid #fff;}
	
.slider {margin-top:70px; width:100%; text-align: center;  height:450px; position:relative;}
.slider2 {margin-top:0px; width:100%; text-align: center; height:auto; position:relative;}
.slider p {padding:2em 2em; font-size:1.2rem; text-align:center; width:100%; color:#0071b3; position:absolute; bottom:2em; z-index:2; left:0;   }
.slider p b { font-size:2rem; font-family:ubuntu; line-height:25px;  }
.btn-floating1, .btn-floating2  { left:50% !important; bottom:.3em; display:none; }
	
h1 {font-size:2rem; line-height:2.5rem; padding:1em 2em;} h2, h3 {font-size:1.8rem; line-height:2.3rem; padding:1em;}	 
	
.columna { width:100%; padding:0 4%; display:flex; flex-wrap: wrap;  }	
.columna-2, .columna-3, .columna-4, .columna-5, .columna-6, .columna-50, .columna-40, .columna-60, .columna-70, .columna-30, .columna-38, .columna-62 {width:100%;}

.promo1, .promo2, .promo3, .promo4, .promo5, .full {width:100%; height:500px;}	

.inicio {background: #eef4f8; background-size:contain;}
.arquitectura {background: #eef4f8 url("../images/cover-arquitectura.jpg") center no-repeat; background-size:contain; margin-top:0px;}
.bian {background: #eef4f8 url("../images/bian-cover.jpg") center bottom no-repeat; background-size:contain; margin-top:0px;}
.mappia {background: #eef4f8 url("../images/cover-mobile-mappia.jpg") center bottom no-repeat; background-size:contain; margin-top:0px;}
.acord {background: #eef4f8 url("../images/acord-cover.jpg") center bottom no-repeat; background-size:contain; margin-top:0px;}
.quienes {background: url("../images/quienes.jpg") top center no-repeat; background-size:contain;}
.hacemos {background: url("../images/hacemos.jpg") center no-repeat; background-size:contain;}
.transformacion {background: url("../images/transformacion.jpg")  top center no-repeat; background-size:contain;}
.devops {background: url("../images/devops.jpg") top center no-repeat; background-size:contain;}
.ia {background: url("../images/ia.jpg") top left no-repeat; background-size:contain;}
.multinube {background: url("../images/nube.jpg") center no-repeat; background-size:contain;}
.multicanal {background: #dbe5e8 url("../images/multicanal-mobile.jpg") top center no-repeat; background-size:contain; margin-top: 0px;}

.aplicaciones {background: url("../images/apps.jpg") top center no-repeat; background-size:contain;}
.evaluacion {background: url("../images/apps.jpg") top center no-repeat; background-size:contain; height:250px;}
.talento {background: url("../images/talento.jpg") top center no-repeat; background-size:contain; }
	
.widget {margin-top:0; padding-bottom:0; padding-top:0;}
.widget .columna-3 {margin-top:3em; }
	
.carrusel>div {  width:320px !important; }	

.foto { width:100%; padding:0 !important; }
.foto2 {display:none;}	
	
main table { font-size:1rem;}	
	
.text-form2, .caja  { width:75% !important; }	
	
.izquierda2 {text-align:left;}	
			
.orden1 { order:1;} .orden2 { order:2;} .orden3 { order:3;} .orden4 { order:4;} .orden5 { order:5;} .orden6 { order:6;}	
	
#contadores h1, .big {font-size:5rem; line-height:4.5rem; width:100%;  margin-bottom:0em;}
.uno {width:100%; height:170px;}
.dos {width:100%;}	
	
	
.acord-c1 {background: #000 url("../images/acord-c1.jpg") top right no-repeat; background-size:contain; padding: 1em; margin: 1em; border-radius: 2em; height: 160px; }
.acord-c1 p {color: #fff;}
.acord-c1 h3 {font-size: 1.6em; text-align: left!important;}

.acord-c2 {background: #000 url("../images/acord-c2.jpg") top right no-repeat; background-size:contain; padding: 1em; margin: 1em; border-radius: 2em; height: 160px; }
.acord-c2 p {color: #fff;}
.acord-c2 h3 {font-size: 1.6em; text-align: left!important;}

.acord-c3 {background: #000 url("../images/acord-c3.jpg") top right no-repeat; background-size:contain; padding: 1em; margin: 1em; border-radius: 2em; height: 160px; }
.acord-c3 p {color: #fff;}
.acord-c3 h3 {font-size: 1.6em; text-align: left!important;}

.acord-c4 {background: #000 url("../images/acord-c4.jpg") top right no-repeat; background-size:contain; padding: 1em; margin: 1em; border-radius: 2em; height: 160px; }
.acord-c4 p {color: #fff;}
.acord-c4 h3 {font-size: 1.6em; text-align: left!important;}
	
.list .item .content{
        top: 20%; left: 20px; width: 90%; transform: translateY(-20%);
    }

    .content .title, .content .name{
        font-size: 28px;
    }

    .content {
        padding: 0px 0px;
        font-size: 16px;
    }
	
	.arrows{
    top: 66%;
    left: 50px;
}
		
}



/*-------------------------------------- medio--*/ 

@media screen and (min-width:430px) and (max-width:1019px){
	
header {width:100%; min-height:75px; background:#fff; z-index:9; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.logo {padding:0; width:90%; }
.logo img {width:200px; margin-left:2em;}	
main { padding:0;}	
	
.menu_movil {width:10%; height:auto; z-index:30; padding:0; margin:0;  cursor:pointer;}
.btn_menu { padding:20px; color:#0071b3 !important; font-weight:normal; font-size:2.8rem; } 
	
h1 {font-size:2rem; line-height:2.5rem; padding:1em 0; width:80%;  }	h3 {font-size:1.8rem; padding:1em 0;}	 h2 {font-size:1.8rem; padding:1em 0;}	
	
nav {position:absolute; z-index:60; width:100%; background:#000; }		
nav ul { width:100%; left:-100%;  border:none; position:fixed; padding:.8em 0; top:0; background:#fff; margin-top:7.5em; border-bottom:1px solid #ccc;   } 
nav li {display:block; float:none; text-align:left; border-bottom:1px solid #ccc; width:100%; border-right:none; padding-left:2em; }
nav a { font-size:1.3rem; padding:1em 0; color:#000; width:100%; display:inline-block;}
nav span { color:#0071b3; font-size:1.1rem; } 
nav .last {border:none;}
.active {color:#3DCAE1;}	
	
.dropdown-content {display:block;}
.dropdown-contentin {padding-bottom:1.5em; margin-top:-8px;}	
.dropdown-contentin a { display:inline-block; padding:.5em 0 .5em 2.5em;}
	
.slider { width:100%; height:550px; display:flex; justify-content:flex-end; flex-wrap:wrap; align-items:center; }
.slider .columna { height:550px; width:100%; justify-content:flex-end !important; align-items:flex-end !important; }
.slider p { font-size:1.2rem; line-height:1.5rem; color:#333; ; }	
.slider p b { font-size:3rem; line-height:1.1em; font-family:ubuntu; }		
	
.texto-slider {width:50%; padding:0 3%; }
.foto-slider { width:50%; height:400px; }
	
.inicio {background: #eef4f8; background-size:contain;}
.quienes {background: url("../images/quienes.jpg") top center no-repeat; background-size:contain;}
.hacemos {background: url("../images/hacemos.jpg") center no-repeat; background-size:contain;}
.transformacion {background: url("../images/transformacion.jpg")  top center no-repeat; background-size:contain;}
.devops {background: url("../images/devops.jpg") top center no-repeat; background-size:contain;}
.ia {background: url("../images/ia.jpg") top left no-repeat; background-size:contain;}
.multinube {background: url("../images/nube.jpg") top center no-repeat; background-size:contain;}
.multicanal {background: #dbe5e8 url("../images/cover-multicanal.jpg") center bottom no-repeat; background-size:contain;}
.aplicaciones {background: url("../images/apps.jpg") top center no-repeat; background-size:contain;}
.evaluacion {background: url("../images/apps.jpg") top center no-repeat; background-size:contain; height:250px;}
.talento {background: url("../images/talento.jpg") top center no-repeat; background-size:contain; }
	
	
#banner {width:100%; height:100%; background:rgba(0,0,0,.8); position:fixed; z-index:20; padding:2em; } 		
.bannerIn {max-width:463px; max-height:600px; position:absolute; z-index:21;  background:#000; top:50%; margin-top:-300px; left:50%; margin-left:-232px; } .bannerIn img { width:100%; border:2px solid #fff;}
		
.columna { width:96%; padding:1em 2%; display:flex; flex-wrap:wrap; justify-content:space-evenly; align-items:center;  }	
.columna-2 {width:48%;}
.columna-3 {width:31%;}
.columna-4 {width:31%; margin-bottom:2em;}
.columna-5 {width:200px;}
.columna-6 {width:200px;}
.columna-50 {width:48%; padding:0 1%;}
.columna-70 {width:100%; padding:0;}
.columna-38 {width:38%; padding: 0em 1em;}
.columna-62 {width:62%; padding: 0em 1em;}
.columna-60 {width:59%; }
.columna-40 {width:39%; }	
	
.foto { width:80%; margin-left:10%; padding:0 !important; }
.foto2 {display:none;}	
		
.izquierda2 {text-align:left;}
	
.icono2 {background:#ccc; padding:0!important; margin-top:1em;  } .icono2 p {padding:2em 0 !important;} .icono2 span {font-size:5em; color:#000;} .icono2 a { height:100%; } 
	
.hexa-negro {width:auto; height:80px; background: url("../images/hexa_negro.svg") no-repeat; text-align:left; font-family:ubuntu; font-size:2rem;  color:#fff; padding-top:33px;}
.hexa-negro b {padding:1em;}	
	
.orden1 { order:1;} .orden2 { order:2;} .orden3 { order:3;} .orden4 { order:4;} .orden5 { order:5;} .orden6 { order:6;}
	
.social { top:110px; }
	
    .list .item .content{
        left: 50px;
    }

    .content .title, .content .name{
        font-size: 40px;
    }

    .content .des{
        font-size: 18px;
    }	
	
	
}

/*---------------------contacto-----------*/

.formulario { background:rgba(0,0,0,.2); padding:1em 2em; margin:0;}
.formulario a {color:#000; text-decoration:underline;}

.text-form { width:100%; padding:1em 0; font-size:1.3rem;  border:solid #ccc 1px; padding-left:.5em; margin-top:-1px; font-family:univers; }
.text-form2 { width:50%; padding:1em 0; font-size:1.3rem;  border:solid #ccc 1px; padding-left:.5em; margin-top:-1px; font-family:univers;}

.caja {	border:solid #ccc 1px; height:40px; overflow:hidden; width:50%; padding:.5em .5em; background:#fff;  margin-top:-1px;}
select { border:none; font-size:1.3rem; width:100%; color:#000; background:#fff; height:22px;}
select:focus{ outline:none; color:#000;}


.enviar { padding:1em 2em; cursor:pointer; color:#fff; font-size:1em;  text-align:center; border:none; margin:1em 0; border-radius:.5em; background: rgb(63,135,197);
background: linear-gradient(90deg, rgba(63,135,197,1) 0%, rgba(36,50,157,1) 100%); width:100%;}
.enviar:hover { color:#fff; background:#000; }

.enviar2 { padding:1em 2em; cursor:pointer; color:#fff; font-size:1em;  text-align:center; border:none; margin:1em 0; border-radius:.5em; background: rgb(63,135,197);
background: linear-gradient(90deg, rgba(63,135,197,1) 0%, rgba(36,50,157,1) 100%);}
.enviar2:hover { color:#000;  }

.enviar3 { padding:1em 2em; color:#fff; font-size:1em;  text-align:center; border:none; margin:1em 0; border-radius:.5em; background: rgb(63,135,197);
background: linear-gradient(90deg, rgba(63,135,197,1) 0%, rgba(36,50,157,1) 100%);}


.verifica { font-size:.9em; color:#22A44B; }



/*---------------------footer-----------*/



footer { width:100%; min-height:100px; clear:both; text-align:center; font-size:1.2rem; padding-bottom:2em;  background:#1C242C; }
footer .columna {align-items:center; justify-content:center; margin-top:0;}
footer p {color:#666;  } 
footer a {color:#fff;}
footer a:hover {color:#29aae1; }
footer a i {color:#29aae1; padding:1em; font-size:1.2rem;}
footer li {padding:.3em 0; list-style:none;}


/* ---------Social Footer -----*/

.icon-button {background-color:#0071b3; border-radius:3em;  cursor: pointer; display:inline-block; font-size:1.5rem; width:3em; height:3em; line-height:3em; margin:0 5px; position:relative; border-right:0; }

/* Circle */

.icon-button span { display: block; height:0; left:50%; margin:0; position:absolute; top:50%; background-color:#29aae1; border-radius:3em;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s;  -o-transition: all 0.3s; transition: all 0.3s; width: 0;}
.icon-button:hover span { width:3em; height:3em;  margin:-1.5em; }

/* Icons */
.icon-button i { background:none; color:#fff; width:3em;  height:3em; left:0; line-height:3em; position:absolute; top:0; z-index:10; padding-left:1em;}
.icon-button i:hover { color:#fff;}



/* --------------*/


@media (max-width:429px){.hide-small{display:none!important}}
@media (min-width:430px) and (max-width:1019px){.hide-medium{display:none!important}}
@media (min-width:1020px){.hide-large{display:none!important}}

@media (max-height:600px) {.hide-tall{display:none!important}}


.animate-fading{-webkit-animation:fading 1s ;animation:fading 1s }
@-webkit-keyframes fading{0%{opacity:0}100%{opacity:1}}
@keyframes fading{0%{opacity:0}100%{opacity:1}}

.animate-opacity{-webkit-animation:opac 1.5s;animation:opac 1.5s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}

.animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.animate-left{position:relative;-webkit-animation:animateleft 0.4s; animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-1000px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-1000px;opacity:0} to{left:0;opacity:1}}

.animate-right{position:relative;-webkit-animation:animateright 0.8s;animation:animateright 0.8s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.animate-input:focus{width:100%!important}


