/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{box-sizing: border-box;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

img{display: block; max-width: 100%;}

strong{font-weight: 700}



body {
	font-family: 'Montserrat', sans-serif;font-weight: 300;
	 font-optical-sizing: auto;
  	font-style: normal;
	font-size: 18px;
	line-height: normal;
	color: #00335B;
}


.text-center{text-align: center;}
.margin-bottom-xs{margin-bottom: 1rem}
.margin-bottom-sm{margin-bottom: 2rem}

.bg-white-grey{background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 330px, rgba(240, 238, 233, 1) 330px);}

.overflow{width: 100%; overflow-x: auto;}

.container {
    margin: auto;
    padding: 70px 172px;
}
.custom-padding{padding: 20px 172px 70px;}

@media(max-width: 1200px){
	.container{padding: 50px 50px 50px 172px}
  .custom-padding{padding: 20px 50px 50px 172px;}

}

@media(max-width: 1023px){
	.container{padding: 70px 45px}
  .custom-padding{padding: 20px 45px 70px 172px;}
}

@media(max-width: 767px){
  .container{padding: 45px 30px}
  .custom-padding{padding: 20px 30px 45px;}
}


.bg-white-grey .container{padding-bottom: 0}


/*btns*/

.btn-navy-icon{
	color: #FFF;
display: flex; align-items: center; justify-content: flex-start;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #00335B;
min-height: 50px;padding: 8px 14px;text-decoration: none
}
.btn-navy-icon img{margin: 0 10px 0 0}

