@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Lilita+One');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Jua');
/*scroll-behavior: */
/*---------------------------GENERALES ------------------------------------------*/
*{
	scroll-behavior: smooth;
	/*border: 1px solid red;*/
}

body{
	margin: 0;
	padding: 0;
	height: 100vh;
}
.container-fluid{
	margin-right:0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.row{
	margin-right:0px;
	margin-left: 0px;
	padding-left: 0;
	padding-right: 0px;
}

/***********LOADER***********************************************************/
#loader-total{
	background: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10000;
}
#loader-container{
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
	right: 0;
	bottom:  0;
	margin: auto;
	padding: 0;
	/*transform: translate(-50%,-50%);*/
	overflow: hidden;
}
.loader-div{
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #162534;
	border-top:8px solid #09f;
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}
@keyframes rotate{
	100% {transform: rotate(720deg);	}
}
@media(min-width:280px )and (max-width:800px){
	#loader-container{
		top: 90px;
	}
}

/*---------------------------NAV - HEADER ------------------------------------------*/
nav ul li{
	text-align: center;
}

.items{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0;
	padding-top:15px;
	text-transform: capitalize;
	font-family: sans-serif;
	font-size: 14px;
	color :#fff;
}

.items:hover{
	text-decoration: none;
	color :#fff;

}
.items2{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0;
	padding-top:15px;
	text-transform: capitalize;
	font-family: sans-serif;
	font-size: 14px;
	color :#000;
}

.items2:hover{
	text-decoration: none;
	color :#000;

}

nav ul li :hover {
cursor: pointer;
border-bottom: 1px solid #269ED2;

}
.menu{
	position: fixed;
	z-index: 1000;
	top: 0;
}
.img-logo{
	width: 200px;
	height: 56px;
}

.menu-fixed{
	z-index: 1000;
	top: 0;
	background: #fff;
	color: #000;
	border-bottom: 3px solid #3A76AF;
	box-shadow: 0px 4px 3px rgba(0,0,0,.5);

}
.separar{
	margin-right: 30px;
}
.colocar-borde{
	font-weight: bold;
	border-bottom: 1.5px solid #269ED2;
}
.menu-barra .bt-menu{
	display: none;
}

@media (min-width:280px) and (max-width:800px){
	.img-logo{
		width: 150px;
		height: 56px;
	}
	.container, .menu, .menu-fixed, .navbar {
		margin: 0;
		padding: 0;
	}
	.navbar-brand{
		display: block;
		margin: 0;
		padding: 20px;
		width: 100%;
		background: #fff;
	}
	nav ul{
		background:#269ED2;
		left: -100%;
	}
	#nav{
		width: 100%;
		margin: 0;
		position: fixed;


	}
	.menu-fixed{
		height: 80px;
		color:#fff;
	}
	.menu{
		position: fixed;
		z-index: 1000;
		top: 0;
		left:-90%;
	}
	 ul li {
		width: 100%;
		height: 16vh;
		 display: block;
		 padding-top: 40px;
		 float: none;
		 border-top:2px solid rgba(255,255,255,.3);

	 }

	 .menu-barra{
		 margin: auto;
		display: block;
		width: 100%;
	}

	.menu-barra .bt-menu{
		display: block;
		padding-top: 29.5px;
		padding-bottom: 29.5px;
		padding-left: 50px;
		background: #fff;
		color: black;
		font-weight: bold;
		font-size: 25px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

	}
	.menu-barra span{
		float: right;
		font-size: 40px;
	}
	.menu-barra a{
		float: right;
		font-size: 35px;
	}


}

/*--------------------------FIN NAV - HEADER------------------------------------------*/

/*----------------------------PARTICLES.JS------------------------------------*/
#particles-js{
	background: url(../imagenes/fondo.jpg);
	background-size: 100vw 100vh;
	height: 100%;
	background-repeat: no-repeat;
	filter:brightness(0.3);
}

/*---------------------------- HEADLINE--------------------------------------*/
.animete-headline{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
    color: #fff;
}
.d7{
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;

}
.o{
	text-transform: capitalize;
	font-family: 'Montserrat';
}
b{
	font-weight: bold;
}
/*-------------------------FIN HEADLINE-----------------------------*/

