*{
	margin:0px;
	padding:0px;
}
body{
	font-family: 'Rubik', sans-serif;
	color: #323232;
	overflow-x:hidden;
}
/* ----- enlaces ------ */
a{
	text-decoration: none;
	color: #0958df;
	cursor: pointer;
}
a:hover{
	cursor: pointer;
}
a.amarillo{
	line-height: 65px;
	font-size: 19px;
	text-transform: uppercase;
	color: #ffb32d;
	vertical-align: middle;
	margin-top: 40px;
	display: block;
}
a.amarillo:before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #f2f6fd;
	line-height: 65px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../img/flecha_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
a.azul{
	text-transform: uppercase;
	color: #0052de;
	font-size: 19px;
	text-transform: uppercase;
	display: block;
	margin-top: 40px;
	
}
a.azul:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 17px;
	background-image: url(../img/flecha_azul_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    line-height: 17px;
	vertical-align: middle;
	margin-right: 10px;
}

/* ------ elementos generales ------- */

p{
	font-size: 19px;
	color: #323232;
	font-weight: 300;
}
p a{
	font-weight: 600;
}
p.text-gray{
	color: #d1d1d1;
	font-size: 14px;
}
p.numeros span{
	font-family: 'Aldrich', sans-serif;
	font-weight: 200;
	font-size: 16px;
	color: #323232;
	margin-right: 11px;
}
.text-azul{
	color: #0958df;
}
h2{
	font-size: 51px;
	font-weight: 700;
	margin-bottom: 42px;
}
h4{
	font-family: 'Aldrich', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 12px;
}
h5{
	font-family: 'Aldrich', sans-serif;
	font-size: 12px;
	color: #ffb32d;
	margin-bottom: 20px;
	font-weight: 200;
	letter-spacing: 1px;
}
h5.vinieta{
	margin-left: -19px;
}
h5.vinieta:before{
	content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/vinieta.png);
    background-repeat: no-repeat;
    background-size: 9px;
    display: inline-block;
    margin-right: 10px;
}
hr{
	border: 0px;
	border-bottom: 1px solid #cdddf9;
	margin: 100px 45px;
}
main ul{
	margin: 40px 0px;
}
ul li{
	list-style: none;
	font-size: 17px;

}
main ul li{
	font-size: 19px;
	list-style: disc;
	line-height: 1.3em;
	font-weight: 300;
}
ol li{
	font-size: 17px;
}
section{
	padding: 90px 0px;
}
.contenedor{
	max-width: 1200px;
	margin: auto;
	padding: 0px 20px;
}

.fila{
	display: flex;
	position: relative;
	margin: 45px 0px;
}
.overflow-h{
	overflow: hidden;
}
.extra-margin{
	margin:0px 45px;
}
.align-right{
	text-align: right;
}
.center{
	text-align: center;
}
.float-right{
	float: right;
}
.col1-2{
	width: 50%;
	margin: 0px 10px;
}
.col1-2:first-child{
	margin-left: 0px;
}
.col1-2:last-child{
	margin-right: 0px;
}
.col1-5{
	width: 20%;
}
.col1-6{
	width: 16.6%;
}
.col2-6{
	width: 33.2%;
}
.col1-3{
	width: 33.3%;
	margin: 0px 10px;
}
.flex-end{
	margin-left: auto;
}
.flex-reverse{
	flex-direction:row-reverse;
}
.marco-azul{
	background-color: #0052de;
    display: inline-block;
    padding: 7px 13px;
    color: #fff;
}
/* ------ titulos ------- */

.titulo.center{
	width: 100%;
	text-align: center;
}

/* -----------------------------
header
---------------------------- */
header{
	background-color: #0052de;
	color: #fff;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
header .fondo-header{
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/fondo_header.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
    top: 0;
    z-index: 0;
}
header #particles-js{
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: 50% 50%;
    top: 0;
    z-index: 0;
}
header .top-header{
	position: relative;
	z-index: 1;
	transition:all 1s;
	padding: 50px 0px;
}