.btn-navy{min-height: 49px;display: flex; justify-content: center;align-items: center;background: #00335B;color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal; padding: 10px 30px }
.see-all {max-width: 310px;justify-content: center; width: 100%; }

/*HEADER*/

header {    background: #fff;
    display: block;
    position: relative;
    height: 156px;
}

header .header-content {
    height: 156px;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 18px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 19;
    transition: background .5s ease-out;
}
header .header-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 100%;
    background: #0079c8;
    background: -moz-linear-gradient(top, #0079c8 0, #004243 100%);
    background: -webkit-linear-gradient(top, #0079c8 0, #004243 100%);
    background: linear-gradient(to bottom, #0079c8 0, #004243 100%);
    transition: opacity .5s ease-out;
}



header nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
header .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
header .main-menu li {
    position: relative;
    padding: 0 20px
}

header .main-menu a {
    display: block;
    text-align: center;
    transition: color .5s ease-out;
    color: #00335b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
   
}
header .main-menu li:after {
    content: '';
    background: #008385;
    display: block;
    width: calc(100% - 40px);
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: -5px;
    left: 20px;
    opacity: 0;
    transition: opacity .5s ease-out;
}
header .main-menu li.active:after {
    opacity: 1;
}



.logo-responsive img{margin: 0 auto;}



 #nav-icon3{
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

 #nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #00335B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media(min-width: 768px){
  .trigger-menu, .item-logo-resp {display: none;}

}

@media(max-width: 1023px){
	header .header-content{padding: 20px}
  footer{padding: 15px 0 70px}
  header{height: 150px;}


    
}

@media(max-width: 767px){
  header{height: 40px;}
	header .header-content{background: #0079c8;        margin: 0;
        text-align: center; padding: 0; height: 60px;justify-content: center;}
        header .header-content:after{ content: none}
  .header-content .logo{display: none;}
  .trigger-menu{position: absolute; top: 15px;right: 20px;}
  #nav-icon3{width: 40px;height: 40px;}
  #nav-icon3 span{background: white}
  #nav-icon3 span:nth-child(4){top: 25px}
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {top: 13px;}
    .menu-header{display: none;position: absolute; background: #0079c8; width: 100%;top: 60px}
  .menu-header ul{flex-direction: column;align-items: stretch;}
  .menu-header li{    margin: 10px 0;}
 .menu-header ul a{color: #fff; text-decoration: none; font-weight: 700; padding: 5px 0;}
    header .main-menu li:after{background: white}
  
}



/*MODAL*/
.modal__filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9900;
  background-color: rgba(0,51,91,.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }

.modal__open {
  overflow: hidden;
  touch-action: none; }

.modal__wrapp {
  display: none;
  position: fixed;
  width: 100%;
    height: 100%;
  z-index: 9995;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: transparent; padding: 0 80px;}


  .modal__wrapp .modal__inner {
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
     }
     .modal__wrapp .modal {
       
        
        overflow: auto;
            width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 5% 0;
    display: block;
     }
  .modal__wrapp .modal .close {
     color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    display: block;
    position: absolute;
        top: 15px;
    right: 26px;
        width: 23px;
    height: 23px;
        background: url(../imagenes/icon-close-white.svg) no-repeat center center;
  background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__wrapp .modal-heading{padding: 15px; font-size: 20px }
.modal__wrapp .modal-heading p{margin-bottom: 0}

.modal__wrapp .modal-body{padding: 20px;padding: 20px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
 }
 .modal__wrapp .modal .modal-body iframe {    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;}

 .modal__wrapp .modal .modal-body video{
  width: 100%;
 }


 
@media(max-width: 767px){
    .modal__wrapp{padding:0}
/*    .modal__wrapp .modal{max-height: 100vh; height: 300px;}*/
/*    .modal__wrapp .modal .modal-body iframe{
        width: 100%;
        height: 204px;
    }*/
    .modal__wrapp .modal {
      padding: 12% 0 0;
}
}


@media(min-width: 767px){

    .modal__wrapp {
        
        margin: 20px auto ;
    }



    
}

/*INDEX*/

.main-intro {display: flex;justify-content: space-around; align-items: flex-start;}
.main-intro div{flex-basis: 45%}
.main-intro .text {display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 485px;
    margin: 0 30px 0 0;
    padding: 0 10px 0 0;}
.main-intro_big{color: #00335B;
font-size: 45px;
font-style: normal;
font-weight: 900;
line-height: 94.149%; /* 42.367px */ margin: 0  0 25px}
.main-intro_big span{color: #0078C7;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 94.149%;}
.main-intro .btn-navy-icon{margin: 20px 0}


@media(max-width: 1200px){
	.main-intro {flex-direction: column; align-items: center;}
	.main-intro_big{font-size: 33px}
	.main-intro_big span{font-size:50px}
	.main-intro .text{max-width: 100%; margin: 0}
}


.list-icons{display: flex;justify-content: center; align-items: center;}
.list-icons{color: #00335B;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 94.149%;
letter-spacing: -0.66px;}
.list-icons li{flex-basis: 23%; max-width: 230px}
.list-icons li>div{display: flex;justify-content: flex-start;align-items: flex-end;}
.list-icons li>div p{color: #0078C7;
font-size: 50px;
font-style: normal;
font-weight: 900;
line-height: 94.149%; /* 47.075px */
letter-spacing: -1.5px;}

@media(max-width: 1024px){
  .list-icons li { flex-basis: 48%;  margin: 0 0 15px}
  .list-icons {flex-wrap: wrap;}
}
@media(max-width: 767px){
  .list-icons li { flex-basis:100%; }
  .list-icons{ text-align: center;}
  .list-icons li>div{justify-content: center;}

}

/*TITLE*/

.title-section{color: #00335B;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 94.149%; /* 33.894px */; margin:0 0 20px;}

@media(max-width: 767px){
  .title-section{font-size: 30px}
}

/*PROYECTOS*/

.items-proyectos{display: flex; justify-content:center; align-items: flex-start;
 
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal; grid-gap: 40px; margin: 0 0 50px}


.item-proyecto{display: flex;flex-direction: column; flex-basis: 32%; text-decoration: none;color: #00335B; max-width: 308px; }
.item-proyecto p{margin: 10px auto}
.item-proyecto img{margin: 0 0 20px}

@media(max-width: 1024px){
  .items-proyectos{width: 1000px;}

}


.items-tutoriales{display: flex; justify-content:center; align-items: flex-start;  grid-gap: 40px; margin: 0 0 50px; flex-wrap: wrap;}

.item-tutorial{
	display: flex;flex-direction: column; max-width: 308px; flex-basis: 30%;background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.item-tutorial .text {display: flex; justify-content: space-between; align-items: center; position: relative; color: #00335B;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal; padding: 16px; text-align: left;}

.item-tutorial .text.destacado{background: #0079c8b3;
    color: #fff;}

.item-tutorial .text .link-play{    position: absolute;
    text-align: center;
    top: -27px;
    left: 0;
    width: 60px;
    display: flex;
    background: url(../imagenes/bg-play.svg) no-repeat;
    background-size: cover;
    justify-content: center;
    padding: 5px;
}
.link-pdf{min-width: 25px; margin: 0 0 0 15px; flex-shrink: 0}

@media(max-width: 1024px){
  .items-tutoriales{width: calc((308px + 40px) * 6); justify-content: flex-start;}

}

/*CONTACTO*/

.bg-elipse{background: url(../imagenes/bg-elipse.png) no-repeat bottom -60px center #fff;}

.inner-contacto{display: flex; justify-content: center; align-items: flex-end;}
.inner-contacto .texto{display: flex; flex-direction: column;color: #fff; padding: 90px 0 10px}
.inner-contacto .title{color: #FFF;
font-size: 45px;
font-style: normal;
font-weight: 900;
line-height: 94.149%; margin:20px 0;}
.inner-contacto a{color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 94.149%; margin: 0 0 10px; text-decoration: none; display: flex;justify-content: flex-start; align-items: center;}
.inner-contacto a>img{margin: 0 10px 0 0}
.inner-contacto .imagen{background: url(../imagenes/bg-points.png)bottom left 50px repeat-x transparent;padding: 0 40px 30px 150px}

@media(max-width: 1100px){
  .bg-elipse{background: url(../imagenes/bg-elipse.png) no-repeat bottom -70px center #fff}
  .inner-contacto{align-items: center;}
  .inner-contacto .imagen{padding: 0 40px 20px; background: url(../imagenes/bg-points.png)bottom left 0 repeat-x transparent}
}
@media(max-width: 767px){
  .inner-contacto .imagen{display: none;}
   .inner-contacto .texto{padding: 30px 0 10px} 
}

/*FOOTER*/

.footer-page {
    background-color: #0079c8;
    padding: 33px 24px;
    position: relative;
    z-index: 20;
}
.footer-page__logo {
    width: 82px;
    height: 30px;
    background: url(../imagenes/logo_sanitas_horizontal_opt.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    position: absolute;
    left: 150px;
    top: 41px;
}
.footer-page__texto {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 7px 0 0 0;
}
.footer-page__link {
    display: inline-block;
    color: #fff;
    padding: 0 0 0 20px;
    transition: opacity .5s ease-out;
}

@media (max-width: 1000px) {
    .footer-page {
        padding-top: 80px;
    }
        .footer-page__logo {
        left: 50%;
        top: 33px;
        transform: translateX(-50%);
    }
}


/*internas*/

.items-proyectos.grid{flex-wrap: wrap;}
@media (max-width: 1024px) {
    .items-proyectos.grid {
        width: 100%;
    }
}
@media(max-width: 767px){
  .items-proyectos.grid .item-proyecto{flex-basis: 100%}
}


.items-tutoriales.grid{flex-wrap: wrap;}
@media (max-width: 1024px) {
    .items-tutoriales.grid {
        width: 100%;
        justify-content: center;
    }
}
@media(max-width: 767px){
  .items-tutoriales.grid .item-tutorial{flex-basis: 100%}
}




/*modulo kpis*/


.modulo__kpis{width: 100%;  display: flex;margin: 0 auto; max-width: 690px; justify-content: center; align-items: flex-start; flex-wrap: wrap;grid-gap:5%}

.item__kpis{flex-basis: 30%; display: flex; flex-direction: column;justify-content: center;align-items: center; text-align: center;margin: 0 0 40px; min-height: 190px}
.item__kpis.bigger {flex-basis: 40%}

.item__kpis img{max-width: fit-content;}
.item__kpis p{margin: 0 0 10px}

.bg-white-grey-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, 
      rgba(255, 255, 255, 1) 200px, rgba(240, 238, 233, 1) 200px, 
      rgba(240, 238, 233, 1) 100%);
}

.padding-bottom-null{padding-bottom: 0 !important}


/*list bullet*/

.item__listed-bullet{display: flex;justify-content: flex-start;align-items: center;
  list-style:disc;padding:10px 5px 10px 25px; }

.legal-text a{color:#00335B}

/***/

.grid-content{display: flex;justify-content: center; align-items:center;grid-gap:50px; margin-bottom:50px}
.grid-content .item-1-2{flex-basis: 45%}


@media(max-width: 1023px){
  .grid-content{flex-direction: column; align-items: stretch;}
  .grid-content .item-1-2{flex-basis: 100%}
}
