*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background: #09238bb6;
	height: 100vh;
	width: 100%;
	background-size: cover;
}

.azulfuerte {
    background-color: #5f56a534;
}
.fondo{
	height: 100vh;
	width: 100%;
    background-image: url('/images/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.content:before{
    content:"";
    width: 100%;
    height: 100%;
    background-color:#010003;
    position: absolute;
	opacity: 0.5;
	top: 0;
	background-size: cover;
}

.content img{
    z-index: 1;
}
.top-nav-collapse{
    background-color: #5f56a5dc !important;
}
.horizontal{
    display: flex;
    justify-content: center;
}
.vertical{
    display: flex;
    flex-direction:column;
    justify-content: center;
}
.centraar{
    width:50%;
    margin:100px 0;
}

#particles-js{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.6);
}


.aumentar:hover,
.aumentar:focus{
box-shadow: 0 0.5em -0.4em var(--hover);
-webkit-transforms: translateY(-0.25em);
transforms: translateY(-0.25em);
}

.aumentar{
--color:#ffa260;
--hover:#e5ff60;
}

button{
color: var(--color);
-webkit-transition: 0.25s;
transition: 0.25s;
}

button:hover, button:focus{
border-color: var(--hover);
color: #fff;
}

button{
background: none;
border: 2px solid;
line-height: 1;
margin: 0.5em;
padding: 1em 2em;
}


/*--- Inicio Codigo para la animacion del logo ------*/

/*div.contenido {
	width: 96%;
	max-width: 455px;
	margin: 0 auto;
	}*/
img {
	width: 100%;
	height: auto;
}

#fondo2{
	/*text-align: center;*/
	/*width:455px;
	height: 244px;*/
	top: 0px;
	left:0px;
	background-size :  no-repeat;
	position: relative;
	overflow: hidden;
}
#titulo{
	/*width:455px;
	height: 244px;*/
	background-size :  no-repeat;
	position: absolute;
	top: 0px;
	left:100px;
	animation: animartitulo 10s;
	-moz-animation: animartitulo 10s;
	-o-animation: animartitulo 10s;
	-webkit-animation: animartitulo 10s;
}
#sombra{
	/*width:455px;
	height: 244px;*/
	background-size :  no-repeat;
	position: absolute;
	top: 0px;
	left:100px;
	animation: animarsombra 10s;
	-moz-animation: animarsombra 10s;
	-o-animation: animarsombra 10s;
	-webkit-animation: animarsombra 10s;
}

#azul{
	/*width:455px;
	height: 244px;*/
	position: absolute;
	background-size :  no-repeat;
	top: 0px;
	left:100px;
	animation: animarazul 5s;
	-moz-animation: animarazul 5s;
	-o-animation: animarazul 5s;
	-webkit-animation: animarazul 5s;
}

#rojo{
	/*width:455px;
	height: 244px;*/
	position: absolute;
	background-size :  no-repeat;
	top: 0px;
	left:100px;
	animation: animarrojo 5s;
	-moz-animation: animarrojo 5s;
	-o-animation: animarrojo 5s;
	-webkit-animation: animarrojo 5s;
}

#naranja{
	/*width:455px;
	height: 244px;*/
	position: absolute;
	background-size :  no-repeat;
	top: 0px;
	left:100px;
	animation: animarnaranja 5s;
	-moz-animation: animarnaranja 5s;
	-o-animation: animarnaranja 5s;
	-webkit-animation: animarnaranja 5s;
}

#verde{
	/*width:455px;
	height: 244px;*/
	position: absolute;
	background-size :  no-repeat;
	top: 0px;
	left:100px;
	animation: animarverde 5s;
	-moz-animation: animarverde 5s;
	-o-animation: animarverde 5s;
	-webkit-animation: animarverde 5s;
}

/*--- Animaciones ---*/

@keyframes animartitulo {
	0% {
		left: 0;
		top: 0;
	  }
	  10% {
		left: 5rem;
		top: 0rem;
	  }
	  50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-moz-keyframes animartitulo {
	0% {
		left: 0;
		top: 0;
	  }
	  10% {
		left: 5rem;
		top: 0rem;
	  }
	  50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-o-keyframes animartitulo {
	0% {
		left: 0;
		top: 0;
	  }
	  10% {
		left: 5rem;
		top: 0rem;
	  }
	  50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-webkit-keyframes animartitulo {
	0% {
		left: 0;
		top: 0;
	  }
	  10% {
		left: 5rem;
		top: 0rem;
	  }
	  50% {
		top: 5rem;
		left: 5rem;
	  }
}



@keyframes animarsombra {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-moz-keyframes animarsombra {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-o-keyframes animarsombra {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-webkit-keyframes animarsombra {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}




@keyframes animarazul {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-moz-keyframes animarazul {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-o-keyframes animarazul {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}
@-webkit-keyframes animarazul {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 5rem;
		left: 5rem;
	  }
}




@keyframes animarrojo {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 10rem;
		left: 10rem;
	  }
}
@-moz-keyframes animarrojo {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 10rem;
		left: 10rem;
	  }
}
@-o-keyframes animarrojo {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 10rem;
		left: 10rem;
	  }
}
@-webkit-keyframes animarrojo {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 10rem;
		left: 10rem;
	  }
}





@keyframes animarverde {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 15rem;
		left: 15rem;
	  }
}
@-moz-keyframes animarverde {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 15rem;
		left: 15rem;
	  }
}
@-o-keyframes animarverde {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 15rem;
		left: 15rem;
	  }
}
@-webkit-keyframes animarverde {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 15rem;
		left: 15rem;
	  }
}






