/*
Theme Name: Coresis 2025
Version: 1.0
 */


html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  margin: 0;
  font-family: 'Manrope', sans-serif;
}

.path-frontpage header#navbar {
    position: absolute;
    width: 100%;
    background: transparent;
}

.path-frontpage .navbar-header {
    background: transparent;
    margin: 0;
    width: 100%;
}


.containerd {
position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: left;
}
.call-to-ac {
    display: flex;
    gap:20px;
}
/* Menú Principal */
.b-menu a {
    border-bottom: 2px solid transparent;
    color: #f0faff;
    font-size: 16px;
    font-weight: 600;
    padding: 0.2em 0 0.87em;
    text-decoration: none;
    transition: 0.3s;
}
.b-menu a:hover {
  border-bottom-color: #248ea6;
  color: #248ea6;
}
.b-menu a:active,
.b-menu a:focus {
  border-bottom: 3px solid #25c7d9;
  color: #25c7d9;
}

.glow-button {
    display: flex;
    align-items: center;
}
/* =====================
   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 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background: transparent;
  color: #0d122e;
  padding: 32px 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.menu-container a {
  text-decoration: none !important;
  color: #fff;
  transition: color 0.3s ease;
}

.menu-container a:hover {
  color: #248ea6;
}

.menu-container input {
  display: block;
  width: 35px;
  height: 25px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0; /* oculto */
    z-index: 20;
  -webkit-touch-callout: none;
}

/* Burger menu */
.menu-container span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  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 {
    transform: translateY(100%);
    opacity: 1;               
    visibility: visible;        
    transition:
      opacity    0.4s ease,
      visibility 0s 0s;
      display:block;
  }

.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 {
            padding: 2.5rem 0;
    font-size: inherit;
}

.menu-container a:hover, .b-menu a:hover {
    color: #fff !important;
    text-decoration: none !important;
    border:none;
}

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

	
}

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

  .menu-container a {
    color: #cdcdcd;
  }

  .menu-container input {
    display: none;
  }

  /* Oculta el ícono burger */
  .menu-container span {
    display: none;
  }

  .menu {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .menu ul {
    display: flex;
    padding: 0;
  }

  .menu li {
    padding: 0 30px 0 0;
    line-height: 1;
  }
}

.breadcrumb {
  display: none;
}

/* =====================
   Optimized CSS
   ===================== */

/* Estilos 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-transform: none;
  text-decoration: none;
}
h1 {
  font-weight: 700;
  font-size: 3.5em;
}
h2{
  font-weight: 400;
  font-size: 2em;
}
h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1.2em;
}

p, div, span {
  font-weight: 400;
}

p {
  margin: 1.3em auto;
}

/* Modificadores de 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;
}

/* Enlaces generales */
a {
	color:#1fb6d8;
  cursor: pointer;
  font-weight: 500;
  text-decoration:none;
  transition: 0.3s ease;
}
a:hover{
  color: #00bdbb;
	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 generales */
.title-w1,
.title-w2,
.title-d1 {
	  font-family: 'Manrope', sans-serif;
     font-size: clamp(4rem, 2vw, 3vw);
   font-weight:500;
  text-transform: none;
}
.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-header {
  background: linear-gradient(176deg, rgba(22,34,98,1) 0%, rgba(10,10,10,1) 62%);
  margin: 0;
  width: 100%;
}

.navbar-default {
  border: none;
}

.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.5em 1.2em;
  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";
    text-decoration: none;
    text-transform: none;
    font-style: normal;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    font-weight: 700;
    font-size: clamp(5rem, 3.2vw, 5vw);
}
/*.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(176deg, rgba(10,10,10,1) 24%, rgba(22,34,98,1) 98%);
  border: 0;
  display: block;
  margin-top: 0;
}

.foot-info {
  color: #f0faff;
  font-size: 1.14em;
  text-align: right;
  right: 1%;
}

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;
  }
  .foot-info {
    text-align: center;
    right: 0;
  }
}

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

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

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;
  padding: 0.2em 0.5em;
  font-size: 0.92em;
  margin: 0.3em 1em 0.1em 2.5em;
}

/* Botón “Block” */
a.btn-blockw {
  border-radius: 0.4rem;
  border: 2px solid rgba(242, 98, 46, 0.1);
  color: #FFF;
  background: #f27b2e;
  display: inline-block;
  font-weight: 600;
  font-size: 1.36em;
  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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  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);
}

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

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

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

