/* 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: Cream Peach;
    src: url(fuentes/Cream\ Peach.ttf) format('truetype');
}
@font-face{
    font-family: coolvetica rg;
    src: url(fuentes/coolvetica\ rg.ttf) format('truetype');
}
@font-face{
    font-family: viner-hand-itc-1;
    src: url(fuentes/viner-hand-itc-1.ttf) format('truetype');
}
@font-face{
    font-family: TitilliumWeb-Bold;
    src: url(fuentes/TitilliumWeb-Bold.ttf) format('truetype');
}
@font-face{
    font-family: Vogue;
    src: url(fuentes/Vogue.ttf) format('truetype');
}

/* Estilos basicos */
h1{
    font-family: viner-hand-itc-1;
    color:white;
    font-size: 50px;
    text-shadow: white 3px 3px 3px 3px ;
}

h2{
    font-family: FuturistFixes-width;
    color: rgb(255, 255, 255);
}
h3{
    font-family: AUGUSTUS ;
    color: black;
    font-size: 25px;
    text-shadow: white;
    margin-top: 15px;
    text-align: center;
}
h4{
    font-family: Vogue;
    color: black;
    font-size: 35px;
}
h5{
    font-family: coolvetica rg;
    color: black;
    font-size: 25px;
}
h6{
    font-family: AUGUSTUS;
    color: white;
    font-size: 14px;
}

p{
    font-family:TitilliumWeb-Bold;
    font-size: 25px;
    border: 3px solid rgba(142, 151, 151, 0.829);
    border-radius: 3px 3pxrgba(142, 151, 151, 0.829);
    float: left;
    margin-left:170px;
    padding: 25px;
}

body{
    text-align: center;
    margin:0px;
    background: rgb(223, 224, 224, 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:650px ;
    width: 1250px;
    margin: 40px;
    border: 3px solid rgb(24, 58, 252);
    box-shadow: 3px 3px 3px 3px rgba(142, 151, 151, 0.829);
    -o-box-shadow: 3px 3px 3px 3px rgba(142, 151, 151, 0.829);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(142, 151, 151, 0.829);
    -moz-box-shadow: 3px 3px 3px 3px rgba(142, 151, 151, 0.829);
    -ms-box-shadow: 3px 3px 3px 3px rgba(142, 151, 151, 0.829);
}
#aqui{
    background-color: white;
    float: center;
    height:620px ;
    width: 1250px;
    margin: 40px;
    padding: 10px;
    border: 3px solid rgb(15, 15, 15);
    box-shadow: 3px 3px 3px 3px rgb(24, 58, 252);
    -o-box-shadow: 3px 3px 3px 3px rgb(24, 58, 252);
    -webkit-box-shadow: 3px 3px 3px 3px rgb(24, 58, 252);
    -moz-box-shadow: 3px 3px 3px 3px rgb(24, 58, 252);
    -ms-box-shadow: 3px 3px 3px 3px rgb(24, 58, 252);
}


/*Aquí empieza el menú desplegable*/
* {
    margin:0px;
    padding:0px;
}

#header {
    margin:auto;
    width:895px;
    font-family: ubuntuRegular;
    float: right;
    font-size: 20px;
}

ul, ol {
    list-style:none;
}

.nav > li {
    float:left;
}

.nav li a {
    background-color:#000;
    color:#fff;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.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;*/

}

aside{
    height: 70px ;
    margin: auto;
    background-color: rgb(247, 250, 252);
    border-top: 2px solid; 
    background: rgb(24, 58, 252);
    float:center;
}

ul#menu2 li{
    list-style:none;
    display:inline-block;
    margin: 2%;
    padding-top: 2px;
    padding: 0%;
    font-family:Quenda-Medium;
    text-align: center;
    display: inline-block;
    /*padding: 12px 12px;*/
    text-decoration: none;
    line-height: normal;
    display: inline-block;
    /*padding: 1px 1px;*/
    text-decoration: none;
    line-height: normal;
    font-weight: bold;
    background:rgb(24, 187, 252);
    border-radius:0px;
    border: 4px solid rgb(24, 187, 252);
    z-index: 2000;
}
ul#menu2 li a {
    text-decoration: none;
    color: rgb(15, 15, 15);       
}
     
ul#menu2 li a:hover{
    border-radius:0px;
    background:rgb(24, 187, 252);
    color: #eff3f7;
    box-shadow: inset 20% 20% rgb(24, 187, 252);
    text-align:center;
    position: relative;
}

.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 */
}

#logos{
    position: relative;
    margin: 30px;
    float: center;
    text-align: center;
    left:10px;
    z-index: 2000; 

}
#logos :hover{
    font-family: TitilliumWeb-Bold;
    font-size: 50px;
    color: white;
    background: rgb(168, 167, 167); /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: .5px .5px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
    border-radius: 70%;
    
}

#telefonos{
    font-family: TitilliumWeb-Bold;
    font-size: 20px;
    float: center;
    color: rgb(190, 188, 188);
}

#negro {
    font-family: TitilliumWeb-Bold;
    font-size: 20px;
    float: center;
    color: rgb(14, 13, 13);
}