@keyframes animarnaranja {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 20rem;
		left: 20rem;
	  }
}
@-moz-keyframes animarnaranja {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 20rem;
		left: 20rem;
	  }
}
@-o-keyframes animarnaranja {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 20rem;
		left: 20rem;
	  }
}
@-webkit-keyframes animarnaranja {
	0% {
		left: 0;
		top: 0;
	  }
	 50% {
		top: 20rem;
		left: 20rem;
	  }
}


/*--- Fin del Codigo para la animacion del logo ------*/


/*-------inicio codigo contactame---------*/
.map-container-6{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	}
	.map-container-6 iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}

/* FORMULARIO =================================== */

.form_wrap{
    width: 1050px;
    height: 530px;
    margin: 50px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 35px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}


/* Formulario de contacto*/
form.form_contact{
    width: 62%;
    padding: 30px 40px;
}

form.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="button"]{
    width: 180px;
	background: #4091EC;
	padding: 10px;
	border: none;
	border-radius: 25px;

    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

form.form_contact input[type="button"]:hover{
    background: #3371B6;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;

	float: right;
}

	/*-----------fin codigo contactame-----------*/



	/*------- inicio codigo navbar------------*/
	/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	}
	
	.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	}
	
	.animated-icon1 span {
	background: #e65100;
	}
	
	.animated-icon2 span {
	background: #e3f2fd;
	}
	
	.animated-icon3 span {
	background: #f3e5f5;
	}
	
	.animated-icon1 span:nth-child(1) {
	top: 0px;
	}
	
	.animated-icon1 span:nth-child(2) {
	top: 10px;
	}
	
	.animated-icon1 span:nth-child(3) {
	top: 20px;
	}
	
	.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	}
	
	.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
	}
	
	.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}
	
	/* Icon 3*/
	
	.animated-icon2 span:nth-child(1) {
	top: 0px;
	}
	
	.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
	}
	
	.animated-icon2 span:nth-child(4) {
	top: 20px;
	}
	
	.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
	}
	
	.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	
	.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
	.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
	}
	
	/* Icon 4 */
	
	.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	
	.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	
	.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	
	.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
	}
	
	.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
	}
	
	.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
	}
	/*---------------fin codigo navbar--------------*/


	.flex-container {
		display: flex;
		justify-content: center;
	}


	/*------------------inicio codigo imagen boton--------------------*/
	.botonimagenwin10{
		background-image:url(../images/service/sistemasoperativos/logo-win10.png);
		background-repeat:no-repeat;
		width:104px;
		height:125px;
		background-position:center;
	  }

	.botonimagenwin8{
		background-image:url(../images/service/sistemasoperativos/logo-win8.png);
		background-repeat:no-repeat;
		width:133px;
		height:100px;
		background-position:center;
	  }

	  .botonimagenwin7{
		background-image:url(../images/service/sistemasoperativos/logo-win7.png);
		background-repeat:no-repeat;
		width:152px;
		height:96px;
		background-position:center;
	  }

	  .botonimagenwin12{
		background-image:url(../images/service/sistemasoperativos/logo-win12.png);
		background-repeat:no-repeat;
		width:101px;
		height:159px;
		background-position:center;
	  }

	  .botonimagenwin16{
		background-image:url(../images/service/sistemasoperativos/logo-win16.png);
		background-repeat:no-repeat;
		width:100px;
		height:124px;
		background-position:center;
	  }

	  .botonimagenubuntu{
		background-image:url(../images/service/sistemasoperativos/logo-ubuntu.png);
		background-repeat:no-repeat;
		width:103px;
		height:105px;
		background-position:center;
	  }

	  .botonimagenmacos{
		background-image:url(../images/service/sistemasoperativos/logo-mac.png);
		background-repeat:no-repeat;
		width:103px;
		height:128px;
		background-position:center;
	  }

	  .botonimagencentos{
		background-image:url(../images/service/sistemasoperativos/logo-centos.png);
		background-repeat:no-repeat;
		width:133px;
		height:104px;
		background-position:center;
	  }




	/*------------------fin codigo imagen boton-----------------------*/



