/* davidsol css */

html {
  scroll-behavior: smooth;
}

html, body{
  opacity:      1;
  filter:       alpha(opacity=100);
  font:         300 18px 'Montserrat', Arial, Helvetica, sans-serif;
  color:        #444444;
  margin:       0px;
  padding:      0px;
  min-height: 800px;
  background: transparent;
  color:        #fff;
  z-index:      -2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  position: relative;

}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}



a{
  transition:0.5s ease all;
}

.clear{clear: both;}

.cabecera{
  width: 100%;
      margin: 8px 0;
}
.cabecera img{
  width: 100%;
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 40px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 40px;
    }

footer {
  bottom: 0;
  width: 100%;
  height: 120px;
  margin-bottom: -120px;
  text-align: center;
  margin-top: 80px;
  background: #000;
}
footer section{
 background: #000; 
}

footer>svg.waves{
  transform: rotate(180deg);
    width: 100%;
    height: 73px;
    margin-top: -97px;
}


body>header{
  /*background: #009fe2;*/
  position: relative;
}


/*body>header:after{
  position: absolute;
  bottom: -9.8vh;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
 border-top: 10vh solid #009fe2; 
}*/

.top-menu {
  background-color: transparent;
  border-radius: 70px  70px 0 0;
  margin: 15px;
  transition:0.5s ease all;
  z-index: 2;
  position: relative;
  padding: 1px;
  box-shadow: 0px -8px 0 #ffffff45;
}
.top-menu.desplegado{background-color: #00000080}

.top-menu.responsive {position: relative;}
.top-menu.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.top-menu.responsive a {
  float: none;
  display: block;
  text-align: left;
}

.top-menu ul li{
  display: none;
}
.top-menu li.logo, .top-menu li.boton{
  display: block;
  z-index: 2;
}

.top-menu nav{ padding: 0}

.top-menu li.boton{
    position: absolute;
    font-size: 46px;
    right: 5px;
    background-image: url(../../images/ruido3.gif);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -3px;
}

li.boton i{
  margin-right: -11px;
  margin-top: 8px;
  color: lightgoldenrodyellow;
  padding-left: 30px;
  cursor: pointer;
}

.top-menu .logo img{
  background: #fff;
    border-radius: 50%;
    padding: 6px;
    width: 98px;
    margin: -38px;
}
/*body::before{
    display: block;
    position: absolute;
    content: '';
    background: url(/images/linea.svg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 17px;
    z-index: -50;
}
*/
.top-menu .logo a{
  height: 69px;
  border-radius: 80px 80px 0 0;
}

.top-menu .logo a:after{
  display:none;
}


.top-menu.responsive.desplegado{
    width: 95%;
    height: auto;
    border-radius: 30px;
    margin: 2.5%;
}

.top-menu.responsive ul {margin-bottom: 0}

.top-menu.responsive.desplegado ul li{
  display: block;
  border-top: 5px dotted;
}

.top-menu.responsive.desplegado ul li.logo,
.top-menu.responsive.desplegado ul li.boton{
  border: 0;
}
.top-menu.responsive.desplegado ul li.logo{
  position: absolute;
  top: 8px;
  left: 2px;
}
.top-menu.responsive.desplegado ul li.logo img{
  width: 70px;
  padding: 2px;
}

.top-menu li.boton.cerrar{
  right: -11px;
  top: -9px;
}

li.boton.cerrar i{
  padding-left: 15px;
}

.top-menu.responsive.desplegado ul li a{
  display: block;
}

.top-menu a {
    color: #fff;
    text-align: center;
    padding: 25px 15px;
    text-decoration: none;
    font-weight: 300;
     position: relative;
    transition: all 0.5s ease;
  }

.top-menu a:hover { color: lightgoldenrodyellow}

.top-menu a:after {
 width: 50%;
 height: 7px;
 border-radius: 5px;
 position: absolute;
 bottom: 0;
 content: '';
 background-color: lightgoldenrodyellow;
 left: 25%;
}


  .top-menu li:nth-child(2) a:after {
    background-color: lightblue
  }

  .top-menu li:nth-child(4) a:after {
    background-color: lightcoral
  }

  .top-menu li:nth-child(5) a:after {
    background-color: lightgreen
  }

.top-menu.fixed{
  position: fixed;
  margin-top: 0;
  z-index: 9;
  right: 0;
}

.top-menu.fixed ul{
  margin-bottom: 0;
  padding: 34px;
}

.top-menu.fixed.desplegado{width: 100%}
.top-menu.fixed.desplegado ul{padding: 0 70px;}

.top-menu.fixed li{ display: none;}

.top-menu.fixed li.boton{ display: block; margin-top: 15px}

.top-menu.fixed li.logo img{
    width: 63px;
    margin: -22px 0 0 -52px;
    padding: 2px;
}

.top-menu.fixed.desplegado li.logo img {
    width: 79px;
    margin: -21px;
    padding: 3px;
}


h1{
    text-align: center;
    margin: 20vh 0 5vh 0;
    font-size: 5rem;
}

h1, h2,h3,h4,h5{
   font-weight: 700;
   color: #000;
}
h2{
   font-size: 3rem;
}
h3{
   font-size: 2.5rem;
}
h4{
   font-size: 2rem;
}
h5{
   font-size: 1.5rem;
}

h1.etiqueto{
  font-size: 3rem;
  float: right;
  font-weight: 100;
  margin:3vh 0;
}

h1.etiqueto strong{ font-weight: 700}

h1 span, h2 span,h3 span{ font-weight: 100}

.swiper.mySwiper{height: 100vh;margin-top: -90px}

.swiper-slide h1{
  font-weight: 100;
  letter-spacing: .2vw;
}
.swiper-slide h1 small{ 
  font-size: 50%;
  font-weight: 700;
  color: white;
  display: block;
}

.etiqueto .label{
  background: #333;
  font-size: 50%;
  padding: 10px 14px 14px;
  width: 100%;
  float: right; 
  color: #fff;
    display: flex;
    border-radius: 20px 0 0 20px;
    align-items: center;
    justify-content: center;
}

section{
    width: 100%;
    display: block;
    padding: 50px 0;
}

#bannerPrincipal{margin-top: -80px}


.galeria:after{
  content: url('/images/zigzag.svg');
  width: 95vw;
    left: 2vw;
    height: auto;
    bottom: -35px;
    position: absolute;
}
body .galeria:last-child::after {
 display: none
}

.galeria a{
  position: relative;
  overflow: hidden;
  margin: 10px;
  display: block;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
}

.galeria a:hover{
  margin-top: 0px;
}


.galeria a img{
  width: 100%;
  height: auto;
  transition:0.8s ease all;
}

.galeria a>img{filter: drop-shadow(2px 4px 6px black) brightness(0.4);}
.galeria a:hover>img{filter: brightness(1);}

.galeria a img.mockup{
  position: absolute;
  top: 0;
  z-index: -1;
}

.galeria article header{  
  font-size: 33px; 
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
}

.galeria article{
    background: #fff;
    border-radius: 11px 60px;
    color: #333;
    padding: 50px 70px;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.galeria a figure{margin: 0}

.galeria a figure figcaption{
  display: none;
}

.galeria a:hover figure figcaption{
  display: block;
  position: absolute;
}

.galeria a.pantalla-movil{border-radius: 87px;}
.galeria a.pantalla-escritorio{border-radius: 19px;
    
}

.galeria a.pantalla-escritorio div.fondo{
  background-image: url(../../images/ruido3.gif);
  display: block;
  width: 100%;
  height: 100%;
      position: absolute;
    z-index: -1;
    top: 0;
}

.animation.animate {
    animation: pulse 5s infinite;
}

hr{ 
  border-top: 9px dotted lightblue;
  width: 56%;
}

.rama {
  width: 60%;
  margin-left: 15%;
  border-radius: 80px;
  display: block;
  color:#000;
  padding: 60px 10px;
  text-align:center;
  text-decoration: none;
  min-height: 60vh;
}

.brand{background-color: #ffed004d;}
.borderbrand{ border-color: #ffed00;}
.borderbrand i{ color: #ffed00;}
.web {background-color: #aac90057;} 
.borderweb {border-color:#aac900;} 
.borderweb i{color:#aac900;} 
.pack {background-color: #009fe26e;} 
.borderpack {border-color:#009fe2;} 
.borderpack i{color:#009fe2;} 
.edit {background-color: #ff88b5a3;} 
.borderedit {border-color:#ff88b5;} 
.borderedit i{color:#ff88b5;} 

.bordecito{
  width: 170%;
  margin-left: -35%;
  border: 3px solid;
  border-radius: 20px;
  margin-bottom: 30px;
  color:#fff;
}
.rama img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.dot{
  padding: 6px 17px;
    border-radius: 10px;
    margin: 0 9px;
}

.fondofix{
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}


@media screen and (min-width: 400px){
  .top-menu .logo img{
    width: 120px;
    margin: -45px -30px -30px -30px;
  }
}

@media screen and (min-width: 767px){
  .top-menu.fixed:before{display: none;}
  .top-menu:before{
    content: '';
    display: block;
    width: 90%;
    height: 142px;
    position: absolute;
    z-index: -1;
    top: -16px;
    left: 5%;
    overflow: hidden;
    border-radius: 4px 4px 200px 200px;
    filter: brightness(0.5);
}
.top-menu:before,
.ruido{
  background-image: url(../../images/ruido3.gif);
  opacity: 0.8;
}


.top-menu .logo a:hover{
  box-shadow: none;
    background: #000;
    border-radius: 0 0 80px 80px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.top-menu a.icon {
    float: right;
    display: block;
}

  .top-menu li.boton {display: none;}


  .top-menu ul {
  display: flex;
  padding: 0 30px;
  }
  
  .top-menu.fixed.desplegado ul li,.top-menu ul li {
    flex-grow: 1;
    text-align: center;
    list-style: none;
    display: inline-block;
  }

  
  .top-menu.fixed.desplegado a,.top-menu a {
    display: block;
  }



  .top-menu.fixed.desplegado li a:hover, .top-menu li a:hover {
    box-shadow: inset 0 15px 0 #000;
  }

}



.banners .carousel-item{
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}
.banners .carousel-item.active{}





/*animaciones*/

  header {
    -webkit-animation: aparecerarriba 2s ease-in-out;
    animation: aparecerarriba 2s ease-in-out;
    z-index: 2;
  }

@keyframes aparecerarriba {
    0% {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
    }
     20% {
      -webkit-transform: translateY(-45%);
      transform: translateY(-45%);
      opacity: 0;
    }
     80% {
      -webkit-transform: translateY(-4%);
      transform: translateY(-4%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
    }
  }


  #top-menu, .container{
    -webkit-animation: aparecer 3s ease-in-out;
    animation: aparecer 3s ease-in-out;
    z-index: 2;
  }

  @keyframes aparecer {
    0% {
      opacity: 0;
    }
     40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .top-menu,.top-menu *{transition:ease 0.8s all;}
  .top-menu.responsive.desplegado,.top-menu.responsive.desplegado *{
    -webkit-animation: aparecerCrecer .5s ease-in-out;
    animation: aparecerCrecer .5s ease-in-out;
  }

  @keyframes aparecerCrecer {
    0% {
      height: 0;
      opacity: 0;
    }
    50%{
      height: auto;
    }

    100% {
      opacity: 1;
    }
  }

  hr{
    -webkit-animation: aparecerCrecerDerecha 5s ease-in-out;
    animation: aparecerCrecerDerecha 5s ease-in-out;
  }

  @keyframes aparecerCrecerDerecha {

    40% {
      width: 0;
      opacity: 0;
    }
    50%{
      width: 0;
      opacity: 1;
    }

    100% {
      width: 56%;
    }
  }

.fade-in {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in.appear {
  animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }
.delay-6 { animation-delay: 1.2s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


  .card{
        border-width: 8px;
        border-radius: 53px;
        border: 0;
  }
  .card img{margin: 12px 8px;border-radius: 45px 45px 45px 5px;}

  .card-title{
    line-height: 1;
    padding: 4vh 3vw;
  }


form .form-control,
.btn.btn-primary {
    border-radius: 63px;
    margin-bottom: 20px;
    padding: 1rem 2rem;
}

.btn.btn-primary{background-image: url(../../images/ruido3.gif);
        opacity: 0.8;}


.fondo{
  animation: colorchange 20s infinite;
  -webkit-animation: colorchange 20s infinite;
}

@keyframes colorchange {
  0%   { background: rgba(255, 200, 0, 0.25); }   /* amarillo dorado */
  25%  { background: rgba(255, 230, 150, 0.18); } /* amarillo claro translÃºcido */
  50%  { background: rgba(255, 140, 0, 0.25); }   /* naranja intenso */
  75%  { background: rgba(255, 180, 60, 0.35); }  /* naranja suave */
  100% { background: rgba(255, 200, 0, 0.25); }  /* vuelve al inicio */
}

@-webkit-keyframes colorchange {
  0%   { background: rgba(255, 200, 0, 0.25); }   /* amarillo dorado */
  25%  { background: rgba(255, 230, 150, 0.18); } /* amarillo claro translÃºcido */
  50%  { background: rgba(255, 140, 0, 0.25); }   /* naranja intenso */
  75%  { background: rgba(255, 180, 60, 0.35); }  /* naranja suave */
  100% { background: rgba(255, 200, 0, 0.25); }  /* vuelve al inicio */
}