header .top-header.sticky{
	position: fixed;
    z-index: 1;
    padding: 30px 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    color: #000;
    top: 0px;
}
header .top-header.sticky a{
	color: #f8af3d;
}
header .top-header.sticky .mobile-button i{
	color: #999;
}
.idiomas{
	margin-left: 17px;
	position: relative;
}
.drop-button i{
	color: #ffb32d;
    font-size: 21px;
    margin-left: 10px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
}
.drop-idiomas{
	position: absolute;
    width: 100px;
    top: 40px;
    background: #fff;
    z-index: 1000;
    right: 0px;
    color: black;
}
.drop-idiomas a{
	color: #0052de !important;
	display: block;
	padding: 10px;
}
header .logo{
	margin-right: 50px;
	float: left;

	
}
header .logo a{
	display: block;
	background-image: url("../img/logo_ts.png");
	background-repeat: no-repeat;
	background-size: 80px;
	height: 23px;
	width: 80px;
}

header .top-header.sticky .logo a{
	background-image: url("../img/logo_ts_amarillo.png");
}

header .contacto-lenguaje{
	float: right;
	display: flex;
}
header .contacto-lenguaje .contacto{
	border-right: 1px solid #00348d;
	padding-right: 16px;
}
header .contacto-lenguaje .redes{
	padding: 0px 16px;
	border-right: 1px solid #00348d;
	margin-top: -3px;
}
header .redes a:hover{
	color: #fcc97b;
}

header .contacto-lenguaje .redes .fa-facebook-f{
	display: inline-block;
	margin-bottom: 6px;
}
header .contacto-lenguaje .redes .fa-linkedin-in{
	display: inline-block;
	margin-top: -10px;
}
.sticky .contacto-lenguaje .contacto,.sticky .contacto-lenguaje .redes{
	border-right: 1px solid #f8af3d;
}
header .contacto-lenguaje .redes a:nth-child(2n){
	margin-left: 10px;
}
header .contacto-lenguaje a{
	color: #fff;
    line-height: 12px;
    vertical-align: middle;
    font-weight: 300;
    letter-spacing: 1px;
}
header .contacto-lenguaje .contacto,header .contacto-lenguaje .idiomas{
	font-size: 12px;
}
header .breadcrumbs{
	font-family: 'Aldrich', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
}
header nav{
	float: left;
}
header nav ul{
	display: flex;
}
header nav ul li{
	margin-right: 50px;
}
header nav ul li a{
	color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
header nav ul li a.activo{
	font-weight: 800;
	padding-bottom: 3px;
}
header nav ul li a.activo:after{
	content: "";
	width: 100%;
}
header nav ul li a:after{
	content:"";
	display: block;
	border-bottom: 2px solid #fff;
	width: 0%;
	transition:width 0.5s;
	padding-bottom: 1px;
}
header nav ul li:hover a:after{
	content: "";
	width: 100%;
}
.sticky nav ul li a:after{
	border-bottom: 2px solid #f8af3d;
}
header .redes a{
	color: #ffb32d;
}
header .bottom-header{

}
header .bottom-header .titulo-principal{
	display: flex;
	padding-top: 150px;
	justify-content: space-between;
	align-items: flex-end;
	margin: 50px 45px;
}
header .bottom-header .titulo-principal h1{
	font-size: 50px;
}
.scroll-button{
	background-image: url("../img/scroll_btn_azul.png");
	background-repeat: no-repeat;
	width: 39px;
	height: 38px;
	background-size: cover;
	cursor: pointer;
	float: right;
}
.scroll-button-amarillo{
	background-image: url("../img/scroll_btn_amarillo.png");
	background-repeat: no-repeat;
	width: 39px;
	height: 38px;
	background-size: cover;
	cursor: pointer;
	float: right;
	margin-bottom: 35px;
	margin-top: 100px;
}
/* -------------------------
slider
------------------------- */

header .bottom-header.home{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
}
header .bottom-header{
	clear: both;
	
}
.prev-next-buttons{
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 100%;
}
.dots-container{
	position: absolute;
	bottom: 80px;
	width: 370px;
	left: 50%;
	margin-left: -185px;
}
.prev-next-buttons li{
	list-style: none;
}
.prev-next-buttons a{
	float: left;
	margin-right: 25px;
	cursor: pointer;
}
.prev-next-buttons .prev-slider{
	background-image:url("../img/flecha-prev-slider.png");
	background-repeat: no-repeat;
	height: 37px;
	width: 20px;
	background-size: cover;
}
.prev-next-buttons .next-slider{
	background-image:url("../img/flecha-next-slider.png");
	background-repeat: no-repeat;
	height: 37px;
	width: 20px;
	background-size: cover;
}
.dots-slider{
	text-align: center;
}
.dots-slider li{
	display: inline-block;
	background-color: #003ddb;
	width: 94px;
	height: 4px;
	cursor: pointer;
	margin: 0px 5px;
}
.dots-slider li.slick-active{
	background-color: #ffb32d;
}
.dots-slider li button{
	text-indent: -9999px;
    overflow:hidden;
    display: none;
}
.slider{
	top: 0px;
	display: flex !important;
	align-items:center;
}
.slick-list{

}
.slider-item{
	
}
.slider-info{
	float: left;
    width: 50%;
    margin-left: 45px;
    height: 438px;
    display: flex;
    align-items: center;
}
.slider-info h2{
	margin-bottom: 12px;
	font-size: 82px;
	line-height: 1em;
	letter-spacing: -0.75px;
}
.slider-info h5{
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 200;
}
.slider-info a{
	text-transform: uppercase;
}
.slider-info a:before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #003ddb;
	line-height: 65px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../img/flecha_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.slider-img{
	float: right;
	margin-right: 45px;
}
.slider-img img{
	height: 429px;
	width: auto;
}
.slider-img #glitch{

}
.slider-img #glitch img{
	height: 328px;
	width: auto;
}
.slider-img #ovni {

}
.slider-img #ovni img{
	height: 438px;
	width: auto;
	margin-left: 20px;
    margin-top: 10px;
}
.slider-img .circulo{
	width: 438px;
	height: 438px;
	border-radius: 50%;
	background-color: #003ddb;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items:center;
}
.slider p,.slider a{
	color: #fff;
}

