﻿:root {
    --main-link-color: #ffffff;
    --main-nav-link-color: #000000;
    --main-background-color: #007f4a;
    --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: #007f4a;*/
    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%;*/
    position: relative;
    width: 100%;
    display: grid;
}

.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: 20px;
    color: #ffffff;
    font-weight: normal;
}

.home-floating-text--large {
    font-size: 30px;
    color: #ffffff;
}

.home-floating-text--extralarge {
    display: block;
    font-size: 40px;
    color: #ffffff;
}

@media (max-width: 400px) {
    .text-box-home-floating-text {
        top: 25%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .home-floating-text {
        font-size: 24px;
    }

    .home-floating-text--small {
        font-size: 34px;
    }

    .home-floating-text--large {
        font-size: 30px;
    }

    .home-floating-text--extralarge {
        font-size: 36px;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    .text-box-home-floating-text {
        top: 25%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 85%;
    }

    .home-floating-text {
        font-size: 9px;
    }

    .home-floating-text--small {
        font-size: 34px;
    }

    .home-floating-text--large {
        font-size: 30px;
    }

    .home-floating-text--extralarge {
        font-size: 36px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .text-box-home-floating-text {
        top: 25%;
        right: 3%;
        transform: translateY(-50%);
        width: 50%;
    }

    .home-floating-text {
        font-size: 10px;
    }

    .home-floating-text--small {
        font-size: 34px;
    }

    .home-floating-text--large {
        font-size: 30px;
    }

    .home-floating-text--extralarge {
        font-size: 36px;
    }
}

@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: 34px;
    }

    .home-floating-text--large {
        font-size: 30px;
    }

    .home-floating-text--extralarge {
        font-size: 36px;
    }
}

@media (min-width: 701px) and (max-width: 1000px) {
    .text-box-home-floating-text {
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        width: 48%;
    }

    .home-floating-text {
        font-size: 18px;
    }

    .home-floating-text--small {
        font-size: 18px;
    }

    .home-floating-text--large {
        font-size: 30px;
    }

    .home-floating-text--extralarge {
        font-size: 38px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .text-box-home-floating-text {
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        width: 46%;
    }

    .home-floating-text {
        font-size: 22px;
    }

    .home-floating-text--small {
        font-size: 22px;
    }

    .home-floating-text--large {
        font-size: 36px;
    }

    .home-floating-text--extralarge {
        font-size: 46px;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .text-box-home-floating-text {
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        width: 45%;
    }

    .home-floating-text {
        font-size: 26px;
    }

    .home-floating-text--small {
        font-size: 26px;
    }

    .home-floating-text--large {
        font-size: 42px;
    }

    .home-floating-text--extralarge {
        font-size: 52px;
    }
}

@media (min-width: 1301px) and (max-width: 1600px) {
    .text-box-home-floating-text {
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        width: 45%;
    }

    .home-floating-text {
        font-size: 30px;
    }

    .home-floating-text--small {
        font-size: 30px;
    }

    .home-floating-text--large {
        font-size: 50px;
    }

    .home-floating-text--extralarge {
        font-size: 62px;
    }
}

@media (min-width: 1601px) {
    .text-box-home-floating-text {
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        width: 45%;
    }

    .home-floating-text {
        font-size: 36px;
    }

    .home-floating-text--small {
        font-size: 36px;
    }

    .home-floating-text--large {
        font-size: 60px;
    }

    .home-floating-text--extralarge {
        font-size: 70px;
    }
}


/***************************************************************/
/* 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--big {
    font-size: 30px;
    color: #f5eb00;
	font-weight: normal;
	font-family: 'PencilChild', sans-serif;
}
.header-floating-text--large {
    font-size: 30px;
    color: #f5eb00;
	font-weight: normal;
	font-family: 'PencilChild', sans-serif;
}
.header-floating-text--extralarge {
    display: block;
    font-size: 40px;
    color: #ffffff;
	font-family: 'PPEditorialOld', serif;
    font-style: italic;
}
@media (max-width: 400px) {
    .text-box-header-floating-text {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .header-floating-text { font-size: 10px; }
    .header-floating-text--big { font-size: 38px; }
    .header-floating-text--large { font-size: 18px; }
    .header-floating-text--extralarge { font-size: 38px; }
	
}
@media (min-width: 401px) and (max-width: 500px) {
    .text-box-header-floating-text {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .header-floating-text { font-size: 10px; }
    .header-floating-text--big { font-size: 40px; }
    .header-floating-text--large { font-size: 20px; }
    .header-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 501px) and (max-width: 600px) {
    .text-box-header-floating-text {
        position: absolute; 
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .header-floating-text--big { font-size: 40px; }
    .header-floating-text--large { font-size: 20px; }
    .header-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 601px) and (max-width: 700px) {
    .text-box-header-floating-text {
        position: absolute; 
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .header-floating-text--big { font-size: 40px; }
    .header-floating-text--large { font-size: 24px; }
    .header-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 701px) and (max-width: 1000px) {
    .text-box-header-floating-text {
        top: 45%;        
        transform: translateY(-50%);
        width: 50%;
    }
    .header-floating-text--big { font-size: 35px; }
    .header-floating-text--large { font-size: 20px; }
    .header-floating-text--extralarge { font-size: 35px; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .text-box-header-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .header-floating-text--big { font-size: 48px; }
    .header-floating-text--large { font-size: 28px; }
    .header-floating-text--extralarge { font-size: 46px; }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .text-box-header-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .header-floating-text--big { font-size: 50px; }
    .header-floating-text--large { font-size: 30px; }
    .header-floating-text--extralarge { font-size: 50px; }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .text-box-header-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .header-floating-text { font-size: 15px; }
    .header-floating-text--big { font-size: 54px; }
    .header-floating-text--large { font-size: 34px; }
    .header-floating-text--extralarge { font-size: 54px; }
}
@media (min-width: 1601px) {
    .text-box-header-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .header-floating-text { font-size: 16px; }
    .header-floating-text--big { font-size: 60px; }
    .header-floating-text--large { font-size: 40px; }
    .header-floating-text--extralarge { font-size: 60px; }
}


/***************************************************************/
/* FOOTER FLOATING TEXT – tipografía */
.footer-floating-text {
    font-family: 'Montserrat-Black', sans-serif;
}

/***************************************************************/
/* FOOTER FLOATING BASE */
.footer-floating-container {
    position: relative;
    width: 100%;
    display: block;
}

picture.footer-floating-container {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer-floating-container img {
    display: block;
    width: 100%;
    height: auto;
}

.text-box-footer-floating-text {
    background-color: #fee2b300;
    padding: 16px 20px;
    display: inline-block;
    border-radius: 16px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 45%;
    text-align: center;
    box-sizing: border-box;
}

.footer-floating-text--big {
    font-size: 30px;
    color: #f5eb00;
	font-weight: normal;
	font-family: 'PencilChild', sans-serif;
}
.footer-floating-text--large {
    font-size: 30px;
    color: #f5eb00;
	font-weight: normal;
	font-family: 'PencilChild', sans-serif;
}
.footer-floating-text--extralarge {
    display: block;
    font-size: 40px;
    color: #ffffff;
	font-family: 'PPEditorialOld', serif;
    font-style: italic;/
}

@media (max-width: 400px) {
    .text-box-footer-floating-text {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .footer-floating-text--big      { font-size: 38px; }
    .footer-floating-text--large      { font-size: 18px; }
    .footer-floating-text--extralarge { font-size: 38px; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .text-box-footer-floating-text {
        position: absolute; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .footer-floating-text--big      { font-size:40px; }
    .footer-floating-text--large      { font-size: 20px; }
    .footer-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 501px) and (max-width: 600px) {
    .text-box-footer-floating-text {
        position: absolute; 
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .footer-floating-text--big      { font-size: 40px; }
    .footer-floating-text--large      { font-size: 20px; }
    .footer-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 601px) and (max-width: 700px) {
    .text-box-footer-floating-text {
        position: absolute; 
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .footer-floating-text--big      { font-size: 40px; }
    .footer-floating-text--large      { font-size: 24px; }
    .footer-floating-text--extralarge { font-size: 40px; }
}
@media (min-width: 701px) and (max-width: 1000px) {
    .text-box-footer-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .footer-floating-text--big      { font-size: 35px; }
    .footer-floating-text--large      { font-size: 20px; }
    .footer-floating-text--extralarge { font-size: 35px; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .text-box-footer-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .footer-floating-text--big      { font-size: 48px; }
    .footer-floating-text--large      { font-size: 28px; }
    .footer-floating-text--extralarge { font-size: 46px; }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .text-box-footer-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .footer-floating-text--big      { font-size: 50px; }
    .footer-floating-text--large      { font-size: 30px; }
    .footer-floating-text--extralarge { font-size: 50px; }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    .text-box-footer-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .footer-floating-text--big      { font-size: 54px; }
    .footer-floating-text--large      { font-size: 34px; }
    .footer-floating-text--extralarge { font-size: 54px; }
}
@media (min-width: 1601px) {
    .text-box-footer-floating-text {
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    .footer-floating-text--big      { font-size: 60px; }
    .footer-floating-text--large      { font-size: 40px; }
    .footer-floating-text--extralarge { font-size: 60px; }
}

/*Homes Extensions*/

#pnlHomeExtension1
{
    background-color: #007f4a;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 500px;
}

#pnlHomeExtension1 h3, h4
{
    font-weight: bold !important;
}

    #pnlHomeExtension2 {
        background-color: #ffffff;
        color: #007f4a;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 400px;
    }

#pnlHomeExtension2 h3, h4 {
    font-weight: bold !important;
}

.img-responsive-custom {
    margin: 15px 0px;
    padding: 0px;
}

.btn-ext-home1 {
    top: -37px;
    margin: 8px 0px;
}

.btn-ext-home2 {
    margin: 20px 0px;
}

.btn-ext-home1, .btn-ext-home2 {
    background-color: #ff0000;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 30px;
    padding: 8px 50px;
    position: relative;
}

    .btn-ext-home1:hover, .btn-ext-home2:hover {
        opacity: 1;
        box-shadow: 0 0 0 5px black;
    }

/*.btn-ext-home2 {
    background-color: #1a81cd;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px;
    margin: 8px 0px;
}

    .btn-ext-home2:hover {
        box-shadow: 0 0 0 2px black;
    }*/

.fw-normal {
    font-size: 22px;
}

.fw-large {
    font-size: 28px;
}

.fw-xlarge {
    font-size: 32px;
}

.fw-extra-large {
    font-size: 36px;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 2rem !important;
}

.h-20 {
    height: 20px;
}

.mh-300 {
    min-height: 300px;

}
.fw-500 {
    font-weight: 500;
}
.spacer-lg {
    height: 100px;
}
.color-title-1 {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .img-responsive-custom {
        max-width: 80%;
    }
}

@media (max-width: 1200px) {
    .spacer-lg {
        display: none;
    }
}

/*Fin Homes Extensions*/


