:root {
  font-size: 16px;
}
@media (max-width: 500px) {
  :root {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  background-attachment: fixed;
  background-image: url(../img/home_back.jpg);
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
}
::-moz-selection {
  background: #001b44;
  color: white;
}

::selection {
  background: #001b44;
  color: white;
}

body {
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-size: 20px;
color: #5e5e5e;
}

h1 {
  font-size: 4rem;
  text-shadow: 0px 2px 5px #000;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5%;
}
h2 {
  font-size: 2rem;
}
h5{

  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;000
}

img {
  width: 100%;
  height: auto;
}

ul {
  padding-left: 1rem;
}
ul.oculto{
  list-style: none;
}
li {
  flex-shrink: 0;
  width: clamp(500px, 60vw, 800px);
  padding-right: 1rem;
}

header {
  height: 600px; 
  width: 100%;
}
footer {
  background: #666;
}
.presentado{
    font-size: 0.9rem;
}
:-webkit-any-link {
  color: #000;
}

:-moz-any-link {
  color: #000;
}

:any-link {
  color: #000;
}

.df {
  display: flex;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
  z-index: 100;
}

.demo-wrapper {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
}

.demo-gallery:not(.last) {
}

.demo-text .text {
  font-size: clamp(8rem, 15vw, 16rem);
  line-height: 1;
  font-weight: 900;
}
.bajada {
  font-size: 1.5rem;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.box-3{
  background: url(../img/dynamics_bg.webp);}

.cabecera{
  background: #fff;
}
.logo{
  height: 25px;
}
.btn-conoce{
  width: 250px;
  border: solid 2px #067cd4;
}
.dos{
  color: #DE251F;
}
.bg-fondo{
  background: url(../img/bg-dosequisid.jpg);
}

/* From Uiverse.io by TISEPSE */ 
a.mas {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fefefe;
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

a.mas::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background-color: #212121;
  transition: 0.3s ease-in-out;
  transform: scaleY(1);
}

a.mas:hover::before {
  transform: scaleY(0);
}

a.mas::after {
  content: '';
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background-color: #212121;
  transition: 0.3s ease-in-out;
  transform: scaleX(1);
  transition-delay: 0.5s;
}

a.mas:hover::after {
  transform: scaleX(0);
}

a.mas span {
  position: relative;
  z-index: 3;
}

button.ver {
  background-color: none;
  text-decoration: none;
  background-color: #212121;
  border: none;
}


@media only screen and (max-width: 800px) {
h1{
    font-size: 2rem;

}
header {
  height: auto; 
  padding: 4% 0%;
}
.bajada {
  font-size: 1.3rem;

}
header {
  background-image: url(../img/home_back-m.jpg);
}
h1{
    font-size: 4vh;
}
}