.body{
/*    overflow:hidden; */
}
.centrado{
  height:100vh!important;
display:flex!important;
  justify-content:center!important;
  align-items: center!important;

}

/* .hidden{
  
} */

/*menu*/
.navigation {
  height: 70px;
  background: ;
  padding:20px;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: black;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
    margin: -3px auto;
}

.nav {
  float: right;
}
.nav .ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .ul .li {
  float: left;
  position: relative;
}
.nav .ul .li .a,
.nav .ul .li .a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
/*   background: #262626; */
  color: #5e24ab;
  font-weight:bold;
  text-decoration: none;
}
.nav .ul .li .a:hover,
.nav .ul .li .a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}
.nav .ul .li .a:not(:only-child):after,
.nav .ul .li .a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
.nav .ul .li .ul .li {
  min-width: 190px;
}
.nav .ul .li .ul .li .a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1; 
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile { 
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
      height: 51px;
    width: 48px;
  border-radius: 20px;
}
 
@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
            display: block;
        margin-top: 9%;
        margin-right: 35px;
    background:none;
  }

  .nav {
    width: 100%;
    padding: 0px;
  }
  .nav .ul { 
    display: none;
    margin-top: 19%; 
  }
  .nav .ul .li { 
    float: none; 
  } 
  .nav .ul .li .a { 
    padding: 15px;
    line-height: 20px;
  } 
  .nav .ul .li .ul .li .a {
    padding-left: 30px;
    color:white!important;
  }

  .nav .ul .li .a,
.nav .ul .li .a:visited {
  color: white!important;
   font-weight: 10px!important;
  }
  .nav-dropdown {
    position: static;
  }
  
.brand {
 position: absolute;
        padding-left: -1px;
        float: left;
        line-height: 70px;
        text-transform: uppercase;
        font-size: 1.4em;
        margin-top: 16px;
        background: none;
        margin-left: -27px;
}
  .nav .ul .li{
             float: none; 
        width: 67%;
        margin-left: 18%;
        background: #3b062d;
    }
  }
  
} 
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}


#nav-toggle {
cursor: pointer;
    font-size: 20px;
    padding: 20px;
    padding-left: 14px;
    margin-top: 4px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 21px;
    background: #af08a4;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after { 
  transform: rotate(-45deg);
}

@media(max-width:521px){
    .nav .ul {
        margin-top: 22%;
    }
 
}  

@media(max-width:429px){
    .nav .ul {
        margin-top: 26%;
    }
 
}

/*menu*/ 

/*svg*/
.svg{
width: 100%;
    margin-top: -6%;
    position: absolute;
    height: 171px;

}















.portada_cyber{    
  width:100%; 
/*  background: rgb(255,185,0); 
    background: linear-gradient(82deg, #000000, #000000 35%, #ff6b00 55%, #000000 83%); */
/*   background-color: black; */
  border-radius:40px;
}
.img_portada_Web{
width:100%;
margin-top: -78px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
  box-shadow: 1px 28px 23px -2px rgba(0,0,0,0.58);
-webkit-box-shadow: 1px 28px 23px -2px rgba(0,0,0,0.58);
-moz-box-shadow: 1px 28px 23px -2px rgba(0,0,0,0.58);
} 
.img_portada_movil{ 
display:none  
}
.logo{
width: 35%;
margin: 15px;
      filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(5000%) hue-rotate(0deg);
}

@media(min-width:2174px){
  .portada_cyber{
  height:787px;
  } 
}  

@media(max-width:798px){
.img_portada_Web{
display:none;
}
.img_portada_movil{
display:block;
width:100%;
          margin-top: -15%;

}
    .logo{ 
    padding-bottom: 20px;
} 
}

@media(max-width:815px){
  .logo{ 
        width: 173px;
} 

}

@media(max-width:765px){ 
.dnd_area-row-1-padding {
    padding-top: 2px !important;
}

}

@media(max-width:626px){
  .brand{
    margin-left: -27px;
            margin-top: 12px;
  }
  .logo {
        width: 145px;
    }
}

 
@media(max-width:540px){
  .portada_cyber{
      border-radius:15px;
  }
  
}
@media(max-width:526px){
  .brand{
    margin-left: -29px;
        margin-top: 9px;
  }
  .logo {
      width: 156px;
    }
}

@media(max-width:460px){
    .logo {
        width: 38%;
    }
}

/* @media(max-width:1450px){
  .portada_cyber{
  height:452px;
  } */
}


/* 
.portada_cyber_movile{

  background-image: url('https://sokso.com/hubfs/Cyber/BANNER%20CYBER_MOBILE-1.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;	
  margin:0;
  padding:0;
  display:none;

} 
 */


.lds-ring {
  /* change color here */
  color: #e15b64
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}








#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white; /* Cambia a tu color de fondo */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

