html,
body,footer  {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #4698cb;
  font-family: 'Montserrat', Verdana, Arial;
}

html {
  font-size: 100%;
}
body {
  font-size: 100%;
  line-height:1.125em;
  color: #000000;
  position: relative !important;
}
img, iframe {
  border: 0 none;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

strong, h1, h2 {
    font-family: 'Montserrat', Verdana, Arial;
    font-weight: 700;
    line-height: 1.15em;
}
.videohldr {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.videohldr iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-wrapper {
  background: #ffffff;
}

.va {
  white-space: nowrap;
}
.va > * {
  vertical-align: middle;
}


.br {
  border-right: 1px solid #979797;
  margin-right: 1em;
  padding-right: 1em;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2rem;
}

[class^="col-xs"],
[class*=" col-xs"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 2rem;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}


/* For 5 Column Setup */

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mt-xs {
  margin-top: 1em;
}

.mb-xs {
  margin-bottom: 1em;
}

.nmt-xs {
  margin-top: 0;
}

.pt-xs {
  padding-top: 1em;
}

.pb-xs {
  padding-bottom: 1em;
}

.bb-xs {border-bottom:1px solid #abb0c8}


/* sm: 600px */

@media only screen and (min-width: 37.5em) {
  [class^="col-sm"],
  [class*=" col-sm"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* For 5 Column Setup */
}


/* md: 768px */

@media only screen and (min-width: 48em) {
  [class^="col-md"],
  [class*=" col-md"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* For 5 Column Setup */
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mt-md {
    margin-top: 1em;
  }
  .nmb-md {
    margin-bottom: 0;
  }
  .bl-md {border-left:1px solid #abb0c8}
}


/* lg: 1000px */

@media only screen and (min-width: 62.5em) {
  [class^="col-lg"],
  [class*=" col-lg"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* For 5 Column Setup */
}


/* xl: 1200px */

@media only screen and (min-width: 75em) {
  [class^="col-xl"],
  [class*=" col-xl"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 2rem;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* For 5 Column Setup */
}


#guardian {
	background:#006dac;
	color:#fff;
	min-height:450px;
}

.hero-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0.6em 0 0.5em;
  max-width: 520px;
}

.bcol {
	margin-top:2em;
			  
}

.insec {
    width: 94%;
    margin: auto;
    max-width: 1360px;
}

img#logo {margin:0;}


footer, footer a:hover, footer a:active, footer .tel:hover, footer .hora:hover {
    color: #ffffff;
}
footer {
    padding-top: 30px;
}

.region-footer-closure {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: #ffffff 1px solid;
}


.region-footer-closure ul,.region-footer-closure li {
		list-style: none;
    display: block;
    text-align: center;
    margin: 0;
}
footer ul, footer a, footer a:visited {
    color: #cccccc;
    text-decoration: none;
}
footer ul, footer ul.menu {
    margin: 0;
    padding: 0;
}

footer li > * {
    padding: 0.4em 0;
    display: block;
}


footer .tel {
    font-family: 'Montserrat', Verdana, Arial;
    font-weight: 700;
    padding: 0;
    font-size: 21px;
}
footer .tel, footer .hora {
    display: block;
    line-height: 1em;
}

footer h2 {
    margin: 0 0 25px;
    font-size: 21px;
}
footer .block {
    margin-top: 40px;
}

footer #block-block-33.block {margin-top:0px;}

div {
    box-sizing: border-box;
}

footer .tel2 {
    padding: 0 0 0.2em;
}

footer .tel2 a {
    font-size: 0.8em;
}

footer .hora {
    font-size: 1.2em;
}


.region-footer-closure li:first-child {
    list-style: none;
    margin: 0;
}
.region-footer-closure li {
    margin-left: 30px;
    list-style-type: disc;
    font-size: 1em;
}
footer li, footer li.leaf {
    list-style: none;
    font-size: 0.9em;
    margin: 0;
}

.region-footer-closure li a {
    padding: 10px;
    display: inline-block;
}

body.fix-nav.scrolled header, .shad {
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0, 0.2);
    box-shadow: 0 0 5px 0px rgba(0,0,0, 0.2);
}
body.fix-nav header {
    position: fixed;
    top: 0;
    z-index: 600;
}
header {
    background: #ffffff;
    width: 100%;
}

body.fix-nav.scrolled header img#logo {
    max-width: 225px;
}
 header a.logo, header img#logo, header * {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.sprite {
 background: url('img/sprite-2023.png') no-repeat 0 0;
 display:inline-block; width:20px; height:20px;
}

.gplay {
	background-position: -2px 0;
	width: 122px;
	height: 29px;
}

.iosapp {
  background-position: -136px 0;
	width: 103px;
	height: 28px;
}

.checkr {
  background-position: -246px 0;
	width: 14px;
	height: 11px;
}

.checkg {
  background-position: -266px 0;
	width: 14px;
	height: 11px;
}

.checklb {
  background-position: -285px 0;
	width: 15px;
	height: 11px;
}


.checkb {
  background-position:-305px 0;
	width: 14px;
	height: 11px;
}

.icow {
  background-position: -328px 0;
	width: 12px;
	height: 9px;
}

.ico1 {
  background-position: -6px -127px;
	width: 62px;
	height: 63px;
}

.ico2 {
  background-position:-73px -119px;
	width: 51px;
	height: 66px;
}
.ico3 {
  background-position: -135px -121px;
	width: 81px;
	height: 64px;
}

.tred {color:#c03c7b}
.tgreen {color:#8bb955}
.tlblue {color:#59aecf}
.tblue {color:#13216a}
.logocol {max-width:232px;}

.start-xs img,.start-xs .sprite{margin:0;}
.end-xs img, .end-xs .sprite {margin:0 0 0 100%;}


#CybotCookiebotDialogBody {max-width:100% !important; padding-bottom:5px !important; box-shadow:none !important;} #CybotCookiebotDialogDetailBody {max-width:900px !important;}
/*#CybotCookiebotDialogBodyButtonDetails,#CybotCookiebotDialogBodyButtons {display:none !important;}*/
#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {text-align:right !important;}
#CybotCookiebotDialogBodyButtonDecline li a {word-break:break-all;}
#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
	margin-top:0px !important;
	background-position-x: 93%;
  background-position-y: 12px;
	background-position: 93% 12px;
	padding: 5px 24px 7px 12px;
  background-color: #ececec;
}


@media screen and (max-width: 599px) {
	#CybotCookiebotDialogPoweredbyLink {display:none;}
	#CybotCookiebotDialogBodyContent {margin-right:5px;}

	/* ── Mobile header: logo left 50% | download right 50% (stacked) ── */
	header .insec > .row {
		flex-wrap: nowrap;
		align-items: center;
	}
 
 	header .insec > .row > .col-xs-12:first-child {
		flex-basis: 50%;
		max-width: 50%;
		margin-top: 0.4em;
		margin-bottom: 0.4em;
	}

	header img#logo {
		max-width: 100%;
		height: auto;
	}
	header .descargar-apps {
		flex-basis: 50%;
		max-width: 50%;
		margin-top: 0.25em;
		margin-bottom: 0.25em;
		text-align: center;
	}
	header .descargar-apps .row {
		flex-direction: column;
		align-items: center;
	}
	header .descargar-apps .row > .col-xs-12,
	header .descargar-apps .row > .col-xs-6 {
		flex-basis: auto;
		max-width: 100%;
		padding: 0;
	}
	header .descargar-apps .row > .col-xs-12 {
		font-size: 0.75em;
		margin-bottom: 0.15em;
	}
	header .descargar-apps .row > .col-xs-6 a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
	}
	.hero-title {
		font-size: 1.35rem;
		max-width: 100%;
		text-align: center;
	}
}

/* ── Tablet header: logo 50% | Descargar 25% | badges stacked 25% ── */
@media screen and (max-width: 800px) {
  header .descargar-apps .row > .col-xs-12 {
		grid-column: 1;
		grid-row: 1 / -1;
	}
	header .descargar-apps .row > .col-xs-6:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}
	header .descargar-apps .row > .col-xs-6:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
	}

  header .descargar-apps .row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		align-items: center;
	}
  body.fix-nav.scrolled header img#logo {
    max-width: 100%;
  }

}



