/* Coresis 2025 Theme - Version: 1.2, by DS+FRO */

html {scroll-behavior: smooth;}
  
  #anima{
    width:100%;
    height:100vh;
    border:0;
    padding:0;
  }
  
header#navbar {
	width: 100%; 
 /* display: inline; */
}
.navbar-header {width: 100%;}
/*article.landing.full {
    padding-top: 100px
}*/

.main-container {
    position: relative;
    margin: 0;
	
}

.containerd {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  text-align: left;
}
.call-to-ac {
    display: flex;
    gap:20px;
}

body {
  background: radial-gradient(65% 62% at -22.4% -3.3%, rgb(45, 0, 61) 0%, rgb(13, 13, 28) 100%);
  font-family: 'Manrope', sans-serif;
  margin: 0;
  overflow-x: hidden !important;
  /*background-color:hsla(187,0%,3%,1);
  background-image:
  radial-gradient(at 40% 64%, hsla(229,62%,22%,0.88) 0px, transparent 50%),
  radial-gradient(at 64% 40%, hsla(343,22%,23%,0.79) 0px, transparent 50%);*/
}

.breadcrumb {display: none;}

/*----- Menú Principal -----*/
.b-menu a {
  border-bottom: 2px solid transparent;
  color: #f0faff;
  font-size: 16px;
  font-weight: 600;
  /*padding: 0.28em 0.83em;*/
  text-decoration: none;
  transition: 0.3s all ease;
}
.b-menu a:hover {
  /*border-bottom-color: #248ea6;
  color: #248ea6;
  border-radius: 5px;
  background: #0a0a0a;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 3px inset, rgba(89, 98, 201, 0.25) 0px 0px 3px 3px inset;*/
  color: #58c3f8;
}
.b-menu a:active,
.b-menu a:focus {
  /*border-bottom: 3px solid #25c7d9;*/
  color: #58c3f8;
}
.glow-button {
  align-items: center;
  display: flex;
}
/*----- Estilos del Tema (Header, Navbar, Menu) -------*/
.navbar {margin: 0;}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {margin: 0;}
.toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu .menu-item .toolbar-icon {
  font-size: 1.1em !important;
}
.main-logo img {width: 230px;}

.menu-container {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  color: #0d122e;
  display: flex;
  margin-bottom: 0;
  padding: 32px 0;
  position: relative;
  user-select: none; -webkit-user-select: none;
  z-index: 1;
}

.menu-container a {
  color: #fff;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.menu-container input {
  cursor: pointer;
  display: block;
  height: 25px;
  margin: 0;
  opacity: 0; /* oculto */
  position: absolute;
  width: 35px;
  z-index: 20;
  -webkit-touch-callout: none;
}

/*------- Burger menu ---------*/
.menu-container span {
  background: #cdcdcd;
  border-radius: 3px;
  display: block;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  width: 33px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

 .menu-container input:checked ~ .menu {
    display:block;
    opacity: 1;               
    transform: translateY(100%);     
    transition:
    opacity    0.4s ease,
    visibility 0s 0s;
    visibility: visible;   
  }

.menu-container span:first-child {transform-origin: 0% 0%;}
.menu-container span:nth-child(3) {transform-origin: 0% 100%;}
.menu-container input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, -1px);
  background: #f2622e;

}
.menu-container input:checked ~ span:nth-child(4) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu-container input:checked ~ span:nth-child(3) {
  transform: rotate(-45deg) translate(-5px, 11px);
}
.menu ul {
  list-style: none;
  margin:0;
  padding:0;
}
.menu li {
  padding: 10px 0;
  font-size: 22px;
}

.breadcrumb {margin: 0;}

