:root {
  --color: #749ECB;
  --fuerte: #0C2C65;
}

body, html {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
}

#menu {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  padding: 32px 53px !important;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0px;
  background-color: var(--color);
  height: 117px;
}

.basic-page #main {}

h1, h2, h3, .titulin {
  color: var(--color);
}
h1 {
  font-size: 70px;
  line-height: 94.6%;
  font-weight: 600;
  margin-bottom: 27px;
}

p {
  font-size: 18px;
  line-height: 115.1%;
  font-family: 'Manrope', sans-serif;
  color: var(--fuerte);
}

a {
  color: var(--fuerte);
}

b, strong {
  font-weight: bold;
}

.titulin {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main {
  position: relative;
  /* height: 100%; */
  min-height: 100%;
  margin-top: 116px;
}


.trans {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#logotop {
  width: 252px;
  /* text-align: left; */
  display: inline-block;
}
#logotop img{
  height: 40px;
}
.marginnormal .row {
  padding-left: 38px;
  padding-right: 38px;
}

#logotop svg {
  height: 40px;
}

#menu nav {
  position: relative;
}

#menu nav a {
  margin: 0px 43px;
  color: white;
}

#menu nav a.active {
  color: #10336A;
}

#menu nav .flippers {
  display: inline-block;
  perspective: 600px;
  position: relative;
  transform-style: preserve-3d;
  text-decoration: none !important;
  position: relative;
}

#menu nav a .flipper {
  display: block;
  text-decoration: none !important;
  white-space: nowrap;
  width: auto;
}

#menu nav .flipper.first {
  transform: rotateY(0deg) translateZ(10px);
  position: absolute;
  opacity: 1;
}

#menu nav .flipper.second {
  transform: rotateX(-90deg) translateZ(-10px);
  opacity: 0;
}

#menu nav a:hover>.first {
  transform: rotateX(-180deg) translateZ(10px);
  opacity: 0;
}

#menu nav a:hover>.second {
  transform: rotateY(0deg) translateZ(-10px);
  opacity: 1;
}

.col-links {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.sm {
  right: 41px;
  bottom: 26px;
  z-index: 90;
}

.sm a {
  overflow: hidden;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  color: white;
}

.sm a svg {
  width: 27px;
  height: 27px;
  padding: 5px;
  box-sizing: content-box;
}

.sm a:hover {
  width: 45px;
  height: 45px;
}

.sm a:hover img {
  margin: 10px;
}

.sm a img {
  margin: 6px;
}

.sm a {
  width: 35px;
  height: 35px;
}

.sm a img {
  width: 25px;
  height: 25px;
}

.casolink {
  overflow: hidden;
  display: block;
  height: 424px;
}

.wrapcasolink a {
  background-color: black;
}

.wrapclientes {
  position: relative;
}

.p_1016 #content {
  height: 100%;
  min-height: 100%;
}

.casos .grande .casolink {
  height: 600px;
}

.casolink:hover .text {
  padding-bottom: 100px;
}

.casolink {
  position: relative;
  overflow: hidden;
}

.casolink img {
  width: 100%;
  position: relative;
  height: auto;
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  object-fit: cover;
}

.padding-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.titulocatcliente {
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 32px;
}

.categoriaclientes {
  margin-bottom: 40px;
}

.cliente {
  margin-top: -30px;
}

.casolink:hover img {
  opacity: 0.3;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .casolink img {
    opacity: 0.6;
  }
}

.wrapcasolink {
  perspective: 2px;
  margin-bottom: 25px;
}

.casolink .text {
  position: absolute;
  color: white;
  font-weight: 900;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-left: 60px;
  padding-bottom: 60px;
  flex-direction: column;
  justify-content: flex-end;
    color: white !important;
}
.casolink .text h2{
    color: white !important;
      font-weight: 700;
      font-size: 33px;
}
.casolink .text strong{
    color: white !important;
}
.casolink .text h3 {
  font-size: 60px;
  font-weight: 100 ;
  margin-bottom: 0px;
  line-height: 58px;
  color: white;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 107.6%;
}

.casolink .text p {
  font-weight: 100;
  font-size: 21px;
  margin-top: -9px;
}

.casos {}

.casos .grande .text h3 {}

.wrapvar {
  position: absolute;
}

#measure {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -10000px;
}

.titlesans {
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  font-size: 29px;
}