/* -------------------------
mobile menu
------------------------- */
.mobile-button{
	color: #fff;
	float: right;
	display: none;
	font-size: 2.5em;

}
.mobile-button i{
	color: #fff;
}
#mobile-menu{
	position: fixed;
	top: 0px;
	right: -300px;
	width: 200px;
	height: 100vh;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.34);
	padding: 50px 30px;
	z-index: 100;
	transition:right 0.5s;
	color: #0052de;
}
#mobile-menu ul{
	margin-bottom: 50px;
}
#mobile-menu ul li a{
	color: #0052de;
    padding: 4px 0px;
    margin: 18px 0px;
    display: inline-block;
}
#mobile-menu.menu-activo{
	right: 0px;
}
#mobile-menu ul li a.activo{
	border-bottom: 3px solid #0052de;
}
#mobile-menu .contacto,#mobile-menu .redes,#mobile-menu .idiomas{
	margin: 0px;
	margin-bottom: 20px;
}
#mobile-menu .idiomas a,#mobile-menu .redes a{
	margin-right: 15px;
}
.cerrar-mobile-menu{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 40px;
	color: #0052de;
	cursor: pointer;
}
/* -------------------------
animate
------------------------- */


.fila,section,.col1-2,.col1-3,.titulo,p{
	transition:all 1s ease-in;
	transform: translate(0px, 0px);
	opacity:1;
}
.start-animation{
	opacity:0;
	transform: translate(0px, 100px);
}

/* --------------------------
contenido
---------------------------- */


main{
	min-height: 300px;
}

footer{
	padding: 50px 0px 30px 0px;
	background-color: #0052de;
	color: #fff;
	overflow: hidden;
	position: relative;
}
footer p, footer a,footer h3{
	font-size: 12px;
	color: #fff;
	font-weight: 200;
}
footer ul li{
	margin-bottom: 18px;
	font-weight: 200;
}
footer ul li a.activo{
		color: #ffb32d;
		font-weight: 800;
	}
