@charset "utf-8";
/* CSS Document */


/*
*  @author ( Francisco francisco@nicesoft.cl )
*    
*     
*     
*    
*	  
*/

/********************[fuentes]************************/
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('../fonts/colabthi-webfont.eot');
    src: url('../fonts/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/colabthi-webfont.woff') format('woff'),
        url('../fonts/colabthi-webfont.ttf') format('truetype'),
        url('../fonts/colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('../fonts/colabreg-webfont.eot');
    src: url('../fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/colabreg-webfont.woff') format('woff'),
        url('../fonts/colabreg-webfont.ttf') format('truetype'),
        url('../fonts/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

/******************[GENERAL]**************************************************/
* {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
header, nav {
	display: block;
}*/
a {
    color: #929292;
    text-decoration: none;
}

html {
    /*background-image:url(../images/bg_body.png);
	background-color:#ebebeb;
	*/
    background-color:#ebebeb;
    background-color:#182242;
    background-color:#182242;
}

/*******************[BODY]******************************************************/
body {
    color: #181B20;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: colaborate-thinregular;
    font-size: 12px;
    font-weight: lighter;
    color: #555555;
    min-width: 300px;
    cursor: default;
     background-color:#ebebeb;
      background-color:#182242;
      background-color:#545372;
      background-color:#182242;
}
/*
 #182242 > intenso backgorund color antes
*/
.area-logo {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    border-top: 5px solid#182242;
    background-color: #182242;
    text-align: center;
    height: 100px;  
}

.area-logo img {
    max-height: 100%;
}

/***********************[CONTENDEOR DEL SLIDER SHOW]******************************/
#contendor_slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    background-color: #b4a5c9;
    clear: both;
    display: block;
    z-index: -40;
}

/********************[ESLIDER SHOWS]****************************/
#sliderFrame {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*center-aligned*/
}
#slider img{
    text-align: center;
    margin: 0 auto;
    
}
#slider,
#slider div.sliderInner {
    width: 100%;
    height: 550px;/*380px;*/
    /* Must be the same size as the slider images */
    text-align: center;
}


#slider {
    background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    position: relative;
    margin: 0 auto;
    /*center-aligned*/
    transform: translate3d(0, 0, 0);
    /*box-shadow: 0px 1px 5px #999999;*/
}

/* image wrapper */
#slider a.imgLink,
#slider div.video {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#slider .video {
    background: transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg,
#slider div.mc-caption-bg2 {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 30px 0;
    /* 10px will increase the height.*/
    left: 0px;
    /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
    bottom: 0px;
    /*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
    z-index: 3;
    overflow: hidden;
    font-size: 0;

}

#slider div.mc-caption-bg {
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
    background: Black;
    /* or any other colors such as White, or: background:none; */
    background-color: #182242;/*#644748;*/
}

#slider div.mc-caption-bg2 {
    background: none;
}

#slider div.mc-caption {
    /*font: bold 20px/20px Arial;*/
    color: #EEE;
    z-index: 4;
    text-align: center;
    background: none;
    font-family: colaborate-regularregular;
    font-size: 45px;
    font-weight: lighter;
}

#slider div.mc-caption a {
    color: #FB0;
}

#slider div.mc-caption a:hover {
    color: #DA0;
}

/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper {
    top: 530px;/*390px;*/
    /* Its position is relative to the #slider */
    text-align: center;
    background: none;
    position: relative;
    z-index: 5;
}

/* each bullet */
#slider div.navBulletsWrapper div {
    width: 11px;
    height: 11px;
    font-size: 0;
    color: White;
    /*hide the index number in the bullet element*/
    background: transparent url(../images/bullet.webp) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    cursor: pointer;
    margin: 0 6px;
    /* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {
    background-position: 0 -11px;
}

/* --------- Others ------- */
#slider div.loading {
    width: 100%;
    height: 100%;
    background: transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

#slider img,
#slider > b,
#slider a > b {
    position: absolute;
    border: none;
    display: none;
}

#slider div.sliderInner {
    overflow: hidden;
    -webkit-transform: rotate(0.000001seg);
    /* fixed the Chrome not crop border-radius bug*/
    position: absolute;
    top: 0;
    left: 0;
}

#slider > a,
#slider video,
#slider audio {
    display: none;
}


/*************BAJO EL SLIDER SHOW*****************************************************/
#content-area {
    background-color: #182242;/*#eee5f9;*/
    border-bottom: 1px solid #1F3373;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

#quote {
    height: auto;
    margin-bottom: 0px;
}

#quote .container {
    position: relative;
    text-align: center;
    background: url(../images/stars-bg.png) no-repeat center 95%;
    padding-top: 10px;
    padding-bottom: 17px;
}

#quote-shadow {
    max-width: 960px;
    height: 8px;
    left: 0px;
    bottom: -19px;
    position: absolute;
}

p#quote-line-1 {
    font-family: 'colaborate-regularregular';
    font-size: 30px;
    color: #654e2d;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    font-style: normal;
}

p#quote-line-2 {
    font-family: 'colaborate-regularregular';
    color: #b4a48d;
    margin-bottom: 5px;
    font-size: 14px;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    text-transform: uppercase;
    font-style: normal;
}


/***HOME 6 Cuadrados con accesos Rapidos **********************************************/

.contenido-ajustado {
    max-width: 1054px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    
    /*#eff0ef;*/
    text-align: center;
    padding-bottom: 30px;
    clear: both;
   
}

.contenedor-img {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
   
    overflow:hidden;
    
}

.contenedor-img img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    -webkit-animation: movimiento-fondo-home 14s ease-in-out infinite alternate;
    animation: movimiento-fondo-home 14s ease-in-out infinite alternate;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width:100%;
    /*
    border-radius: 10px 10px 10px 10px;
    */
}