.clientes h4 {
  margin-bottom: 30px;
}

.black {
  background-color: black;
  color: white;
  padding: 60px;
  height: 100vh;
  z-index: 3;
  position: relative;
}

.descripcion {

}

.descripcion h2 {
  color: var(--color);
}

.descripcion h3 {
  font-family: 'Open Sans', sans-serif;
  color: #002D6A;
}

.descripcion p {
  color: #002D6A;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marginblock {
  margin: 150px 0px;
}

.paddingblock {
  padding: 25px 0px;
  padding: 4vw 0px;
}

.cycle-slide {
  height: 30vw;
}

.paddingblock .paddingblock {}

.frasebottom {
  padding-top: 260px;
  padding-bottom: 260px;
  background-color: white;
  position: relative;
}

footer {
  background-color: #CFE1F5;
  padding-top: 59px;
  padding-bottom: 47px;
  font-weight: 100;
  position: relative;
}

footer .navi {
  width: 100%;
}

footer .navi a {
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px 40px;
}

.blocknav {
  width: 50%;
}

.blocknav a {
  text-decoration: none;
  font-weight: 700;
}

.flechanext {
  width: 171px;
  margin-left: 28px;
  margin-top: -4px;
}

.flechaprev {
  width: 171px;
  margin-right: 28px;
  margin-top: -4px;
}

.img-fluid {
  width: 100%;
}

#covercabecera {

  width: 100%;


  background-size: cover;
  background-position: center center;
}

#covercabecera h3 strong {
  font-weight: 100;
}

.cabecera {

}

#bloques {
  background-color: white;
  padding: 1px;
  position: relative;
}

body.caso {

}

.casocabeceraimg img{
  width: 100%
}

#logotop path {}

.burger {
  position: fixed;
  z-index: 9999;
  right: 55px;
  top: 36px;
  display: none;
}

#menu.opened .burger {
  display: block;
  margin-right: -13px;
  margin-top: -25px;
}

.burger img {
  width: 60px;
}

.onlymob {
  display: none;
}

#menu.opened nav {
  left: 0px;
}

#menu.forceburger nav, #menu.opened nav {
  background-color: black;
  color: white;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: right;
  padding: 42px;
  display: block;
  padding-top: 27px;
  padding-right: 47px;
}

#menu.opened nav .second {
  margin-right: -4px;
  display: none;
}

#menu.opened nav a.flippers {
  color: white;
  display: block;
  font-size: 33px;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}

#menu.opened nav a .flipper {
  display: block;
  position: relative;
}

#menu.opened nav a .flipper.second {
  display: none;
}

#menu.opened nav a:hover>.first {
  transform: none;
  opacity: 1;
}

.hidden {
  display: none;
}

.separator {
  height: 1px;
}

#closemenu {
  cursor: pointer;
}

#menu.forceburger nav {
  left: 100vw;
}

#menu.forceburger .burger {
  display: block;
}

#menu.forceburger.opened nav {
  left: 0px !important;
}

.bar {
  background-color: white;
  width: 35px;
  height: 3px;
  margin-bottom: 6px;
}

.bars {
  cursor: pointer;
}

.bars.negative .bar {
  background-color: white;
}

.navgallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.navitem.cycle-prev {
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.navitem.cycle-next {
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.full-gallery .fullblock {
  position: relative;
}

.minigallery .container {
  padding: 25px 0px;
  padding: 4vw 0px;
}

.full-gallery .fullblock {
  padding: 40px 0px;
  padding: 10vw 0px;
}

.basic-page.p_1075 #main h1 {
  margin-bottom: 20px;
}

.p_1075 #main #content, .p_1075 .container-fluid, .p_1075 .row, .p_1075 .col {}

.p_1075 .align-middle {
  position: relative;
  top: 42%;
  transform: translateY(-42%);
}

.persona {
  cursor: pointer;
}

.p_1075 .listadopersonas {
  height: auto;
  margin-top: 40px;
}

.p_1075 p {
  max-width: 45%;
}

.names {
  width: 100%;
  font-size: 18px;
  z-index: 1;
  margin-top: 20px;
  font-size: 22px;
  line-height: 94.6%;
}

.nombrepersona {
  color: #002D6A;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.cargopersona {
  font-size: 18px;
  color: var(--color);
}

strong {
  color: #002D6A;
}

.textonosotros h2 {
  color: #002D6A;
}

p a {
  color: var(--fuerte);
}

.persona img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.p_1075 h2 {
  font-size: 20px;
}

.container.clientes {
  padding-bottom: 65px;
  position: relative;
}

.frasefooter {
  color: #002D6A;
}

.p_27 h3, p {
  width: 70%;
}

.p_27 #content .container {
  text-align: center;
}

