@charset "UTF-8";
/* TIPOGRAFÍA */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/UbuntuSans-ExtraBold.woff2") format("woff2"), url("../fonts/Ubuntu/UbuntuSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/UbuntuSans-Bold.woff2") format("woff2"), url("../fonts/Ubuntu/UbuntuSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/UbuntuSans-SemiBold.woff2") format("woff2"), url("../fonts/Ubuntu/UbuntuSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/UbuntuSans-Medium.woff2") format("woff2"), url("../fonts/Ubuntu/UbuntuSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/UbuntuSans-Regular.woff2") format("woff2"), url("../fonts/Ubuntu/UbuntuSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/UbuntuSans-Light.woff2") format("woff2"), url("../fonts/Ubuntu/UbuntuSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: none !important;
}

/* ********* */
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.25em;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #E5F5F9;
  color: #111;
  font-family: Ubuntu, sans-serif;
  font-size: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 1.5em;
  overflow-x: hidden;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}

p, ul.list-texto li {
	font-family: 'OpenSans', sans-serif;
	font-weight: 400;
}

p b, p strong, ul.list-texto li b, ul.list-texto li strong{
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
}

a {
  background: transparent;
  color: #009AC2;
  cursor: pointer;
  text-decoration: none;
  transition: color 100ms linear;
}

a:hover,
a:active,
a:focus {
  color: #007B9B;
  cursor: pointer;
  outline: 0;
}

a:focus {
  outline: none;
}

#logo {
  background: transparent url(../img/logo.svg) no-repeat;
  background-size: contain;
  display: block;
  height: 2em;
  width: 9.8125em;
}

.-note {
  color: #747474;
  font-size: 0.6875rem;
  text-align: center;
}
.-note-simul {
  color: #747474;
  font-size: 0.6875rem;
  text-align: center;
  margin-top: 52px;
}

.-note-simul a {
  font-weight: 500;
  text-decoration: underline;
}

.-note a {
  text-decoration: underline;
}

.-note_left {
  color: #747474;
  font-size: 0.6875rem;
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.66667em;
}

.-back {
  background-color: transparent;
  border: 0;
  color: #009AC2;
  cursor: pointer;
  font-weight: 700;
  height: 3em;
  outline: none;
  text-align: center;
  transition: background-color 100ms linear;
  position: relative;
  padding-left: 1.42857em;
}

.-back::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    background-image: url(../img/arrow-atras.svg);
    height: 1em;
    left: 0;
    width: 1em;
}

.-former {
	font-size: 0.875em;
	font-weight: 500;
    padding-left: 1.42857em;
    position: relative;
}

.-former:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    background-image: url(../img/arrow-back-outline.svg);
    height: 1em;
    left: 0;
    top: 0.14286em;
    width: 1em;
}

._close {
  background: url(../img/icon-close.svg) no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  display: block;
  height: 16px;
  outline: none;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 16px;
  z-index: 9;
}

.btn {
  background-color: #009AC2;
  border-radius: 6.25em !important;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 3em;
  margin: 1.5em 0;
  outline: none;
  padding: 0.875em 1.1875em;
  text-align: center;
  transition: background-color 100ms linear;
  width: 100%;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #007B9B;
  color: #fff;
}

.-row-bttm {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
}

.-row-bttm .-back, .-row-bttm .-former, .-row-bttm .btn {
  margin: 0;
  max-width: 12.5em;
}

/* Modals */
body.-modalopen {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modalbg {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 0;
  justify-content: center;
  left: -9999em;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 0;
  z-index: 999999;
}

.modalbg.-on {
  height: 100%;
  left: 0;
  visibility: visible;
  width: 100%;
}

.modal-popup-contenido {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 30px #000000CC;
  max-height: 95vh;
  max-width: 37.5em;
  overflow: hidden;
  padding: 0 0 2em;
  position: relative;
  width: 94%;
}
.modal-popup-contenido ._close {
  top: 1.5em;
  right: 1.5em;
}
.modal-popup-contenido h2, .modal-popup-contenido h3 {
  color: #111;
  font-size: 1.5rem;
  font-weight: 700;
}
.modal-popup-contenido h3 {
  font-size: 1rem;
  margin: 1.25em 0;
}
.modal-popup-contenido h3:first-of-type {
  margin-top: 0;
}
.modal-popup-contenido header {
  margin: 1.875em 0 1.875em;
  text-align: center;
}
.modal-popup-contenido .content {
  color: #4B4F54;
  font-size: 0.875rem;
  max-height: 65vh;
  overflow-y: auto;
  padding: 0 1.71429em;
}
.modal-popup-contenido .content p {
  font-size: 0.875rem;
  line-height: 1.42857em;
  margin: 1.42857em 0;
}

@media (max-width: 64em) {
  body {
    background-color: #E5F5F9;
  }
}
@media (max-width: 63.9375em) {
  #logo {
    height: 8.5625em;
    margin: 0 auto;
    height: 1.75em;
  }
  
  .header-page .header-container #logo {
    margin: initial;
  }

  .btn {
    height: 3.5em;
    padding-top: 1em;
  }
}
@media (max-width: 47.9375em) {
  .modal-popup-contenido header {
    margin-top: 2.5em;
  }
  .modal-popup-contenido ._close {
    top: 1em;
    right: 1em;
  }
  .modal-popup-contenido .content {
    padding: 0 0.85714em;
  }
}

