@font-face
{
    font-family: '1';
    src: url('fonts/fontello.woff');
}

@font-face
{
    font-family: '2';
    src: url('fonts/roboto-black.woff');
}

@font-face
{
    font-family: '3';
    src: url('fonts/roboto-bold.woff');
}

@font-face
{
    font-family: '4';
    src: url('fonts/roboto-light.woff');
}

@font-face
{
    font-family: '5';
    src: url('fonts/roboto-medium.woff');
}

@font-face
{
    font-family: '6';
    src: url('fonts/roboto-regular.woff');
}

@font-face
{
    font-family: '7';
    src: url('fonts/primera.woff');
}

@font-face
{
    font-family: '8';
    src: url('fonts/segunda.woff');
}

@font-face
{
    font-family: '9';
    src: url('fonts/tercera.woff');
}

@font-face
{
    font-family: '10';
    src: url('fonts/cuarta.woff');
}

@font-face
{
    font-family: '11';
    src: url('fonts/quinta.woff');
}

body {margin: 0; overflow-x: hidden; min-width: 660px; font-size: 1em;}

a {color:#000;}
a:hover {color:#FF0000;}

/*
subir-----------------------------------------------------------------------------------------------------------------------------------------------
*/

.subirAntes{height: 0; width: 0; overflow: hidden;}
.subirDespues{
    position: fixed;
    z-index: 200;
    font-size: 2em; 
    background-color: rgba(217, 0, 0, 0.72);
    bottom: 40px;
    right: 60px;
    color: #fff;
    padding: 12px 18px 1px 18px;
    text-decoration: none;
}
#subir:hover {background-color: rgba(0, 0, 0, 0.61);}

/*
efectoimagenes-----------------------------------------------------------------------------------------------------------------------------------------------
*/

.imagenMovil{background: url(imagenes/TabletP.png) bottom ;}
.imagenMovilUno {background: url(imagenes/Tablet2.png) bottom;}
.imagenMovilDos {background: url(imagenes/Tablet3.png) bottom;}
.imagenMovilTres {background: url(imagenes/Tablet6.png) bottom;}
.imagenMovilCuatro {background: url(imagenes/Tablet7.png) bottom;}
.imagenMovilCinco {background: url(imagenes/Tablet4.png) bottom;}
.imagenMovilSeis {background: url(imagenes/TabletExportacion.png) bottom;}


.imagenMovil,.imagenMovilUno,.imagenMovilDos,.imagenMovilTres,.imagenMovilCuatro,.imagenMovilCinco,.imagenMovilSeis {
    background-attachment: fixed;

    background-repeat: no-repeat;
    background-position: 100% 150px ;
    background-size: 30.1%;
    top:0;
    right: 0;
    width: 30%;
    height: 100%;
    position: absolute;
}
/*
navMenuLogo-----------------------------------------------------------------------------------------------------------------------------------------------
*/

nav {
    width:100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    height:80px;
    background-image: url(imagenes/text2.jpg);
    -webkit-box-shadow: 0px 20px 10px -10px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 20px 10px -10px rgba(0,0,0,0.45);
    box-shadow: 0px 20px 10px -10px rgba(0,0,0,0.45);
    z-index: 10;
     text-align: center;
}

nav img{
    margin-top: 10px;
    height: 60px;
    position: relative;
    
  
   
}

.menuCentrado {
    position: relative;
    margin: 0 auto;
    width: 60%;
    min-width: 710px;
    
}

.menuUno{
    margin-top: 25px;
    float: right;
    width: 410px;

}



.menuUno ul {
    position: absolute;
    opacity: 0;
    left: -32px;
    margin: 0;
    top: 20px;
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    
    
}

.menuUno > li {border-top: 5px solid #fff;  }
.menuUno >li {padding-top: 40px;}
.menuUno li {
    
    color: red;
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0; 
   
}

.menuUno li a {
    color: black;
    font-size: 1em;
    font-family: '10';
    text-decoration: none;
    display: block;
    
    padding: 0 7px;

    
}
.menuUno > li:hover {border-top: 5px solid rgb(218, 208, 32);}
.menuUno li:hover >ul {opacity: 1; padding-bottom: 40px;}
.menuUno li:hover >ul>li>a{color:#fff; font-size: 14px; text-transform: uppercase;}
.menuUno > li > ul >li > a:hover {color:rgb(145, 140, 41);}


.menuUno ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

}

.menuUno li:hover >ul li  {
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height 3.25s ease .1s;
    height: auto;
    overflow: visible;
    padding: 0;

}

.menuUno ul li a {
    background-color: rgba(138, 191, 63, 0.66);
/*    background-color: rgba(38, 64, 48, 0.62);*/
    margin: 4;
    padding: 5px 20px;
    width: 300px;
}




/*
header-----------------------------------------------------------------------------------------------------------------------------------------------
*/


#primera{
    width: 100%;
    position: fixed;
    z-index: 8;
    top:80px;
}

.imagenFondo {width: 100%; min-width: 680px;}

.flechaEspacio {
    width: 150px;
    height: 150px;
    left: 44%;
    top:0;
    margin-top: 36%;
    text-align: center;
    position: absolute;
    
}

.flecha{
    margin-top: 50px;
    width: 100%;
    
}
.flecha > img {
    position: relative;
    margin: 0 auto;
  
}

.titulo {
    width: 580px;
    position:absolute;
    top: 0;
    margin-top: 8%;
    margin-left: 8%;
    z-index: 300;
	color:#FFF;
}

.titulo > h1 >img {
    
    width: 250px;
    margin: 0;
}

.titulo > p {
    font-family: '10';
    font-size: 1.4em;
    color: #fff;
    line-height: 20px
}

.btn_info{margin-top: 60px}

.titulo > div  a{
    text-transform: uppercase;
    font-family: '7';
    text-decoration: none;
    border: 1px solid #868686;
    padding: 18px 38px;
    margin-right: 10px;
    
}

.botonUno:hover { background-color: black;}
.botonDos:hover { background-color: rgba(0, 0, 0, 0.53); color:#fff;}

.botonUno{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.53);
}

.botonDos {
    color: black;
    background-color: rgba(255, 255, 255, 0.24);
}

/*
cuerpo-----------------------------------------------------------------------------------------------------------------------------------------------
*/

/*
parrrafoUno-----------------------------------------------------------------------------------------------------------------------------------------------
*/
#segunda,#tercera,#cuarta,#quinta,#sexta,#septima{z-index: 9; position: relative;}

#segunda {
    background-image: url("imagenes/textura.jpg");
    margin-top: 49%;
}

.centrado {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin: 0 auto;
    width: 750px;

}

.centrado > h1 {
    -webkit-text-shadow: 0px 1px 1px #FFF;
    font-family: '1';
    font-size: 1.9em;
    
    
}
.centrado > ul {
    font-size: 1.2em;
    line-height: 2.1em;
    width: 640px;
    
}

.centrado >ul li {
    font-family: '4';
    list-style-type: none;
    list-style-image:url(imagenes/tick.png);

        

}

span{
    text-transform: uppercase;
    color: #FF0000;
}

/*
parrrafoDos-----------------------------------------------------------------------------------------------------------------------------------------------
*/
#tercera {
    background: url(imagenes/text2.jpg) ;
    background-size: 120%;
    
}