.contactos {
  font-size: 14px;
}

.bottomleft {
  position: fixed;
  left: 51px;
  bottom: 35px;
}

.home .sm {}

.flippers.active {
  font-weight: 500;
}

.contactos {
  padding-left: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -171px;
  position: relative;
}

#bloques .container-fluid {
  padding: 0px;
}

body #menu h5 {
  margin-bottom: 0px;
}

.p_1016 .cycle-slideshow .cycle-slide {
  width: 100%;
  height: auto;
}

.p_1016 iframe {
  background-size: cover;
  background-position: center center;
}

#fraseods {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: darkgray;
  font-size: 13px;
  width: 260px;
  font-size: 12px;
  width: 231px;
}

#fraseods a {
  color: darkgray;
}

.textoblock {
  text-align: center;
}

.textoblock .marginblock {
  padding: 5vw 15%;
  margin: 0px;
}

a.persona:hover {
  text-decoration: none;
}

.persona {
  overflow: hidden;
  margin-bottom: 73px;
}

.persona:hover .mugshot {
  transform: scale(1.2);
  filter: grayscale(0%);
}

.mugshot {
  filter: grayscale(100%);
  transform: scale(1.0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#videohome {
  margin-bottom: 25px;
}

iframe, video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.categoriaclientes .trans {
  transform: scale(0.8);
}

.smlink:hover {
  text-decoration: none;
}

.frase_cta {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 157px;
}

.frase_cta img {
  margin-right: 50px;
}

.frase_cta h5 {
  font-size: 40px;
  line-height: 106.6%;
  color: var(--color);
  margin-bottom: 4px;
}

.frase_cta a {
  font-weight: 600;
  font-size: 60px;
  line-height: 94.6%;
  color: var(--fuerte);
  border-bottom: solid 2px var(--fuerte);
  display: inline-block;
}

.frase_cta a:hover {
  text-decoration: none;
}

#logobottom {
  margin-bottom: 34px;
  display: inline-block;
}

footer svg path {
  fill: var(--fuerte);
}

.p_1016 .textoscontacto .col-md-4{
    margin-left: 60px;
}
.p_1016 .textoscontacto .col-md-4 p{
font-size: 20px;
line-height: 115.1%;
}

.home .seemore{
  color:var(--color);
  text-decoration: underline;
}

.home video{
  height: 100vh;
object-fit: cover;
}
.home #menu{
  background-color: transparent;
position: fixed;
backdrop-filter: blur(100px);
}
.home #menu *{
  color:var(--fuerte);
}
.home #menu path{
  fill:var(--fuerte);
}
.home #main{
      margin-top:0px;
}
.casopager{
  width: 100%;
  background-color: #F4F4F4;
  padding-top: 43px;
  padding-bottom: 46px;
}
.navi{
      width: 100%;
}
.caso .descripcion h2,.caso .descripcion h3{
  font-size: 55px;
  line-height: 94%;
  color:var(--color);
}
.caso .titulin {
    height: 50vh;
  }
.caso .descripcion h3{
  font-weight: 100;
  text-transform: uppercase;
      margin-bottom: 22px;
}
.caso .descripcion p{
  font-family: "Roboto";
}
.navtext{
  color:var(--color);
  font-size: 23px;
  font-weight: normal;
}
.casos .casolink .text p{
  display: none;
}
.wrapmugshot{
      overflow: hidden;
}
.caso .descripcion p{
  width:58%;
}
.barraanimada{
width: 2px;
height: 100px;
margin-top: -13vh;
    margin-bottom: 2vw;
    height: 10vh;
}
.barrita{
height: 100%;
width: 100%;
background-color: var(--color);
animation-name: barritanim;
animation-duration: 1.5s;
position: relative;
animation-iteration-count: infinite;
}

@keyframes barritanim {
  0%   {height: 0%;top:0%;}
  50%  {height: 100%;top:0%;}
  100% {top: 100%;height: 0%;}
}