.fondo-negro {
	background: rgb(68 68 68 / 50%);
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
}
.dk-modal-cookies-variante-C {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 30px #000000CC;
	border-radius: 6px;
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 758px;
	height: auto;
	position: absolute;
	transform: translate(-50%, -50%) !important;
}
.illustration-cookie {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
	margin-bottom: 24px;
}
.configuracion-cookies-text{
	display: block;
}

.configuracion-cookies-text h2 {
	text-align: center;
	font: normal normal 900 24px/26px Arial;
	letter-spacing: 0px;
	color: #333333;
	opacity: 1;
	margin: 0px;
}
.configuracion-cookies-text p {
	text-align: center;
	font: normal normal normal 14px/21px Arial;
	letter-spacing: 0px;
	color: #333333;
	margin: 16px 0px 0px 0px;
    padding: 0px 102px;
}
.configuracion-cookies-text a {
	text-align: center;
	text-decoration: underline;
	font: normal normal bold 14px/21px Arial;
	letter-spacing: 0px;
	color: #009AC2;
}
.btn-aceptar-cookie-modal {
	display: flex;
	justify-content: center;
	margin: 56px 0px;
}
.btn-aceptar-cookie-modal button {
	height: 50px;
	background: #009AC2;
	border: 0px;
	border-radius: 25px;
	text-align: center;
	font: normal normal bold 16px/14px Arial;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 0px 52px;
	cursor: pointer;   
}
.btn-aceptar-cookie-modal button.continuar-cookie {background: #558806;}

.width_div_frame_logalty{
	width: 100%;
}

.width_div_frame_logalty iframe{
	width: 100%;
    height: 100%;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.loader {
  border-top: 4px solid rgba(0, 110, 219, 0.2);
  border-right: 4px solid rgba(0, 110, 219, 0.2);
  border-bottom: 4px solid rgba(0, 154, 194, 0.2);
  border-left: 4px solid #009AC2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.content-loader {
	width: 100vw;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	position: absolute;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-loader-slider {
	background: #fff;
    width: 100%;
    height: 26.313em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    
}
.form-block--tabs {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-block-end: 33px;
}

.form-block--tabs__tab {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.form-block--tabs__tab + label.form-block--tabs__label {
  cursor: pointer;
  border: 1px solid #C1C6C8;
  background-color: #FFFFFF;
  padding: 16px;
  text-align: center;
  font-weight: normal;
  color: #747474;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-block--tabs__tab + label.form-block--tabs__label:hover {
  outline: none;
  box-shadow: 0px 0px 8px #009AC2;
  border-color: #009AC2;
}

.form-block--tabs__tab:checked + label.form-block--tabs__label {
  border: 2px solid #009AC2;
  z-index: 1;
  padding: 15px;
  font-weight: 500;
  color: #111111;
}

.form-block--tabs__tab:nth-child(1) + label.form-block--tabs__label {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-block--tabs__tab:nth-last-child(2) + label.form-block--tabs__label {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.hidden {
	display: none !important;
}

@media (max-width: 768px) {
	.fondo-negro {
		width: 100%;
		height: 100vh;
	}
	.dk-modal-cookies-variante-C {
		top: 0;
		left: 0;
		width: auto;
		height: 90vh;
		margin: 16px;
		transform: translate(0%, 0%) !important;
	}
	.illustration-cookie {margin-top: 0px;}
	.illustration-cookie svg {}
	.configuracion-cookies-text h2 {
		font: normal normal 900 18px/26px Arial;
		padding-bottom: 2%;
	}
	.configuracion-cookies-text p {padding: 0px 16px;}
	article.dk-modal-cookies-variante-C footer {
		left: 16px;
		bottom: 16px;
		right: 16px;
		position: absolute;
	}
	.btn-aceptar-cookie-modal {
		margin: 0 0 16px 0;
		padding: 0;
	}
	
	.width_div_frame_logalty iframe{
	    height: 100vh;
	}
	
	.content-loader {
		background: rgb(255 255 255 / 51%);
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

	.illustration-cookie {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	header.illustration-cookie svg {
		width: 130px;
	}

	.btn-aceptar-cookie-modal button {
		padding: 0px 28px;
	}
}

@media (max-width: 992px) {
	.width_div_frame_logalty iframe {
	    height: 100vh;
	}
}

/** ajuste para iPhone X, XS, XR, 11 **/
@media only screen and (device-width : 375px) and (device-height : 812px) , (device-width : 414px)  and (device-height : 896px)  {
	.dk-modal-cookies-variante-C {height: 80vh;}
}

/** ajuste para iPhone 6,7,8 **/
@media only screen and (device-width : 375px) and (device-height : 667px) , (device-width : 414px)  and (device-height : 736px)  {
	.dk-modal-cookies-variante-C {height: 80vh;}
	.illustration-cookie {padding-top: 10px; margin-bottom:10px;}
}

/** ajuste para iPhone 5 **/
@media only screen and (device-width:320px) and (device-height:568px) {
    .dk-modal-cookies-variante-C {
    height: 95vh;
    }
    .illustration-cookie {
    padding-top: 0px;
    margin-bottom: 0px
    }
}

@media only screen and (min-width : 767px)  {
	.-back {
	  background-color: #fff;
	  border-radius: 6.25em !important;
	  border: 2px solid #009AC2;
	  height: 3em;
	  margin: 1.5em 0;
	  outline: none;
	  padding: 0.875em 1.1875em;
	  text-align: center;
	  transition: background-color 100ms linear;
	  width: 100%;
	}
	.-back::before {
	    content: none;
	}
}
/*# sourceMappingURL=common.css.map */