﻿:root {
    --main-link-color: #ffffff;
    --main-nav-link-color: #000000;
    --main-background-color: #078195;
    --main-nav-background-color: #ffffff;
	--base-font-size: 50px;
}

/***************************************************************/
/*********************** TYPE SELECTOR *************************/
/***************************************************************/

html {
    background-color:var(--main-background-color);
}

/***************************************************************/
/***************************************************************/


/***************************************************************/
/************************ ID SELECTOR **************************/
/***************************************************************/

#lnkHome {
    color: var(--main-nav-link-color);
}

#promotionLogoH1_Bis {
	margin-top: 40px;
}

#promotionLogoH1 {
    color: var(--main-link-color);
}

#myTopnav {
	background-color: var(--main-nav-background-color) !important;
}

#hlSkipToMain {
	background-color: var(--main-nav-background-color);
	color: var(--main-nav-link-color);
}

#hlSkipToMain:focus {
  outline: 3px solid var(--main-nav-background-color);
  outline-offset: 4px;
}

.skip-to-main-content-link {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: normal; /* ❌ evita valores fijos como 1.5em si rompen el diseño */
  white-space: normal; /* permite salto si el texto crece */
  overflow: visible;   /* deja expandirse al contenido */
  box-sizing: border-box;
  top: 0px;
}

/*#imgFooter {
	display: none;
}*/


/*#divCapaFraseLegalNew, #ContentPlaceHolder_divCapaFraseLegalNew {
    background: #f2f6f8;
    font-weight: normal;
    font-size: 0.875rem;
    color: rgb(78, 117, 145);
    padding: 5px 10px;
    height: auto;
    overflow-y: hidden;
    border-style: hidden;
}*/

/***************************************************************/
/***************************************************************/

/***************************************************************/
/*********************** CLASS SELECTOR ************************/
/***************************************************************/
.link-menu-item {
    color: var(--main-nav-link-color) !important;
}

.link-footer {
	text-decoration: underline;
}

.link-footer, .link-footer:hover, .link-footer:focus {
    color: var(--main-link-color);
}

.link-footer:hover, .link-footer:focus,
#homeImageDesktop.hover, #homeImageDesktop.focus,
#homeImageTablet.hover, #homeImageTablet.focus,
#homeImageMobile.hover, #homeImageMobile.focus {
  outline: 3px solid var(--main-link-color); /* borde o contorno accesible */
  outline-offset: 3px;        /* separa el borde del texto */
  border-radius: 3px;         /* opcional: esquinas redondeadas */
}

#lnkImgHome:focus img {
	  outline: 3px solid var(--main-link-color); /* borde o contorno accesible */
  outline-offset: 3px;        /* separa el borde del texto */
  border-radius: 3px;         /* opcional: esquinas redondeadas */
    filter: brightness(0.8);  /* oscurece la imagen un poco al foco */
    transition: filter 0.2s;
}


.texto-footer-letrapeq {
    color: var(--main-link-color);
}

/*Hamburguesa*/
.navbar-default .navbar-toggle {
    border-color: var(--main-link-color);
}

/***************************************************************/
/***************************************************************/

.survey tbody tr td input {
    margin-top: -4px;
}

/***************************************************************/

