/*General*/
body
{
	padding-top: 49px; 
	font-family: 'Roboto', sans-serif;
}
#preloader
{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background: #101044;
    z-index: 9999;
    text-align: center;
}
#preloader > .barra
{
	width: 0;
    height: 0;
    background: lightblue;
    border: 1px solid #151844;
    display: inline-block;
    position: relative;
    top: calc(50vh - 40px);
    animation: loader 3s infinite;
    transition: all 1s ease;
    
    opacity: 0;
    animation-fill-mode: forwards;
}

#preloader > .barra:nth-child(2)
{
	animation-delay: 3s;
}
#preloader > .barra:nth-child(3)
{
	
	animation-delay: 6s;
}
.center
{
	text-align: center;
}

@keyframes loader
{
	50%
	{
		width: 50px;
		height: 50px;
		opacity: 1;
		border-radius: 50%;
	}
	
}

h3
{
    border-bottom: 2px solid #f1f1f1;
	color: #195da7;
	text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    font-size: 30px;
    margin: 30px 0;
}
footer
{
	background:#072146;
	color:white;
}
#menu

{
	background:#072146;
	color:white;
}
#menu .navbar-collapse img
{
	width: 130px;
}

#menu .navbar-collapse ul li a
{
	color: white;
}
.navbar-toggler i
{
	font-size: 20px;
    color: white;
}
form,
iframe
{
	width: 100%;
}
#fullSlider
{
	width: 100%;
	height: calc(100vh - 49px);
	background: gray;
	margin-bottom: 30px;
	background-position: center !important; 
    background-size: cover !important;
    background-attachment: fixed !important;
}

.center
{
	text-align: center;
	color: #bdbdbd;
}

.slick-prev, .slick-next
{
	z-index: 9;
}
.slick-prev:before, .slick-next:before
{
	color: #072146 !important;
    font-size: 35px !important;
    background: white;
    border-radius: 50%;
    display: block;
    width: 37px;
    height: 37px;
    padding-top: 4px;
    box-shadow: 4px 5px 5px rgba(0,0,0,1);
}

.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 25px !important;
}
.slick-dots li button:before
{
	transition: all 1s ease;
}
.slick-dots li.slick-active button:before {
    opacity:1 !important;
    transform: scale(1,1);
    color: #204872 !important;
}

@media(max-width: 991px)
{
	#fullSliderMain,
	#fullSlider
	{
		margin-top: -1px !important;
	}	
}
/*#menu .navbar-collapse ul li.active a {
    color: #008fca;
    font-weight: bold;
}*/
#menu .navbar-collapse ul li
{
	cursor: pointer;
}
/*Termina general*/

/*Home*/