footer h3{
	margin-bottom: 12px;
	font-family: 'Aldrich', sans-serif;
	font-weight: 200;
}
footer a{
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
footer a:hover{
	color: #ffb32d;
}
footer i{
	font-size: 15px;
	margin-right: 10px;
}
footer p{
	line-height: 1.4em;
}
footer .fila>div>div{
	margin-bottom: 27px;
}
footer .derechos-reservados{
	margin-top: 100px;
	display: flex;
	justify-content: flex-end;
}
footer .derechos-reservados a{
	font-weight: 600;
}
footer .taco-amarillo{
	height: 22px;
	width: auto;
	margin-left: 10px;
	margin-top: 5px;
}
footer .redes{
	margin-bottom: 30px !important;
}
footer .col1-6:nth-child(2n){
	margin-left: -39px;
}

/* --------------------------
home
---------------------------- */
.circulos .circulo{
	position: relative;
	display: flex;
	justify-content:center;
	margin: 40px 10px !important;
} 
.circulos .circulo img{

	margin-top: -20px;
	height:168px;
	width: auto;
}
main #nosotros{
	padding: 158px 0px 35px 0px;
}
main #nosotros .titulo{
	width: 460px;
}
main #nosotros .circulos{
	margin: 0px;
    margin-bottom: 150px;
    justify-content: space-around;
    flex-wrap: wrap;
}
main #nosotros .circulos h3{
	margin-top: 50px;
}
main #nosotros .circulo{
	width: 170px;
    height: 170px;
    background-color: #f2f6fd;
    border-radius: 50%;
    flex-wrap: wrap;
    justify-content: center;
}
main #calidad{
	background-color: #f2f6fd;
	padding: 140px 0px 85px 0px;
	overflow: hidden;
	position: relative;
}
main #calidad .texto-movimiento{
	position: absolute;
	z-index: 0;
	height: 100%;
	font-size: 200px;
	color: #e6eefb;
	margin-top: -100px;
	top: 122px;
	font-weight: 300;
	width: 2000px;
}
main #calidad .texto-movimiento>div{
	position: absolute;
	top: 0px;
	width: max-content;
}

main #calidad h2{
	font-size: 31px;
	margin-bottom: 15px;
}
main #calidad h2 span{
	background-color: #0052de;
	display: inline-block;
	padding: 15px 7px;
	color: #fff;
	margin: 8px;
}
main #calidad a{
	
	margin-top: 42px;
	display: block;
}
main #calidad p{
	font-weight: 300;
	font-size: 19px;
}
main #calidad .linea{
	height: 1280px;
    border-right: 1px solid #ffb32d;
    border-left: 1px solid #ffb32d;
    left: 50%;
    margin-left: -2px;
    position: absolute;
}
main #calidad .circulo{
	width: 375px;
	height: 375px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 120px;
	display: flex;
	justify-content:center;
	align-items:center;
	margin-top: -30px;
}
main #calidad #mejora-continua.circulo img{
	height: 200px;
	width: auto;
}
main #calidad .circulo img{
	height: 310px;
	width: auto;
}
main #calidad .fila .punto{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -6px !important;
}
main #calidad .fila.flex-reverse .punto{
	margin-right: -5px !important;
	left: 0%;
	right: 0px;
}
main #calidad .fila .punto span{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #1585c0;
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
}
main #calidad .fila{
	height: 380px;
}
main #calidad .fila.flex-reverse .punto span{
	margin-left:8px;
	margin-right: 0px !important;
}
main #calidad .fila .col1-2:nth-child(2){
	padding-top: 65px;
}
main #calidad .fila .col1-2:nth-child(2)>*{
	margin-left:60px;
}
main #calidad .flex-reverse .circulo{
	margin-left: 120px;
}
main #calidad .flex-reverse .col1-2:nth-child(2)>*{
	margin-right: 60px;
}
main #calidad .align-right>div{
	float: right;
}
main #calidad .col1-2{
	margin: 0px;
}
#cmmi{
	height: 0px !important;
	padding-top: 94px;
	padding-bottom: 85px;
}
#cmmi img{
	height:110px;
	width: auto;
	margin: auto;
}
#calidad #cmmi .punto{
	width: 100%;
	text-align: center;
	margin: 0px !important;
}
#cmmi .punto span{
	display: block !important;
	margin: auto !important;
}
#cmmi .punto b{
	margin-top: 10px;
	display: block;
	font-weight: 200
}