.dev-icon img {
  height: auto;
  width: auto;
  max-width: 108px;
  margin:auto;
  padding-right:2px;
}
@media (max-width: 768px) {
  .dev-icon img {max-width: 83px;}
  }
  
/* Portfolio / Vistas de Tarjetas */
.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 {
  font-size: 1.19em;
  margin: 0.1em 0.4em 0.6em 0.1em;
  border: none;
  padding: 0.4em 0.8em;
  background: #ffffff29;
  border-radius: 12px;
  display:inline-block;
}
/*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: 100vh;
    background: black;

}
.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;
  position: absolute;
  left: 0;
  right: 0;
  top: -164px;
  padding: 0;
  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;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  width: 100%;
}

/* Comentarios y Otros Bloques */
.well-comment {
  border: 1px solid #248ea6;
  border-radius: 0.6rem;
  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 {
  content: " ";
  position: absolute;
  left: 21%;
  margin-left: -5px;
  top: 100%;
  border-style: solid;
  border-width: 12px;
  border-color: #248ea6 transparent transparent transparent;
}

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-weight: 600;
  font-size: 2.3em;
  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: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:5px 24px;
  overflow: hidden;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 2rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  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;
  margin:1em auto;
}

#contain-star {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 2rem;
}

.strong25 {
  z-index: 2;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 700;
  font-size:2em;
}

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

.circle25 {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  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 {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 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;
  position: relative;
  top: 10em;
  left: 50%;
  right: 0;
}

a.btn-size2 {
  border-radius: 0.4rem;
  border: 2px solid rgba(242,98,46,0.1);
  color: #f2622e;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  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: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  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 {
  text-transform: none;
  color: #2aa8df;
  font-size: 2.34em;
  display: inline-block;
}

.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-size: 415px 370px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1em auto;
  padding: 0.3em;
  min-height: 372px;
  width: auto;
  position: relative;
}

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

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

@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 {
  text-transform: none;
  color: #fff;
  font-size: 4.23em;
  font-weight: 600;
  display: block;
  text-align: right;
  line-height: normal;
  margin-top: 1.5em;
}
.whyd-2 {
  text-transform: none;
  color: #2aa8df;
  font-weight: 600;
  font-size: 6.54em;
  display: block;
  text-align: right;
  line-height: normal;
}
.whyd-tx {
  color: #fff;
  font-size: 1.32em;
  display: inline-block;
  text-align: right;
}
.whyd-3 {
  text-transform: none;
  color: #2aa8df;
  font-size: 4.25em;
  font-weight: 600;
  display: block;
  text-align: right;
  position: relative;
  bottom: 0;
  margin-top: 100px;
}

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

.crs-videos {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border:none;
}
.iframe-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
    border:none;
  border-radius:20px;
}
/*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 {
        position: absolute;
        top: 189px;
        background: #f5f5f5f0;
        border-radius: 7px;
        margin:auto;
        right: 5%;
    }
    .icon-card img {
        width:auto;
        height:87px;
        margin:auto;
        transition: 0.4s linear;
    }
    .icon-card:hover {
        transform: translateY(-0.5rem);
    }
    .we-card2 {
        border-radius: 12px;
        margin: 1em auto;
        padding: 5px;
        border: 2px solid #eee;
    }
    /*.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 {
        margin: 0.2em; 
        border-radius:4px;
        background:#ddd;
        display:inline-flex;
        padding:0.2em 0.4em;
    }
   