.contenido-ajustado .contenedor-img:nth-of-type(1) img {
    -webkit-animation-name: movimiento-fondo-home-1;
    animation-name: movimiento-fondo-home-1;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.contenido-ajustado .contenedor-img:nth-of-type(2) img {
    -webkit-animation-name: movimiento-fondo-home-2;
    animation-name: movimiento-fondo-home-2;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.contenido-ajustado .contenedor-img:nth-of-type(3) img {
    -webkit-animation-name: movimiento-fondo-home-3;
    animation-name: movimiento-fondo-home-3;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.contenido-ajustado .contenedor-img:nth-of-type(4) img {
    -webkit-animation-name: movimiento-fondo-home-4;
    animation-name: movimiento-fondo-home-4;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.contenido-ajustado .contenedor-img:nth-of-type(5) img {
    -webkit-animation-name: movimiento-fondo-home-5;
    animation-name: movimiento-fondo-home-5;
    -webkit-animation-duration: 14s;
    animation-duration: 14s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.contenido-ajustado .contenedor-img:nth-of-type(6) img {
    -webkit-animation-name: movimiento-fondo-home-6;
    animation-name: movimiento-fondo-home-6;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/* Zoom al hover: no aplica a los mosaicos del home (.home-accesos) */
.contenido-ajustado:not(.home-accesos) .contenedor-img:hover img {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
    
    
    /*
    -webkit-filter: contrast(20%);
    */
     /*
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    */
}

.contenedor-img:hover {
    /*
    -webkit-filter: contrast(70%);
	-moz-transition:all 0.5s;
  	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
*/
}

.texto-encima {

    font-family: colaborate-regularregular;
    font-size: 41px;
    line-height: 45px;
    color: #FFF;
    position: absolute;
    top: 250px;
    left: 0px;
    right: 0px;
    bottom: 8px;
    background-color: #182242;
    opacity: 0.9;
    margin: 3px;
}

.texto-encima span {
    font-size: 41px;
    line-height: 25px;
    color: #C12C27;
    color: #654e2d;
}

@-webkit-keyframes movimiento-fondo-home {
    0% { -webkit-transform: scale(1.02) translate3d(0, 0, 0); }
    50% { -webkit-transform: scale(1.08) translate3d(-8px, -4px, 0); }
    100% { -webkit-transform: scale(1.04) translate3d(6px, 4px, 0); }
}

@keyframes movimiento-fondo-home {
    0% { transform: scale(1.02) translate3d(0, 0, 0); }
    50% { transform: scale(1.08) translate3d(-8px, -4px, 0); }
    100% { transform: scale(1.04) translate3d(6px, 4px, 0); }
}

@-webkit-keyframes movimiento-fondo-home-1 {
    0% { -webkit-transform: scale(1.02) translate3d(0, 0, 0); }
    100% { -webkit-transform: scale(1.09) translate3d(-10px, -5px, 0); }
}
@keyframes movimiento-fondo-home-1 {
    0% { transform: scale(1.02) translate3d(0, 0, 0); }
    100% { transform: scale(1.09) translate3d(-10px, -5px, 0); }
}

@-webkit-keyframes movimiento-fondo-home-2 {
    0% { -webkit-transform: scale(1.03) translate3d(0, 0, 0); }
    100% { -webkit-transform: scale(1.1) translate3d(10px, -6px, 0); }
}
@keyframes movimiento-fondo-home-2 {
    0% { transform: scale(1.03) translate3d(0, 0, 0); }
    100% { transform: scale(1.1) translate3d(10px, -6px, 0); }
}

@-webkit-keyframes movimiento-fondo-home-3 {
    0% { -webkit-transform: scale(1.01) translate3d(0, 0, 0); }
    100% { -webkit-transform: scale(1.08) translate3d(-7px, 8px, 0); }
}
@keyframes movimiento-fondo-home-3 {
    0% { transform: scale(1.01) translate3d(0, 0, 0); }
    100% { transform: scale(1.08) translate3d(-7px, 8px, 0); }
}

@-webkit-keyframes movimiento-fondo-home-4 {
    0% { -webkit-transform: scale(1.02) translate3d(0, 0, 0); }
    100% { -webkit-transform: scale(1.11) translate3d(8px, 7px, 0); }
}
@keyframes movimiento-fondo-home-4 {
    0% { transform: scale(1.02) translate3d(0, 0, 0); }
    100% { transform: scale(1.11) translate3d(8px, 7px, 0); }
}

@-webkit-keyframes movimiento-fondo-home-5 {
    0% { -webkit-transform: scale(1.04) translate3d(0, 0, 0); }
    100% { -webkit-transform: scale(1.09) translate3d(-6px, -9px, 0); }
}
@keyframes movimiento-fondo-home-5 {
    0% { transform: scale(1.04) translate3d(0, 0, 0); }
    100% { transform: scale(1.09) translate3d(-6px, -9px, 0); }
}

@-webkit-keyframes movimiento-fondo-home-6 {
    0% { -webkit-transform: scale(1.02) translate3d(0, 0, 0); }
    100% { -webkit-transform: scale(1.1) translate3d(11px, 5px, 0); }
}
@keyframes movimiento-fondo-home-6 {
    0% { transform: scale(1.02) translate3d(0, 0, 0); }
    100% { transform: scale(1.1) translate3d(11px, 5px, 0); }
}

@keyframes home-acceso-drift-subtle {
    0% { transform: scale(1.02) translate3d(0, 0, 0); }
    100% { transform: scale(1.045) translate3d(-3px, -2px, 0); }
}

@keyframes home-acceso-caption-soft {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.94; }
}

@media(max-width:768px) {

    .contenedor-img {}
}

/* Home (index): 6 accesos — filas 66%/33%, 33%/66%, 66%/33%; altura de fila unificada (sin huecos) */
.contenido-ajustado.home-accesos {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: clamp(300px, 36vw, 500px);
    align-items: stretch;
    gap: 0;
    text-align: center;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(1) {
    grid-column: span 4;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(2) {
    grid-column: span 2;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(3) {
    grid-column: span 2;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(4) {
    grid-column: span 4;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(5) {
    grid-column: span 4;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(6) {
    grid-column: span 2;
}

/* Portal privado — inicio: tres mosaicos, mismo tratamiento visual que el home público */
.contenido-ajustado.home-accesos.home-accesos--priv {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: clamp(280px, 30vw, 460px);
}

.contenido-ajustado.home-accesos.home-accesos--priv .contenedor-img:nth-child(1),
.contenido-ajustado.home-accesos.home-accesos--priv .contenedor-img:nth-child(2),
.contenido-ajustado.home-accesos.home-accesos--priv .contenedor-img:nth-child(3) {
    grid-column: span 1;
}

@media (max-width: 900px) {
    .contenido-ajustado.home-accesos.home-accesos--priv {
        grid-auto-rows: clamp(250px, 38vw, 400px);
    }
}

.contenido-ajustado.home-accesos .contenedor-img {
    margin: 0;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}

.contenido-ajustado.home-accesos .contenedor-img > a {
    flex: 1 1 auto;
    display: block;
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.contenido-ajustado.home-accesos .contenedor-img .home-accesos-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    will-change: transform;
}

.contenido-ajustado.home-accesos .contenedor-img .home-accesos-media img {
    position: absolute;
    left: 0;
    top: -9%;
    width: 100%;
    height: 118%;
    object-fit: cover;
    object-position: center center;
    display: block;
    z-index: 0;
    -webkit-animation: home-acceso-drift-subtle 22s ease-in-out infinite alternate;
    animation: home-acceso-drift-subtle 22s ease-in-out infinite alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.contenido-ajustado.home-accesos .contenedor-img .home-accesos-media--roc {
    background-color: #1a1512;
}

.contenido-ajustado.home-accesos .contenedor-img .home-accesos-media video {
    position: absolute;
    left: 0;
    top: -9%;
    width: 100%;
    height: 118%;
    object-fit: cover;
    object-position: center center;
    display: block;
    z-index: 0;
    pointer-events: none;
    background: #1a1512;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(1) .home-accesos-media img {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(2) .home-accesos-media img {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(3) .home-accesos-media img {
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(4) .home-accesos-media img {
    -webkit-animation-delay: -11s;
    animation-delay: -11s;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(5) .home-accesos-media img {
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(6) .home-accesos-media img {
    -webkit-animation-delay: -18s;
    animation-delay: -18s;
}

.contenido-ajustado.home-accesos .texto-encima {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: clamp(14px, 2.6vw, 22px) clamp(14px, 3vw, 32px);
    min-height: clamp(3.35rem, 11vw, 4.85rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 0.28em 0.45em;
    text-align: center;
    font-family: colaborate-thinregular, 'colaborate-thinregular', sans-serif;
    font-size: clamp(0.92rem, 1.85vw, 1.28rem);
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(248, 246, 242, 0.94);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    background: linear-gradient(
        180deg,
        rgba(24, 34, 66, 0) 0%,
        rgba(18, 26, 52, 0.72) 35%,
        rgba(12, 18, 38, 0.94) 100%
    );
    border-top: none;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-animation: home-acceso-caption-soft 7s ease-in-out infinite;
    animation: home-acceso-caption-soft 7s ease-in-out infinite;
}

.contenido-ajustado.home-accesos .texto-encima span {
    font-family: colaborate-regularregular, 'colaborate-regularregular', sans-serif;
    font-size: clamp(1.02rem, 2.05vw, 1.42rem);
    line-height: 1.15;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

/* Acento por mosaico (armonizado con cada foto) */
.contenido-ajustado.home-accesos .contenedor-img:nth-child(1) .texto-encima span {
    color: #e4d4bc;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(2) .texto-encima span {
    color: #c5dff0;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(3) .texto-encima span {
    color: #d8e4c8;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(4) .texto-encima span {
    color: #e8c4d4;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(5) .texto-encima span {
    color: #c8e6c0;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(6) .texto-encima {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0.35em;
}

.contenido-ajustado.home-accesos .contenedor-img:nth-child(6) .texto-encima span {
    color: #c5e6b8;
    font-size: clamp(1.15rem, 2.35vw, 1.65rem);
    letter-spacing: 0.14em;
}

@media (max-width: 900px) {
    .contenido-ajustado.home-accesos {
        grid-auto-rows: clamp(270px, 42vw, 430px);
    }
}

/* Pantallas pequeñas: una columna, seis bloques uno debajo del otro */
@media (max-width: 768px) {
    .contenido-ajustado.home-accesos {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: clamp(200px, 42vw, 300px);
        padding-top: 10px;
        padding-bottom: 0;
    }

    .contenido-ajustado.home-accesos .contenedor-img:nth-child(n) {
        grid-column: 1 / -1;
    }

    .contenido-ajustado.home-accesos .texto-encima {
        font-size: clamp(0.88rem, 3.8vw, 1.05rem);
        letter-spacing: 0.06em;
        min-height: 3.5rem;
        padding: 12px 16px;
    }

    .contenido-ajustado.home-accesos .texto-encima span {
        font-size: clamp(1rem, 4.2vw, 1.2rem);
        letter-spacing: 0.08em;
    }

    .contenido-ajustado.home-accesos .contenedor-img:nth-child(6) .texto-encima span {
        font-size: clamp(1.08rem, 4.6vw, 1.32rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .contenido-ajustado.home-accesos .contenedor-img .home-accesos-media img,
    .contenido-ajustado.home-accesos .contenedor-img .home-accesos-media video {
        -webkit-animation: none;
        animation: none;
        transform: none;
    }

    .contenido-ajustado.home-accesos .contenedor-img .home-accesos-media {
        transform: none !important;
    }

    .contenido-ajustado.home-accesos .texto-encima {
        -webkit-animation: none;
        animation: none;
    }
}

/* Home: el contenedor del modal no debe dejar banda vacía sobre el footer */
.contenido-ajustado.home-accesos + .panel-body {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}


/*********************[FOOTER]**********************/
footer.site-footer,
.site-footer {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    background-color: #182242;
    background-image: linear-gradient(180deg, rgba(74, 98, 176, 0.18) 0%, transparent 42%);
    border-top: 1px solid rgba(74, 98, 176, 0.35);
    font-family: colaborate-thinregular, 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: rgba(240, 244, 255, 0.88);
    text-align: center;
}

footer:not(.site-footer) {
    background-color: #182242;
    border-top: 1px solid rgba(74, 98, 176, 0.35);
    color: rgba(240, 244, 255, 0.88);
    font-family: colaborate-thinregular, 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 max(16px, env(safe-area-inset-left, 0px)) max(16px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-right, 0px));
    text-align: center;
    clear: both;
}

.site-footer__inner.zona_trabajo,
footer .zona_trabajo {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: clamp(24px, 4vw, 40px);
    padding-bottom: 4px;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 3.5vw, 32px);
    align-items: start;
    text-align: center;
}

.site-footer__col {
    min-width: 0;
}

.site-footer__col--visual {
    text-align: center;
}

.site-footer__title {
    margin: 0;
    font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
    font-size: clamp(17px, 2.6vw, 20px);
    line-height: 1.35;
    color: #f4f7fe;
    font-weight: normal;
}

.site-footer__tagline {
    display: block;
    margin-top: 6px;
    font-family: colaborate-thinregular, 'Source Sans Pro', sans-serif;
    font-size: clamp(15px, 2.3vw, 17px);
    color: #9eb6ee;
    letter-spacing: 0.02em;
}

.site-footer__berries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 14px;
    margin-top: 14px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-footer__berry-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.site-footer__berry-slot img {
    display: block;
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0;
}

.site-footer__illustration-wrap {
    display: inline-block;
    line-height: 0;
    margin: 0 auto;
}

.site-footer__illustration-link {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    margin: 0 auto;
}

.site-footer__illustration-link:focus-visible {
    outline: 2px solid #9eb6ee;
    outline-offset: 4px;
    border-radius: 2px;
}

.site-footer__illustration-link:hover .site-footer__illustration,
.site-footer__illustration-link:focus .site-footer__illustration {
    filter: brightness(1.08);
}

.site-footer__illustration {
    display: block;
    max-width: min(220px, 100%);
    height: auto;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.site-footer__address {
    margin: 0;
    font-style: normal;
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: 1.55;
    color: rgba(240, 244, 255, 0.78);
}

.site-footer__pin {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
    height: auto;
    max-height: 26px;
    object-fit: contain;
}

.site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 28px;
    margin-top: clamp(22px, 3.5vw, 32px);
    padding-top: 20px;
    border-top: 1px solid rgba(74, 98, 176, 0.28);
    font-size: 14px;
    line-height: 1.45;
    color: rgba(240, 244, 255, 0.72);
}

.site-footer__copy,
.site-footer__credit {
    margin: 0;
}

.site-footer__credit a {
    color: #9eb6ee;
    text-decoration: none;
    font-weight: 600;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus {
    color: #c5d4f8;
    text-decoration: underline;
    outline: none;
}

.site-footer--priv .site-footer__priv-title {
    margin: 0 0 10px 0;
    font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
    font-size: clamp(17px, 2.6vw, 19px);
    color: #f4f7fe;
    font-weight: normal;
}

.site-footer--priv .site-footer__priv-lead {
    margin: 0 0 6px 0;
    font-size: clamp(15px, 2.2vw, 17px);
}

.site-footer--priv .site-footer__priv-name {
    margin: 0;
    font-size: clamp(15px, 2.2vw, 17px);
    color: rgba(240, 244, 255, 0.88);
}

.site-footer--priv .site-footer__priv-site {
    margin: 14px 0 0 0;
    font-size: 15px;
}

.site-footer--priv .site-footer__priv-site a {
    color: #9eb6ee;
    text-decoration: none;
    font-weight: 600;
}

.site-footer--priv .site-footer__priv-site a:hover,
.site-footer--priv .site-footer__priv-site a:focus {
    color: #c5d4f8;
    text-decoration: underline;
    outline: none;
}

@media (max-width: 900px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}

footer section#principal {
    max-width: 100%;
    height: auto;
    text-align: left;
    padding-top: 30px;
    width: 180px;
    float: left;
    margin-bottom: 20px;
}

footer section#principal ul {
    font-size: 18px;
    line-height: 25px;
}

footer section#principal .pie_tit {
    font-size: 20px;
    line-height: 25px;
}

footer section#principal a:hover {
    color: #9eb6ee;
}

footer section#secundario {
    max-width: 100%;
    text-align: right;
    height: auto;
}

footer section#tercero {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    max-width: 360px;
    display: inline-block;
    vertical-align: top;
}

footer section#tercero img {
    max-height: 40px;
}

footer figure {
    text-align: center;
    padding: 10px;
}

footer section#tercero span {
    color: #9eb6ee;
    font-size: 19px;
    line-height: 25px;
}



@media(max-width:768px) {

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        width: 100%;
        height: 300px;
        text-align: center;
        margin: 0 auto;
    }
}

/******************[TITULOS Y SUBTITULOS GENERALES]*************************/
.info { /**Contenedor*/
    max-width: 1024px;
    height: auto;
    color: #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 180px;
    text-align: center;
    
  
  
}

.info_tit {/*titulos*/
    font-family: colaborate-regularregular;
    font-size: 45px;
    line-height: 45px;
    padding-top: 40px;
    padding-bottom: 30px;
    /*color: #644748;*/
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 5px;
    clear: both; 
    
    background-color:#182242;
}

.info_tit span {
    font-size: 45px;
    line-height: 25px;
    color: #1F3373;
    color:#545372;
}

.info_tit2 {/*titulos*/
    font-family: colaborate-regularregular;
    font-size: 40px;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    /*color: #644748;*/
    color: #FFF;
    text-align: right;
    
    padding-left: 5px;
    clear: both; 
}

.info_tit2 span {
    font-size: 45px;
    line-height: 25px;
    color: #FFF;
}

.info_tit_sub {    /*sub titulos*/
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #644748;
    color:#B5A48D;
    text-align: left;
    padding-left: 5px;
    clear: both;
    
    background-color:#182242;
}

.info_tit_sub span {
    font-size: 20px;
    line-height: 20px;
    color: #6ead73;
}

/* Portal privado — bienvenida (inicio_usuario): tipografía fluida, cromática del sitio */
.info.info--priv-inicio {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(
        180deg,
        #182242 0%,
        rgba(16, 24, 49, 0.98) 55%,
        rgba(18, 26, 52, 1) 100%
    );
    border-bottom: 1px solid rgba(74, 98, 176, 0.32);
    color: rgba(248, 246, 242, 0.94);
}

.info.info--priv-inicio .info--priv-inicio-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding:
        clamp(18px, 4.5vw, 42px)
        max(16px, env(safe-area-inset-right, 0px))
        clamp(16px, 3.5vw, 36px)
        max(16px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
}

.info.info--priv-inicio .info_tit {
    font-family: colaborate-thinregular, 'Source Sans Pro', sans-serif;
    font-size: clamp(1.4rem, 4.5vw, 2.45rem);
    line-height: 1.18;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 0 0 clamp(12px, 2.2vw, 20px);
    margin: 0;
    color: rgba(248, 246, 242, 0.96);
    text-align: center;
    border-bottom: 1px solid rgba(180, 164, 141, 0.38);
    background: transparent;
    clear: none;
}

.info.info--priv-inicio .info_tit span {
    font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: #b4a48d;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.info.info--priv-inicio .info_tit_sub {
    font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
    font-size: clamp(0.9rem, 2.35vw, 1.15rem);
    line-height: 1.55;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: none;
    padding: clamp(14px, 2.6vw, 24px) 0 0;
    margin: 0 auto;
    max-width: 38rem;
    color: rgba(232, 223, 208, 0.9);
    text-align: center;
    background: transparent;
    clear: none;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    hyphens: auto;
}

.info.info--priv-inicio .info_tit_sub span {
    font-size: inherit;
    line-height: inherit;
    color: #e8dfd0;
    font-weight: 600;
}

@media (max-width: 768px) {
    .info.info--priv-inicio .info--priv-inicio-inner {
        padding-left: max(14px, env(safe-area-inset-left, 0px));
        padding-right: max(14px, env(safe-area-inset-right, 0px));
    }

    .info.info--priv-inicio .info_tit {
        letter-spacing: 0.02em;
    }

    .info.info--priv-inicio .info_tit_sub {
        letter-spacing: 0.03em;
    }
}

/* Inicio usuario (priv): hero + texto sobre foto, ancho 100% (hero y accesos alineados) */
.priv-inicio-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.priv-inicio-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    min-height: clamp(240px, 42vh, 520px);
    box-shadow: 0 10px 28px rgba(18, 26, 52, 0.12);
}

.priv-inicio-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.priv-inicio-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.priv-inicio-hero__overlay {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    /* Tono frío (cielo / arándano) + base oscura para contraste con el texto */
    background: linear-gradient(
        180deg,
        rgba(28, 52, 78, 0.2) 0%,
        rgba(16, 36, 58, 0.52) 42%,
        rgba(8, 22, 42, 0.9) 100%
    );
}

.info.info--priv-inicio.info--priv-inicio--hero {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border-bottom: none;
}

.info.info--priv-inicio.info--priv-inicio--hero .info--priv-inicio-inner {
    max-width: none;
    margin: 0;
    padding:
        clamp(14px, 3vw, 22px)
        max(16px, env(safe-area-inset-right, 0px))
        clamp(12px, 2.5vw, 20px)
        max(16px, env(safe-area-inset-left, 0px));
}

.info.info--priv-inicio.info--priv-inicio--hero .info_tit {
    color: #f2f6fc;
    border-bottom-color: rgba(130, 178, 220, 0.42);
    text-shadow:
        0 2px 18px rgba(6, 20, 42, 0.55),
        0 0 1px rgba(8, 32, 56, 0.35);
}

.info.info--priv-inicio.info--priv-inicio--hero .info_tit span {
    color: #9fd4ff;
    text-shadow: 0 2px 14px rgba(8, 36, 64, 0.45);
}

.info.info--priv-inicio.info--priv-inicio--hero .info_tit_sub {
    max-width: none;
    color: rgba(208, 228, 238, 0.96);
    text-shadow: 0 1px 12px rgba(6, 24, 48, 0.42);
}

.info.info--priv-inicio.info--priv-inicio--hero .info_tit_sub span {
    color: #b8ead8;
    text-shadow: 0 1px 8px rgba(6, 28, 44, 0.35);
}

.priv-inicio-main .contenido-ajustado.home-accesos.home-accesos--priv {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    max-width: none;
}

@media (max-width: 768px) {
    .priv-inicio-hero {
        min-height: clamp(220px, 48vw, 380px);
    }

    .info.info--priv-inicio.info--priv-inicio--hero .info--priv-inicio-inner {
        padding-left: max(14px, env(safe-area-inset-left, 0px));
        padding-right: max(14px, env(safe-area-inset-right, 0px));
    }
}

.info_tit_sub2 {    /*sub titulos*/
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: right;
    padding-left: 5px;
    clear: both;
}

@media(max-width:768px) {
.info_tit2 {/*titulos*/
    
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
     
}
    .info_tit_sub2 {    /*sub titulos*/
   
    font-size: 15px;
    line-height: 15px;
    
   
}
}

.area-diapos {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    
    text-align: center;
    /*height: 120px;*/
    overflow:hidden;


}

.area-diapos img {
    max-width: 100%;
    max-height: 100%;
}

.area-diapos2 {
    width: 98%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    /*height: 120px;*/
    
    overflow:hidden;
}

.area-diapos2 img {
    width: 100%;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
   min-width: 200px;
    /*
    border-radius: 10px 10px 10px 10px;
    */
}

.area-diapos2 img:hover {
    -webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}


/****************************GENERALIDADES*****************************************/
/*MENSAJE DE ALERTA DE INFORMACION DE DEVOLUCION*/
.infor {
    margin: 0 auto;
    max-width:1024px;
   
    color: white;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
   
    text-align: left;
     background-color:#182242;
}

.infor a {
    text-decoration: underline;
    color:rgb(241, 168, 168);
}
.infor a:hover {
    text-decoration: underline;
    color:#9b0909;
}

.contenedor_general {
    max-width: 1024px;
    height: auto;
    color: #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    
    text-align: center;
    padding-bottom: 30px;
    
}
.contenedor_general_g {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: clamp(24px, 4vw, 48px);
    clear: both;
}

/* Evita que el siguiente bloque (p. ej. «Ver empleos») suba debajo de los floats + Facebook */
.contenedor_general_g::after {
    content: "";
    display: table;
    clear: both;
}

/* Si el botón u otro bloque va dentro de .contenedor_general_g tras columnas flotantes */
.contenedor_general_g > .contenedor_general {
    clear: both;
}
.contenedor_general_1 { /*Informacion de Sucursal*/
    max-width: 524px;
    width: 100%;
    height: auto;
    color: #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
   
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_2 { /*Plugin Facebook de Sucursal*/
    max-width: 500px;
    width: 100%;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_gg{/*Informacion CERtificacion*/
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    float: left;
} 
.contenedor_general_11 { /*Informacion CERtificacion*/
    max-width: 524px;
    width: 100%;
    height: 300px;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: rgb(179, 16, 16);
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_22 { /*CERtificacion*/
    max-width: 500px;
    width: 100%;
    height: 300px;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: rgb(101, 197, 32);
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_22 img{
    max-width: 300px;
    width: 100%;
}
.titulo_g {/*Titulo grande*/
    font-family: colaborate-thinregular;
    font-size: 40px;
    line-height: 40px;
    padding-top: 30px;
    color: #5CA242;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 20px;
}

.titulo_g span {/*Sub Titulo*/
    font-size: 30px;
    line-height: 30px;
}

.titulo_n { /*Titulo mas pequeño*/
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    color: #b5a48d;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #E1E1E1;*/
}

.titulo_n span {/*Sub Titulo mas pequeño*/
    font-size: 18px;
    line-height: 20px;
    font-family: colaborate-regularregular;
}

.contenedor_general .textos {
    display: block;
    font-family: colaborate-thinregular;
    color: #FFF;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.contenedor_general .textos aside {
    color: #dd3e3e;
}

.contenedor_general .in {/*informacion de contacto*/
    display: block;
    font-family: colaborate-regularregular;
    color: #FFF;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
}

.contenedor_general img {
    max-width: 900px;
}


.contenedor_general_1 .textos {
    display: block;
    font-family: colaborate-thinregular;
    color: #555555;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.contenedor_general_1 .textos aside {
    color: #dd3e3e;
}

.contenedor_general_1 .in {/*informacion de contacto*/
    display: block;
    font-family: colaborate-regularregular;
    color: #FFF;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
}

.contenedor_general_1 img {
    max-width: 900px;
}

/************************************[Contactenos]****************************************/
.areacontacto {
    
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    font-family: colaborate-thinregular;
    font-size: 16px;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    
}

.areacontacto label,
.areacontacto select,
.areacontacto input {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-top: 5px;
    font-size: 18px;
}

.areacontacto label {
    padding-top: 10px;
}

.areacontacto input {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    height: 20px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    height: 35px;
    background-color: #F0F0F0;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    
}
.areacontacto select {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    height: 20px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    height: 35px;
    background-color: #F0F0F0;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.areacontacto .txtarea {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    max-width: 80%;
    max-height: 180px;
    height: 180px;
    width: 80%;
    background-color: #F0F0F0;
    margin-top: 5px;
    font-size: 15px;
    color: #666;
}
.areacontacto .txtarea {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.areacontacto .boton {
    background-color:#1F3373;	
	color:#fff;
	border: 1px solid #182242;
	border-bottom: 6px solid #182242;
    max-width: 200px;
    height: 50px;
}

.areacontacto .boton:hover {
    background-color:#182242;
}

/* Enviar unificado — formularios modernos en contacto.php y curriculum.php */
body.page-contacto .cv-form .cv-field--actions,
body.page-cv .cv-form .cv-field--actions {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.page-contacto .cv-form .cv-field--actions .boton,
body.page-cv .cv-form .cv-field--actions .boton {
    flex: 0 0 auto;
    width: auto;
    max-width: min(240px, 100%);
    height: auto;
    min-height: 0;
    padding: 11px 34px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 2px solid #6b8ad4;
    border-radius: 8px;
    font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #f8fafc;
    background: linear-gradient(165deg, #3d5490 0%, #324878 38%, #253560 100%);
    box-shadow: 0 2px 12px rgba(26, 35, 68, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.2s ease, border-color 0.22s ease;
}

body.page-contacto .cv-form .cv-field--actions .boton:hover,
body.page-contacto .cv-form .cv-field--actions .boton:focus,
body.page-cv .cv-form .cv-field--actions .boton:hover,
body.page-cv .cv-form .cv-field--actions .boton:focus {
    background: linear-gradient(165deg, #4a62b0 0%, #3d5490 42%, #2d4172 100%);
    border-color: rgba(255, 255, 255, 0.22);
    border-bottom-color: #9eb6ee;
    color: #fff;
    box-shadow: 0 6px 22px rgba(26, 35, 68, 0.32), 0 0 0 1px rgba(107, 138, 212, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    outline: none;
}

body.page-contacto .cv-form .cv-field--actions .boton:focus-visible,
body.page-cv .cv-form .cv-field--actions .boton:focus-visible {
    outline: 2px solid #4a62b0;
    outline-offset: 4px;
}

body.page-contacto .cv-form .cv-field--actions .boton:active,
body.page-cv .cv-form .cv-field--actions .boton:active {
    transform: translateY(0);
    background: linear-gradient(165deg, #2d4172 0%, #1f2d52 100%);
    border-bottom-color: #4a62b0;
    box-shadow: 0 1px 8px rgba(26, 35, 68, 0.22), inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.areacontacto .ms {
    /*mensaje del scrip*/
    border: none;
    color: #E8572E;
    font-family: colaborate-thinregular;
    text-align: center;
    background-color: #FFF;
}

.areacontacto .ms a {
    color: #182242;
    font-weight: 600;
    text-decoration: underline;
}

.areacontacto .ms a:hover,
.areacontacto .ms a:focus {
    color: #4a62b0;
}
.google-maps {
    position: relative;
    padding-bottom: 50%;
    /*/ This is the aspect ratio*/
    height: 0;
    overflow: hidden;
   
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    
}

iframe {
    max-width: 100%;
    height: auto;
}

/**************************PRODUCTOS***************************/
.contenedor-pro{
    position: relative;
    display: inline-block;
    text-align: center;
    /*max-width: 1024px;*/
    width:1024px;
/*
   height: 500px;
   overflow: hidden;
   text-align: center;*/
}
.contenedor-pro img{
   
}

.texto-encima-pro{
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: colaborate-regularregular;
    font-size: 41px;
    line-height: 45px;
    color: #FFF;
    
}
.texto-encima-pro a {color: #FFF;}
.texto-encima-pro-sb{
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: colaborate-regularregular;
    font-size: 41px;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    
}
@media(max-width:768px) {

    .texto-encima-pro-sb{
        position: absolute;
        top: 20px;
        left: 30px;
        font-family: colaborate-regularregular;
        font-size: 35px;
        line-height: 35px;
        color: #FFF;
        text-align: center;
        
    }
}
.centrado-pro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color: #182242;
    opacity: 0.9;
    margin: 3px;
    padding: 10px; 
}
.centrado-pro-oc{
   
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color: #182242;
    opacity: 0.9;
    margin: 3px;
    padding: 10px; 
    display: none;
}

@media(max-width:768px) {

    .centrado-pro {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro-oc{
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }
}

.centrado-pro-sb{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-regularregular;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    background-color: #FFF;
    opacity: 0.7;
    margin: 3px;
    padding: 10px; 
    width: 800px;
}
.centrado-pro-oc-sb{
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    background-color: #FFF;
    opacity: 0.9;
    margin: 3px;
    padding: 10px; 
    display: none;
}
@media(max-width:768px) {

    .centrado-pro-sb {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro-oc-sb{
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }
}

/************************* * HISTORIA**** ******************************/
.centrado-pro-his{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-thinregular;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    background-color: #182242;
    opacity: 0.9;
    padding: 10px;
    max-width: 960px;
    width: 100%;
    text-align: justify;
    text-indent: 20px;
}
.centrado-pro-his2{
    font-family: colaborate-thinregular;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    background-color: #182242;
    opacity: 0.9;
    padding: 10px;
    max-width: 960px;
    width: 100%;
    text-align: justify;
    text-indent: 20px;
    display: none;
}

@media(max-width:768px) {

    .centrado-pro-his {
        display: none;
    }
    .centrado-pro-his2 {
        display:block;
        position: relative;
    }
}

/**************************** SUCURSALES ****************************************/
.contenido-ajustado-suc {
    max-width: 1280px;
    height: auto;
    color: #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    
    text-align: center;
    padding-bottom: 30px;
    clear: both;
}

.contenedor-img-suc {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
}

.contenedor-img-suc img {
    max-height: 200px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */

}

.contenedor-img-suc:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}
/*INI Somos Organicos*/
.contenedor-img-suc3 {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    width: 200px;
    
}
.contenedor-img-suc3 img {
    max-width: 200px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
   
}

.contenedor-img-suc3:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}
/*END*/
.texto-encima-suc {
    font-family: colaborate-regularregular;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:#182242;
}
.texto-encima-suc:hover{
     color: #C12C27;
}

@media(max-width:768px) {

    .contenedor-img-suc {}
}
/**************************** SUCURSALES DENTRO DE CADA UNA ****************************************/
.red-social{
    float: right;
    max-width: 30px;
}
.red-social-dos{
  width: 30px;
margin-bottom:-10px;

}
.barra-ver-e {
    text-align: center;
    margin-top: clamp(12px, 2vw, 20px);
    margin-bottom: 6px;
    padding: clamp(8px, 1.5vw, 14px) clamp(12px, 2vw, 20px);
    box-sizing: border-box;
}

.barra-ver-e a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 28px;
    max-width: min(320px, 100%);
    width: auto;
    font-size: 12px;
    font-weight: 600;
    font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.25;
    color: #f8fafc;
    background: linear-gradient(165deg, #3d5490 0%, #324878 38%, #253560 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 2px solid #6b8ad4;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(26, 35, 68, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition:
        color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.2s ease,
        border-color 0.22s ease;
}

.barra-ver-e a:hover,
.barra-ver-e a:focus {
    background: linear-gradient(165deg, #4a62b0 0%, #3d5490 42%, #2d4172 100%);
    border-color: rgba(255, 255, 255, 0.22);
    border-bottom-color: #9eb6ee;
    color: #fff;
    box-shadow: 0 6px 22px rgba(26, 35, 68, 0.32), 0 0 0 1px rgba(107, 138, 212, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    outline: none;
}

.barra-ver-e a:focus-visible {
    outline: 2px solid #4a62b0;
    outline-offset: 4px;
}

.barra-ver-e a:active {
    transform: translateY(0);
    background: linear-gradient(165deg, #2d4172 0%, #1f2d52 100%);
    border-bottom-color: #4a62b0;
    box-shadow: 0 1px 8px rgba(26, 35, 68, 0.22), inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.contenedor-gal{
  margin: 0;
  min-height: 100vh;
  background: #000;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(5deg);
}
.container2 .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
}
.container2 .card .card__head {
  color: black;
  background: #182242;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
}
.container2 .card:hover {
  flex-grow: 10;
}
.container2 .card:hover img {
  filter: grayscale(0);
}
.container2 .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg) skew(-5deg);
}
.container2 .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.container2 .card:not(:nth-child(5)) {
  margin-right: 1em;
}

/************************* Nueva Galeria (100% ancho, adaptable) ***********************/
.contenedor-gal2-g {
    margin: 0;
    background: #000;
    width: 100%;
    max-width: 100%;
    clear: both;
    box-sizing: border-box;
}

.contenedor-gal2 {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    background: #000;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    padding: clamp(6px, 1.5vw, 14px) 0;
}

.contenedor-gal2 .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 clamp(4px, 1.2vw, 12px);
    box-sizing: border-box;
}

.contenedor-gal2 .mySlides {
    display: none;
}

.contenedor-gal2 .mySlides img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(78vh, 960px);
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    vertical-align: middle;
    background: #0a0a0a;
}

.contenedor-gal2 .cursor {
    cursor: pointer;
}

.contenedor-gal2 .prev,
.contenedor-gal2 .next {
    cursor: pointer;
    position: absolute;
    top: 38%;
    width: auto;
    padding: clamp(10px, 2.5vw, 16px);
    margin-top: 0;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: clamp(0.95rem, 3vw, 1.25rem);
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 3;
}

.contenedor-gal2 .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.contenedor-gal2 .prev:hover,
.contenedor-gal2 .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.contenedor-gal2 .numbertext {
    color: #f2f2f2;
    font-size: clamp(10px, 2.4vw, 12px);
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contenedor-gal2 .caption-container {
    text-align: center;
    background-color: #222;
    padding: clamp(6px, 1.5vw, 10px) clamp(8px, 2vw, 16px);
    color: white;
    font-size: clamp(12px, 2.8vw, 15px);
    box-sizing: border-box;
}

.contenedor-gal2 .row {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(4px, 1vw, 8px);
    justify-content: center;
    align-items: stretch;
    margin-top: clamp(6px, 1.5vw, 12px);
    padding: 0 2px 8px;
    box-sizing: border-box;
}

.contenedor-gal2 .row:after {
    content: none;
    display: none;
}

.contenedor-gal2 .column {
    float: none;
    flex: 1 1 calc(16.66% - 8px);
    min-width: 0;
    max-width: calc(16.66% - 4px);
    box-sizing: border-box;
}

.contenedor-gal2 .column img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.contenedor-gal2 .demo {
    opacity: 0.6;
}

.contenedor-gal2 .active,
.contenedor-gal2 .demo:hover {
    opacity: 1;
}

@media (max-width: 900px) {
    .contenedor-gal2 .column {
        flex: 1 1 calc(25% - 8px);
        max-width: calc(25% - 4px);
    }

    .contenedor-gal2 .mySlides img {
        max-height: min(70vh, 720px);
    }
}

@media (max-width: 600px) {
    .contenedor-gal2 .column {
        flex: 1 1 calc(33.333% - 8px);
        max-width: calc(33.333% - 4px);
    }

    .contenedor-gal2 .prev,
    .contenedor-gal2 .next {
        top: 32%;
        padding: 8px 10px;
    }

    .contenedor-gal2 .mySlides img {
        max-height: min(62vh, 560px);
    }
}

@media (max-width: 400px) {
    .contenedor-gal2 .column {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 4px);
    }
}
  /*End Galeria*/

/* Galería sucursales: estilos en estilos/sucursal-gallery.css (incluido solo en losangeles.php y osorno.php). */

/*Miniaturas de Resto de Sucursales*/
.contenido-ajustado-suc2 {
    max-width: 100%;
    height: auto;
    color: rgba(240, 244, 255, 0.92);
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    text-align: center;
    padding: clamp(20px, 3vw, 32px) clamp(12px, 2.5vw, 24px) 30px;
    clear: both;
    background-color: #182242;
    background-image: linear-gradient(180deg, rgba(74, 98, 176, 0.2) 0%, transparent 38%);
    border-top: 1px solid rgba(74, 98, 176, 0.35);
    box-sizing: border-box;
}

.contenido-ajustado-suc2 .titulo_n {
    color: #f4f7fe;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
}

.contenido-ajustado-suc2 .titulo_n span {
    color: #9eb6ee;
}

.contenido-ajustado-suc2 .texto-encima-suc2:hover {
    color: #c5d4f8;
}

.contenedor-img-suc2 {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
    margin-right: 50px;
}

.contenedor-img-suc2 img {
    max-height: 120px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.contenedor-img-suc2:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}

.texto-encima-suc2 {
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    position: absolute;
    top: 125px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:#182242;
}
.texto-encima-suc2:hover{
     color: #C12C27;
}

@media(max-width:768px) {

    .contenedor-img-suc2 {}
}


/*Miniaturas de Administradores de Sucursales*/
.titulo_n_admin { /*Titulo mas pequeño*/
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    color: #b5a48d;
    text-align: center;
    padding-left: 5px;
    padding-bottom: 0px;
}
.titulo_n_admin span {/*Sub Titulo mas pequeño*/
    font-size: 20px;
    line-height: 20px;
    font-family: colaborate-regularregular;
}
.contenido-ajustado-admin {
    max-width: 1280px;
    height: auto;
    color: #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 250px;
    
    text-align: center;
    padding-bottom: 50px;
    clear: both;
}

.contenedor-img-admin {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
}

.contenedor-img-admin img {
    max-width: 180px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.contenedor-img-admin:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}

.texto-encima-admin {
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 22px;
    color: #FFF;
    position: absolute;
    top: 185px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    
}
.texto-encima-admin:hover{
     color: #C12C27;
}
.texto-encima-admin span{
    font-size: 17px;
    line-height: 17px;
    color: #FFF;
}

@media(max-width:768px) {

    .contenedor-img-admin {}
}



/************************[LISTA DE EMPLEOS]*************************/
.contenedor_empleos{
	max-width:1024px;	
	height:auto;		
	color:#000; 	
	font-weight:lighter;
	margin:0 auto;
	min-width:200px;
	
	text-align:center;
	padding-bottom:30px;    
}
.contador{
    font-family: colaborate-regularregular;
    font-size: 17px;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: left;
    padding-left: 5px;
    clear: both;
}
.contenedor_empleos table {
    border-collapse:collapse;
    border-bottom-style:solid;
    text-align:left;
    margin: 0 auto;
    margin-top:5px;
    background-color:#FFF;		
    /*border: solid 1px #5F5959 ;*/
    color:#000;
    font-size:17px;
    width:100%;
    margin-bottom: 80px;
   
}
.contenedor_empleos table .cb {
background-color:#182242;
color:#FFF;
height:40px;
font-size:17px;
padding-bottom:8px;
padding-top:8px;
}
.contenedor_empleos table .cp{ 
    height:40px;
    font-size:17px;
    padding-bottom:8px;
    padding-top:8px;
    border-bottom: solid 1px #aaaaaa ;
}
.contenedor_empleos table tr img {
    max-height:60px; 
    max-width:60px;
    padding:0px;	
}
.contenedor_empleos table tr td { 
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;   
}

.contenedor_empleos table tr a {
    color:#182242;
    font-family: colaborate-regularregular;
}
.contenedor_empleos table tr a:hover {
    color:#751328;
    text-decoration: underline;
    font-family: colaborate-regularregular;
}

.contenedor_empleos table tr .pr {
    color:#182242;
    font-family: colaborate-regularregular;
}

.contenedor_empleos table tr:nth-child(2n) {
background: #f6f1f0;
}
/*
.contenedor_empleos table:not(.cb) tr:hover {
background:#c0e8e4;
}
*/


/*******************************[Filtros de Sucursales en Empleos]*****************************/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color:#f6f1f0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align:left;
}
.panel a{
	color:#000;
	font-size:17px;
	line-height:23px;
	padding-left:10px;
}


/*===================[LOGIN]=================================*/
.info_full {
    width: 100%;
    max-width: 1024px;
    background-color: #182242;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0 auto;
}
.n_1 {
    max-width: 1024px;
    margin: 0 auto;
}

.n_1 span {
    display: block;
    font-size: 17px;
    color: #000;
    margin: 0 auto;
    width: 90%;
    max-width: 1070px;
    padding: 15px;
    background-color: #182242;
    text-align: justify;
    color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.n_1 span a{
    color: #F0F0F0;
}
.login {
    max-width: 1024px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    background-image: url(../images/sl1.webp);
    text-align: center;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.login p {
    /*titulo*/
    font-family: colaborate-thinregular;
    font-size: 36px;
    line-height: 36px;
    padding-top: 30px;
    color: #FFF;
    border-bottom: 0px solid #644748;
    padding-left: 5px;
    text-align: center;
}

.opciones_i {
    /*este es el form*/
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 208px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px solid #5CA242;
    background-color: #FFF;
    opacity: 0.8;
   
}

.opciones_i label {
    display: block;
    padding-top: 9px;
    opacity: 1;
}

.opciones_i input {
    background-color:  #dee4f4;
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: colaborate-regularregular;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgb(29, 27, 27);  
}

.opciones_i .btn {
    background-color: #1F3373;
    color: #FFF;
    width: 200px;
    height: 30px;
    margin-top: 30px;
    opacity: 1;
    margin-bottom: 10px;
}
.mensaje {
    /*mensaje del scrip*/
    border: none;
    color: #C12C27;
    font-family: colaborate-regularregular;
    text-align: center;
    font-size: 16px;
}

/*Certificacion Organica*/

.centrado-pro2{
    width: 80%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color:#182242;/* #364353;*/
    opacity: 0.9;
    margin: 3px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px; 
    text-align: justify;
}
.centrado-pro22{
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color: #182242;/* #364353;*/
    opacity: 0.9;
    margin: 3px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px; 
    text-align: justify;
    display: none;
}
@media(max-width:768px) {

    .centrado-pro2 {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro22 {
        font-size: 17px;
        line-height: 17px;
        position: relative;
        display: block;
        
    }
}

.contenido-certificacion {
    max-width: 1054px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    clear: both;
   
}
.contenedor-indiv_txt {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    max-width: 500px;
    width: 100%;
    height: 350px;
    background-color: #182242;
    background-image: url(../images/historia2.webp);
    background-position:bottom;
}
@media(max-width:768px) {

    .contenedor-indiv_txt {
        font-size: 17px;
        line-height: 17px;
        height: auto;
    }   
}

.contenedor-indiv {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    max-width: 500px;
    width: 100%;
    height: 350px;
    background-color: #FFF;
}
.contenedor-indiv img{
    max-width: 90%;
    max-height: 90%;
    padding-top: 40px;;
}
@media(max-width:768px) {

    .contenedor-indiv {
        display: none;
    }

    .contenedor-indiv img {
        display: none;
    }
   
}

/*regenerativo*/



.centrado-pro2_r{
    width: 40%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-1%, -50%);
    font-family: colaborate-regularregular;
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    text-shadow: 2px 2px #000; 
    background-color: transparent;/*#182242;/* #364353;*/
    opacity: 0.9;
    margin: 3px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px; 
    text-align: justify;
}
.centrado-pro22{
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color: #182242;/* #364353;*/
    opacity: 0.9;
    margin: 3px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px; 
    text-align: justify;
    display: none;
}
@media(max-width:768px) {

    .centrado-pro2_r {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro22 {
        font-size: 17px;
        line-height: 17px;
        position: relative;
        display: block;
        
    }
}

.contenido-certificacion {
    max-width: 1054px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    clear: both;
   
}
.contenedor-indiv_txt_r {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    max-width: 500px;
    width: 100%;
    height: 350px;
    background-color: #182242;
    background-image: url(../images/historia4.webp);
    background-position:center;
}
@media(max-width:768px) {

    .contenedor-indiv_txt_r {
        font-size: 17px;
        line-height: 17px;
        height: auto;
    }   
}

.contenedor-indiv_r {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    max-width: 500px;
    width: 100%;
    height: 350px;
    background-color: #FFF;
}
.contenedor-indiv_r img{
    max-width: 100%;
    max-height: 100%;
    padding-top: 0px;
}
@media(max-width:768px) {

    .contenedor-indiv_r {
        display: none;
    }

    .contenedor-indiv_r img {
        display: none;
    }
}
/*fin regenerativo*/
.info_o { /**Contenedor*/
    font-family: colaborate-regularregular;
    max-width: 1024px;
    height: 94%;
    color:   #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 180px;
    text-align: center;
    margin:10px;
    background-color:#171e55;
    opacity: 0.7;
}
.info_o:hover { /**Contenedor*/
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    opacity: 1;
}

.info_tit_o {/*titulos*/
    font-size: 45px;
    line-height: 45px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #364353;;
    padding-left: 5px;
    clear: both; 
}

.info_tit_o span {
    font-size: 45px;
    line-height: 25px;
}
@media(max-width:768px) {

    .info_tit_o span {
        font-size: 22px;
    }

}

.info_tit_sub_o {    /*sub titulos*/
    /*font-family: colaborate-thinregular;*/
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
   text-align: left;
    padding-left: 5px;
    clear: both;
    opacity: 1;
}

/*Estilos ventana modal index*/
.img-modal{
    width: 100%;
    height: auto;
    
}
.img-modal img{
    
    max-width: 100%;
    height: auto;
    
}
.enlace-modal{
    color: #182242;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.enlace-modal:hover{
    color: #5a9a1f;
}

/* Modal bienvenida inicio (#myModal) — tarjeta compacta y discreta */
#myModal.modal.in,
#myModal.modal.fade.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: max(12px, 2vh) max(16px, 3vw);
    box-sizing: border-box;
    overflow-y: auto;
    text-align: center;
}
#myModal.modal.fade .modal-dialog,
#myModal.modal.in .modal-dialog {
    transform: none;
}
#myModal .home-welcome-dialog {
    max-width: 400px;
    width: min(400px, calc(100% - 40px));
    margin: 0 auto;
    height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
    text-align: left;
}
#myModal .home-welcome-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(7, 18, 47, 0.18), 0 2px 8px rgba(7, 18, 47, 0.08);
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    max-height: min(520px, 70vh);
    height: auto;
}
#myModal .home-modal-body {
    flex: 0 0 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    background: #000;
}
#myModal .home-modal-visual.img-modal {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: min(360px, 52vh);
    overflow: hidden;
    display: block;
}
#myModal .home-modal-inicio-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#myModal .home-modal-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    box-sizing: border-box;
    pointer-events: none;
}
#myModal .home-modal-overlay > * {
    pointer-events: auto;
}
#myModal .home-modal-overlay--top {
    top: 0;
    padding: 10px 10px 36px;
    background: linear-gradient(180deg, rgba(8, 12, 28, 0.82) 0%, rgba(8, 12, 28, 0.35) 65%, transparent 100%);
}
#myModal .home-modal-overlay--bottom {
    bottom: 0;
    padding: 20px 12px 12px;
    background: linear-gradient(0deg, rgba(8, 12, 28, 0.88) 0%, rgba(8, 12, 28, 0.4) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
#myModal .home-modal-roc-badge {
    align-self: center;
    margin: 0 0 2px;
    pointer-events: none;
}
#myModal .home-modal-roc-badge img {
    display: block;
    width: auto;
    max-width: min(200px, 50vw);
    height: auto;
    max-height: min(16vh, 88px);
    object-fit: contain;
    filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.45));
}
#myModal .home-modal-header.home-modal-overlay--top {
    border: none;
    background: transparent;
    padding: 10px 10px 36px;
    margin: 0;
}
#myModal .home-modal-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}
#myModal .home-modal-header .modal-title {
    margin: 0;
    padding-top: 1px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.35px;
    font-size: 1.08rem;
    line-height: 1.28;
    flex: 1;
    min-width: 0;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
#myModal .home-modal-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
#myModal .home-modal-countdown {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    padding: 2px 0 0 8px;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
}
#myModal .home-modal-countdown-label {
    font-family: 'Source Sans Pro', 'Segoe UI', sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.25;
}
#myModal .home-modal-countdown-value {
    font-family: 'Source Sans Pro', 'Segoe UI', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.2;
    letter-spacing: 0.01em;
}
#myModal .home-modal-countdown-num {
    font-size: 0.95rem;
    font-variant-numeric: tabular-nums;
}
#myModal .home-modal-countdown-suffix {
    font-size: 0.7rem;
    margin-left: 1px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
}
#myModal .home-modal-close {
    float: none;
    margin: 0;
    padding: 0 2px;
    color: #fff;
    opacity: 0.88;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 1;
}
#myModal .home-modal-close:hover,
#myModal .home-modal-close:focus {
    opacity: 1;
    color: #8fd12f;
    outline: none;
}
#myModal .home-modal-body .info_tit_sub.home-modal-text {
    background: none;
    padding: 0;
    flex-shrink: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.93rem;
    line-height: 1.45;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}