/* Mobile styles */
@media (max-width: 992px) { 
	  .mobile-apps-section .slider-container {
        height: 500px !important; 
    }

.menu li {
    font-size: inherit;
    padding: 2.5rem 0;
}
.menu-container a:hover, .b-menu a:hover {
    border:none;
    color: #fff !important;
    text-decoration: none !important;
}
.menu-container {
    align-items: flex-end;
    flex-direction: column;
    padding: 38px 0;
}
  
  .menu {
      align-content: center;
      align-items: center;
      background: rgb(0 0 0 / 40%);
      backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(10px);
      border-radius: 0;
      display: flex;
      display:none;
      flex-direction: row;
      flex-wrap: nowrap;
      height: 110vh;
      justify-content: center;
      left: 98%;
      opacity: 0;
      padding: 120px 70px;
      text-align: left;
      transform: translate(-96%, -8%) !important;
      transition: opacity 0.4s ease;
      position: absolute;
      width: 101vw;
        -webkit-font-smoothing: antialiased;
      transition: transform 0.5s cubic -bezier(0.77, 0.2, 0.05, 1.0);
  }
	
  .b-menu a {
    border: none;
    color: #fff !important;
    font-size: 16px;
    font-size: clamp(3rem, 2vw, 3vw);
    font-weight: 200;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1em;
    margin: 0;
    font-family: "Manrope";
    padding: 0;
    text-decoration: none;
    transition: 0.3s;
  }
}