/*----------------------ICONOS----------------------------------*/
.iconos{
	position: relative;
	display: block;
}
.ico{
	background-color:rgba(34,34,36,.5);
	padding: 10px;
	border: 1px solid rgba(34,34,36,.3);
	border-radius: 100%;
	margin-right: 30px;
	display: inline-block;
	transition: all .5s;
}
.ico:hover{

	cursor: pointer;

}
/*-------------------------------------FIN ICONOS------------------------*/
/*-------------------------------------NOSOTROS------------------------*/
#nosotros{

	padding-top: 6%;
	height: 100%;
	/*background:url(../imagenes/textura2.jpg);*/
	background-repeat: repeat;
	background-size: 100vw 100vh;
}

.nos{
	background: red;
	width: 100px;
	height: 200px;
}

.img-nos{
	width: 50%;
	height: 60%;
	margin-left: 15%;
	margin-bottom: 5px;
}
.parrafo{
	font-size: 17px;
	color:#454a54;
}
.systems{
	color:#287AB5;
	font-weight: 400;
	font-size: 25px;
}
.row-nos{
	margin-left: 10%;
	margin-right: 10%;
}
.sub-nos{
	padding: 20px;
}
.h5{
	font-family: Montserrat;
	font-size: 18px;
	color:#287AB5;
}


.borde-arriba{
	position: absolute;
    background-color: #287AB5;
    height: 3px;
    width: 100%;
    top: 0;
    left: 0%;
	transition: all 300ms;
}
.borde-derecha{
	position: absolute;
    background-color: #287AB5;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0%;
    transition: all 300ms;
}
.borde-abajo{
	position: absolute;
    background-color: #287AB5;
    height: 3px;
    width: 100%;
    bottom: 0;
    right: 0%;
    transition: all 300ms;
}
.borde-izquierda{
	position: absolute;
    background-color: #287AB5;
    width: 3px;
    height: 100%;
    left: 0;
    bottom: 0%;
    transition: all 300ms;
}
.card-central{
	transform: translateY(-25px);
	border: 0.5px solid #7F8C8D;
	border-radius: 5px;
	box-shadow: 0 20px 16px  rgba(0,0,0,0.2);
}
.card-second{
	padding: 35px;
	transform: translateX(-25px);
	/*border-right: 3px solid #7F8C8D;
	border-bottom: 3px solid #7F8C8D;
	border-radius: 5px;*/


}
.card-second1{
	padding: 35px;
	transform: translateX(25px);
	/*border-left: 3px solid #7F8C8D;
	border-bottom: 3px solid #7F8C8D;
	border-radius: 5px;*/


}
.borde-izquierda-second {
	position: absolute;
    background-color:  #7F8C8D;
    width: 3px;
    height: 100%;
    left: 0;
    bottom: 0%;
    transition: all 300ms;
}
.borde-abajo-second {
	position: absolute;
    background-color:  #7F8C8D;
    height: 3px;
    width: 100%;
    bottom: 0;
    right: 0%;
    transition: all 300ms;
}
.borde-derecha-second {
	position: absolute;
    background-color: #7F8C8D;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0%;
    transition: all 300ms;
}
@media (min-width:768px) and (max-width:1286px){
	.rs{
		height: 110%;
	}
}

@media (min-width:280px) and (max-width:767px){
	.rs{
		margin-bottom:100px;
		height: 110%;
	}
}

/*-------------------------------------FIN NOSOTROS------------------------*/

/*-------------------------------------SERVICIOS------------------------*/
#servicios{

	padding-top: 8%;
	margin-bottom: 2%;
	height: 120%;
	background: #fff;
}
.imagen-servicios{
	width: 100%;
	height: 150px;
}
.imagen-servicios0{
	width: 100%;
	height: 150px;;
}
.imagen-servicios1{
	width: 100%;
	height: 150px;;
}
.h4{
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	color: #444444;
}
.tmre{

	background-size: 20vw 18vh;
	background-repeat: no-repeat;
	height: 280px;
	margin-bottom: 3.3%;
	padding: 20px;
	margin-left: 5px;
	margin-right: 5px;

}


