@charset "UTF-8";

/* FUENTES */

@font-face {
  font-family: "Ibercaja";
  src: url("/imperva/fonts/ibercaja/Ibercaja-Light.woff2") format("woff2"), url("/imperva/fonts/ibercaja/Ibercaja-Light.woff") format("woff"), url("/imperva/fonts/ibercaja/Ibercaja-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/imperva/fonts/ibercaja/Ibercaja-Regular.woff2") format("woff2"), url("/imperva/fonts/ibercaja/Ibercaja-Regular.woff") format("woff"), url("/imperva/fonts/ibercaja/Ibercaja-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/imperva/fonts/ibercaja/Ibercaja-Medium.woff2") format("woff2"), url("/imperva/fonts/ibercaja/Ibercaja-Medium.woff") format("woff"), url("/imperva/fonts/ibercaja/Ibercaja-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/imperva/fonts/ibercaja/Ibercaja-Italic.woff2") format("woff2"), url("/imperva/fonts/ibercaja/Ibercaja-Italic.woff") format("woff"), url("/imperva/fonts/ibercaja/Ibercaja-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Ibercaja";
  src: url("/imperva/fonts/ibercaja/Ibercaja-Bold.woff2") format("woff2"), url("/imperva/fonts/ibercaja/Ibercaja-Bold.woff") format("woff"), url("/imperva/fonts/ibercaja/Ibercaja-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

body * {font-family: 'Ibercaja', sans-serif;}

.logo-ib {
  width:100%;
  max-width:340px;
  margin-left:60px;
}

.ahora-logo {
  width:100%;
  max-width:380px;
}

.bloque-izq {
  margin-top:-70px;
  padding:24px;
}

.header {
  background: url('../img/header-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  min-height:100vh;
}

h1 {font-size:34px; line-height: 36px; font-weight: 500;}
h2 {font-size:22px; line-height: 24px; color:#0b7ad0; font-weight:500;}

hr.hr-naranja {
  border-top: 3px solid #cba239;
  max-width: 376px;
  margin-left: 0;
}

.align-bottom {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: stretch;
}

.listado {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.listado a {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content:flex-start;
  color: #0b7ad0;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 1px;
  font-size: 26px;
  line-height: 29px;
  padding: 4px 0;
}

.listado a img {
  padding:6px; 
  margin-right:12px;
  width:45px;
}

.listado a.submenu {
  margin-left:52px;
  font-size: 20px;
  line-height: 24px;
}

.listado a.submenu img {
  padding: 8px;
  margin-right: 4px;
  width: 24px;
  margin-top: 2px;
}

.boxed {
  max-height:180px;
  overflow-y: scroll;
}

@media (max-width:1199px) {
  .header {background-position: top center;}
  h1 {font-size:31px; line-height: 34px; font-weight: 500;}
  h2 {font-size:20px; line-height: 24px; color:#0b7ad0; font-weight:500;}
  .bloque-izq {
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 100%);
  }
}

@media (max-width:991px) {
  .bloque-izq {
    margin:40px 16px 40px 16px;
    background-color:white;
    padding:30px 40px;
    box-shadow: 0px 0px 16px rgba(0,0,0,.2);
  }
}

@media (max-width:767px) {
  .listado a:not(.submenu) {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 8px 0 0 0;
  }

  .listado a.submenu {
    margin-left:52px;
    padding-top:0px;
    font-size: 16px;
    line-height: 22px;
  }

  .logo-ib {
    max-width:260px;
    margin-left:20px;
  }
}


/* CARD MINI - PASTILLA - Cuña */

.card {
  background:white;
  box-shadow: -16px 0px 24px rgba(0,0,0,.2);
}

.card:before,
.card:after {
  content: " ";
  position: absolute;
  left: -39px;
  width: 0;
  border: 20px solid transparent;
  border-right: 20px solid white;
}

.card:before {
  top: 0;
  height: 60px;
  border-top: none;
}

.card:after {
  border-bottom: none;
  top: 60px;
  height: calc(100% - 60px);
}

/* END card */