/*--------- Desktop styles ------------*/
@media only screen and (min-width: 992px) { 
	
  .top-id1, .top-id2 {font-size: clamp(7rem, 3.2vw, 5vw) !important;}
  .containerd {width: max-content;}
  .menu-container {width: 100%;}
  .menu-container a {color: #fff;}
  .menu-container input {display: none;}

  /* Oculta el ícono burger */
  .menu-container span {display: none;}
  .menu {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
  .menu ul {
    display: flex;
    padding: 0;
  }
  .menu li {
    padding: 0 30px 0 0;
    line-height: 1;
  }
}


/*------- Base & Tipografía -----------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: none;
}
h1 {
  font-size: 3.5em;
  font-weight: 700;
}
h2{
  font-size: 2em;
  font-weight: 400;
}
h3, h4, h5, h6 {
  font-size: 1.2em;
  font-weight: 400;
}

p, div {font-weight: 500;}
p {margin: 1.3em auto;}

/*---------- variaciones color/texto ---------*/
p.b-white,
div.b-white,
span.b-white {
  color: #f0faff;
  font-size: 1.19em;
  line-height: 1.71em;
  margin: 1.3em auto;
}

p.b-black,
div.b-black,
span.b-black {
  color: #0d0d0d;
  font-size: 1.19em;
  line-height: 1.71em;
  margin: 1.5em auto;
}

.b-white h1,
.b-white h2,
.b-white h3,
.b-white h4,
.b-white h5,
.b-white h6 {
  color: #f0faff;
}

.bcenter {
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

/*------- Link general -----*/
a {
  color:#1fb6d8;
  cursor: pointer;
  font-weight: 500;
  text-decoration:none;
  transition: 0.3s all ease;
}
a:hover{
  /*color: #00bdbb;*/
  color:#f0faff;
	text-decoration:underline;
}

/*-------- Fondos y Encabezados (TOP) --------*/
.top-background {
  background: linear-gradient(121deg, rgba(22,34,98,1) 0%, rgba(13,13,13,1) 92%);
  display: block;
  padding: 1.5em 2em;
}

a.w-link {
  color: #f0faff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
a.w-link:hover {
  color: #248ea6;
  text-decoration: underline;
}

/* Títulos - cuerpo de texto */
.title-w1,
.title-w2,
.title-d1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(4rem, 2vw, 3vw);
  font-weight:500;
  text-transform: none;
  line-height: normal;
  margin: auto;
}
.title-w1, .home-w1 { color: #f0faff; }
.home-w1{
  font-family: "Inter";
  font-size: clamp(2rem, 2vw, 2vw);
  font-weight:700;
  text-transform: none;
}

/*.title-w2 { color: #26c7d9; }*/
.title-w2 {
    background-image: linear-gradient(57deg, rgba(37, 199, 217, 1) 2%, rgb(27 66 197) 62%);
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

.title-d1 { color: #1d2d44; }

.txt-d1 {
  color: #1d2d44;
  font-size: 1.19em;
  line-height: 1.71em;
}

/* Elementos de la cabecera */
.main-logo {
  position: absolute;
  top: 14px;
  z-index: 100;
}


.navbar-default {
  border: none;
  background-color:transparent;
}
.bg-top {
  background: linear-gradient(121deg, rgba(22,34,98,1) 0%, rgba(10,10,10,1) 92%);
}
.bg-dark {
  background: rgb(10,10,10);
}

/*.bg-dark2 {
  background: rgb(13,13,13);
  background-image: url(/sites/default/files/2022-08/coresis-background-darkcol.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}*/

.bg-dark2 {
background-color:hsla(101,0%,3%,1);
background-image:
radial-gradient(at 34% 98%, hsla(46,0%,3%,1) 0px, transparent 50%),
radial-gradient(at 38% 76%, hsla(230,63%,23%,1) 0px, transparent 50%),
radial-gradient(at 39% 29%, hsla(229,0%,3%,1) 0px, transparent 50%),
radial-gradient(at 62% 45%, hsla(15,87%,56%,0.4) 0px, transparent 50%),
radial-gradient(at 62% 62%, hsla(292,0%,3%,1) 0px, transparent 50%),
radial-gradient(at 61% 71%, hsla(230,63%,23%,1) 0px, transparent 50%);
}

.bg-clear {background: #f4f8f9;}

.info-padd {
  font-family: 'Manrope', sans-serif;
  margin: 2.25em 1.12em;
  padding: 1em;
}

/* Responsive para cabecera */
@media (max-width: 768px) {
  .info-padd {margin: 0.8em 0.4em;}
}

/* Identificadores de Top */
.top-id1, .top-id2 {
    font-family: "Inter";
    font-size: clamp(5rem, 3.2vw, 5vw);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: none;
}
/*.top-id1 { color: #00b0e2; }*/
.top-id1 {
	background-image: linear-gradient(57deg, rgba(37, 199, 217, 1) 2%, rgb(27 66 197) 62%);
  background-clip: text;
  color: transparent;
}
.top-id2 { color: #fff; }
.padd-l0 {padding-left:0;}

/*-------- Footer ----------*/
.footer {
  /*background: linear-gradient(172deg, rgb(10 10 10 / 79%) 54%, rgba(22, 34, 98, 1) 98%);
  background: rgba(10,10,10,1);*/
  background: radial-gradient(65% 62% at -22.4% -3.3%, rgb(45, 0, 61 / 5%) 0%, rgb(13, 13, 28 / 10%) 100%);
  /* background: rgba(10, 10, 10, 1); */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  bottom: 0;
  display: block;
  padding: 0.9em 0 1.5em 0;
  position: relative;
  width: -webkit-fill-available;
}
.foot-info {
  color: #f0faff;
  /*font-size: 1.14em;*/
  right: 3%;
  text-align: right;
}

ul.foot-list {
  display: inline-flex;
  margin: 0.2em;
  padding: 0;
}

ul.foot-list li {
  list-style: none;
  margin: 5px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  ul.foot-list {display: inline-block;}
  ul.foot-list li {
    margin: 5px 10px;
    text-align: left;
  }
  .foot-info {
    text-align: left;
    left: 3%;
  }
}

/* Iconos en footer */
.foot-bullet:before,
.foot-mail:before,
.foot-call:before {
  color: #25c7d9;
  font-family: 'Fontawesome';
  font-size: small;
  margin-right: 0.3em;
  padding: 0.4em 0.6em;
}
.foot-bullet:before { content: '\f00c'; }
.foot-mail:before   { content: '\f0e0'; }
.foot-call:before   { content: '\f095'; }

.foot-logo img {
  height: auto;
  max-width: 212px;
  padding: 0.1em 0.5em 0.7em 0.3em;
}

a.foot-link {
  color: #f0faff;
  text-decoration: none;
  transition: all 0.2s ease;
}
a.foot-link:hover {
  color: #25c7d9;
  text-decoration: underline;
}

.foot-txt {
  color: #f0faff;
  margin: 0.3em 1em 0.1em 2.5em;
  padding: 0.2em 0.5em;
}
.foot-txt span {padding: 0 0.5em;}

/* Botón “Block” */
a.btn-blockw {
  background: #f27b2e;
  border-radius: 0.4rem;
  border: 2px solid rgba(242, 98, 46, 0.1);
  color: #FFF;
  display: inline-block;
  font-size: 1.36em;
  font-weight: 600;
  margin: 1.65em 0;
  padding: 12px 21px;
  position: relative;
  text-transform: none;
  transition: all 0.5s ease;
}
a.btn-blockw:hover {color: #fff;}
a.btn-blockw::before,
a.btn-blockw::after {
  border-radius: 0.4rem;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
a.btn-blockw::before {background-color: rgba(1, 1, 1, 0.1);}
a.btn-blockw:hover::before {
  opacity: 0;
  transform: scale(0.5);
}
a.btn-blockw::after {
  opacity: 0;
  transform: scale(1.2);
}
a.btn-blockw:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* Icons Home Software Develop */
.id-softw,
.id-softd {
  font-weight: 600;
  line-height:initial;
  margin: 0.6em 0;
  padding-left: 7px;
}
.id-softw { color: #f0faff; display:block; max-width:250px;}
.id-softd { color: #0d0d0d; }

.list-softwares {
  align-content: center;
  align-items: center;
  display:inline-flex;
  flex-wrap: nowrap;
  margin: 0.32em auto 1.32em auto;
  padding: 0;
}

.dev-icon {
  margin: auto;
  padding: 0;
}

.dev-icon img {
  height: auto;
  margin:auto;
  max-width: 75px;
  padding:2px;
  width: auto;
}
@media (max-width: 768px) {
    .dev-icon img {max-width: 83px;}
  }
  
/*----- Portfolio / Card view -------*/
.card-img img {
  background: transparent;
  border-radius: 0.7rem;
  box-shadow: 0 0.4rem 1.3rem rgba(0, 0, 0, 0.42);
  height: 245px;
  margin: 1em auto;
  object-fit: cover;
  padding: 3px;
  transition: all 0.4s linear;
  width: 100%;
}
.card-img img:hover {
  background: linear-gradient(34deg, rgba(22,34,98,1) 7%, rgba(37,199,217,1) 100%);
  box-shadow: 0 0.4rem 1.3rem rgba(36,42,166,0.42);
  transform: translateY(-0.5rem);
}
.card-id,
.card-id a {
  background: transparent;
  color: #f2622e;
  font-size: 22px;
  font-weight: 700;
  margin: 1em 0 0.5em;
  transition: all 0.3s ease;
}
.card-id:hover,
.card-id a:hover {
  color: #fff;
}

.views-field-field-lead {
  margin-bottom: 1.2em;
  min-height: 100px;
}

.box-img,
.box-img img {
  border-radius: 0.6rem;
  box-shadow: 0 0.5rem 1.3rem rgba(0, 0, 0, 0.4);
  object-fit: cover;
  padding: 0;
}

/* Posicionamiento de “Fotos” */
.photo-1 {
  position: absolute;
  left: 50px;
  top: 267px;
  width: 435px;
  height: auto;
  z-index: 99;
}
.photo-2,
.photo-3 {
  display: flex;
  position: absolute;
  top: -57px;
  width: 535px;
  height: auto;
  z-index: 1;
}
.photo-2 { right: -200px; }
.photo-3 { right: -200px; }

.photo-pie {
  position: absolute;
  left: 40px;
  top: 200px;
  text-align: right;
  color: #124465;
}

@media (max-width: 768px) {
  .photo-1 {
    position: inherit;
    left: 0;
    top: 0;
    width: auto;
    z-index: 1;
    display: block;
  }
  .photo-2 {
    display: none;
    visibility: hidden;
  }
  .photo-pie {
    position: inherit;
    left: 0;
    top: 0;
  }
}

/* Listas y Etiquetas */
.b-subtitle,
.b-subtitle h3,
.b-subtitle h4 {
  color: #25c7d9;
}

ul.tag-list {
  list-style: none;
  color: #f0faff;
  padding: 0;
}
ul.tag-list li {
  background: #ffffff29;
  border: none;
  border-radius: 12px;
  display:inline-block;
  padding: 0.4em 0.8em;
  margin: 0.1em 0.4em 0.6em 0.1em;
}
/*ul.tag-list li:before {
  content: '\f192';
  color: #25c7d9;
  display: inline-block;
  margin-left: -0.5em;
  width: 1.3em;
  font-family: 'Fontawesome';
  font-size: small;
}*/

/* Video */
.video-container {
  height: 100dvh;
  background: transparent;
}
.video-container-wrap {position: relative;}

#home-head-video {
  background: transparent url(/themes/porto/css/video-bg.jpg) no-repeat;
  background-size: cover;
  display: block;
  height: auto;
  min-width: 100%;
  position: relative;
  width: auto;
}

/* Otros Títulos y Gradientes */
.title-drupal {
  color: #28A8F0;
  font-size: 3.26em;
  text-transform: none;
}

.top-gradient {
  background: linear-gradient(0deg, rgba(13,13,13,1) 22%, rgba(0,0,0,0) 100%);
  clear: both;
  display: block;
  height: 172px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -164px;
  width: 100%;
}

.top-gradient2 {
  background: linear-gradient(181deg, rgba(13,13,13,0.78) 0%, rgba(0,0,0,0) 100%);
  clear: both;
  display: block;
  height: 232px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* Comentarios y Otros Bloques */
.well-comment {
  border-radius: 0.6rem;
  border: 1px solid #248ea6;
  box-shadow: 0 0.5rem 1.3rem rgba(0,0,0,0.4);
  color: #fff;
  display: block;
  margin: 1em auto;
  padding: 2em;
}

.bott-arrow {
  display: inline-block;
  position: relative;
}
.bott-arrow:before {
  border-color: #248ea6 transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  content: " ";
  left: 21%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}

ul.b-list {
  list-style: none;
  padding: 0;
}
ul.b-list li {margin-bottom: 0.56em;}
ul.b-list li::before {
  content: '\f192';
  font-family: 'Fontawesome';
  font-size: small;
  color: #25c7d9;
  display: inline-block;
  margin-left: -0.5em;
  width: 1.64em;
}

/* Botón WhatsApp */
a.btn-wp {
  border-radius: 0.4rem;
  border: 2px solid rgba(13,166,51,1);
  color: #0da633;
  display: inline-block;
  font-size: 2.3em;
  font-weight: 600;
  margin: 0.5em 0;
  padding: 12px 21px;
  position: relative;
  text-transform: none;
  transition: all 0.5s ease;
}
a.btn-wp:hover {color: #0da633;}
a.btn-wp::before,
a.btn-wp::after {
  content: '';
  border-radius: 0.4rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
a.btn-wp::before {background-color: rgba(13,166,51,0.2);}
a.btn-wp:hover::before {
  opacity: 0;
  transform: scale(0.5);
}
a.btn-wp::after {
  border: 2px solid rgba(13,166,51,1);
  opacity: 0;
  transform: scale(1.2);
}
a.btn-wp:hover::after {
  opacity: 1;
  transform: scale(1);
}
/*button test*/
/* From Uiverse.io by StealthWorm */ 
.btn-25 {
  align-items: center;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  border-radius: 2rem;
  background-image: linear-gradient(#212121, #212121),
                    linear-gradient(137.48deg, #f2622e 20%,      #25e7d9 45%,      #248ea6 37%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  backdrop-filter: blur(1rem);
  background-size: 300% 300%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin:1em auto;
  overflow: hidden;
  padding:5px 24px;
  transition: 0.5s;
}

#contain-star {
  backdrop-filter: blur(1rem);
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}
.strong25 {
  color: #ffffff;
  font-family: "Inter";
  font-size:2em;
  font-weight: 700;
  z-index: 2;
}

#glow25 {
  display: flex;
  position: absolute;
  width: 12rem;
}

.circle25 {
  animation: pulse_3011 4s infinite;
  filter: blur(2rem);
  height: 30px;
  width: 100%;
  z-index: -1;
}
.circle25:nth-of-type(1) {background: rgba(254, 83, 186, 0.636);}
.circle25:nth-of-type(2) {background: rgba(142, 81, 234, 0.704);}

.btn-25:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.btn-25:hover {transform: scale(1.1);}
.btn-25:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}
.btn-25:active .circle25 {background: #fe53bb;}

#starz {
  background: transparent;
  height: 200rem;
  position: relative;
  width: 200rem;
}

#starz::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#starz::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#starz::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#starz::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


/* “Why Drupal Landing” */
.bg-pump {background-color: rgba(252,117,27,0.8);}

.btns-contain {
  display: block;
  left: 50%;
  position: relative;
  right: 0;
  top: 10em;
}

a.btn-size2 {
  border-radius: 0.4rem;
  border: 2px solid rgba(242,98,46,0.1);
  color: #f2622e;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin: 0.5em 0 0.2em;
  padding: 8px 17px;
  position: relative;
  text-transform: none;
  transition: all 0.5s ease;
  z-index: 1;
}
a.btn-size2:hover {color: #fff;}
a.btn-size2::before,
a.btn-size2::after {
  content: '';
  border-radius: 0.4rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
a.btn-size2::before {background-color: rgba(1,1,1,0.1);}
a.btn-size2:hover::before {
  opacity: 0;
  transform: scale(0.3);
}
a.btn-size2::after {
  border: 2px solid rgba(255,255,255,0.6);
  opacity: 0;
  transform: scale(1.2);
}

/* Infograph “Why Drupal” */
.id3-b {
  color: #2aa8df;
  display: inline-block;
  font-size: 2.34em;
  text-transform: none;
}
.r1 { position: absolute; bottom: -120px; }
.r2 { position: relative; bottom: 70px; left: 150px; right: 0; }
.r3 { position: relative; bottom: -117px; height: 450px; }
.r4 { position: relative; right: -254px; }

@media (max-width: 768px) {
  .r1,
  .r2,
  .r3,
  .r4 {
    position: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }
  .whyd-3 {
    margin-top: 0;
  }
}

.blu-romb1 {
  background-image: url(/sites/default/files/coresis-back-rombo_06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 415px 370px;
  margin: 1em auto;
  min-height: 372px;
  padding: 0.3em;
  position: relative;
  width: auto;
}

.atribute-id {
  color: #fff;
  display: block;
  font-size: 1.82em;
  font-weight: 500;
  margin: 1em auto;
  padding: 0 1em 0.5em 0.79em;
  position: relative;
  top: 2.42em;
  width: 56%;
}

.atribute-info {
  color: #fff;
  display: block;
  font-size: 1.08em;
  padding: 1em 0.5em 0.5em 8em;
  position: relative;
  top: 2em;
  width: 83%;
}

@media (max-width: 768px) {
  .blu-romb1 {
    width: 100%;
  }
  .atribute-info {
    padding-left: 5.7em;
  }
  .atribute-id {
    padding-left: 0.16em;
  }
}

/* Otros Títulos (Why Drupal) */
.whyd-1 {
  color: #fff;
  display: block;
  font-size: 4.23em;
  font-weight: 600;
  line-height: normal;
  margin-top: 1.5em;
  text-align: right;
  text-transform: none;
}
.whyd-2 {
  color: #2aa8df;
  display: block;
  font-size: 6.54em;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  text-transform: none;
}
.whyd-tx {
  color: #fff;
  display: inline-block;
  font-size: 1.32em;
  text-align: right;
}
.whyd-3 {
  bottom: 0;
  color: #2aa8df;
  display: block;
  font-size: 4.25em;
  font-weight: 600;
  margin-top: 100px;
  position: relative;
  text-align: right;
  text-transform: none;
}

/* Ajustes de Navbar Contenedor */
.navbar.container,
.navbar.container-fluid {
  margin-top: 0;
}

.crs-videos {
  border:none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.iframe-video {
  border-radius:20px;
  border:none;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
/*Services we provide*/
.pic-card2 {
    display:block;
    margin:auto;
}
.pic-card2 img {
    height: 255px;
    object-position: center;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1em;
    object-fit: cover;
}
    .body-wecard {padding: 0.57em;}
    .body-wecard h4 {margin-top: 0.35em;}
    .icon-card {
        background: #f5f5f5f0;
        border-radius: 7px;
        margin:auto;
        position: absolute;
        right: 5%;
        top: 189px;
    }
    .icon-card img {
        height:87px;
        margin:auto;
        transition: 0.4s linear;
        width:auto;
    }
    .icon-card:hover {transform: translateY(-0.5rem);}
    .we-card2 {
        border-radius: 12px;
        border: 2px solid #eee;
        margin: 1em auto;
        padding: 5px;
    }
    /*.we-card2:hover {
        border: 2px solid hsl(219.48deg 98.27% 22.65% / 95%);
        box-shadow: 0 0.4rem 1.3rem rgba(36, 42, 166, 0.42);
    }*/
    ul.do-list {
        list-style: none;
        padding: 0;
    }
    ul.do-list li {
        background:#ddd;
        border-radius:4px;
        display:inline-flex;
        margin: 0.2em; 
        padding:0.2em 0.4em;
    }
/*----- Portfolio list all+detail landing----------*/
.portfolio-type {
    background-color:#ddd;
    border-radius: 0.3em;
    color:#0a0a0a;
    display: flex;
    font-size: 0.87em;
    font-weight: 600;
    left: 2%;
    padding: 0.3em 0.6em;
    position: absolute;
    top: 5%;
}
.field--name-field-url-case a {
    border-radius: 0.4rem;
    border: 2px solid rgb(99 2 165 / 35%);
    color: #FFF;
    background: color(srgb 0.39 0.01 0.65 / 0.65);
    display: inline-block;
    font-weight: 600;
    margin: .85em 0;
    padding: 12px 21px;
    position: relative;
    text-transform: none;
    transition: all 0.5s ease;
}
.field--name-field-url-case a:hover {
	text-decoration:underline;
	color:#fff;
}
.field--name-field-url-case a::before {
    background-color: rgba(99, 2, 165, 0.1);
}
.field--name-field-url-case a::after {
    opacity: 0;
    transform: scale(1.2);
}
.field--name-field-url-case a::before {background-color: rgba(1, 1, 1, 0.1);}
.field--name-field-url-case a:hover::before {
  opacity: 0;
  transform: scale(0.5);
}
.field--name-field-url-case a::after {
  opacity: 0;
  transform: scale(1.2);
}
.field--name-field-url-case a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.field--name-field-service-tags .field--item {
    background: #ffffff29;
    border-radius: 12px;
    border: none;
    color:#fff;
    display: inline-block;
    font-size: 1.19em;
    margin: 0.1em 0.4em 0.6em 0.1em;
    padding: 0.4em 0.8em;
}
.block-field-blocknodeportfolio-casetitle {
    background-image: linear-gradient(57deg, rgba(37, 199, 217, 1) 2%, rgb(27 66 197) 62%);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: clamp(4rem, 2vw, 3vw);
    text-transform: none;
    line-height: normal;
    margin: auto;
}
.field--name-field-lead {
	font-family: 'Manrope', sans-serif;
  font-size: clamp(4rem, 2vw, 3vw);
  font-weight:600;
  text-transform: none;
  line-height: normal;
  margin: auto;
  color: #f0faff;
}
.video-mocks {
  border:none;
  width: 100%;
  height:auto;
  overflow: hidden;
  margin:auto;
}
.icoh-card {
	background: radial-gradient(65% 62% at -22.4% -3.3%, rgb(45, 0, 61) 0%, rgb(13, 13, 28) 100%);
	border-radius: 12px;
  border: 1px solid #201e1e;
  box-shadow: 0 0.4rem 1.3rem rgba(0, 0, 0, 0.42);
  margin: 1em auto;
  padding: 12px;
  transition: 0.3s linear;
}
.txt-card, .txt-card h4 {
    color: #f0faff;
    display: block;
    line-height:initial;
}
/*.views-field-field-color #p-type1 {
	background: color(srgb-linear 0.68 0.79 0.98 / 0.85);
}
.views-field-field-color #p-type2 {
	background: color(srgb-linear 0.64 0.96 0.59 / 0.85);
}
.views-field-field-color #p-type3 {
	background: color(srgb-linear 0.72 0.72 0.52 / 0.85);
}
.views-field-field-color #p-type4 {
	background: color(srgb-linear 1 0.71 0.61 / 0.85);
}
.views-field-field-color #p-type5 {
	background: color(srgb-linear 0.95 0.92 0.59 / 0.85);
}*/