/* 
	12/12/2025
*/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
body{
	line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */
@font-face {
  font-family: 'DegularLight';
  src: url('../fonts/Degular-Light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DegularSemiBold';
  src: url('../fonts/Degular-SemiBold.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DegularBold';
  src: url('../fonts/Degular-Bold.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #333333;
  font-size: clamp(1.13rem, calc(0.943rem + 0.909vw), 1.63rem);
  font-family: "DegularLight", Arial, Tahoma, Verdana;
  line-height: clamp(1.38rem, calc(1.193rem + 0.909vw), 1.88rem);
  background: #ffffff;
  overflow-x: hidden;
  height: auto;
}
body.dspM {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "DegularSemiBold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
a {
  -webkit-transition: all 0.03s;
  -moz-transition: all 0.03s;
  -ms-transition: all 0.03s;
  -o-transition: all 0.03s;
  transition: all 0.03s;
}
.wrapper {
  float: left;
  display: block;
  position: relative;
  background: #ffffff;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}
a.logo:link,
a.logo:visited,
.logo {
  float: none;
  display: block;
  pointer-events: initial;
  position: relative;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  width: 170px;
  height: 80px;
  margin: 25px auto;
  transition: all 0.03s;
}
a.logo:hover {
  opacity: 0.7;
  transition: all 0.03s;
}
a.logo img,
.contIni .logo img {
  float: left;
  display: block;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.03s;
}
.contIni {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cntIni {
  float: none;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  width: 1570px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.cntIni .bxImg {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 10;
  position: relative;
  border-radius: 40px;
  width: 1570px;
  height: 600px;
  margin: 0;
  padding: 0;
}
.cntIni .bxImg img {
  float: left;
  display: block;
  border-radius: 40px;
  width: 100%;
  height: auto;
  margin: 0;
}
.cntIni h1 {
  mix-blend-mode: initial;
  top: 26%;
  left: 14%;
  z-index: 20;
  pointer-events: none;
  position: absolute;
  color: #ffffff;
  font-size: clamp(1.63rem, calc(0.398rem + 6.136vw), 5rem);
  line-height: clamp(1.63rem, calc(0.398rem + 6.136vw), 5rem);
  text-align: center;
  width: 72%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cntIni .bxMap {
  top: 500px;
  left: 0;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  color: #ffffff;
  width: 930px;
  height: 535px;
  margin: 0;
  padding: 0;
}
.cntIni .bxMap img {
  float: left;
  display: block;
  z-index: 5;
  position: relative;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin: 0;
}
.cntIni .bxDsc {
  float: right;
  position: relative;
  color: #553515;
  font-size: clamp(0.88rem, calc(0.739rem + 0.682vw), 1.25rem);
  line-height: clamp(0.88rem, calc(0.739rem + 0.682vw), 1.25rem);
  text-align: left;
  width: 645px;
  margin: 30px 35px 140px 0;
  padding: 0;
}
.cntIni .bxDsc b {
  display: inline-block;
}
.cntIni a {
  display: inline-block;
  position: relative;
  color: #553515;
  text-decoration: none;
  padding: 0 3px;
}
.cntIni a:hover {
  color: #ffffff;
}
.cntIni a::after {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: #553515;
  width: 0;
  height: 20px;
  transition: all 0.24s;
}
.cntIni a:hover::after {
  width: 100%;
  transition: all 0.24s;
}
.overlay-2 {
  top: 0;
  left: 0;
  position: absolute;
  width: 250.625em;
  height: 23.8em;
  background: url(../lib/cloud-overlay.png) 0 100% repeat-x;
  animation: cloudLoop 120s linear infinite;
  z-index: 11;
  pointer-events: none;
}
@keyframes cloudLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.scene {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layer {
  position: absolute;
  inset: -15%;
  background-image: url(../img/bg-principal.jpg);
  background-size: cover;
  background-position: center;
  will-change: transform;
}
/* Profundidad visual */
.layer:nth-child(1) {
  opacity: 0.25;
}
.layer:nth-child(2) {
  opacity: 0.4;
}
.layer:nth-child(3) {
  opacity: 0.6;
}
.layer:nth-child(4) {
  opacity: 0.8;
}
.layer:nth-child(5) {
  opacity: 1;
}
.contentGlp {
  float: left;
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-size: clamp(0.88rem, calc(0.807rem + 0.341vw), 1.06rem);
  font-family: "Raleway", Arial, Tahoma, Verdana;
  line-height: clamp(1.25rem, calc(1.182rem + 0.341vw), 1.44rem);
  background: #ffffff;
  width: 100%;
  min-height: 810px;
}
.contentGlp img {
  bottom: 0;
  left: 0;
  display: block;
  z-index: -1;
  position: fixed;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cntGlp {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  z-index: 20;
  position: relative;
  width: 1350px;
  margin: 210px auto;
  padding: 0;
}
.cntGlp .bxDsc {
  float: right;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  text-align: justify;
  background: rgba(0, 174, 239, 0.95) url(../lib/logo-grupo-paz.png) no-repeat 420px 35px;
  border-radius: 30px;
  width: 585px;
  min-height: 405px;
  padding: 100px 40px 80px 40px;
}
.cntGlp .bxDsc h2 {
  float: left;
  display: block;
  font-size: clamp(1.44rem, calc(1.233rem + 1.023vw), 2rem);
  font-family: "Montserrat-Bold", Arial, Tahoma, Verdana;
  line-height: clamp(1.56rem, calc(1.313rem + 1.25vw), 2.25rem);
  width: 53%;
  margin: 0 auto 10px auto;
}
.cntGlp .bxDsc p {
  float: left;
  display: block;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #686866;
  width: 100%;
  height: 6px;
  margin-top: 7px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.txtAl {
  text-align: left !important;
}
.txtAr {
  text-align: right !important;
}
.txtAc {
  text-align: center !important;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.subtitulo1,
.subtitulo2 {
  color: #333333;
  font-size: 30px;
  font-family: "DegularLight", Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 36px;
}
.subtitulo2 {
  color: #553515;
}
i,
italic,
.italic {
  font-style: italic;
}
b,
bold,
bold1,
bold2,
strong {
  font-family: "DegularBold", Arial, Tahoma, Verdana;
  font-weight: 100;
}
bold1 {
  color: #553515;
}
i {
  font-style: italic;
}
small,
.small,
.small1,
.small2,
.small3 {
  font-size: 14px;
}
.small1 {
  color: #333333 !important;
}
.small2 {
  color: #553515 !important;
}
.color1 {
  color: #553515 !important;
}
.colorr {
  color: #ee4d4d !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk1:link,
a.lnk1:visited {
  color: #333333;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnkBtn:link,
a.lnkBtn:visited {
  float: left;
  display: block;
  z-index: 10;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "DegularLight", Arial, Tahoma, Verdana;
  line-height: 58px;
  text-align: left;
  text-decoration: none;
  background: #cec041;
  background-size: 24px auto;
  border-radius: 30px;
  width: auto;
  height: 60px;
  margin: 20px 20px 80px 0;
  padding: 0 38px;
  transition: all 0.23s;
}
a.lnkBtn:hover {
  background: #553515;
  background-size: 24px auto;
  transition: all 0.23s;
}
a.lnkBtn::before,
a.lnkBtn::after {
  display: none;
}
a.lnkBtn .small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
a.lnkBtn:nth-of-type(2) {
  margin-bottom: 0;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li01 {
  float: left;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
ul.li01 li {
  float: left;
  clear: both;
  text-align: justify;
  margin: 2px 0;
}
ul.liItm {
  float: left;
  clear: both;
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  line-height: 31px;
  width: 100%;
  margin: 0;
}
ul.liItm li {
  float: left;
  box-sizing: border-box;
  position: relative;
  font-weight: 100;
  text-align: left;
  width: 29.5%;
  margin: 0 5.75% 40px 0;
  padding: 25px 30px 0 0;
}
ul.liItm li::after {
  display: none;
}
/* ---------------------------- LISTADOS ---------------------------- */
/* ---------------------------- RESPONSIVE ---------------------------- */
@media screen and (min-width: 1441px) and (max-width: 1700px) {
  .cntIni {
    width: 94%;
    padding: 0 0 100px 0;
  }
  .cntIni .bxImg {
    width: 100%;
    height: 600px;
  }
  .cntIni h1 {
    top: 26%;
    left: 10%;
    width: 80%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .cntIni {
    width: 94%;
    padding: 0 0 100px 0;
  }
  .cntIni .bxImg {
    width: 100%;
    height: 600px;
  }
  .cntIni h1 {
    top: 26%;
    left: 9%;
    width: 82%;
  }
}
@media screen and (min-width: 1291px) and (max-width: 1366px) {
  .cntIni {
    width: 94%;
    padding: 0 0 100px 0;
  }
  .cntIni .bxImg {
    width: 100%;
    height: 600px;
  }
  .cntIni h1 {
    top: 26%;
    left: 6%;
    width: 88%;
  }
  .cntGlp {
    width: 94%;
    margin: 210px auto;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
@media screen and (min-width: 921px) and (max-width: 1290px) {
  .cntIni {
    width: 92%;
    padding: 0 0 100px 0;
  }
  .cntIni .bxMap {
    top: 480px;
    width: 600px;
    height: 535px;
  }
  .cntIni .bxDsc {
    width: 400px;
    margin: 30px 0 140px 0;
  }
  .cntIni .bxImg {
    width: 100%;
    height: 500px;
  }
  .cntIni h1 {
    top: 30%;
    left: 7%;
    font-size: 2.3em;
    line-height: 1.1em;
    width: 86%;
  }
  .cntGlp {
    width: 92%;
    margin: 210px auto;
  }
}
/* ---------------------------- TABLET H ---------------------------- */
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 737px) and (max-width: 920px) {
  a.logo:link,
  a.logo:visited,
  .logo {
    width: 150px;
    height: 50px;
    margin: 20px auto 40px auto;
  }
  .cntIni {
    width: 90%;
    padding: 0 0 100px 0;
  }
  .cntIni .bxMap {
    top: 380px;
    width: 700px;
    height: 535px;
  }
  .cntIni .bxDsc {
    box-sizing: border-box;
    width: 100%;
    margin: 250px 0 0 0;
    padding: 0 3%;
  }
  .cntIni .bxImg {
    width: 100%;
    height: 450px;
  }
  .cntIni h1 {
    top: 26%;
    left: 7%;
    font-size: 2em;
    line-height: 1.2em;
    width: 86%;
  }
  .cntGlp {
    width: 90%;
    margin: 210px auto;
  }
  .cntGlp .bxDsc {
    float: none;
    background-position: center 40px;
    background-size: 100px auto;
    border-radius: 20px;
    width: 80%;
    min-height: 320px;
    margin: 0 10%;
    padding: 100px 35px 40px 35px;
  }
  .cntGlp .bxDsc h2 {
    width: 90%;
    margin: 20px auto 10px auto;
  }
}
/* ---------------------------- TABLET V ---------------------------- */
@media screen and (min-width: 321px) and (max-width: 736px) {
  a.logo:link,
  a.logo:visited,
  .logo {
    width: 100px;
    height: 50px;
    margin: 15px auto;
  }
  .contIni {
    padding: 0 0 80px 0;
  }
  .cntIni {
    overflow: visible;
    width: 84%;
    padding: 0;
  }
  .cntIni .bxImg {
    width: 100%;
    height: 280px;
    border-radius: 20px;
  }
  .cntIni .bxImg img {
    border-radius: 20px;
    width: 240%;
    height: auto;
    margin: 0 0 0 -60%;
  }
  .cntIni h1 {
    top: 56px;
    left: 5%;
    width: 90%;
  }
  .cntIni .bxMap {
    top: 280px;
    left: 0;
    width: 100%;
    height: 535px;
  }
  .cntIni .bxDsc {
    box-sizing: border-box;
    line-height: 1.24rem;
    width: 100%;
    margin: 120px 0 0 0;
    padding: 20px 3% 5px 3%;
  }
  .cntIni a::after {
    top: 0;
    height: 16px;
  }
  a.lnkBtn:link,
  a.lnkBtn:visited {
    left: 50%;
    box-sizing: border-box;
    position: relative;
    font-size: 0.98rem;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 50px;
    margin: 22px auto 0 auto;
    padding: 0 20px;
    transform: translateX(-50%);
  }
  a.lnkBtn .small {
    font-size: 0.55rem;
  }
  a.lnkBtn:nth-of-type(2) {
    margin-bottom: 55px;
  }
  .contentGlp {
    background: #ffffff;
    width: 100%;
    min-height: 580px;
  }
  .contentGlp img {
    bottom: 0;
    left: 70%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  .cntGlp {
    width: 84%;
    margin: 100px auto 160px auto;
  }
  .cntGlp .bxDsc {
    /*background: fade(@col2, 95%) url(../lib/logo-grupo-paz.png) no-repeat 420px 35px;*/
    background-position: center 40px;
    background-size: 100px auto;
    border-radius: 20px;
    width: 100%;
    min-height: 405px;
    padding: 100px 35px 40px 35px;
  }
  .cntGlp .bxDsc h2 {
    text-align: left;
    width: 100%;
    margin: 20px auto 10px auto;
  }
}
