/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
@font-face {
  font-family: 'umid-font-text';
  src: url('../assets/fonts/umid-font-text.otf');
}

.umid-text{
  font-family: 'umid-font', sans-serif;
}

*, 
*::before,
*::after
{
  box-sizing: border-box;
}

*
{
  margin: 0;
  padding: 0;
}

main 
{
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}

.translucent{
  /* background-color: rgba(51, 53, 86, 0.4); */
  background-color: rgba(255, 255, 255, 0.8);
  /* background-color: rgba(243, 111, 54, 0.4); */
}

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

section 
{
  transform-style: preserve-3d;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction:column;
  /* align-items: center; */
  /* justify-content: center; */
  color: #FFF;
}

/* section h1
{
  text-align: center;
  font-size: 4rem;
  font-family: sans-serif;
} */

.no-parallax 
{
  background-color:rgb(0, 6, 146);
  z-index: 999;
}

.no-parallax-2 
{
  background-color:rgb(255, 255, 255);
  z-index: 999;
}

.parallax h1 
{
  width: 60%;
  font-size: 2rem;
}

.parallax::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax2::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax3::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax4::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax7::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax8::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.parallax9::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.bg::after 
{
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../assets/img/FCG_5359.jpg");
  background-size: cover;
}

.bg2::after 
{
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../assets/img/FCG_4171.jpg");
  background-size: cover;
}

.bg3::after 
{
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../assets/img/images-umid/FCG_4416.jpg");
  background-size: cover;
}

.bg4::after 
{
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../assets/img/images-umid/FCG_4914.jpg");
  background-size: cover;
}

.bg7::after 
{
  
  background-size: cover;
}

.bg8::after 
{
 
  background-size: cover;
}

.bg9::after 
{
  
  background-size: cover;
}

@media screen and (min-width: 768px) 
{
  section h1 
  {
    /* font-size: 8rem; */
  }
  
  .parallax h1 
  {
    /* font-size: 4rem; */
  }
}

.text-just{
  text-align: justify;
  text-justify: inter-word;
}

html{
    height: 100%;
  }
  
  body{
    display: flex;
    flex-direction:column;
    min-height: 100%;
  }
  
  footer{
    margin-top: auto;
  }
  
  .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  
  .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }
  
  
  video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: -1;
  }
  
  .rotate:hover{
    transform: rotate(-360deg);
  }
  
  .card-mover:hover{
    transform: translateX(10px);
    transition: 0.5s;
  }
  
  .card-up:hover{
    transform: translateY(-10px);
    transition: 0.5s;
  }
  
  .redes-sociales{
    padding: 40px 0;
    margin-bottom: 0px;
    /*border-top: 1px solid#cbcbcb;*/
  }
  
  .redes-sociales .icono{
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #cbcbcb;
    display: inline-block;
    margin: 0px 10px;
    text-decoration: none;
    border-radius: 100px;
    transition: all .3s ease;
  }

.redes-sociales .instagram {background: rgba(229, 105, 105, 1);}
.redes-sociales .whatsapp {background: rgba(37,211, 102, 1);}
.redes-sociales .tiktok {background: rgba(0, 0, 0, 1)}
.redes-sociales .facebook {background: rgba(59, 89, 152, 1)}
.redes-sociales .twitter {background: rgba(0, 172, 238, 1)}

.redes-sociales .tiktok:hover{background:rgba(0, 0, 0, 0.5)}
.redes-sociales .whatsapp:hover {background: rgba(37,211, 102, 0.5);}
.redes-sociales .instagram:hover{background:rgba(229, 105, 105, 0.5)}
.redes-sociales .facebook:hover{background:rgba(59, 89, 152, 0.5)}
.redes-sociales .twitter:hover{background:rgba(0, 172, 238, 0.5)}

.cd{
  /* width: 300px;
  height: 225px; */
  background: rgb(0, 87, 128);
  position: relative;
  /* border-radius: 20px; */
  /* cursor: pointer; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.123);
  }

  .content{
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  padding: 0.4em 1.5em;
  font-size: 14px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  transform: scale(0.9);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.164);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.144);
  overflow: hidden;
  transition: all .4s;
  }
  /* .content p{
  font-size: 0.8em;
  } */
  .cd:hover .content{
  height: 150px;
  }