/* ---------------------------
quienes somos
--------------------------- */

#quienes-somos section:nth-child(1){
	padding: 90px 0px 136px 0px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,246,253,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,246,253,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,246,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f6fd",GradientType=1);
}
#quienes-somos  section:nth-child(1) .fila:nth-child(1) .circulo{
	height: 300px;
	width: 300px;
	border-radius: 50%;
	background-color: #f2f7fd;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items:center;
}
#quienes-somos  section:nth-child(1) .fila:nth-child(1) .circulo img{
	height: 96px;
	width: auto;
}
#quienes-somos  section:nth-child(1n) .fila:nth-child(3n){

}
#quienes-somos  section:nth-child(1n) .fila:nth-child(3n) .circulo{
	width: 173px;
	height: 173px;
	margin: auto;
	background-color: #fff;
	margin-bottom: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#quienes-somos  section:nth-child(1n) .fila:nth-child(3n) .circulo img{
	height: 196px;
	width: auto;
	margin:auto;
	margin-top: -20px;
}
#quienes-somos  section:nth-child(1n) .fila:nth-child(3n) h2{
	font-size: 31px;
	margin-bottom: 20px;
}
#quienes-somos  section:nth-child(2n){
	text-align: center;
	max-width: 475px;
	margin: auto;
}
/* ---------------------------
servicios
--------------------------- */

#servicios{
	background: rgb(242,246,253);
background: -moz-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f6fd",endColorstr="#ffffff",GradientType=1);

}
#servicios hr{
	margin:110px -45px 190px -45px ;
}
#servicios #contactanos{
	padding-top: 100px;
	padding-bottom: 190px;
	position: relative;
	overflow: hidden;
}
#servicios #contactanos .texto-movimiento{
	position: absolute;
	z-index: -1;
	width: 2000px;
	height: 100%;
	font-size: 215px;
	color: #f2f6fd;
	margin-top: -116px;
	font-weight: 300;
	top: 90px;
}
main #contactanos .texto-movimiento>div{
	position: absolute;
	top: 0px;
	width: max-content;
}


#servicios hr:before{
	content: "";
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #1186c7;
    background-color: #fff;
    display: block;
    z-index: 100;
    left: 50%;
    position: absolute;
    margin-top: -5px;
    margin-left: -5px;
}

/* ---------------------------
Unete
--------------------------- */

#unete .img-principal{
	text-align: right;
}
#unete .img-principal img{
	height: 468px;
	width: auto;
}
#unete ul{
	margin-top: 25px;
	margin-bottom: 37px;
}
#unete ul li{
	line-height: 19px;
	list-style: none;
}
#unete ul li:before{
	content: "";
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 50%;
	border:2px solid #1287c8;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -6px;

}
#unete .animate{
	font-size: 12px;
	font-weight: 600;
	color: #d7d7d7;
	margin-top: 55px;
}
#unete .animate i{
	color: #ffb32d;
}

/* ---------------------------
quienes somos
--------------------------- */
#aviso-privacidad{
	background: -moz-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f6fd",endColorstr="#ffffff",GradientType=1);
}
#aviso-privacidad p, #aviso-privacidad ol{
	margin-bottom: 32px;
	line-height: 1.4em;
}


/* ---------------------------
Beneficios clientes
--------------------------- */

#beneficios-clientes h2{
	font-weight: 300;
}
#beneficios-clientes ul,#beneficios-clientes .col1-2{
	margin: 0px;
}
#beneficios-clientes ul li{
		font-size: 19px;
		font-weight: 700;
		margin-bottom: 18px;
		list-style: none;
}
#beneficios-clientes ul li img{
	height: 15px;
	width: auto;
	margin-right: 10px;
}
#beneficios-clientes .ilustracion{
	text-align: right;
}
#beneficios-clientes .ilustracion img{
	height: 395px;
	width:auto;
}

/* ----------------------------
box
----------------------------- */

