
:root {
    --font-main: 'Instrument Sans', sans-serif;
    --color-background: #f0eeec;
    --color-text: #000000;
    --color-highlight: #408BA6;
    --color-highlight-over: #15CFD8;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-header-bg: #FFFFFF;
    --color-footer-bg: #ffffff;
    --color-section-bg: #f5f5f5;
    --color-accent-grey: #e9e9e9;
    --color-input-bg: #f9fafc;
    --color-input-border: #c0ccda;
    --color-grey-light: #f7f7f7;
    --color-grey-medium: #CECECE;
    --color-grey-dark: #b3b3b3;
    --color-black-3: #333;
    --color-black-4: #444;
    --color-black-9: #999;
    --color-black-c: #CCC;
}

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&display=swap');
body {
	font-family: var(--font-main);
	margin: 0px;
	background-color: var(--color-accent-grey);
	-webkit-overflow-scrolling:touch;	
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.page a.link{
	color:var(--color-text);
	font-weight:500;	
}
.page a.link:hover{
	color:var(--color-highlight);
}
header{
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 0 15px;
    box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
}
header .head{
	height:60px;
	max-width: 1200px;
	margin: 25px auto 0 auto;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	background-color: var(--color-white);
	position:relative;
	overflow: hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
header.on .head{
	margin: 5px auto 0 auto;
    box-shadow: 0px 0px 10px var(--color-black);
    -webkit-box-shadow: 0px 0px 10px var(--color-black);
    -moz-box-shadow: 0px 0px 10px var(--color-black);
    -ms-box-shadow: 0px 0px 10px var(--color-black);
}
header .head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    height: 34px;
    width: 182px;
    overflow:hidden;
    text-align:center;
    z-index: 5;
}
header.on .head .logo{
	width:53px;	
}
header .head .logo img{
	max-width:inherit !important;
}
header .head nav{
	margin:0 auto;
	line-height:40px;
	text-align:center;
	position: relative;
	height: 40px;
}
header .head nav .opt{
	margin: 0 20px;
	text-decoration: none;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	height: 40px;
    display: inline-block;
	 position:relative;
}
header .head nav .opt:before {
    left: 0;
    width: 100%;
    bottom: -9px;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    transform: scaleX(0);
    background-color: var(--color-highlight);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center center;
}
header .head nav .opt:hover:before {
    transform: scaleX(1);
    transform-origin: center center;
}
header .head nav .opt.on:before {
    transform: scaleX(1);
    transform-origin: center center;
}
header .head .btMenu{
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	line-height: 60px;
	padding: 0px 15px 0 15px;
	font-weight: 600;
		background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 15px;
	text-decoration: none;
	background-color: var(--color-grey-light);
	display: none;
}
header .head .btMenu.on{
	}
.wrap {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	max-width: 1200px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
.page{ clear: both; overflow: hidden; } /* Ensure children don't collapse */

.cover {
	clear: both;
	float: left;
	height: 700px;
	width: 100%;
	background-color: var(--color-section-bg);
	position:relative;
	overflow:hidden;
}
.cover .cBox {
	float:left;
	width:40%;
	height:700px;
	position:relative;
}
.cover .cBox.clip{
	width:60%;	
}
.cover .cBox.pic{
	width: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.cover .oCover{
	position:absolute;
	z-index:5;
	width:100%;
	height:100%;	
}
.cover .stripe-1 {
	position: absolute;
	top: 0;
	left: 40%;
	transform: translateX(-120%);
	width: 20%;
	height: 100%;
	background: var(--color-section-bg);
	clip-path: polygon(66% 0, 100% 0, 33% 100%, 0% 100%);
	z-index: 1;
	pointer-events: none;
}
.cover .stripe-2 {
	position: absolute;
	top: 0;
	left: 40%;
	transform: translateX(-90%);
	width: 20%;
	height: 100%;
	background: var(--color-section-bg);
	clip-path: polygon(66% 0, 100% 0, 33% 100%, 0% 100%);
	z-index: 2;
	pointer-events: none;
}
.cover .stripe-3 {
	position: absolute;
	top: 0;
	left: 40%;
	transform: translateX(-60%);
	width: 20%;
	height: 100%;
	background: var(--color-section-bg);
	clip-path: polygon(66% 0, 100% 0, 33% 100%, 0% 100%);
	z-index: 2;
	pointer-events: none;
}
.cover .stripe-4 {
	position: absolute;
	top: 0;
	left: 40%;
	transform: translateX(-30%);
	width: 20%;
	height: 100%;
	background: var(--color-section-bg);
	clip-path: polygon(66% 0, 100% 0, 33% 100%, 0% 100%);
	z-index: 2;
	pointer-events: none;
}
.cover .stripe-5 {
	position: absolute;
	top: 0;
	left: 40%;
	width: 20%;
	height: 100%;
	background: var(--color-highlight); /* azul clínico */
	clip-path: polygon(66% 0, 100% 0, 33% 100%, 0% 100%);
	z-index: 3;
	pointer-events: none;
}
.cover .simbol {
	position: absolute;
	height: 100%;
	text-align: center;
	z-index: 1;
	padding-left: 40%;
}
.cover .oCover .claim {
    clear: both;
    float: left;
    padding-top: 150px;
    max-width: 450px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: -0.01em;
    min-height: 260px;
    margin: 0;
}
/* VIDEO */ 

.bg-video{ width:100% }
.bg-video video, .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.area {
	clear: both;
	float: left;
	width: 100%;
	position:relative;
}
.bigTit{
    font-size: 46px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
}
.midTit{
    font-size: 26px;
    line-height: 32px;
    padding: 0px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.page .introBox  {
	clear: both;
	float: left;
	width: 100%;
	font-size:40px;
}
.page .introBox .title {
	float: left;
	width: 35%;
	margin-right: 5%;
	position: relative;
	padding-bottom: 10px;
	font-size: 30px;
	font-style: italic;
}
.page .introBox .title h2 {
	font-weight: lighter;
	margin-bottom: 0;
}
.page .introBox .title h2 > * {
	margin-bottom: 0;
}
.page .introBox .title .sline  {
	height: 3px;
	width: 100%;
	position: absolute;
	background-color: var(--color-highlight);
	left: 0px;
	bottom: 0px;
}

.page .introBox .intro{
	float:left;
	width:60%;
}
.page .introBox.legal .intro{
	width:100%;	
}
.page .introBox .intro h3{
	font-size:40px;
	font-weight:400;
	margin:0;
	margin-bottom:38px;	
}
.page .introBox .intro p, .page .introBox .intro .txt {
	font-size:20px;
	line-height:28px;
	margin-bottom:40px;
}
.page .introBox .intro .txt {
	margin-top: 30px;
}
.page .introBox .intro .txt a{
	color:var(--color-black);	
}
.page .blobBox {
	clear: both;
	float: left;
	height: 360px;
	width: 100%;
	overflow: hidden;
	background-color: var(--color-white);
	display:block;
	color:var(--color-black);
}
.page .blobBox .pic {
	background-color: var(--color-black-c);
	float: left;
	height: 360px;
	width: 35%;
	position: relative;
}
.page .blobBox .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;	
}
.page .blobBox .pic.right{
	float:right;
}
.page .blobBox .intro {
	float:left;
	padding:5%;
	width:65%;
	height:360px;
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;	
	-moz-box-sizing:border-box;	
}
.page .blobBox .intro .mid{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	 height: 100%;	
}
.page .blobBox .intro .t1{
	margin-top:15px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: var(--color-highlight);
}
.page .blobBox .intro .t2{
	font-size:42px;
	font-weight: 500;
	margin:0;
	margin-left:-2px;
	
}
.page .blobBox .intro .t3{
	 font-size: 22px;
    font-weight: 500;
	 margin:0;
}
.page .blobBox .intro .mid h4{
	 font-size: 22px;
    font-weight: 500;
	 margin:0;
}
.page .blobBox .intro .t4{
	padding-top:15px;
	font-size:21px;
	line-height:30px;
	max-width:540px;
}
.page .blobBox .intro p{
	padding-top:15px;
	font-size:21px;
	line-height:30px;
	max-width:540px;
	color: #4a4a4a;
}
.page .blobBox .intro .bt{
	margin-top:30px;	
}
.page .blobBox.t75{
	margin-top:75px;	
}
.page .blobBox.t100{
	margin-top:100px;	
}
.page .bigBloob {
	padding: 5%;
	clear: both;
	float: left;
	width: 100%;
	background-color: var(--color-white);
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;	
	-moz-box-sizing:border-box;
}
.page .bigBloob .bigTit{
	max-width:800px;	
}
.page .bigBloob .destaca {
	clear: both;
	float: left;
	width: 70%;
	margin-left: 30%;
	margin-top: 5%;
	border-top: solid 1px var(--color-black);
	    font-size: 18px;
    font-weight: 500;
}
.page .bigBloob .destaca .item{
	border-bottom: solid 1px var(--color-black);
    padding: 20px 0px;	
}
.page .bigBloob .txt{
	font-size:18px;
	line-height:28px;
	margin-bottom:5%;
	    width: 70%;
    margin-left: 30%;
	 padding-top:5%;
}
.page .bigBloob .txtMid{
	margin-bottom:20px;
	line-height: 25px;
	font-size: 15px;
}
.page .bigBloob .txtSmall{
	margin-bottom:10px;
    line-height: 22px;
    font-size: 12px;
	 font-weight:500;
	 color:var(--color-highlight);
}
.page .bigBloob.small{
	float:left;
	width:400px;	
}
.page .bigBloob .time{
	font-size: 13px;
    background-repeat: no-repeat;
    background-position: left center;
    color: var(--color-white);
    background-color: var(--color-black);
    clear: both;
    width: 120px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    margin-bottom: 4px;
    float: inline-start;
    margin-right: 15px;
    letter-spacing: 0.02em;
	 border: 1px solid var(--color-black);
}
.page .bigBloob .time.break{
	background-color:inherit;
	color:var(--color-black);	
}
.page .bigBloob .ponente{ color:var(--color-highlight); display:block;}
.page .bgLayer {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
.page .bgLayer .over {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
		z-index: 1;
}


.page .partners {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 25px;
}

.page .partners .item {
	margin: 1%;
	width: 18%;
	float: left;
	line-height:0;
}
.page .partners.ibm .item{
	border-radius: 9px;
	overflow: hidden;
	background-color: var(--color-white);	
	width: 16%;
	padding: 0 1%;
}
.page .partners.form .item {
	text-align:center;	
}
.page .partners .item img{ line-height:0; }
.page .partners .item img {
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.page .cursos {
	clear: both;
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom:110px;
	margin-top:65px;
}
.page .cursos .moth {
	clear: both;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--color-black);
	margin-bottom: 25px;
}
.page .cursos .moth .name {
	letter-spacing: 0.02em;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-white);
	background-color: var(--color-black);
	text-align: center;
	width: 170px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	margin-bottom: 25px;
}
.page .cursos .moth .item {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--color-black);
		background-repeat: no-repeat;
	background-position: left 25px;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color:var(--color-black);
	text-decoration:none;
	position:relative;
}
.page .cursos .moth .item .mark {
	font-weight: 500;
	float: left;
	margin-right: 50px;
	min-width:100px;
}
.page .cursos .moth .item .curs {
	float: left;
}
.page .cursos .moth .item .arrow {
	 float: right;
    height: 24px;
    width: 24px;
    margin-right: 30px;
    line-height: 24px;
	 -webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;
}
.page .cursos .res .modulo{
	width:45%;
	float:left;	
}
.page .cursos .res .modulo.first{
	margin-right:10%;
}

.page .cursos .moth .item .res{
	float: left;
    clear: both;
    padding-top: 22px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 150px;
    padding-right: 0px;
    display: none;
}
.page .cursos .moth .item.on .res{
	display:block;
	
}
.page .cursos .moth .item.on .res .sintro{
	margin-bottom:35px;
}
.page .cursos .moth .item.on .res .tintro{
	font-weight:500;
	margin-bottom:25px;
	font-size:19px;	
}
.page .cursos .moth .item.on .res .subLines {
	clear: both;
    float: left;
    width: 100%;
    border-top: solid 1px var(--color-black);
    padding: 10px 0px;
    font-size: 15px;
	 font-weight:500;
}
.page .cursos .moth .item .res .subLines:last-child,
.page .cursos .moth .item .res .subLines.last{
	border-bottom: solid 1px var(--color-black);	
}
.page .cursos .moth .item.on .res .subLines span{
	display: inline-block;
	width: 90px;
	font-weight: 400;
}
.page .cursos .moth .item.on .res .btStand{
    float: left;
    clear: both;
    margin-top: 50px;	
}
.page .cursos .moth .item:hover .arrow{
	margin-right:0px;	
}
.page .emailBox{
	float:left;
	clear:both;
	margin-top:25px;	
    border-radius: 9px;
	 overflow:hidden;
	 background-color:var(--color-white);
	 width:100%;
}
.page .emailBox .icoem{
	float:left;
	     background-color: var(--color-highlight);
    height: 340px;
	width:35%;	
}
.page .emailBox .icoem .clim{
    text-align: center;
    padding-top: 95px;
    color: var(--color-white);	
}
.sib-form{ 
	padding:0;     
	float: left;
	width:65%;
	padding: 0 !important;
}
.page .firma{
	text-align:right;
	padding:0px 15px;
}
.page .firma img {
  width: 150px !important;
  height: 75px !important;
}
.page .firma .name{
	font-size:15px;
	font-weight:500;	
}
.page .formContainer{
	background: var(--color-white);
    margin: 0 auto;
    padding: 25px;
    display: inline-block;
    width: 100%;
	 box-sizing: border-box;
    border-radius: 9px;
}
.page .codigoISP{
	float: left;
	width: 98%;
	height: 30px;
	border-radius: 3px;
	border: solid 1px;
	background-color: var(--color-input-bg);
	border: 1px solid var(--color-input-border);
	height: 34px;
	margin-bottom: -5px;
	box-sizing: border-box;
   font-family: var(--font-main);
font-size: 18px;
padding-left:5px;
}
.page .mapInter {
	margin-right: auto;
	margin-left: auto;
	max-width:900px;
	position:relative;
}
.page .mapInter .over{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	font-size:15px;
	width:120px;
}
.page .mapInter .over div{
		
}
.page .mapInter .over .lintit{
	margin-top:35px;
	padding-bottom:20px;
	border-bottom:solid 1px var(--color-black);
	font-weight:500;
}
.page .mapInter .over .lin{
    border-bottom: solid 1px var(--color-black);
    padding: 10px 0px;
        background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
}
.page .mapInter .over .lin.next{
	}
.page .servs {
	clear: both;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--color-black);
}
.page .servs .item {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--color-black);
    background-image: url(/theme/default/images/icons/health-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
}
.page .servsPlus {
	clear: both;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--color-black);
}
.page .servsPlus .item {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--color-black);
        background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}