@media screen and (min-width: 600px) and (max-width: 800px) {
	header .insec > .row {
		flex-wrap: nowrap;
		align-items: center;
	}
	header .insec > .row > .col-xs-12:first-child {
		flex-basis: 50%;
		max-width: 50%;
	}
  
	header .descargar-apps {
		flex-basis: 50%;
		max-width: 50%;
	}

	header .descargar-apps .row > .col-xs-12,
	header .descargar-apps .row > .col-xs-6 {
		max-width: 100%;
		padding: 0;
	}

	header .descargar-apps .row > .col-xs-6 a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
	}
}



@media screen and (min-width: 600px) {
	#CybotCookiebotDialog {padding-bottom:8px !important;}
	#CybotCookiebotDialogBodyContent {width:calc(100% - 220px) !important; display:inline-block; padding-left:80px; padding-right:0;}
	#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {display:inline-block !important; width:110px; padding-left: 10px !important;  text-align: right !important;}
	#CybotCookiebotDialogBodyButtons{ width:110px; padding-left: 10px !important;  text-align: right !important;}
	#CybotCookiebotDialogBodyButtonAccept{ margin: 0; display: inline-block; font-size: 14px; font-weight: bold;}
  
	#guardian {		
    background-position: -20px 0;
	}
}


@media screen and (min-width: 801px){
	#guardian {		
    background-position: left bottom;
    background-size: 100% auto;
	}
	.hero-title {
		font-size: 2rem;
		max-width: 560px;
	}
	.insec {
    width: 80%;
  }

  header .insec {
    width: 90%;
  }

	footer .tel {
	    font-size: 1.6em;
	}
	.region-footer-closure ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin: 0;
	}

}

@media only screen and (min-width: 1025px) {
	footer .tel {
	    font-size: 2.1em;
	}
}

/* ── Motion: hover transitions ── */

.descargar-apps a {
    transition: opacity 150ms ease-out;
}
.descargar-apps a:hover,
.descargar-apps a:focus-visible {
    opacity: 0.75;
}

#guardian .bcol2 strong {
    display: inline-block;
    transition: opacity 180ms ease-out, transform 180ms ease-out;
}
#guardian .bcol2 strong:hover,
#guardian .bcol2 strong:focus-visible {
    opacity: 0.82;
    transform: translateY(-2px);
}

/* ── Motion: scroll-reveal for content sections ── */

.g-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 400ms ease-out, transform 400ms ease-out;
}
.g-reveal.g-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Accessibility: disable all added motion ── */

@media (prefers-reduced-motion: reduce) {
    .descargar-apps a,
    #guardian .bcol2 strong {
        transition: none !important;
    }
    #guardian .bcol2 strong:hover,
    #guardian .bcol2 strong:focus-visible {
        transform: none;
    }
    .g-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

