
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');


*{
  margin: 0;
  padding: 0;

}
.clearfix{
  clear: both;
}
body {
  font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: #000428;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4389CE, #000428);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #004e92, #000428); 
    line-height: 1.75;
}

.menu{
  
  height: 70px;
  position: fixed;
  z-index: 10;
  background: rgba(0,0,0,0.9);
  width: 100%;

}
.menu__container{
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.flag{
  
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.flag__item{
  color:#fff;
  text-decoration: none;
  display: flex;

}
.flag_img{
  display: block;
margin-right: 10px;
}
.menu__links{
  height: 100%;
  transition: transform .5s;
  display: flex;
  margin: 0 5px;
  align-items: center;
}

.menu__item{
  list-style: none;
  position: relative;
  height: 100%;
  
  --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
  --transform: rotate(-90deg);

}
.menu__item:hover{
  --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  --transform: rotate(0);
}
.menu__link{
  display: none;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  display: flex;
  height: 100%;
  align-items: center;
}
.menu__link1{
  color: #fff;
  text-decoration: none;
  padding: 2px 3px;
  
  display: flex;
  height: 100%;
  align-items: center;
}
.menu__link:hover{
  background-color: #2131524f;
}


.menu__arrow{
  transform: var(--transform);
  transition: transform .3s;
  display: block;
  margin-left: 3px;
}
.menu__nesting{
  list-style: none;
  transition: clip-path .3s;
  clip-path: var(--clip);
  position: absolute;
  right: 0;
  bottom: 0;
  width: max-content;
  transform: translateY(100%);
  background-color: black;
}

.menu__link--inside{
  padding: 30px 100px 30px 20px;

}
.menu__link--inside:hover{
  background-color: #798499;

}
header{
  width: 100%;
  height: 750px;
  background-image: url(assets/paisaje.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  text-align: center;
  z-index: -2;
}

.textos{
  margin-top: 150px;
  
}

header .titulo{
  font-size: 85px;
}

header .subtitulo{
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 32px;
}

.movContenedor{
  margin: 0 auto 64px;
  padding: 48px;
  max-width: 1120px;
  transition: width .3s,max-width .3s;
  width: 82%;
  min-height: 2800px;
  background: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  
}

aside{
  float: left;
  width: 25.7%;
  min-height: 700px;
  margin: 0 0 0 64px;
}

.panel-header{
  margin-top: -80px;
  height: 80px;

}

.panel-contenedor{
  /*border: 1px solid;*/
  float: left;
  width: 65%;
  border-radius: 2px;
  padding: 15px 18px;
  
  background-color: #fff;
}
.movContenedor h1{
  font-size: 36px;
font-weight: 400;
margin: 0 0 0 32px;
line-height: 1.25;
}


.panel-contenedor p{
font-size: inherit;
font-weight: 400;
line-height: 1.75;
margin: 24px 0 24px;
}


.refLogin{
  padding: 2px;
  border: solid white 0.5px;
  border-radius: 7px;
  margin: 0 20px;
}
.refLogin-null{
  display: none;
}
/*---------------------------------------------------------*/
.usuario_menu{
  display: none;
}
.usuario_menu-activado{
  display: block;
  
}

.menu_inside_user{
  padding: 10px;
  text-align: center;
  color: #000;
  width: 300px;
  background-color: whitesmoke;
  list-style: none;
  transition: clip-path .3s;
  clip-path: var(--clip);
  position: absolute;
  right: 0;
  bottom: 0;
  width: max-content;
  transform: translateY(100%);

}


.imgRedonda_user {
  margin: 10px;
  background-color: white;
  text-align: center;
  width:62px;
  height: 62px;
  border-radius:150px;
  margin: 0 auto;
}
.parafo{
  margin: 5px;
}
.formulario__mensaje{
  height: 45px;
  max-width: 250px;
  line-height: 45px;
  background: lawngreen;
  padding: 0 15px;
  border-radius: 3px;
  margin-right: 5px;
  display: none;
  margin-top: 75px;

}

.formulario__mensaje p{
  margin: 0;
}

.formulario__mensaje-activo{
  display: block;
}


.menu__link1:hover{
  color: #000;
  background-color: white;
}

.contenedor-top{
  align-items: flex-end;
  display: flex;
  float: right;
  
  padding: 10px 15px;
}


/*//////////////////////////////////////////
  Tablas  */

table{
  
  border-radius: 10px;
  width: 100%;
  background-color: white;
  text-align: left;
  border-collapse: collapse;

}
table:hover{
  transform: translateY(-8px);
box-shadow: 4px 4px 5px #63889a;
}

th, td{
  padding: 10px;

}

thead, .titulo__tabla{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #246355;
  color: white;
  text-align: center;
}

thead{
  border-bottom: solid 5px #0f362d;
}

tr:nth-child(even){
  background-color:#ddd;
}
tr:hover{
  background-color: #369681;
  color: #fff;
}


/*----------------------- FOOTER ---------------------*/
footer{
  background: #212121;
  color:white;
  min-height: 200px;
  width: 100%;
}
.logo_footer{
  width:250px;
  height: 42px;
  margin:  auto;
  padding: 50px;
  
}
.logo_footer img{
  width: 42px;
}

.contenedor_footer{
  margin: auto;
  width: 1200px;
  display: flex;
  color: whitesmoke;
}

.col1{
  width: 400px;
  padding-top: 50px;
}
.col1 h1{
  margin-bottom: 15px;
}
.col1 p{
  margin-bottom: 10px;
}
.col2{
  width: 400px;
}
.col2a{
  width: 232px;
  display: flex;
  align-items: center;
  margin: auto 76px;
}

.col2 .yt{
  display: flex;
}
.col2 .ig{

  display: flex;
}
.col2 .fb{

  display: flex;
}
.col2 .tw{
  display: flex;
}
.col3{
  width: 400px;
  
}
.col3 h1{
  margin-bottom: 15px;
  margin-top: 50px;
  text-align:end;
  
  
}
.col3 p{
  margin-bottom: 10px;
}

.final{
background-color: #212121;
width: 1200px;
color: #707070;
margin: auto;
height: 78px;
}

.copy{

  width: 600px;

  float: left;
  text-align: left;
  margin-top: 50px;
}

.politica{

  width: 600px;

  float: right;
  text-align: right;
  margin-top: 50px;
}
.recursos{
  width: 100px;
  margin-left: 250px;
}

/*----------------------------- IMAGENES FOOTER ------------*/
.imgRedonda {
  margin: 10px;
  background-color: white;
  text-align: center;
  width:38px;
  height: 38px;;
  border-radius:150px;
}