.page .servsPlus .item  .t{
	font-size: 20px;
}
.page .servsPlus .item .i{
	font-size:15px;
	
}
.page .servsPlus .item .i a{
	color:var(--color-black);	
}
.page .dbox{
	float:left;
	clear:both;
	width:100%;	
}
.page .dbox .box{
	width:45%;
	float:left;	
}
.page .dbox .box:first-child{
	margin-right:10%;
}
.page .softBig {
	clear: both;
	float: left;
	width: 100%;
}
.page .softBig .item {
    width: 29.33%;
    margin: 0 2% 2.5% 2%;
    float: left;
    min-height: 160px;
	 font-size: 15px;
    line-height: 20px;
}
.page .softBig .item .soTit{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
		background-repeat: no-repeat;
	background-position: left bottom;
	 background-size: 32px;
    -webkit-background-size: 32px;
    -moz-background-size: 32px;
	 line-height: 32px;
    padding-left: 40px;
}

.frame{
	display: flex;
	align-items: center;
	justify-items: center;
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	position: absolute;
	font-size: 46px;
	color: var(--color-grey-medium);
	z-index: 1;
}
.frame .item{
	white-space: nowrap;
	padding-right:15px;	
}
.frame.f1{
	top:55px;
	left:0px;
}
.frame.f2{
	bottom:55px;
	left:0px;
}
#gestfy .frame{
	color:var(--color-background);
}
.padM{
	padding: 110px 0px;
}
.padL{
	padding: 160px 0px;
}
.bgGrey{
	background-color:var(--color-accent-grey);
}
.bgGreyLight{
	background-color:var(--color-grey-light);
}
.cRed{
	color:var(--color-highlight);
}
.sp50{
	width:100%;
	height:50px;
	float:none;
	clear:both;	
}
.sp100{
	width:100%;
	height:100px;
	float:none;
	clear:both;	
}
.sp120{
	width:100%;
	height:120px;
	float:none;
	clear:both;	
}
.clear{
	float:left;
	clear:both;
	width:100%;	
}
.btStand,
.more-link  {
	line-height: 50px;
	color: var(--color-white) !important;
	background-color: var(--color-black);
	height: 50px;
	width: 220px;
	font-size: 16px;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	background-image: url(/theme/default/images/icons/right-2.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 24px 24px;
	border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
	-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;
}
.btStand:hover,
.more-link:hover{
	width:250px;
	background-color:var(--color-highlight);	
}
.fixGestfy{
	margin:45px auto 0 auto;	
}
.page .area .form-contact {
font-size: 14px;
padding-top: 30px;
max-width: 900px;
margin: 0 auto;
float: none;
clear: both;
}
.page .area .form-contact .campo {
  float: left;
  width: 50%;
}
.page .area .form-contact .campo-doble {
  float: left;
  width: 100%;
}
.page .area .form-contact .campo .ffield {
width: 90%;
height: 34px;
margin-top: 10px;
margin-bottom: 25px;
border: none;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
font-family: var(--font-main);
padding:0px 10px;
box-sizing:border-box; 
font-size: 16px;
font-weight:500;
}
.page .area .form-contact .campo-doble .ffield {
width: 95%;
height: 40px;
margin-top: 10px;
margin-bottom: 25px;
border: none;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
font-family: var(--font-main);	
padding:0px 10px;
box-sizing:border-box; 
font-size: 16px;
font-weight:500;
}
.page .area .form-contact .campo-doble textarea{
	padding:10px !important;	
}
.page .area .form-contact .campo label {
  font-size: 12px;
}
.page .area .campo-doble a {
text-decoration: underline;
}
.page .area #button  {
font-family: var(--font-main);
    clear: both;
    float: left;
    margin-top: 20px;
    color: var(--color-white);
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
}
.page .area #button:disabled, .page .area #button[disabled]{
	display:none;
}
.page .area #button:hover{

}
.page .area .form-contact .mini {
  font-size: 13px;
  font-style: italic;
  color: var(--color-black-9);
}
.page .avisoLOPD {
clear: both;
float: left;
font-size: 12px;
line-height: 18px;
padding-top: 25px;
color: var(--color-black-4);
}

