
body{
  font-family: "Roboto";
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: auto;
  background: url(../img2/fondo.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-position:center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}


.af{
   margin-left: 28em; 
}

.desaparecer1{
  visibility: hidden;
}  
.desaparecer2{
  visibility: hidden;
}  
.desaparecer3{
  visibility: hidden;
}  
.desaparecer4{
  visibility: hidden;
}  
.desaparecer5{
  visibility: hidden;
}  
.desaparecer6{
  visibility: hidden;
}  
.desaparecer7{
  visibility: hidden;
}  
.desaparecer8{
  visibility: hidden;
}  




.subir1{
  margin-top: -70px;
}
.desplazar1{
  margin-left: 160px;
}


.alineaxyz{
    text-align: center;
}

.letra{
      font-family: "Roboto";
}
/* Permite bajar el titulo principal */
.bajar1{
  padding: 40px;
}

.entrar{
	font-size: 1.5em !important;
	font-weight: bolder;
  color: #ddb52d;
	margin: -10px 0px 0px;
	
}	

/* EFECTO TITULO PRINCIPAL */
.efectotit{
  letter-spacing: 10px;
  /*medida anterior 2.7*/
  font-size: 3em !important;
  text-shadow: 1px 1px 0px #fff,
  2px 2px 0px #333,
  3px 3px 0px #333,
  4px 4px 0px #333,
  5px 5px 0px #333,
  6px 6px 0px #333,
  7px 7px 0px #333,
  8px 8px 0px #333,
  9px 9px 0px #333;
  font-family: "Roboto";
  text-shadow: -1px -1px 0px #101010, 2px 2px 0px #ffffff;
}
  

.centrado{
  margin-left: auto;
  font-family: "Roboto";
  font-size: 1.5em;

}  

.derechos{
  font-size:2em;
  color:#000;
  font-family: "Roboto";
  font-weight: bold;
}


/* PARRAFO INICIAL DE ENTRADA */
.textointro{
  font-size:1.4em;
  text-align: center;
  color:#000;
  font-family: Arial;
  line-height: 1.5em;
}

/* LINEA HORIZONTAL */
.intro-divider {
  width: 650px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}




/* hover, active y visited de los botones B NAV */
nav ul li a:hover{
    background-color: #e8e8e8 !important;
    border: 3px solid #dcb216;
    border-radius: 5px;
    color: #000 !important;
    -o-transition:color .2s ease-out, background 0.2s ease-in;
    -ms-transition:color .2s ease-out, background 0.2s ease-in;
    -moz-transition:color .2s ease-out, background 0.2s ease-in;
    -webkit-transition:color .2s ease-out, background 0.2s ease-in;
    transition:color .2s ease-out, background 1s ease-in;
}
nav ul li a:active, nav ul li a:visited {
    color: #000;
}


/*detalles del menu hamburguesa*/
.detalles{
    background-color:#ddb600;
}



/* color fondo B NAV*/
nav.navbar{
     background-color: #2a71be;
    border: 2px solid #000000;
}


/* Tipo letra B NAV*/
nav.navbar ul.nav li {
   font-family: "Roboto";
}
/* Fuente B NAV*/
.topnav {
    font-size: 13px; 
    font-weight: bolder !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    
}





/* EFECTO ANIMACION TITULO PRINCIPAL */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
} 



/* EFECTO ANIMACION LOGO INA VIRTUAL */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
} 

/* TRANSICION FADE FOTOS */
.fade
{
  opacity:1;
}
.fade:hover
{
  opacity:0.2;
}


/* CLASES MENU PRINCIPAL */
.menu{
  padding: 70px;
}

.tm1{
  font-size: 26px;
  font-weight: bolder;
}
.tm2{
  font-size: 20px;   
  text-align: center;
}
a.tm2:hover { 
  /* background-color: #bdc3c7;*/
  background-color: #EEE;
  font-weight: bolder;
  font-size: 24px;
  color: #000;
}


.topnav {
  font-size: 14px; 
}
.lead {
  font-size: 18px;
  font-weight: 400;
}

.iconogrande{
  font-size: 100px;
  color:blue; 
}





