@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*----------------------------------------*/
/*  GENERAL
/*----------------------------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1068px;
  }
}

.containerPadding {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Raleway", Arial;
}

.white {
    color: white !important;
}

/*----------------------------------------*/
/*  NAVEGACION
/*----------------------------------------*/
.navLogo {
    width: 160px;
}

.navbar {
    padding: 4em 0 1em 1em;
    text-align: right;

}

.bg-dark.scrolled {
    background-color: rgb(255, 255, 255, 0.2) !important;
    transition: 0.6s;
}

.navbar-nav li {
    padding-left: .2em;
    font-size: 1.1em;
    font-weight: 500 !important;
    color: white;
    text-align: center;
}

.navbar-nav a {
    color: white;
    font-weight: 500;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar-nav a:hover {
    background-color: rgb(255, 255, 255, 0.2);
    border: none;
    transition: 0.6s;
}

.menu-item {
    padding: .7em 1.4em .8em 1.4em !important;
}

.item-contacto {
    color: #680115 !important;
    background-color: white !important;
    font-weight: 800 !important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.item-contacto:hover {
    background-color: transparent !important;
    color: white !important;
    -webkit-box-shadow:inset 0px 0px 0px 4px white;
    -moz-box-shadow:inset 0px 0px 0px 4px white;
    box-shadow:inset 0px 0px 0px 4px white;
    transition: 0.6s !important;
}

/*----------------------------------------*/
/*  TEXTO
/*----------------------------------------*/

h1 {
    font-size: 3.625em;
    font-weight: 700;
    line-height: 62px;
}

h2 {
    font-weight: 600;
}

h5 {
    font-size: 1.4em !important;
    font-weight: 700;
    color: #696969;
    font-variant: small-caps;
 }

 h5 span {
  font-size: .9em !important;
  font-variant: small-caps;
}


.subtitle {
    font-size: 1.52em;
    color: white;
    font-weight: 300;
    font-style: thin;
}

/*----------------------------------------*/
/*  IMAGENES Y COLORES
/*----------------------------------------*/

.main_cover {
    background-image: url("../img/portada_delphica.png");
    background-size: cover;
    height: 100vh;
}

.cover_text {
    margin-top: 40vh;
}

.bg-dark {
    background-color: transparent !important ;
}

.sec2bg {
    background-image: url("../img/sec2bg.jpg");
    background-size: cover;
    height: 467px;
    background-repeat: no-repeat;
    background-position: center;
}

.sec4bg {
    background-image: url("../img/portada_contactanos.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 6em;
    height: 90vh;
}

#NuestrosClientes {
  /* height: 100vh; */
}

.cover_text2 {
    text-align: center;
    color: #696969;
    font-weight: 700 !important;
    font-size: 26px;
}

.cover_text2 h2 {
  text-align: center;
  color: #696969;
  font-weight: 700 !important;
  font-size: 26px;
}

.title {
    display:flex;
    flex-flow:row;
    justify-content:center;
    align-items:center;
  }

  .hrdiv {
    border-bottom: 1px solid #696969;
    width: 100%;
    margin-top: 16px;
  }

  .hrdiv2 {
    border-bottom: 1px solid;
    border-color:  rgb(255, 255, 255, 0.6);
    width: 100%;
    margin-top: 16px;
  }

  .hrdiv3 {
    border-bottom: 1px solid;
    border-color:  rgb(255, 255, 255, 0.6);
    width: 384px;
    margin-top: 16px;
  }

  .hrdiv4 {
    border-bottom: 1px solid;
    border-bottom: 1px solid #696969;
    width: 384px;
    margin-top: 16px;
  }

  .pText {
    font-size: 1.125em;
    line-height: 24px;
    font-weight: 400;
  }

  .spacer2 {
    height: 2vh;
  }

  .spacer3 {
    height: 3vh;
  }


  .spacer4 {
    height: 4vh;
  }

  .spacer6 {
    height: 6vh;
  }


  .spacer8 {
    height: 8vh;
  }

  .spacer9 {
    height: 9vh;
  }

  .spacer10 {
    height: 10vh;
  }

  .spacer12 {
    height: 12vh;
  }

  .spacer14 {
    height: 14vh;
  }

  .spacer15 {
    height: 15vh;
  }

  .spacer16 {
    height: 16vh;
  }

  .spacer19 {
    height: 19vh;
  }

  .spacer20 {
    height: 20vh;
  }

  .spacer24 {
    height: 24vh;
  }

  .wOpacity {
    color: rgb(255, 255, 255, 0.6);
  }

  .logos img {
    max-width: 100%;
    /* height: 90px; */
    padding: .2em 1em 3.5em 1em;
    text-align: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .logos2 img {
    max-width: 100%;
    text-align: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .serviciosBox {
    background: #696969;
    width: 90%;
    text-align: right;
    color: white;
    padding: 1.5em 1.8em 1.2em 1.5em;
    transition: 0.3s ease-out;
    border-bottom: 24px solid white;
    line-height: 20px;;
  }

  .serviciosBox h3 {
    font-weight: 700;
  }

  .serviciosBox p {
   margin-top: -8px;
  }

  .serviciosBox:hover{
    background: #5b1a1a;
    transition: 0.3s;

  }

  .serviciosContainer h4 {
    color: #5b1a1a;
    font-size: 1.75em;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
  }

  .serviciosContainer p {
    font-size: 1.1em;
    text-align: left;
    line-height: 24px;
  }

  .serviciosContainer span {
    color: #5b1a1a;
    font-weight: 600;
  }

  .serviciosContainer a {
    color: #5b1a1a;
    font-weight: 600;
  }

  .registered {
    font-size: .8em !important;
    margin-bottom: 1em;
  }

  .discosServiciossec1 {
    z-index: -1;
    position: absolute;
    left: 0;
    margin-top: -46px;
  }

  .discosServiciossec2 {
    z-index: -1;
    position: absolute;
    right: 0;
    margin-top: 91px;
  }

  .discosServiciossec1t {
    z-index: -1;
    position: absolute;
    right: 430px;
    margin-top: -29px;
    width: 400px;
  }

  .discosServiciossec2t {
    z-index: -1;
    position: absolute;
    right: -40px;
    margin-top: 281px;
    width: 460px;
  }


  .discosServicios {
    width: 360px;
    z-index: 100;
    position: absolute;
    margin-left: -220px;
    margin-top: 30px;
  }


  .contacto h3 {
    font-weight: 700;
    font-size: 1.625em;
    line-height: 28px;
  }

  .contacto p {
    font-size: 1.125em;
    line-height: 24px;
  }

  .contacto img {
    width: 46px;
    margin: 2em 1em 0 0;
  }

  .socialInline {
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
  }

  footer {
    background-color: #696969;
    padding: 2em 0 2em 0;
    color: white;
    font-style: italic;
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
  }

  .noPadding {
    padding: 0 !important;
  }

  .nosotrosBox {
    width: 564px;
    padding: 0px;
  }

  .nosotrosBox h3 {
    font-weight: 700;
    font-size: 1.625em;
  }

  #div0 {
    width: 480px;
  }

  sub {
    /* Move the superscripted text up */
    top: -0.1em;
  }

  button.back-to-top{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

.contentDiv{
  width:300px;
  height:1000px;
  background-color:#ff0000;
}

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus, {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #5b1a1a;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.SidenavBg {
  background: #661C1C;
  padding-bottom: 52px;
  padding-left: 26px;
  padding-top: 16px;
  z-index: 100 !important;
}

.sticky-top {
  z-index: 1 !important;
}

/* The side navigation menu */
.sidenav {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0;
  left: 0;
  padding-top: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenavtablet {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0;
  left: 0;
  padding-top: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */
.sidenav a {
  padding: 28px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  color: white;
  display: block;
  transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.closebtn {
  position: absolute;
  top: 340px;
  right: 318px;
  font-size: 56px !important;
  margin-left: 50px;

}

.closebtntablet {
  right: 638px;
  font-size: 56px !important;
  position: absolute;
  bottom: 11px;

}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

  .mobile-nav {
    background: white;
  }




/*----------------------------------------*/
/*  MOBILE CLASSES
/*----------------------------------------*/

.sticky-top {
  background: white;
  box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
}

.portada_mobile {
    background-image: url("../img/portada_delphica_movil.png");
    background-position: 50% 75%;
    height: 68vh;
    padding-left: 20px;
    padding-bottom: 20px;
}

.portada_mobile h1 {
  font-size: 1.58em;
  line-height: 1.2em;
  font-weight: 700;

}

.portada_mobile .cover_text {
  margin-top: 68vh;
}

.portada_mobile span {
  font-size: .9em;
  line-height: 1.2em;

}

.portada_tablet {
  background-image: url("../img/portada_delphica_movil.png");
  background-position: 50% 75%;
  height: 66vh;
  padding-left: 20px;
  padding-bottom: 20px;
}

.portada_tablet h1 {
font-size: 2.45em;
line-height: 1.2em;
font-weight: 620;

}

.portada_tablet .cover_text {
margin-top: 68vh;
}

.portada_tablet span {
font-size: .9em;
line-height: 1.2em;

}

.sec2bgmobile  {
  background-image: url("../img/servicios_mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.sec2bgtablet  {
  background-image: url("../img/servicios_mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
}


.servicios_mobile h2 {
  text-align: center;
  color: #696969;
  font-weight: 700 !important;
  font-size: .7em !important;
}

.nosotros_mobile_cover {
  background-image: url("../img/portada_delphica_movil_alterna2-03.png");
  background-position: 50% 75%;
  background-size: cover;
}

.nosotros_tablet_cover {
  background-image: url("../img/portada_delphica_movil_alterna2-03.png");
  background-position: 50% 0%;
  background-size: cover;
}



.nosotros_mobile h3 {
  font-size: 1em;;
  font-weight: 700;
}

.nosotros_mobile h5 {
  font-size: 1em !important;
  font-weight: 700;
}

.nosotros_mobile span {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 300;
  display: block;
}

.containerPaddingMobile {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.nuestros_clientes_mobile h5 {
  font-size: 1em !important;
  font-weight: 700;
}


.nuestros_clientes_mobile h4 {
  font-size: .9em !important;
  font-weight: 400;
  line-height: 18px;
}

.footermobile {
  background-color: #696969;
  padding: 1em 0 1em 0;
  color: white;
  font-style: italic;
  text-align: left;
  font-size: 1.1em;
  font-weight: 300;
}

.footermobile span {
  font-size: .5em;
  line-height: 16px;
  display: block;
  padding-left: 34px;
}

.contacto-mobile {
  background-image: url("../img/portada_contactanos.png");
  background-position: 85% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3.2em;
}

.contacto-mobile h3 {
  font-size: 1em !important;
  font-weight: 700;
  line-height: 12px;
}

.contacto-mobile h5 {
  font-size: 1em !important;
  font-weight: 700;
}

.contacto-mobile p {
  font-size: .8em !important;
  font-weight: 400;
  line-height: 16px;
}

.servicios-box-mobile h3 {
  font-size: 1em;
  font-weight: 700;
}

.servicios-box-mobile h4 {
  font-size: 1em;
  font-weight: 700;
  color: #5b1a1a;
}

.servicios-box-mobile .serviciosBox {
  background: #696969;
  width: 96%;
  text-align: right;
  color: white;
  padding: 1em 1.2em .4em 1.5em;
  transition: 0.3s ease-out;
  border-bottom: 0 solid white;
  line-height: 20px;
  margin-bottom: 12px;
}

.servicios-box-mobile .discosServicios {
  width: 300px;
  z-index: 2;
  position: absolute;
  margin-left: -190px;
  margin-top: 20px;
}

.servicios-box-mobile p {
  font-size: .8em;
  font-weight: 500;
  line-height: 16px;
}

.serviciosNav {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  color: white;
}

.serviciosNav h4 {
 font-size: 1.3em;
}

.serviciosNavBg {
  background: #661C1C;
  padding: 52px 52px 89px 52px;
  margin-top: 16px;
  z-index: 100 !important;
  font-size: .8em;
  height: 600px;
}

.serviciosNav a {
 color: white;
 text-decoration-style: none;
}


.serviciosNavBg span {
  font-weight: 700;
}

#proyeccionesNav .closebtn {
  position: absolute;
  top: 630px;
  right: 310px;
  font-size: 56px !important;
  margin-left: 50px;

}

#algoritmiaNav .closebtn {
  position: absolute;
  top: 630px;
  right: 310px;
  font-size: 56px !important;
  margin-left: 50px;

}


#tecnologiaNav .closebtn {
  position: absolute;
  top: 630px;
  right: 310px;
  font-size: 56px !important;
  margin-left: 50px;

}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.scrollable-place {
  height: 1000px;
}

.serviciosNavTitle {
  margin-top: 24px;
  margin-left: 52px;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 1em;
}

.mInnerService {
  width: 260px !important; 
  word-break: keep-all; 
  margin: auto 0; 
  text-align: left;
  display: inline-block;
}

.tmInnerService {
  width: 560px !important; 
  word-break: keep-all; 
  margin: auto 0; 
  text-align: left;
  display: inline-block;
}

.serviciosNavBgTablet {
  background: #661C1C;
  padding: 52px 52px 89px 52px;
  margin-top: 16px;
  z-index: 100 !important;
  height: 100vh;
}

.serviciosNavTablet {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  color: white;
}

.serviciosNavTablet h4 {
 font-size: 1.6em;
}

.serviciosNavTablet a {
 color: white;
 text-decoration-style: none;
}

.serviciosNavBgTablet span {
  font-weight: 700;
}

.serviciosNavBgTablet p {
  font-size: 18px !important;
}