/* DETALLES Y TRANSICIONES */
.nodesk{ display:none; }
.sh6{box-shadow:0px 4px 6px var(--color-black);-webkit-box-shadow:0px 4px 6px var(--color-black);-moz-box-shadow:0px 4px 6px var(--color-black);-ms-box-shadow:0px 4px 6px var(--color-black);}

.rad9{
	border-radius:9px;	
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
}

.tr00{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;}
.tr01{-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;-ms-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;}
.tr02{-webkit-transition:all 1000ms ease-in-out;-moz-transition:all 1000ms ease-in-out;-o-transition:all 1000ms ease-in-out;-ms-transition:all 1000ms ease-in-out;transition:all 1000ms ease-in-out;}

footer{
	background-color: var(--color-white);
	clear: both;
	max-width: 1200px;
	margin: 80px auto 50px auto;
	padding: 35px;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
footer .wrap{
	display: flex;
	justify-content: center;
}
footer .zonaA {
	float: left;
	width: 30%;
}
footer .zonaB {
	float: left;
	width: 25%;
}
footer .zona-groups {
	display: flex;
    justify-content: center;
	box-sizing: border-box;
}
footer .zonaC {
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
footer .zonaD {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 45px;
    font-size: 12px;
	}
footer .zonaD .disclaim{
	font-weight:500;	
	float: left;
}
footer .zonaD .legales{
	float:right;	
}
footer .zonaD .legales a{
	float:left;
	margin-right:20px;
	color:var(--color-black);
	text-decoration:none;
}
footer .zonaD .legales a:hover{
	text-decoration:underline;	
	color:var(--color-highlight);
}
footer .stit {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing:0.02em;
}
footer .sline {
	font-size: 14px;
	line-height: 30px;
}
footer a.sline{
	text-decoration:none;
	display:block;
	color:var(--color-black);	
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: .75rem;
}
.footer-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  color: #ffffff;
  opacity: .9;
  transition: opacity .2s ease, transform .1s ease;
  border-radius: 999px;
}
.footer-social .social-icon:hover { opacity: 1; transform: translateY(-1px); }
.footer-social .ico { width: 22px; height: 22px; display: block; }
.footer-social .ico-fallback { font-size: 0.9rem; }
.footer-social .social-icon.instagram { background: #E4405F; }
.footer-social .social-icon.facebook  { background: #1877F2; }
.footer-social .social-icon.x         { background: #000000; }
.footer-social .social-icon.youtube   { background: #FF0000; }
.footer-social .social-icon.linkedin  { background: #0A66C2; }
.footer-social .social-icon.tiktok    { background: #010101; }
.footer-social .social-icon.whatsapp  { background: #25D366; }

/* Contacto */
.contacto h1 {
	min-height: 10px !important;
}
.contacto .oCover p {
	margin-bottom: 0 !important;
}
.contacto h3 {
	clear: both;
    padding-top: 10px;
    max-width: 590px;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0;
}
.contacto .cBox {
	height: inherit;
}
.contacto .c-grid {
	display: flex;
	justify-content: space-between;
	height: auto;
}
.contacto .c-info {
	padding: 50px;

}
.contacto .c-map {
	height: 100% !important;
}
.contacto .blobBox {
	height: auto;
}
.contacto .blobBox .pic {
	height: auto;
}
/* Contacto */


/* Cookies custom plugin */

.cookiesPosition{
		left: 35px;
	bottom: 35px;
}
#cookiesAlert {
	font-size: 13px;
	color: var(--color-black-3);
	background-color: var(--color-white);
	padding: 20px;
	width: 440px;
	position: fixed;
	z-index: 9998;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#cookiesAlert a { color: var(--color-black); text-decoration:underline;}
#cookiesAlert .btStand{ text-decoration:none; }
#cookiesAlert .aviso_co{ line-height:18px; }
#cookiesAlert .control_co {
	padding-top: 20px;
	clear: both;
	float: none;
	width: 100%;
}
#cookiesAlert .control_co .btco {
	padding: 10px 0px;
	float: left;
	font-size: 14px;
}
#cookiesAlert .control_co .btco.btcoblack {
	color: var(--color-white);
	background-color: var(--color-black-3);
	text-decoration: none;
	/* margin-left: 24px; */
	padding: 10px;
}
#cookiesConfig {
	background-color: var(--color-white);
	width: 580px;
	clear: both;
	position: fixed;
	font-size: 13px;
	display: none;
	z-index: 9999;	
}
#cookiesConfig a{
	color:var(--color-black);	
	 text-decoration:underline;
}
#cookiesConfig .head_cc {
	float: left;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100%;
	font-size: 15px;
}
#cookiesConfig .cont_cc {
	clear: both;
	float: left;
	width: 100%;
}
#cookiesConfig .cont_cc .leftS {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--color-black-c);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#cookiesConfig .cont_cc .leftS .tipe_cc {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-right: 20px;
	border-bottom: 3px solid var(--color-white);
	cursor: pointer;
}
#cookiesConfig .cont_cc .leftS .tipe_cc.on{
	border-bottom: 3px solid var(--color-grey-dark);
}
#cookiesConfig .cont_cc .rightS {
	float: left;
	width: 100%;
	overflow: hidden;
}
#cookiesConfig .cont_cc .rightS .sld_cc {
	clear: both;
	float: left;
	width: 1000%;
}
#cookiesConfig .cont_cc .rightS .sld_cc .opt_cc {
	float: left;
	width: 10%;
	padding: 20px;
	line-height: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#cookiesConfig .cont_cc .rightS .sld_cc .opt_cc .tip_cc {
	font-weight: bold;
	margin-bottom: 10px;
}
#cookiesConfig .footer_cc {
	float: left;
	clear: both;
	padding: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--color-black-c);
}
#cookiesConfig .footer_cc, #cookiesConfig .head_cc{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#cookiesConfig .btco  {
	padding: 10px 0px;
	float: left;
	font-size: 14px;
	display:block;
	margin-left:24px;
}
#cookiesConfig .btco.btcoblack {
	color: var(--color-white);
	background-color: var(--color-black-3);
	text-decoration: none;
	margin-left:0px;
	padding: 10px;
}

