@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* ------ BODY ------ */
html, body {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    background-image: url(../../imagenes/page-background.jpg);
    background-size: cover; 
    background-position: top center; 
    background-repeat: no-repeat; 
    background-color: #00040F;
	min-height: 100vh;
}





body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
}

.img-50{
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.mb-20{
	margin-bottom: 20px;
}


.col-centered{
    float: none;
  	margin-left: auto;
  	margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}




@media (max-width: 767px) {
	.navbar-nocover{
		margin-top: 50px !important;
	}
}

.text-frame{
	padding: 40px;
}




/* ------ COL 5 COLUMNS -----*/
 div.col-sm-7.five-three {
	width: 60% !important;
 }

div.col-sm-5.five-two {
	width: 40% !important;
}


.image-wrap{
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.fullwidth{
	width: 100%;
	height: auto;
}


.img-con-sombra {
    box-shadow: 0 0 15px 5px rgba(6,246,255, 0.1);
}

.button-blue{
	padding: 5px 20px;
    border-radius: 50px;
	background-color: #06F6FF;
    color: #00040F;
}


.button-blue:hover{
	background-color: #00040F;
	color: #06F6FF;
	transition: background-color 0.3s ease, color 0.3s ease; 
	box-shadow: 0 0 10px rgba(6, 246, 255, 0.8); 
}

.div-block{
	display: block;
}


.separator hr{
	border-bottom: solid thin #ffffff;
	box-shadow: 0 0 15px 5px rgba(6,246,255, 0.1);
}

/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}




/* ----- WHATSAPP FLOAT ICON -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}



/* ------ NAVBAR ------*/
.logo-size{
	width: 200px;
	height: auto;
	padding: 10px;
}

.navbar-nav li{
	padding: 0px 20px !important;
}


a.nav-link{
	font-weight: 200 !important;
	font-size: 1em !important;
	color: #fff;
}

a.nav-link:hover{
	color: #06F6FF;
	text-shadow: 0px 0px 10px white;
}

/* ------ WELCOME ------*/
.welcome h2{
	font-size: 3em;
	color: #ffffff;
}

.welcome h2 span{
	background: linear-gradient(to top, #06F6FF, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
}

.welcome p{
	color: #ffffff;
}


/* ------ NUMBERS ------*/
.numbers{
	padding: 100px 0px;
}

.numbers-text{
	background: linear-gradient(to top, #06F6FF, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
	display: flex; 
    align-items: center; 
	text-align: center;
	font-size: 1.2em;
}


.numbers-text span{
	font-size: 2.5em;
	color: #ffffff;
	font-weight: 600;
	margin-right: 10px; 
}


/* ------ SERVICES ------*/
.services{
	padding: 40px 0px;
}
.services h3{
	font-size: 3em;
	color: #ffffff;
}

.services li{
	margin-bottom: 30px;
}

.col-sm-5 ul {
    list-style: none; 
    padding: 0;
}

.col-sm-5 li {
    display: flex; /
    align-items:top;    
}

.col-sm-5 i {
    font-size: 40px; 
    margin-right: 15px;
	color: #06F6FF;
	min-width: 50px;
}

.col-sm-5 h2 {
    margin: 0;
    font-size: 1.5em;
	color: #06F6FF;
}

.col-sm-5 p {
    margin: 0; 
	color: #ffffff;
}

.services-block a{
	color: #06F6FF;
}

.services-block a:hover{
	color: #ffffff;
	text-shadow: 0px 0px 10px #06F6FF;
}

.services-block a:hover + i,
.col-sm-5 li:hover i {
    color: #ffffff;
	text-shadow: 0px 0px 10px #06F6FF;
}

/* ------ Desarrollo de Software ------*/
.service-detail {
	padding: 80px 0px;
}
.service-detail h2{
	font-size: 3em;
	color: #ffffff;
}

.service-detail .subtittle{
	color: #06F6FF;
	font-size: 1.5em;
}

.service-detail p{
	color: #ffffff;
	text-align: justify;
}

.service-detail li{
	color: #ffffff;
}

.service-detail .row {
    display: flex; /* Aplica flexbox a la fila */
}

.service-detail .col-sm-7 {
    display: flex; /* Aplica flexbox a la columna izquierda */
    flex-direction: column; /* Alinea el contenido verticalmente */
    justify-content: center; /* Centra el contenido verticalmente */
}

.service-detail .col-sm-5 {
    display: flex; /* Aplica flexbox a la columna derecha */
    justify-content: center; /* Centra la imagen horizontalmente */
}

.service-detail .image-container {
    display: flex; 
    justify-content: center;
    align-items: center; 

}



/* ------ CONTACTO ------*/
.contacto{
	padding: 40px 0px;
}


.contacto h5{
	font-size: 3em;
	color: #ffffff;
	text-align: center;
}

.contacto p{
	color: #ffffff;
	text-align: center;
}

.contacto h6{
	font-size: 2.3em;
	color: #ffffff;
	text-align: center;
}

.contacto-btn{
	margin: 0 auto;
	display: table;
}

/* ------ FOOTER ------*/
.footer{
	padding: 10px 0px;
}
.footer p{
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
}


