@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
:root{
    --dblack: #212028;
    --tblack: #000000cc;
    --lblack: #3c3b40;
    --lred: #d93744;
    --dred: #e30513;
    --red: #d1202a;
    --lgray: #eeeae7; 
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
    font-family: "Montserrat", sans-serif;
    color: var(--dblack);
    scroll-behavior: smooth;
    transition: ease 1s;
    list-style: none;
}
body{
  overflow: hidden;
}
html{
    font-size: 1rem;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
    height: auto;
}
.settings{
    padding: 2rem 8%;
    min-height: 100vh;
    position: relative;
}
h3{    
    font-size: 2rem;
    font-family: 'Poppins';
    font-weight: 500;
    color: var(--lblack);
}
h4{
  font-size: 1.5rem;
  font-family: 'poppins';
  color: #47454e;
  margin-bottom: 1%;
}
p{
  line-height: 1.4;
  margin: 2% 0;
}
span{
  font-weight: bold;
  color: var(--red);
}
.btn-lg{
  width: 35%!important;
}
.container{
  scroll-snap-type: y mandatory;
}
main:nth-child(2n){
    background: white;
}
main:nth-child(2n+1){
    background: var(--lgray);
}
section{
    position: relative;
    width: 100%;
    min-height: 100vh;
}
ul li{
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}
ul li p{
  margin-top: 0;
  padding: 0 0 2% 2%;
}
ul li i{
  padding-top: 1%;
}
.two-cols{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 0 4%;
}
/*header*/
header{
  position: fixed;
  top:0;
  left:0;
  right: 0;
  left: 0;
  background: #27262b78;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 15%;
  z-index: 100;
  gap: 5%;
}
header .navbar {
width: 100%;
}
.link-active{
box-shadow: inset 0 -3px var(--lred);
animation:pulse 1000ms infinite;
display: flex;
justify-content: center;
width: 100%;/*ancho activo*/
}
.link-active::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f04b";
padding-right: 5%;
font-size: 0.6rem;
color: var(--lred);
animation:pulse 1000ms infinite;
position: relative;
top: 28%;
}
/* ----------hero----------*/
.hero{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
}
.hero h2, .hero h3{
  position: relative;
  z-index: 20;
  color: white;
  font-family: 'Oswald', sans-serif;
}
.hero h2 {
  font-size: 3.5rem;
  font-family: 'Poppins', sans-serif;
  color: var(--red);
  position: relative;
  z-index: 20;
  top: 20%;
  left: 8%;
}
.hero h3{
  position: relative;
  top: 22%;
  left: 8%;
}
.logohome{
  position: relative;
  width: 12%;
  z-index: 20;
  top: 22%;
  left: 0;
}
.btn-home{
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--red);
  font-weight: 500;
  border-radius: 12rem;
  z-index: 50;
  margin-top: 3%;
  position: relative;
  top: 15%;
  left: 8%;
}
.btn-home a{
  color: white;
}
.btn-home:hover{
  background: var(--lblack);
  color:var(--red);
}
.video-container{
  top: 0%;
  left: 0%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
video.fillWidth {
  width: 100%;
}
.bgimg{
  position: absolute;
  background: #212028ba;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
  left: 0;
} 
.bgimg2{
  z-index: 10;
  width: 100%;
  height: 87vh;
  position: absolute;
  top: 0;
}
.inperson-img{
  width: 80%;
  position: relative;
  z-index: 10;
}
.blob {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 54%;
}
/* ----------Welcome --------- */
.welcome-section{
  min-height: 50vh;
}
.welcome {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome h3{
  text-align: center;
  color: var(--dblack);
  position: relative;
  z-index: 15;
}
.welcome p{
  text-align: justify;
  padding: 0 3%;
}
/* --------- cctv -------- */
.cctv-section{
  background: #8080801c;
  padding: 0;
}
.text-analisis{
  text-align: justify;
  flex: 1 1 100%;
}
.video-config{
    display: flex;
    justify-content: space-around;
    gap: 5%;
    padding: 3%;
}
.video-config p{
  text-align: justify;
}
.video-config>*{
    flex: 1 1 50%;
}
 /* --------- vsm -------- */
 .final-section, .cctv{
    text-align: justify;
}
.final-section h3, .final-section h4{
  margin-bottom: 2%;
}
 .final-section p{
    margin: 0;
    text-align: justify;
    padding: 1%;
    margin-bottom: -1%;
}
.final-section{
  background: #8080801c;
  min-height: 75vh;
  padding: 3% 11%;
}
.final-section h3, .final-section h4{
  padding: 0;
}
 
/* --------- Final --------- */
.final-text{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.final-text h3{
  text-align: center;
  color: var(--lblack);
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
/* ----------footer---------- */
footer {
    background: var(--lblack);
    display: flex;
    padding: 1% 0;
    height: 48vh;
    flex-direction: column;
  }
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1% 8%;
    gap: 2%;
  }
  .footer-content >*{
    flex: 1 0 30%;
  }
  
  .footer-logo{
    width: 10%;
  }
  .footer-logo h4{
    color:white;
    text-align: left;
  }
  footer img{
    width: 30%;
  }
  .footer-info{
    text-align: center;
  }
  .footer-info p{
    color: white;
  }
  footer h3{
    color:white;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-social{
    display: flex;
    justify-content: end;
    padding: 0 8px;
    gap: 4%;
  }
  .footer-social i {
    font-size: 1.8rem;
    color: var(--yellow);
    cursor: pointer;
    margin-right: 1%;
  }
  footer ul{
    font-size: 1rem;
  }
  footer ul li{
    color:white;
    padding: 1% 0;
  }
  footer ul li:hover{
    background-color: var(--red);
  }
  footer ul li a{
    color:white;
  }
  .footer-black-stripe{
    clip-path: polygon(0 29%, 99% 91%, 100% 100%, 0% 100%);
    background: #eeeae74d;
    position: relative;
    bottom: -48px;
    left: 1px;
    width: 100%;
    height: 83vh;
  }
  .footer-dblack-stripe{
    clip-path: polygon(0 97%, 100% 15%, 100% 100%, 0% 100%);
    background: #090909cc;
    width: 104%;
    height: 385px;
    position: relative;
    bottom: -15px;
    right: 0;
  }
  #whatsapp {
    position: fixed;
    bottom: 20px;
    right:20px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #25d366;
    z-index: 200;
  }
  #whatsapp i{
    color: white;
    font-size: 1.8rem;
  }
    /*media*/
@media(max-width: 32rem){
  .logohome {
    width: 35%;
   }
  .bgimg {
    clip-path: polygon(0 0, -14% 0, 101% 100%, 0% 100%);
  }
  .bgimg2 {
    position: absolute;
    top: 160px;
  }
  .welcome-section {
    min-height: 70vh!important;
  }
  .welcome{
    height: 70vh!important;
  }
  .welcome-section h3{
    margin: 5% 0;
  }
  .home .content h2{
    font-size: 2.5rem;
    line-height: 1;
    margin: 2% 0;
  }
  .home .content h3 {
    letter-spacing: normal;
    white-space: nowrap;
  }
  .two-cols, .video-config{
    flex-direction: column;
  }
  .final-section h4{
    margin: 5% 0;
  }
  .footer-social ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 7%;
  }
}