#myModal .home-modal-body .info_tit_sub.home-modal-text span {
    color: #b8e86a;
}
#myModal .home-modal-overlay--bottom .enlace-modal {
    color: #c8f070;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}
#myModal .home-modal-overlay--bottom .enlace-modal:hover,
#myModal .home-modal-overlay--bottom .enlace-modal:focus {
    color: #fff;
}
#myModal .home-modal-overlay--bottom .home-modal-btn-close {
    align-self: flex-end;
    background: rgba(24, 34, 66, 0.88);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 6px 16px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
#myModal .home-modal-overlay--bottom .home-modal-btn-close:hover,
#myModal .home-modal-overlay--bottom .home-modal-btn-close:focus {
    background: rgba(36, 48, 96, 0.95);
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

@media only screen and (max-width: 480px) {
    #myModal.modal.in,
    #myModal.modal.fade.in {
        padding: 10px 14px;
    }
    #myModal .home-welcome-dialog {
        width: min(400px, calc(100% - 28px));
    }
    #myModal .home-welcome-content {
        max-height: min(480px, 66vh);
    }
    #myModal .home-modal-visual.img-modal {
        max-height: min(320px, 48vh);
        aspect-ratio: 3 / 4;
    }
    #myModal .home-modal-header-top {
        flex-wrap: wrap;
    }
    #myModal .home-modal-header-actions {
        width: 100%;
        justify-content: flex-end;
    }
    #myModal .home-modal-header .modal-title {
        width: 100%;
    }
    #myModal .home-modal-body {
        padding: 0;
    }
    #myModal .home-modal-overlay--top.home-modal-header,
    #myModal .home-modal-overlay--top {
        padding: 8px 8px 28px;
    }
    #myModal .home-modal-overlay--bottom {
        padding: 18px 10px 10px;
        gap: 10px;
    }
}
/* Accesos flotantes (FAB) — alineado con franja corporativa #182242 / #4a62b0 */
@keyframes site-fab-dock-enter {
    0% {
        opacity: 0;
        transform: translate3d(12px, 28px, 0) scale(0.82);
    }
    50% {
        opacity: 1;
        transform: translate3d(-3px, -10px, 0) scale(1.08);
    }
    68% {
        transform: translate3d(2px, 5px, 0) scale(0.96);
    }
    84% {
        transform: translate3d(-1px, -3px, 0) scale(1.03);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.site-fab-dock {
    position: fixed;
    right: max(14px, env(safe-area-inset-right, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    z-index: 99;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}

.site-fab-dock > .site-fab {
    pointer-events: auto;
    animation: site-fab-dock-enter 0.78s ease both;
}

.site-fab-dock > .site-fab:nth-child(1) {
    animation-delay: 0.05s;
}

.site-fab-dock > .site-fab:nth-child(2) {
    animation-delay: 0.12s;
}

.site-fab-dock > .site-fab:nth-child(3) {
    animation-delay: 0.19s;
}

.site-fab {
    position: relative;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow:
        0 8px 24px rgba(26, 35, 68, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.site-fab img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin: 0;
    vertical-align: middle;
}

@media (hover: hover) and (pointer: fine) {
    .site-fab::after {
        content: attr(aria-label);
        position: absolute;
        right: calc(100% + 12px);
        top: 50%;
        transform: translateY(-50%) translateX(6px);
        opacity: 0;
        visibility: hidden;
        padding: 8px 12px;
        max-width: min(220px, 65vw);
        text-align: left;
        line-height: 1.35;
        font-family: colaborate-regularregular, 'Source Sans Pro', sans-serif;
        font-size: 13px;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        color: #f4f7fe;
        background: linear-gradient(145deg, #243056 0%, #182242 100%);
        border: 1px solid rgba(158, 182, 238, 0.28);
        border-radius: 10px;
        box-shadow: 0 8px 22px rgba(12, 18, 40, 0.35);
        pointer-events: none;
        z-index: 100;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    }

    .site-fab:hover::after,
    .site-fab:focus-visible::after {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(0);
    }
}

.site-fab--whatsapp {
    background: linear-gradient(165deg, #2dd36f 0%, #25d366 45%, #1dae56 100%);
    color: #fff;
}

.site-fab--whatsapp:hover,
.site-fab--whatsapp:focus-visible {
    background: linear-gradient(165deg, #34e078 0%, #28e06f 45%, #22c05e 100%);
    border-color: rgba(255, 255, 255, 0.45);
}

.site-fab--whatsapp.site-fab--venta {
    background: linear-gradient(155deg, #243056 0%, #182242 48%, #121a30 100%);
    border-color: rgba(158, 182, 238, 0.35);
}

.site-fab--whatsapp.site-fab--venta:hover,
.site-fab--whatsapp.site-fab--venta:focus-visible {
    background: linear-gradient(155deg, #2e3d6e 0%, #243056 50%, #182242 100%);
    border-color: rgba(158, 182, 238, 0.5);
}

.site-fab--regen {
    background: linear-gradient(145deg, #3d6b2e 0%, #2d5224 55%, #25441e 100%);
    border-color: rgba(180, 220, 160, 0.35);
}

.site-fab--regen:hover,
.site-fab--regen:focus-visible {
    background: linear-gradient(145deg, #4a7c38 0%, #35662a 55%, #2d5224 100%);
    border-color: rgba(200, 235, 180, 0.45);
}

.site-fab:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow:
        0 12px 28px rgba(26, 35, 68, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.site-fab:focus {
    outline: none;
}

.site-fab:focus-visible {
    outline: none;
    transform: translateY(-2px) scale(1.05);
    box-shadow:
        0 0 0 3px rgba(158, 182, 238, 0.55),
        0 12px 28px rgba(26, 35, 68, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 600px) {
    .site-fab-dock {
        right: max(10px, env(safe-area-inset-right, 0px));
        bottom: max(12px, env(safe-area-inset-bottom, 0px));
        gap: 10px;
    }

    .site-fab {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    .site-fab img {
        width: 24px;
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-fab-dock > .site-fab {
        animation: none;
    }

    .site-fab {
        transition: none;
    }

    .site-fab:hover,
    .site-fab:focus-visible {
        transform: none;
    }

    @media (hover: hover) and (pointer: fine) {
        .site-fab::after {
            transition: none;
        }

        .site-fab:hover::after,
        .site-fab:focus-visible::after {
            transform: translateY(-50%);
        }
    }
}

/* Scroll reveal (sitio completo) */
.home-sr-el {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--home-sr-delay, 0ms);
    will-change: opacity, transform;
}

.home-sr-el.home-sr--visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.contenido-ajustado.home-accesos .contenedor-img.home-sr-el:nth-child(odd) {
    transform: translate3d(-18px, 22px, 0);
}

.contenido-ajustado.home-accesos .contenedor-img.home-sr-el:nth-child(even) {
    transform: translate3d(18px, 22px, 0);
}

.contenido-ajustado.home-accesos .contenedor-img.home-sr-el.home-sr--visible {
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .home-sr-el {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        transition-delay: 0ms !important;
        will-change: auto !important;
    }
}
