@charset "UTF-8";
/* CSS Document */
body
{
	background-image: url("Fondoizquierdaarriba_01.png"), url("Fondoizquierdaabajo_08.png"), url("Fondoderechaarriba_03.png"), url("Fondoderechaabajo_07.png"), url("nubesfondo.png"), url("fondooo.png");
	background-attachment: fixed;
	background-position: 0% 20%, 0% 100%, 100% 105px, 100% 100%, 50% 50%, 100% 100%;
	background-repeat: no-repeat;
	background-size: 40%, 25%, 25%, 30%, auto, auto;
	margin: 0px;
	min-width: 1441px;
}

@font-face
{
	font-family: Rocket Chicken;
	src: url("../FONTS/Rocket Chicken Demo.otf");
}

.fondomenu
{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	min-width: 1210px;
	position:fixed;
	width: 100%;
	z-index: 1;
}

.logositio
{
	height: 80px;
	float: left;
	margin-left: 30px;
}


.botonmenu
{
	color: #000000;
	font-size: 30px;
	text-decoration: none;
	font-family: Rocket Chicken;
	margin-left: 40px;
	margin-right: 40px;
	transition: 0.4s;
	margin-top: 30px;
	display: inline-block;
}

.botonmenu:hover
{
	color: #C181E7;
}





.carrusel
{
	height: 100%;
	background-size: cover;
	text-align: center;
}

.imagencentral
{
	width:100%;
}

.alineacioncentral
{
	display: inline-table;
	height: 100%;
	width: 100%;
}

.alineacionvertical
{
	display: table-cell;
	vertical-align: middle;
}

.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text 
{
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slideshow-container 
{
  position: relative;
  margin: auto;
	padding-top: 120px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}





.info
{
	width: 100%;
	padding: 60px 0px;
	text-align: center;
}

.imagenpfp
{
	height: 320px;
}

.pfp
{
	display: inline-block;
	vertical-align: middle;
}

.textointro
{
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	margin-left: 20px;
	margin-right: 20px;
	height: auto;
	text-align: center;
}

.titulo
{
	color: #b262da;
	font-size: 25px;
	font-family: Rocket Chicken;
}

.parrafo
{
	color: #320152;
	font-size: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


.infocolumna
{
	vertical-align: middle;
	width: 40%;
	padding: 20px 0px;
	text-align: center;
	display: inline-block;
	color: #320152;
}

.titulocolumna
{
	color: #b262da;
	font-size: 25px;
	font-family: Rocket Chicken;
	text-align: center;
}

.parrafocolumna
{
	color: #320152;
	font-size: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


.tituloderecha
{
	color: #b262da;
	font-size: 25px;
	font-family: Rocket Chicken;
	text-align: right;
	display:inline-block;
}


.pie
{
	background-color: #FFFFFF;
	background-position: bottom;
	width: 100%;
	display: inline-block;
	text-align: center;
	min-width: 1441px;

}

.date
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
}





.icono
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
	float:left;
}

.logoderecha
{
	float: right;
	padding-bottom: 55px;
	margin-right: 30px;
}

.dragon
{
	height: 80px;
	text-align: center;
}







.fondoabout
{
	background-image: url("AdobeStock_270078354.jpeg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	min-width: 1441px;
}

.contenidoabout
{
	padding-top: 160px;
	text-align:center;
}

.tituloabout
{
	color: #5E1182;
	font-size: 40px;
	font-family: Rocket Chicken;
	margin-top: 140px;
}

.who
{
	text-align: center;
	height: 400px;
	margin-bottom: 60px;
}

.aboutuno
{
	display: inline-block;
	vertical-align: middle;
}

.what
{
	text-align: center;
	height: 400px;
	margin-bottom: 30px;
}

.types
{
	text-align: center;
	margin-bottom: 90px;
}

.textotypes
{
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	margin-left: 20px;
	margin-right: 20px;
	height: auto;
	text-align: center;
}

.parrafoabout
{
	color: #300367;
	font-size: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}










.fondocontact
{
	background-image: url("AdobeStock_296867238.jpeg");
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	min-width: 1441px;
}


.Form
{
	text-align: left;
	width: 800px;
	display: inline-block;
	margin-top: 160px;
	margin-bottom: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px 30px 30px 30px;
	
}



.Titulo
{
	display: inline-block;
	color: #00003B;
	font-size: 28px;
	font-family: Rocket Chicken;
	font-size: 40px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


.DivFormIndividual {
    width: 100%;
    height: 70px;
    display: inline-block;
    position: relative;
    padding-top: 25px;
}

.campoForm {
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 2px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #A6BFE7; 
    position: absolute;
    background-color: transparent;
    outline: none;
    box-sizing: border-box;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    color: #000745;
    font-size: 22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    
}

.campoForm:focus {
    border-bottom: 2px solid #104c91;
    box-shadow: 0px 1px 0px 0px #104c91;
    -moz-box-shadow: 0px 1px 0px 0px #104c91;
    -o-box-shadow: 0px 1px 0px 0px #104c91;
    -ms-box-shadow: 0px 1px 0px 0px #104c91;
    -webkit-box-shadow: 0px 1px 0px 0px #104c91;
}



.TextAreaNotas {
    border: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    border-bottom: 2px solid #A6BFE7;
    outline: none;
    box-sizing: border-box;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #000;
	font-size: 22px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 1px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    background-color: transparent;
}

.TextAreaNotas:focus {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    border-bottom: 2px solid #104c91;
    box-shadow: 0px 1px 0px 0px #104c91;
    -moz-box-shadow: 0px 1px 0px 0px #104c91;
    -o-box-shadow: 0px 1px 0px 0px #104c91;
    -ms-box-shadow: 0px 1px 0px 0px #104c91;
    -webkit-box-shadow: 0px 1px 0px 0px #104c91;
	margin-bottom: 20px;
}


.BtnContacto
{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	cursor: pointer;
    background-color: #4A369E;
    outline: none;
    
    padding: 10px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    /*transition: .3s ease-in-out;*/
	float: right;
	border: none;
	margin-bottom: 40px;
	
}

.BtnContacto:hover {
    background-color: #7946D7;
}





.fondoservices
{
	background-image: url("AdobeStock_468577905.jpeg");
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	min-width: 1441px;
	
}

.contenidosfilas
{
	padding-top: 160px;
	height: 400px;
	margin-bottom: 360px;
}

.fila
{
	width: 300px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	
}

.textofila
{
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	text-align: center;
}

.tituloservices
{
	color: #0A9CE4;
	font-size: 40px;
	font-family: Rocket Chicken;
}

.columnauno
{
	display: inline-block;
	text-align: center;
}

.imgfila
{
	width: 260px;
}

.titulofila
{
	color: #0566B2;
	font-size: 25px;
	font-family: Rocket Chicken;
	text-align: center;
	vertical-align: middle;
}

.parrafofila
{
	width: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}





.bodyprojects
{
	background-image: url("AdobeStock_296867238.jpeg");
	background-position: top;
	background-attachment: fixed;
	text-align: center;
	background-size: cover;
	max-width: 1468px;
	min-width: 1441px;
}

.tituloprojects
{
	color: #1985dd;
	font-size: 40px;
	font-family: Rocket Chicken;
	margin-top: 140px;
}

.myImg
{
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	width: 20%;
	margin-top: 20px;
}

.myImg2
{
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	width: 43%;
	margin-top: 20px;
}



.imgs
{
	vertical-align: middle;
}

.contenidogaleria
{
	padding-top: 160px;
}