/* SMARTPHONE */
@media (max-width:488px){
  body{
    height: 100%;
    background: url(../img2/fondo.jpg) no-repeat !important;
    background-size: cover;
    background-attachment: fixed !important; 
  }

/*NUEVA*/
/*.navbar{
  margin-left:-10px;
}*/
.navbar-toggle{
  float:left;
}


.af{
   margin-left: 0.5em; 
}
h4{
  font-size: 1.5em;
  font-family: "Roboto";
  left: 2em;
}
.desaparecer1{
    visibility:visible;
    margin-left:50px;
}  
.desaparecer2{
    visibility:visible;
    margin-left:40px;
}  
.desaparecer3{
    visibility:visible;
    margin-left:30px;
}  
.desaparecer4{
    visibility:visible;
    margin-left:30px;
}  
.desaparecer5{
    visibility:visible;
    margin-left:60px;
}  
.desaparecer6{
    visibility:visible;
    margin-left:65px;
}  
.desaparecer7{
    visibility:visible;
    margin-left:85px;
}  
.desaparecer8{
    visibility:visible;
    margin-left:50px;
}  


.subir1{
   left: -50px;
}

.desplazar1{
   left:-40px;
}





/* hover, active y visited de los botones B NAV */
nav ul li a:hover{
    background-color: #e8e8e8 !important;
    border: 3px solid #dcb216;
    border-radius: 5px;
    font-family:"Roboto";
    color:#000 !important;
    -o-transition:color .2s ease-out, background 0.2s ease-in;
    -ms-transition:color .2s ease-out, background 0.2s ease-in;
    -moz-transition:color .2s ease-out, background 0.2s ease-in;
    -webkit-transition:color .2s ease-out, background 0.2s ease-in;
    transition:color .2s ease-out, background 1s ease-in;
}
/* Tipo letra B NAV*/
nav ul li a:active, nav ul li a:visited {
    color: #000 !important;
}

nav.navbar ul.nav li {
   font-family: 'Roboto', sans-serif;
  
}

/* Fuente B NAV*/
.topnav {
    font-size: 13px; 
    font-weight: bolder !important;
    color: #fff;
    font-family:"Roboto";
}


  .efectotit{
  	font-family:"Roboto";
  	text-shadow: 0px 0px 0px;
    text-shadow: -1px -1px 0px #101010, 2px 2px 0px #ffffff !important;
  }
  h1{
    font-size: 1em !important;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    font-family: "Roboto";

  }
  p.textointro{
    text-align:center !important;
  }
  .section-heading{
    color:#00328e;
  }
  .textointro{
    font-size:1.2em;
    text-align: center;
    color:#000;
    font-family: arial;
    line-height: 1em;
  }
  /*Permite centrar cuadros fotograficos -240 GOOGLE CHROME*/
  .ih-item.square{
    left: -230px;
  }
  /*Permite centrar fotografias en los cuadros*/
  .ih-item img{
    margin: 0 auto;
  }


}




/*table 640px*/
@media (min-width:500px) and (max-width: 700px){
  .af{
   left: -100px !important; 
}
 .af2{
   left: -100px !important; 
}
 } 


 



/* TABLET */ 
@media (max-width:1000px){
  body{
    /*fscel3.jpg*/
    background: url(../img2/fscel3.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }


h4{
  font-size: 1.5em;
  font-family: "Roboto";
}
.af{
  margin-left: 0.5em !important;
  display: block;
}

.desaparecer{
    visibility:visible;
}  
.subir1{
    margin-left: 90px;
}

.desplazar1{
    margin-left: 200px;
}


  .efectotit{
    font-family:"Roboto";
    text-shadow: 0px 0px 0px;
  }
  h1{
    font-size: 2em !important;
    line-height: 40px;
    text-shadow: -1px -1px 0px #101010, 2px 2px 0px #ffffff !important;
  }
  .textointro{
    font-size:1.4em;
    text-align: center;
    color:#000;
    font-family: arial;
    line-height: 2em;
  }
  .ih-item.square{
    margin-left: 200px;
  }
}


/*tablet*/
@media (min-width: 1024px) and (max-width: 1200px){
  .af{
     margin-left: 23em; 
  }
}