/***************************************************************/
/* Definimos la fuente personalizada */
@font-face {
    font-family: 'Montserrat-Black';
    src: url('fonts/Montserrat/Montserrat-Black.ttf') format('ttf'),
         url('fonts/FuturaStd/FuturaStd-Bold.woff') format('woff'),
         url('fonts/MiFuente.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Aplicamos solo al texto superpuesto */
.home-floating-text {
    font-family: 'Montserrat-Black', sans-serif;
}

/***************************************************************/
/* HOME FLOATING BASE */
.text-box-home-floating-text {
    background-color: #fee2b300;
    padding: 16px 20px;
    display: inline-block;
    border-radius: 16px;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 45%;
    text-align: center;
    box-sizing: border-box;
}
.home-floating-container {
    position: relative;
    width: 100%;
	display: block;
}
.home-floating-container img {
    display: block;
    width: 100%;
    height: auto;
}
.home-floating-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.home-floating-text--small {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.home-floating-text--large {
    font-size: 30px;
    color: #ffffff;
	font-weight: normal;
}
.home-floating-text--extralarge {
    display: block;
    font-size: 40px;
    color: #ffffff;
}
@media (max-width: 400px) {
	.text-box-home-floating-text {
        top: 15%;
        right: 3%;
        transform: translateY(-50%);
        width: 80%;
    }
    .home-floating-text { font-size: 10px; }
    .home-floating-text--small { font-size: 8px; }
    .home-floating-text--large { font-size: 12px; }
    .home-floating-text--extralarge { font-size: 19px; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .text-box-home-floating-text {
        top: 15%;
        right: 3%;
        transform: translateY(-50%);
        width: 80%;
    }
    .home-floating-text { font-size: 12px; }
    .home-floating-text--small { font-size: 12px; }
    .home-floating-text--large { font-size: 17px; }
    .home-floating-text--extralarge { font-size: 22px; }
}
@media (min-width: 501px) and (max-width: 600px) {
    .text-box-home-floating-text {
        top: 25%;
        right: 6%;
        transform: translateY(-50%);
        width: 50%;
    }
    .home-floating-text { font-size: 10px; }
    .home-floating-text--small { font-size: 10px; }
    .home-floating-text--large { font-size: 16px; }
    .home-floating-text--extralarge { font-size: 20px; }
}
@media (min-width: 601px) and (max-width: 700px) {
    .text-box-home-floating-text {
        top: 25%;
        right: 3%;
        transform: translateY(-50%);
        width: 50%;
    }
    .home-floating-text { font-size: 11px; }
    .home-floating-text--small { font-size: 11px; }
    .home-floating-text--large { font-size: 18px; }
    .home-floating-text--extralarge { font-size: 22px; }
}
@media (min-width: 701px) and (max-width: 1000px) {
    .text-box-home-floating-text {
        top: 45%;
        right: 3%;
        transform: translateY(-50%);
        width: 35%;
    }
    .home-floating-text { font-size: 10px; }
    .home-floating-text--small { font-size: 10px; }
    .home-floating-text--large { font-size: 20px; }
    .home-floating-text--extralarge { font-size: 22px; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .text-box-home-floating-text {
        top: 45%;
        right: 3%;
        transform: translateY(-50%);
        width: 40%;
    }
    .home-floating-text { font-size: 8px; }
    .home-floating-text--small { font-size: 12px; }
    .home-floating-text--large { font-size: 20px; }
    .home-floating-text--extralarge { font-size: 30px; }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .text-box-home-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 40%;
    }
    .home-floating-text { font-size: 12px; }
    .home-floating-text--small { font-size: 20px; }
    .home-floating-text--large { font-size: 32px; }
    .home-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .text-box-home-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 42%;
    }
    .home-floating-text { font-size: 14px; }
    .home-floating-text--small { font-size: 18px; }
    .home-floating-text--large { font-size: 28px; }
    .home-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 1601px) {
    .text-box-home-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 40%;
    }
    .home-floating-text { font-size: 22px; }
    .home-floating-text--small { font-size: 22px; }
    .home-floating-text--large { font-size: 32px; }
    .home-floating-text--extralarge { font-size: 50px; }
}
/***************************************************************/
/* HEADER FLOATING TEXT – tipografía */
.header-floating-text {
    font-family: 'Montserrat-Black', sans-serif;
}

/***************************************************************/
/* Contenedor */
/* HEADER FLOATING BASE */
.header-floating-container {
    position: relative;
    width: 100%;
    display: block;
}

picture.header-floating-container {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.header-floating-container img {
    display: block;
    width: 100%;
    height: auto;
}
.text-box-header-floating-text {
    background-color: #fee2b300;
    padding: 16px 20px;
    display: inline-block;
    border-radius: 16px;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 45%;
    text-align: center;
    box-sizing: border-box;
}
.header-floating-text--small {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.header-floating-text--large {
    font-size: 30px;
    color: #ffffff;
	font-weight: normal;
}
.header-floating-text--extralarge {
    display: block;
    font-size: 40px;
    color: #ffffff;
}
@media (max-width: 400px) {
    .text-box-header-floating-text {
        top: 21%;
        right: 3%;
        transform: translateY(-50%);
        width: 45%;
    }
    .header-floating-text--small { font-size: 7px; }
    .header-floating-text--large { font-size: 7px; }
    .header-floating-text--extralarge { font-size: 7px; }
	.text-box-header-floating-text br {
        display: none;
    }
}
@media (min-width: 401px) and (max-width: 500px) {
    .text-box-header-floating-text {
        top: 22%;
        right: 1%;
        transform: translateY(-50%);
        width:50%;
    }
    .header-floating-text--small { font-size: 9px; }
    .header-floating-text--large { font-size: 9px; }
    .header-floating-text--extralarge { font-size: 10px; }
}
@media (min-width: 501px) and (max-width: 600px) {
    .text-box-header-floating-text {
        top: 21%;
        right: 3%;
        transform: translateY(-50%);
        width: 45%;
    }
    .header-floating-text--small { font-size: 10px; }
    .header-floating-text--large { font-size: 9px; }
    .header-floating-text--extralarge { font-size: 14px; }
}
@media (min-width: 601px) and (max-width: 700px) {
    .text-box-header-floating-text {
        top: 24%;
        right: 3%;
        transform: translateY(-50%);
        width: 42%;
    }
    .header-floating-text--small { font-size: 12px; }
    .header-floating-text--large { font-size: 12px; }
    .header-floating-text--extralarge { font-size: 18px; }
}
@media (min-width: 701px) and (max-width: 1000px) {
    .text-box-header-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 42%;
    }
    .header-floating-text--small { font-size: 13px; }
    .header-floating-text--large { font-size: 18px; }
    .header-floating-text--extralarge { font-size: 24px; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .text-box-header-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 42%;
    }
    .header-floating-text--small { font-size: 14px; }
    .header-floating-text--large { font-size: 20px; }
    .header-floating-text--extralarge { font-size: 26px; }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .text-box-header-floating-text {
        top: 40%;
        right: 2%;
        transform: translateY(-50%);
        width: 43%;
    }
    .header-floating-text--small { font-size: 14px; }
    .header-floating-text--large { font-size: 20px; }
    .header-floating-text--extralarge { font-size: 26px; }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .text-box-header-floating-text {
        top: 40%;
        right: 1%;
        transform: translateY(-50%);
        width: 45%;
    }
    .header-floating-text { font-size: 15px; }
    .header-floating-text--small { font-size: 15px; }
    .header-floating-text--large { font-size: 20px; }
    .header-floating-text--extralarge { font-size: 35px; }
}
@media (min-width: 1601px) {
    .text-box-header-floating-text {
        top: 45%;
        right: 1%;
        transform: translateY(-50%);
        width: 45%;
    }
    .header-floating-text { font-size: 16px; }
    .header-floating-text--small { font-size: 16px; }
    .header-floating-text--large { font-size: 22px; }
    .header-floating-text--extralarge { font-size: 32px; }
}

/* HOME2 FLOATING BASE */
.text-box-home2-floating-text {
    background-color: #fee2b300;
    padding: 16px 20px;
    display: inline-block;
    border-radius: 16px;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 45%;
    text-align: center;
    box-sizing: border-box;
}

.home2-floating-container {
    position: relative;
    width: 100%;
	display: block;
}

    .home2-floating-container img {
        display: block;
        width: 100%;
        height: auto;
    }

.home2-floating-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

.home2-floating-text--small {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

.home2-floating-text--large {
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
}

.home2-floating-text--extralarge {
    display: block;
    font-size: 40px;
    color: #ffffff;
}

@media (max-width: 400px) {
	.text-box-home2-floating-text {
        top: 15%;
        right: 3%;
        transform: translateY(-50%);
        width: 80%;
    }

    .home2-floating-text {
        font-size: 10px;
    }

    .home2-floating-text--small {
        font-size: 10px;
    }

    .home2-floating-text--large {
        font-size: 15px;
    }

    .home2-floating-text--extralarge {
        font-size: 19px;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    .text-box-home2-floating-text {
        top: 15%;
        right: 3%;
        transform: translateY(-50%);
        width: 80%;
    }

    .home2-floating-text {
        font-size: 12px;
    }

    .home2-floating-text--small {
        font-size: 12px;
    }

    .home2-floating-text--large {
        font-size: 17px;
    }

    .home2-floating-text--extralarge {
        font-size: 22px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .text-box-home2-floating-text {
        top: 25%;
        right: 6%;
        transform: translateY(-50%);
        width: 50%;
    }

    .home2-floating-text {
        font-size: 10px;
    }

    .home2-floating-text--small {
        font-size: 10px;
    }

    .home2-floating-text--large {
        font-size: 16px;
    }

    .home2-floating-text--extralarge {
        font-size: 20px;
    }
}

@media (min-width: 601px) and (max-width: 700px) {
    .text-box-home2-floating-text {
        top: 25%;
        right: 3%;
        transform: translateY(-50%);
        width: 50%;
    }

    .home2-floating-text {
        font-size: 11px;
    }

    .home2-floating-text--small {
        font-size: 11px;
    }

    .home2-floating-text--large {
        font-size: 18px;
    }

    .home2-floating-text--extralarge {
        font-size: 22px;
    }
}

@media (min-width: 701px) and (max-width: 1000px) {
    .text-box-home2-floating-text {
        top: 45%;
        right: 3%;
        transform: translateY(-50%);
        width: 35%;
    }

    .home2-floating-text {
        font-size: 10px;
    }

    .home2-floating-text--small {
        font-size: 10px;
    }

    .home2-floating-text--large {
        font-size: 20px;
    }

    .home2-floating-text--extralarge {
        font-size: 22px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .text-box-home2-floating-text {
        top: 45%;
        right: 3%;
        transform: translateY(-50%);
        width: 40%;
    }

    .home2-floating-text {
        font-size: 8px;
    }

    .home2-floating-text--small {
        font-size: 12px;
    }

    .home2-floating-text--large {
        font-size: 20px;
    }

    .home2-floating-text--extralarge {
        font-size: 30px;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .text-box-home2-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 40%;
    }

    .home2-floating-text {
        font-size: 12px;
    }

    .home2-floating-text--small {
        font-size: 20px;
    }

    .home2-floating-text--large {
        font-size: 32px;
    }

    .home2-floating-text--extralarge {
        font-size: 40px;
    }
}

@media (min-width: 1301px) and (max-width: 1600px) {
    .text-box-home2-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 42%;
    }

    .home2-floating-text {
        font-size: 14px;
    }

    .home2-floating-text--small {
        font-size: 18px;
    }

    .home2-floating-text--large {
        font-size: 28px;
    }

    .home2-floating-text--extralarge {
        font-size: 40px;
    }
}

@media (min-width: 1601px) {
    .text-box-home2-floating-text {
        top: 40%;
        right: 3%;
        transform: translateY(-50%);
        width: 40%;
    }

    .home2-floating-text {
        font-size: 22px;
    }

    .home2-floating-text--small {
        font-size: 22px;
    }

    .home2-floating-text--large {
        font-size: 32px;
    }

    .home2-floating-text--extralarge {
        font-size: 50px;
    }
}