/* fuentes personalizadas */

@font-face{
    font-family: ubuntuRegular;
    src: url(fuentes/Ubuntu-R.ttf) format('truetype');
}

@font-face{
    font-family: ubuntuBold;
    src: url(fuentes/Ubuntu-B.ttf) format('truetype');
}

@font-face{
    font-family: Clarista;
    src: url(fuentes/Clarista.otf) format('truetype');
}

@font-face{
    font-family: ubuntuBoldItalic;
    src: url(fuentes/ubuntu-BI.ttf) format('truetype');
}
@font-face{
    font-family: FuturistFixes-width;
    src: url(../Css/fuentes/FUTRFW.TTF) format('truetype'); 
}
@font-face{
    font-family: Prototype;
    src: url(fuentes/Prototype.ttf) format('truetype');
}
@font-face{
    font-family: jd_eugenia;
    src: url(fuentes/jd_eugenia.ttf) format('truetype');
}
@font-face{
    font-family: AUGUSTUS;
    src: url(fuentes/AUGUSTUS.TTF) format('truetype');
}
@font-face{
    font-family: NORMT;
    src: url(fuentes/NORMT.TTF) format('truetype');
}
@font-face{
    font-family: viner-hand-itc-1;
    src: url(fuentes/viner-hand-itc-1.ttf) format('truetype');
}
h1{
    font-family: viner-hand-itc-1;
    color:white;
    font-size: 55px;
    text-shadow: white 3px 3px 3px 3px ;
}

h2{
    font-family: FuturistFixes-width;
    color: white;
}
h3{
    font-family: NORMT ;
    color: black;
    font-size: 15px;
}

h4{    
    font-family: ubuntuBolt;
    color: white;
    text-align: center;
}

h5{
    font-family: ubuntuBolt;
    color: white;
    text-align: center;
}
h6{
    font-family: AUGUSTUS;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

p{
    font-family: ubuntuRegular;
}

body{
    text-align: center;
    margin:0px;
    background: rgba(214, 218, 218, 0.829) url(../img/fondo.jpg) no-repeat center center;
    background-size: 100% 100%;
}

header{
    background-color: black;
}

article{
    background-color: white;
    float: center;
    height:450px ;
    width: 1250px;
    margin: 40px;
    border: 3px solid white;
    /*box-shadow: 3px 3px 3px 3px rgb(163, 211, 250);
    -o-box-shadow: 3px 3px 3px 3px rgb(163, 211, 250);
    -webkit-box-shadow: 3px 3px 3px 3px rgb(163, 211, 250);
    -moz-box-shadow: 3px 3px 3px 3px rgb(163, 211, 250);
    -ms-box-shadow: 3px 3px 3px 3px rgb(163, 211, 250);*/
}
/*Aquí empieza el menú desplegable*/
* {
    margin:0px;
    padding:0px;
}

#header {
    margin:auto;
    width:895px;
    font-family: ubuntuRegular;
    float: right;
    font-size: 20px;
    padding-top: 0%;
}

ul, ol {
    list-style:none;
}

.nav > li {
    float: left;
    z-index: 2000;
}

.nav li a {
    background-color:#000;
    color:#fff;
    text-decoration:none;
    padding:10px 12px;
    display:block;
    z-index: 2000;
}

.nav li a:hover {
    background-color:#434343;
}

.nav li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-140px;
    top:0px;
}
/*Aquí termina el menú desplegable*/

footer{
    width: 100%;
    height: 30%;
    margin: auto;
    text-align:center;
    background: rgb(223, 224, 224, 0.829) url(../img/footer.jpg) no-repeat center center;
    background-size: 300% 350%;
    padding: 1%;
    margin-top: 5%;
    /*border-top: 5px solid; */
    border-right: 2px solid;   
    border-bottom: 2px solid; 
    border-left: 2px solid;
    /*background: rgb(24, 187, 252);*/
    /*border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;     
    -webkit-border-radius: 15px 15px 15px 15px;*/

}
/*Aqui empieza redes*/
.social {
	position:fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right:10px;
	top: 250px;
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
.social ul {
		list-style: none;
}
 
.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 6px 10px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}
 
.social ul li .icon-facebook {
    background:#1578fa;  
} 
.social ul li .icon-instagram {
    background: url(../img/fi.png) no-repeat center center;
}
.social ul li .icon-whatsapp {
    background: #00bb2d;
}
.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}
/*apuí termina redes*/


/*carrusel de imagenes*/
  
section.awSlider .carousel{
	display:table;
    z-index:2;
    transition:all 10s;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
    box-shadow: 0 0 15px rgba(1,1,1,.5);
  }
 
  section.awSlider{
	margin:30px auto;
	padding:30px;
	position:relative;
	display:table;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  section.awSlider:hover > img{
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    opacity:1;

  }
  
  section.awSlider img{
	 pointer-events: none;
  }
  
  section.awSlider > img{
	position:absolute;
	top:90px;
	z-index:1;
	transition:all 10s;
	filter: blur(1.8vw);
	-webkit-filter: blur(2vw);
	-moz-filter: blur(2vw); 
	-o-filter: blur(2vw); 
	-ms-filter: blur(2vw);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity:.5;
  }
  /*termina carrusel*/