@media screen and (max-width: 1140px) {
	.nodesk{ display:block; }
	header .head .logo {
    width: 53px;
	}
	
	
	header .head .client{
		width:0px;
		background-position: 22px center;	
		padding-left: 60px;
	}
	
}

@media screen and (max-width: 800px) {
header{padding:0px;}
header .head{overflow:visible;margin:0px;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}
header.on .head {margin:0px;}
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.nav-overlay.on {
    display: block;
    opacity: 1;
}

header .head nav {
    height: 100vh !important;
    width: 280px;
    background-color: var(--color-white);
    position: fixed;
    z-index: 1000;
    left: -320px;
    top: 0px;
    overflow-y: auto;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 4px 0 24px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    padding-top: 80px; /* Space for close button if needed */
}
header .head nav.on {
    left: 0px; 
}
header .head nav .opt {
    width: 100%;
    font-size: 1.15rem;
    margin: 0;
    padding: 1.2rem 2rem;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #f1f3f4;
	box-sizing: border-box;
}
header .head nav .opt:first-child {margin-top:0;}
header .head nav .opt:last-child {margin-bottom:0;}

header .head .btMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    padding: 0 15px;
    z-index: 1001; /* Stays above overlay */
	color: var(--color-text);
}
header .head .btMenu svg {
	width: 28px;
	height: 28px;
}
.page .cover{ height:500px;}
.page .cover .cBox { height:500px; width:30%;}
.page .cover .oCover .claim {padding-top:95px;max-width:80%;font-size:35px;line-height:46px;}
.page .cover .cBox.clip{ width:70%;}
.page .cover .simbol{padding-left:30%;}
.page .cover .simbol img{width:300px !important;height:500px !important;}
.page .introBox{font-size:30px;}
.page .introBox .titulo{width:95%;margin-bottom:45px;display:none;}
.page .introBox .intro{width:95%;}
.page .blobBox{height:auto;}
.page .blobBox .pic{height:250px;width:100%;}
.page .blobBox .intro{width:100%;height:auto;}
.page .blobBox .intro .t2{ font-size:34px;}
.page .servs:first-child{ border-bottom:none; }
.page .dbox .box{width:100%;}
.page .dbox .box:first-child{margin-right:0%;}
.bigTit {font-size:36px;line-height:46px;}
.page .bigBloob .destaca {width:100%;margin-left:0%;}
.page .bigBloob .txt {width:100%;margin-left:0;}
.page .softBig .item {width:100%;margin:2.5% 0 0 0;padding-block:10px;min-height:auto;}
.page .bigBloob.small {width:100%;}
.page .cursos .moth .item{background-position:left 26px;}
.page .cursos .moth .item .curs {float:none;clear:both;padding-top:2px;font-size:16px;}
.page .cursos .moth .item .res{ padding-left: 0; margin-left: -40px;}
.page .cursos .moth .item.on .arrow{ display:none;}
.page .cursos .res .modulo{ width:100%;}
.page .cursos .res .modulo.first{ margin-right:0px; }
.page .area .form-contact .campo{ width:100%;}
page .area .form-contact .campo{ width:100%;}
.page .area .form-contact .campo .ffield{ width:95%;}
.page .emailBox .icoem { display:none; }
.sib-form{ width:100%; }
#sib-container{ padding: 15px !important; }
.page .partners .item,
.page .partners.ibm .item { width:48%; height:auto; padding:0;}
.page .cursos .moth .item .arrow {position:absolute;right:0;top:50%;margin-right:0;margin-top:-12px;}
.page .firma img{ width:150px !important; height:75px !important;}
.page .mapInter .over {position:relative;width:100%;}
footer{ padding:45px 15px; border-radius:0px !important; margin:50px auto 0px auto;}
footer .wrap{ display:block;} 
footer .zonaA{ width:100%;}
footer .zonaB{ width:100%; margin:45px 0px;}
footer .zona-groups{ width:100%;}
footer .zonaD .legales{ float:left; padding-top:15px;}
.cookiesPosition{left:0px;bottom:0px;}
#cookiesAlert .control_co .btco.btcoblack{ margin-left:10px;}
#cookiesAlert, #cookiesConfig{ width:100%;}
}
