html{overflow-x: hidden;}

body {
  font-family: Lato;
}

h2 {
    font-size:30px;
    color:#152c43;
    text-shadow: 2px 2px 5px #c1c1c1;
}

header .logo {
  width:354px;
}

.nav-link.selected {
    font-weight: bold;
    background: rgb(115, 186, 245);
}

.services p {
  letter-spacing: 1px;
}

.services h2 {
  padding: 5px;
  border-radius: 40px;
  -webkit-box-shadow: -1px 9px 5px -6px rgb(4, 52, 105);
  -moz-box-shadow: -1px 9px 5px -6px rgb(4, 52, 105);
  box-shadow: 0px 0 9px 0px rgb(4, 52, 105);
}

#a-digital h2 {
  background: rgb(195, 51, 85);
  color: #fff;
}

#a-idi h2 {
  background: rgb(4, 52, 105);
  color: #fff;
}

.services .separator {
  width: 2px;
  display: inline-block;
  height: 100%;
  background: #a2afbc;
}

#s1,
#s2 {
  color:#041c36;
  -webkit-box-shadow: inset 0px 11px 8px -10px #041c35, inset 0px -11px 8px -10px #041c35;
  -moz-box-shadow: inset 0px 11px 8px -10px #041c35, inset 0px -11px 8px -10px #041c35;
  box-shadow: inset 0px 11px 8px -10px #041c35, inset 0px -11px 8px -10px #041c35;
  padding-bottom: 45px;
}

#s1 .col-6 img {
  height: 80px;
  filter: drop-shadow(2px 0px 2px #56a6d6);
  color: #152c43;
}

#s1 li {
  letter-spacing: 1px;
}


.bg-planos {
  background:url("https://media.digital-jump.es/planos.jpg") no-repeat;
  background-size:100%;
  height: 12vw;
}


.bg-main {
  background:url("https://media.digital-jump.es/bg-main.png") no-repeat fixed top;
  background-size:100%;
}

.bg-blue {
  background: radial-gradient(circle, #66a6cd, #095398);
  color:#fff;
}

.color-blue {
  color:#041c36;
}

#carouselHome {
    -webkit-box-shadow: 0px 28px 39px -43px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 28px 39px -43px rgba(0,0,0,0.75);
    box-shadow: 0px 28px 39px -43px rgba(0,0,0,0.75);
}

#carouselHome .carousel-caption {
    padding: 0;
    bottom: 0;
}

#carouselHome .carousel-caption h1 {
    margin-bottom: 7vw;
    font-size: 3vw;
    -webkit-box-shadow: 10px 10px 2px -1px rgba(21, 44, 67, 0.45);
    -moz-box-shadow: 10px 10px 2px -1px rgba(21, 44, 67, 0.45);
    box-shadow: 10px 10px 2px -1px rgba(21, 44, 67, 0.45);
    background: #152c43;
    padding: 10px;
}

#carouselHome .carousel-caption .col-3:nth-child(1) {
    position:relative;
    left: 4.3vw;
    z-index: 999;
}

#carouselHome .carousel-caption .col-3:nth-child(3) {
    position:relative;
    right: 2.5vw;
    z-index: 999;
}

#menu-main .nav-link {
  color: #fff !important;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 18px;
  padding: 15px 25px;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 2px;
}

#menu-customer .nav-link {
    font-size: 14px;
    color: #031b33;
    padding: 10px 15px;
    display: inline-block;
}

#carouselHome .carousel-img {
    width:213px;
}

.th-box{
  box-shadow: 0 1px 10px rgba(38, 36, 36, 0.19);
  background-color: #031b33;
  opacity: 0.9;
  z-index: 999;
}

.bg-eyes {
  background: url("/res/img/eyes_image.jpg") no-repeat center;
  background-size: 100%;
  height: 7vw;
  background-position: 0 10%;
}

.cspan {
  font-weight:bold;
  color:#041c36;
}

footer {
  background:#152c43;
  display:grid;
}

footer img {
  filter: brightness(0) invert(1);
  max-width:200px;
}

button[type="submit"] {
  border-radius:20px;
}

.fsign {
  background-color: #2a2a2a;
}

.btn-v1 {
  border-radius: 10px;
  background-color: #ea405a;
  color: #fff;
  border: 0;
  padding: 6px 40px 6px 40px;
}

section#s1 h1{
  font-size: 16px;
}

#contactar {
  background: url('/res/img/bg-contact.png') no-repeat;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 200px;
  margin-top: -190px;
}

#contactar input, textarea {
    width:100%;
    border-radius:5px;
    border:0;
    padding:10px;
}

#contactar .note {
  font-weight: 200;
  font-size:15px;
}

.container.call-us {
    margin: -60px auto 50px auto;
}

.container.call-us p {
    background-image: linear-gradient(43deg, #08243e 0%, #08243e 24%, #1c88c4 100%);    border-radius:10px;
    padding-right:30px;
}

.container.call-us img {
    background-color: #1f1549;
    background-image: linear-gradient(43deg, #08243e 0%, #08243e 24%, #1c88c4 100%);
    border-radius:100%;
    padding:5px;
    margin-left:-30px;
}

section#s2 .services {
  padding: 25px 0;
}

section#s2 .services:not(:last-child) {
  border-bottom: 2px solid #a2afbc;
}

section#s3 li {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.bg-darkblue {
  background-color: #08243e;
}

footer ul {
  list-style-type: none;
  display: inline-block;
}

footer ul li {
  display:inline;
  margin:0 20px;
}

footer ul li a {
  font-weight: 200;
}

.bg_dark {
  background-color: #3d3845;
}

.animateclick:active {
  transform:scale(0.9);
}

section#top h1 {
    font-size: 40px;
    font-weight: 200;
    padding: 3vw 0;
}

.social-icons {
    color: #fff;
    font-family: "Social Media Circled";
    font-size: 30px;
    text-transform: uppercase;
    font-style: normal;
    margin:5px;
}

.social-icons a {
  color:#08243e
}

label {
  letter-spacing: 1px;
}

.navbar-toggler-icon {
  filter:invert(1)
}

#cookies-msg {
    position: fixed;
    bottom: 0;
    background:#0b4f8f;
    display:none;
}

#cookies-msg p {
    font-size:12px;
}

.logomenu {
  position: absolute;
  top: 3%;
  width: 46vw;
  right: 16%;
}

/*------------------------------ fadeInFadeOut bootstrap slider----------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

@media (max-width: 900px) {

  .nav-link.selected {
      font-weight: bold;
      border-top: 1px solid rgb(115, 186, 245);
      border-bottom: 1px solid rgb(115, 186, 245);
      background:unset;
  }

  header .logo {
    width:195px;
  }

  .th-box img {
      width: 180px;
  }
	
  .bg-main {
    background-position-y: -17px;
    background-size: 165%;
   }

   footer img {
     width:100%;
   }

   section#top h1 {
    font-size: 27px;
    padding: 4vw 0;
   }

   .bg-main {
      background-size: 325%;
   }

   section#s1 p {
     font-size:12px;
     margin: 5px;
   }

   #contactar {
      padding-top: 400px;
      padding-bottom: 220px;
      margin-top: -290px;
   }

   .container.call-us p {
        background-color: #3e9f20;
        border-radius: 10px;
        font-size: 3.8vw;
        padding: 8px !important;
    }

    .call-us p {
        position: relative;
        bottom: -190px;
    }

    .container.call-us img {
        margin-left:0;
    }

    .container.call-us {
        margin: -240px auto 50px auto;
    }

    footer ul li {
      display:block;
      margin:0 20px;
    }

    #menu-customer {
      display: none;
    }
}