.box{
	border:2px solid #f2f6fd;
	padding: 30px 45px;
	height: 315px;
	position: relative;
	margin: 14px;

}
.box h3{
	font-size: 25px;
	margin-bottom: 20px;
}
.box h3 p{

}
.box img.icon{
	height: 20px;
	width: auto;
	margin-bottom: 25px;
}
.box-footer{
	position: absolute;
	bottom: 30px;
	color: #d7d7d7;
	font-size: 12px;
}
.box-footer i{
	color: #ffb42f;
	font-size: 8px;
	margin-right: 5px;
}
.box-footer span{
	margin: 0px 5px;
}
#plataformas{
	background-color: #f2f6fd;
}
.box .numero{
	font-family: 'Aldrich', sans-serif;
	position: absolute;
	right:45px;
	top: -18px;
	font-size: 51px;
	color: #fff;
  -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffb32d;
}
#plataformas.box .numero{
	color: #ffb32d;
    -webkit-text-fill-color: #ffb32d;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffb32d;
    font-size: 33px;
}
/* ---------------------------
responsive
--------------------------- */
@media (max-width:1200px){
	main #calidad .flex-reverse .circulo{
		margin-left: 60px;
		width: 200px;
		height: 200px;
	}
	main #calidad .circulo{
		margin-right: 60px;
		width: 200px;
		height: 200px;
	}
	#beneficios-clientes .ilustracion img{
		height: 300px;
		width:auto;
	}
	main #calidad .circulo img{
		height: 200px;
		width: auto;
	}
	main #calidad #mejora-continua.circulo img{
		height: 110px;
		width: auto;
	}
	main #calidad:before,#servicios #contactanos:before{
		display: none;
	}
}
@media (min-width: 800px){
	#mobile-menu{
		right: -100%;
	}
}
@media (max-width: 800px){
	main #calidad .fila{
		height: auto;
	}	
	h2{
		font-size: 35px;
	}
	.fila{
		flex-wrap:wrap;

	}
	.col1-2,.col1-3{
		width: 100%;
	}
	.col1-6,.col2-6{
		width: 50%;
	}
	.col1-3, .col1-2{
		margin-bottom: 90px;
	}
	.extra-margin{
		margin:0px;
	}
	header .bottom-header .titulo-principal{
		display: block;
		padding-top: 50px;
		margin-left: 0px;
	}
	.mobile-button{
		display: block;
	}
	nav,.contacto-lenguaje{
		display: none !important;
	}
	main #calidad .fila .col1-2:nth-child(2){
		padding-top: 20px;
	}

	.linea{
		display: none;
	}
	.circulo{
		float: none !important;
		margin: auto !important;
	}
	main #nosotros{
		padding-top: 60px;
	}
	#beneficios-clientes .ilustracion{
		text-align: center;
		margin-top: 80px;
	}
	#beneficios-clientes .ilustracion img{
		height: 220px;
		width: auto;

	}
	footer ul li{
		margin-bottom: 15px;
	}
	
	.align-right{
		text-align: left;
	}
	.slider-info{
		width: 90%;
		margin-left: 0px;
	}
	.slider-info h2{
		font-size: 42px;
	}
	.slider-info,.slider-img{
		float: none;
	}
	.slider-img{
		display: none;
	}
	.slider-img img{
		height: 250px;
		width: auto;
	}
	main #nosotros .titulo{
		width: auto;
	}
	main #nosotros .circulos h3{
		margin-top: 30px;
	}
	main #nosotros .circulo {
		margin-bottom: 80px !important;
	}
	main#quienes-somos #nosotros .circulo{
		margin-bottom: 30px !important;
	}
	#unete .img-principal{
		text-align: center;
		margin-top: 45px;
	}
	#unete .img-principal img{
		height: 200px;
		width: auto;
	}
	main #calidad .fila .punto{
		position: inherit;
	    margin-left: 60px !important;
	    float: none;
	    left: 0px;
	}
	.dots-container{
		display: none;
	}
	hr{
		margin: 100px 0px !important;
	}
	footer .col1-6:nth-child(2n) {
		margin-left: 0px;
	}
}



