@charset "utf-8";
/* CSS Document */
html{
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}
nav{
  width: 100%;
  height: 55px;
  text-align: left;
  background-color: white;
  position: sticky;top: 0px;
  padding-top: 10px;
}
.brand{
  display: inline;
  height: 100%;
  margin-right: 20px;
}
#MenuGeneral{
  display: none;
}
.nav-btn{
    display: inline;
    font-family: sans-serif;
    margin-left: 20px;
    position: relative;
    top: -10px;
    font-size: 15px;
    color: rgb(120, 120, 120);
    text-decoration: none;
    font-weight: bold;
}
.nav-btn:hover{
    color: rgb(10, 10, 10);
}
body{
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: rgba(242,242,242,1);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
.contenedor{
  padding-left: 10%;
  padding-right: 10%;
}
.btn-M{
  height: 20px;
  padding-left: 25px;
  margin-top: 20px;
}
.boton-group{
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: stretch;

}
.btn25{
  height: 55px;
  padding-top: 25px;
  font-size: 1.5vw;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(200, 200, 200, 1);
}
.hidro:hover{
  background-color: rgb(39, 114, 137);
  color: white;
}
/* ---------- FOOTER ----------*/
#MGEO{
  width: 80%;
  height: 45%;
  padding-left: 10%;
  padding-right: 10%;
  background: linear-gradient(rgba(20,20,20,1),rgba(20,20,20,0.9),rgba(20,20,20,1));
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;

}
#PantallaPie{
  background-color: rgb(20,20,20);
  height: 15%;
  width: 100%;
}
#giro{
  width: 100%;
  height: 100%;
  position: relative;
  /*top:175px;
  left: -175px;*/
}
#InicioSesion{
  width: 100%;
  height: 100%;
  position: relative;
  right: 70px;
  top: 30%;
}
.giro-circ{
  position:absolute;
  animation-name: giro;
  animation-iteration-count: infinite;
  height: 350px;
  width: 350px;
}
.g2{
  animation-duration: 140s;
}
.g4{
  animation-duration: 160s;
}
.g6{
  animation-duration: 180s;
}
.g8{
  animation-duration: 200s;
}
.g10{
  animation-duration: 240s;
}
.giro-e{
  position:relative;
  height: 30px;
  transition: 1.5s;
}
.giro-e:hover{
  transform: scale(1.4);
}
@keyframes giro {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer{
  scroll-snap-align: start;
  height: 100%;
  background-image: url(../img/FondoPie.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
embed{
  scroll-snap-align: start;
}
#pie{
    font-style: normal;
    font-family: sans-serif;
    background-color: rgba(20,20,20,1);
    height: 100%;
    padding-top: 20%;
}
.btnDwld{
display: block;
}
#btneraC{
  height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#redes{
  width: 100%;
  text-align: right;
}
#end{
  padding-top: 40px;
}
#LogoEnd{
  height: 60px;
  margin-bottom: 0px;
}
#copy{
  color: rgba(108,112,115,1);
  width: 100%;
  text-align: right;
  font-size: 12px;
}
#tMx{
  color: rgba(108,112,115,1);
  width: 100%;
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}
#Contacto{
  text-align: left;
}
.btnContacto{
  height: 50px;
  transition: height 0.2s;
}
.btnContacto:hover{
  height: 55px;
}
.redes{
  height: 20px;
  margin-left: 25px;
}
.redesV{
  height: 28px;
  margin-left: 25px;
}
.Aredes{

}
.link{
  height: 25px;
  margin-left: 25px;
}
.Contact:hover{
  text-decoration:none;
  color: white;
}
.MT20{
  margin-top: 30px;
}
#Mx{
  margin-left: 10px;
  margin-top: 0px;
  position: relative;
  top:3px;
}
#Hrf{
  border-top: 1px solid rgba(150,150,150,1);
}
.txtB{
  color: rgba(150,150,150,1);
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 5px;
}
.txtG{
  color: rgba(108,112,115,1);
  font-size: 14px;
  text-decoration: none;
  margin: 0px;
}
.txtS{
  color: rgba(108,112,115,1);
  font-size: 14px;
  margin: 0px;
}
.txtG:hover{
  color: white;
}
.txtW{
  color:white;
  font-size: 20px;
  font-weight:100;
  font-family: sans-serif;
}
.btnIni{
  background-color: rgb(156, 196, 42);
  color: white;
  border-radius: 5px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  font-family: sans-serif;
}
/*------------------------Modals--------------------------*/
.modal-header, .modal-footer{
  background-color: rgba(30,30,30,1);
}
.modal-title{
  color:white;
}

/* ---------- Scroll ---------- */
::-webkit-scrollbar {
    width: 0px;
    height: 10px;
    border: none;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10 10 10px rgba(100,100,100,0.5);
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 10 10 10px rgba(100,100,100,0.5);
}
::-webkit-scrollbar-corner{
    border-radius:0px;
   -webkit-box-shadow: inset 10 10 10px rgba(100,100,100,0.5);
}

/* The vertical thumb*/
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    width: 5px;
    background-color: rgba(100,100,100,0.5);
}
/* The vertical thumb*/
::-webkit-scrollbar-thumb:horizontal {
    height: 5px;
    width: 5px;
    background-color: rgba(100,100,100,0.2);
}

/* .ver2{
  transform:translateY(0px);
}
.ocultar2{
  transform:translateY(220px);
}*/