.centradoDos {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin: 0 auto;
    width: 750px;

}

.centradoDos > h1 {
    -webkit-text-shadow: 0px 1px 1px #FFF;
    font-family: '1';
    font-size: 1.9em;
    color: #fff;
    width: 680px;
    
    
}
.centradoDos > ul {
    font-size: 1.2em;
    line-height: 2.1em;
    color: #fff;
    
}

.centradoDos >ul li {
    font-family: '4';
    list-style-type: none;
    list-style-image:url(imagenes/tickDos.png);
    width: 640px;

}

.pVentajas{
    font-family: '4';
    font-size: 1.3em;
    color: #535353;
    font-style: italic;
}

.pVenajasClaro{color: #c7c7c7 !important;}

/*
parrrafoTres-----------------------------------------------------------------------------------------------------------------------------------------------
*/
#cuarta{ background-image: url("imagenes/bg01.png");}

/*
parrrafoCuatro-----------------------------------------------------------------------------------------------------------------------------------------------
*/

#quinta { background-image: url(imagenes/text2.jpg);}


/*
parrrafoQuinto-----------------------------------------------------------------------------------------------------------------------------------------------
*/
#sexta { background-image: url("imagenes/bg01.png");}

.listaRedesSociales{
     width: 380px;
     margin: 0 auto;
     z-index: 150;
     padding-bottom: 50px;
}

.listaRedesSociales li{
    
    font-size: 3em;
     margin-right: 40px;
    list-style-type: none;
    display: inline;
    
}

.listaRedesSociales li a {
    text-decoration: none;
    color: rgba(80, 73, 73, 0.7);
   
}

.listaRedesSociales li a:hover {
    color: green;
    

}

    
/*
parrrafoSexto-----------------------------------------------------------------------------------------------------------------------------------------------
*/

#septima{
    background: url(imagenes/fondoParrafoDos.png) top no-repeat fixed;
    background-size: 140%;
}

.transparente{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.45);}

/*
footer-----------------------------------------------------------------------------------------------------------------------------------------------
*/

footer{
    
    padding-top: 8px;
    position: relative;
    width: 100%;
    background-color: rgb(218, 208, 32);
    background-image: url(imagenes/text1.jpg);;
    z-index: 11;
}

.pieCentrado{
    text-align: center;
    top: 0;
    position: relative;
    margin: 0 auto;
    list-style-type: none;
    
}

.pVisitar {
    font-family: '8';
    color:black;
    font-size: 1.7em;
}

.datos_contacto {
    font-family: '8';
    color:black;
    font-size: 1em;
}

.pieCentrado ul {
    list-style-type: none;
    
    
}

.pieCentrado li {
    display: inline-block;
}

.pieCentrado a {
    text-decoration: none;
    font-family:  '8';
    color: black;
    padding-right: 14px;
}

.pieCentrado a:hover {color:red;}

.pieCentrado img { padding-top: 10px; margin-left: 32px;}

.copyright  {
    font-family: '6';
    text-align: center;
    margin: 0 ;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(imagenes/textura.jpg);

}

.copyright p{
        color: black !important;
}

.copyright img {padding-top: -72px;}


/*
media-----------------------------------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 1100px){
    
    .flechaEspacio {
        margin-top: 30%;
    }
    
    #tercera,#septima {
        background-size: 150%;
    }
    
}

@media screen and (max-width: 1024px){
    
    .titulo{
       
        font-size: .7em;
        margin-left: 2%;
        margin-top: 4%;
        width: 110px:
    }
    
}

@media screen and (max-width: 900px){
    
    .imagenMovil,.imagenMovilUno,.imagenMovilDos,.imagenMovilTres,.imagenMovilCuatro,.imagenMovilCinco,.imagenMovilSeis { height: 0;overflow: hidden;}
    
}

@media screen and (max-width: 900px){
    
    .titulo {
        right: 0;
        width: 280px;
    }
    
    .titulo p {
        font-size: 1.4em;
    }
    
    .titulo div {
        height: 0;
        width: 0;
        overflow: hidden;
    }
    
}

@media screen and (max-width: 650px){
    
        #tercera,#septima {
        background-size: 240%;
    }
    
}



