.tarjeta-wrap{

	background-size: 20vw 18vh;
	background-repeat: no-repeat;
	height: 22	0px;
	margin-bottom: 3.3%;
	padding: 20px;
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;
	-webkit-perspective: 800;
	perspective: 800;
}
.wrap{
	box-sizing: border-box;
}
.tarjeta{
	transform-style: preserve-3d;
	transition: .7s ease;
	border:0.5px solid  #7F8C8D;
	border-radius: 5px;
	-webkit-box-shadow: 0px  10px 15px -5px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px  10px 15px -5px rgba(0,0,0,0.65);
	box-shadow: 0px  10px 15px -5px rgba(0,0,0,0.65);
}
.adelante, .atras{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

}
.atras{
	position: absolute;
	display: flex;
	top: -10px;
	transform: rotateY(180deg);
	overflow: hidden;
	text-overflow: ellipsis;
}
.back{
	padding-top: 10%;;
}

.tarjeta-wrap:hover .tarjeta{
	transform: rotateY(180deg);
}
.mas-info-conatiner{
	display: none;
	padding-top: 5px;
	margin-left: 80%;
	width:30px;
	height: 30px;;
	border-radius: 50%;
	background: #287AB5;
}
.mas-info{

	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

@media (min-width:280px) and (max-width:800px){
	.mas-info-conatiner{
		display: block;
	}
}
/*-------------------------------------FIN SERVICIOS------------------------*/

/*-------------------------------------SOLUCIONES------------------------*/
#soluciones{
	padding-top: 6%;
	height: 100%;
	background:#fff;
	box-sizing: border-box;
}
.contenedor{
	overflow: hidden;
	margin-right: 10px;
}


.contenedor .fotos{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}
.ul{
	position: relative;
	width: 100%;
	margin-bottom:0px;
}
.ul li{
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
	color: white;
	border: 1px solid #bbbbbb;
	text-transform: capitalize;
	margin-bottom:10px;
	background: #1796F8;
	border-radius: 10px;
	text-align: center;
}
.ul li:hover , .activo{
	background: #D5DBDB  ;
	cursor: pointer;
}

.encabezado{
	text-align: center;
	color: #FF663F;
	margin-bottom: 15px;
}
.encabezado h2{
	font-weight: 500;
	font-size: 40px;

}
hr{
	width: 90%;
	background: #287AB5;;
}
.sub-encabezado{
	color: #1796F8;
}
.caja{
	padding-right: 5%;
	margin-top: 5px;
	overflow: hidden;
}
.caja-soluciones{
	padding-top: 5px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 5%;
	border:1px solid rgb(206, 203, 203);
	border-radius: 1%;
	box-shadow: 0 10px 16px  rgba(0,0,0,0.2);
}

.contenido{
	margin-left: 20%;
}
/**/
/*-------------------------------------FIN SOLUCIONES------------------------*/

/*-------------------------------------CONTACTO-----------------------*/
#contacto{
	padding-top: 5.5%;
	height: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cuadro {
	width: 100%;
	height: 100%;
	background:#0079C2;
	padding-bottom: 0;
	margin-bottom: 0;
}
.div-titulo{
	text-align: center;
}
.h2{
	font-size: 50px;
	font-family:Montserrat;
	color: white;
}
.div-datos{
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 15%;
	color: #fff;
}
.h3{
	font-weight: bold;
	word-spacing:15px;
	font-size: 20px;
	margin-bottom: 15px;
}
.h3>span{
	font-weight: normal;
	width: auto;
}
.form{
	padding-left: 50px;
	padding-right: 50px;
}
label{
	color: #fff;
}
input[type="text"],input[type="email"]{
height: 40px;
font-size: 18px;
}
textarea{
	width: 100%;
	height: 150px;
}
button{
	position: relative;
	float: left;
	left: 50%;
	width: 70px;

}
button>span{
	color:#0079C2;
	font-size: 16px;
}
.mapa{
	top: -90px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.triangulito {
	position: relative;
	display: flex;
	width: 0;
	left: 46%;
	top: 14%;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 100px solid#0079C2;

}
@media(	min-width:280px) and (max-width:800px){
	.email{
		font-size: 15px;
	}
	.ab{
		display: none;
	}
}


/*-------------------------------------FIN CONTACTO------------------------*/