/*#fullSliderMain,
#fullSlider
{
	margin-top: 13px;
}*/
#fullSliderMain .slideBG 
{
	width: 100%;
	height: calc(100vh - 50px);	
	background-position: center !important; 
    background-size: cover !important;
    background-attachment: fixed !important;
    color: white;
}
#fullSliderMain .slideBG > *
{
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	padding: 15px;
	max-width: 50%;
	left: 25%;
	position: relative;
	
}
#fullSliderMain .slideBG > ul, 
#fullSliderMain .slideBG > h4
{
margin-top: calc(100vh *.4);
}
@media(max-width: 991px)
{
	#fullSliderMain .slideBG > ul,
	#fullSliderMain .slideBG > h4
	{
		margin-top: calc(83vh *.4) !important;
		left: 27% !important;
		font-size: 1.2rem !important;
	}
	#fullSliderMain .slideBG > h5
	{
		left: 27% !important;
		font-size: 1.2rem !important;
	}
	#fullSliderMain .slideBG > ul
	{
		margin-top: calc(51vh *.4) !important;
	}
	#fullSliderMain .slideBG ul  li
	{
		font-size: 1.2rem !important;
	}
	#fullSliderMain .slideBG ul  li:before
	{
		font-size: 1.5rem !important;
	}
}
#fullSliderMain .slideBG:nth-child(1)
{
	background: url(../../img/slider/lapiz.jpg);
}
#fullSliderMain .slideBG:nth-child(2)
{
	background: url(../../img/slider/equipo.jpg);
}
#fullSliderMain .slideBG:nth-child(3)
{
	background: url(../../img/slider/escritorio.jpg);
}
#fullSliderMain .slideBG ul  li
{
	font-size: 1.2rem;
	display: block;
}
#fullSliderMain .slideBG ul  li:before
{
	content: '-';
	color:#204872 ;
	font-size: 2rem;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
#clientesSection
{
	margin: 60px auto;
}
section#clientesSection #clientesContainer .swiper-wrapper .swiper-slide
{
	margin-top: 30px;
	margin-bottom: 30px;
}
section#clientesSection #clientesContainer .swiper-wrapper .swiper-slide img
{
	width:70%;
	display: block;
	margin:auto;
} 
#serviciosContainer .row .col-md-4 .card 
{
	transition:all 0.5s ease;
	position: relative;
	bottom: 0;
	box-shadow: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
#serviciosContainer .row .col-md-4 .card:hover,
#serviciosContainer .row .col-md-4 .card:active
{
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
	bottom: 8px;
}

#serviciosContainer .row .col-md-4 .card .card-header
{
	text-align: center;
	background: white;
}
#serviciosContainer .row .col-md-4 .card .card-body
{
	background: #072040;
}
#serviciosContainer .row .col-md-4 .card .card-header img 
{
	width: 40%;
	max-width: 84px;
	transition: all 5s ease;
	box-shadow: none; 
}
#serviciosContainer .row .col-md-4 .card:active .card-header img,
#serviciosContainer .row .col-md-4 .card:hover .card-header img
{
	filter: hue-rotate(360deg);
}
#serviciosContainer .row .col-md-4 .card .card-body .card-title
{
	text-align: center;
	min-height: 55px;
	color: white;
}
/*Termina Home*/


/*Contacto*/
#formContact.contact
{
	background: url(../../img/contacto/contacto.jpg) !important;
	width: 100%;
	height: calc(50vh - 62px);	
	background-position: center !important; 
    background-size: cover !important;
    background-attachment: fixed !important;
    color: white;
}
.contactInfo p
{
	transition:all 1s ease;
	cursor:pointer;
	font-weight: normal;
}
.contactInfo p i
{
	margin-right: 15px;
	font-size: 15px;
	color:white;
	transition:all 1s ease;
}
.contactInfo p:hover,
.contactInfo p:active
{
	color:#ffc20e;
	font-weight: bolder;
	text-decoration: underline;
}
.contactInfo p:hover i,
.contactInfo p:active i
{
	color:#ffc20e;
	transform: rotate(360deg);
}
#imgContact
{
	width: 100%;
    height: 100%;
    border: 0 solid rgba(0,0,0,0);
}
.btn-outline-primary
{
	color: white;
	background: #FFC104;
	border-color: #FFC104;
	margin-bottom: 30px;
}
.btn-outline-primary:hover,
.btn-outline-primary:active
{
	color: #FFC104;
	background: white;
	border-color: #FFC104;
}
/*Termina contacto*/

/*Herramientas*/
#tools.herramientas
{
	background: url(../../img/herramientas/experiencia.jpg) !important;
	width: 100%;
	height: calc(50vh - 62px);	
	background-position: center !important; 
    background-size: cover !important;
    background-attachment: fixed !important;
    color: white;
}
.card-img-overlay h5
{
	color: #2e7ea9;
}
.card-img-overlay p 
{
	color: black;
}
.text-white
{
	margin-bottom: 30px;
}
@media(max-width: 991px)
{
	.card-img-overlay h5
	{
		font-size: .5rem !important;
	}
}
/*Termina herramientas*/

/*Experiencia/Clientes*/
#experience.clientes
{
	background: url(../../img/clientes/cliente.png) !important;
	width: 100%;
	height: calc(50vh - 62px);	
	background-position: center !important; 
    background-size: cover !important;
    background-attachment: fixed !important;
    color: white;
}
/*Termina Experiencia/Clientes*/

/*footer*/
footer
{
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .container-fluid .row .col-md-4
{
	text-align: center;
}
footer .container-fluid .row p
{
	text-align: center;
	margin-bottom: 0;
}
footer .redes
{
	text-align: center;
	margin: 30px 0;
}
footer .redes a 
{
    background: white;
    border-radius: 5px;
    width: 50px;
    display: inline-block;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);  
}
footer .redes a:nth-child(1)
{
	color: #4267b2;
}
footer .redes a:nth-child(2)
{
	color: #1da1f2;
}
footer .redes a:nth-child(1):hover,
footer .redes a:nth-child(1):active
{
	color: white;
	background: #4267b2;
	
}
footer .redes a:nth-child(2):hover ,
footer .redes a:nth-child(2):active 
{
	color: white;
	background: #1da1f2;

}
footer .redes a:hover i
{
	transform: rotate(360deg);
	transition: all 1s ease;
}

footer .redes a:hover i,
footer .redes a:active i
{
	transform: rotate(360deg);
}
/*Termina footer*/
