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



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 12px;
	color: #A5A5A0;
	font-family: 'Inter', sans-serif;
	}


body{
	/*overflow: hidden;*/
	}




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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}

a.btn{
	padding: 0;
	margin: 0;
}

form:after{
	display: block;
	content: '';
	clear: both;
}


a:hover{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #3366FF;
    border: none;
    padding: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #333;
}






/*HEADER --------------------------------------*/

.container-fluid {
    width: 100%;
}

#inicio{
	position: relative;
	background-color: #1A1817;
	overflow: hidden;
	height: 690px;
}

header {
    padding: 0px;
	position: absolute;
	width: 100%;
	background-color: transparent;
	z-index: 3;
}

div#menubtn {
	top: 0;
	left: 0;
	background-color: #fff;
}


div#menubtn a{
    font-size: 14px;
    font-weight: 300;
    color: #3366FF;
    display: flex;
    justify-content: right;
    padding: 3px 0 0;
    margin: 0;
}

div#menubtn a img, div#menubtn a svg{
	margin-right: 12px;
	display: inline-block;
	width: 11px;
}


body.home div#menubtn {
	background-color: transparent;
}
body.home div#menubtn a {
    color: #fff;
}

body.home .cls-1{fill:#fff!important;}




.row.flex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.flex .col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}

#logo{
	width: auto;
	padding-top: 0;
	padding-bottom: 9px;
}

#logo a {
    margin-top: -2px;
}

div.menuwid {
	width: 142px;
	margin-right: 4px;
}

#idiomas, div#menubtn{
	padding-top: 44px;
    padding-bottom: 9px;
}

#logo a{
	display: inline-block
}

#logo a + a{
	margin-left: 40px;
}

#logo a img{}



#idiomas{
	float: right;
	margin: 0;
}


#idiomas ul{}

#idiomas ul li{
	display: inline-block;
	margin: 0 11px;
}

#idiomas ul li a{
	font-size: 12px;
	color: #A5A5A0;
	font-weight: 200;
}

#idiomas ul li a:hover,
#idiomas ul li a.active{
	color: #fff;
}


/*------------------------------------------------------------------

	SLIDER

-------------------------------------------------------------------*/

.slider{
	width: 100%;
	height: 690px;
	z-index: 2;
	position: relative;
	background-size: contain;
	background-position: center right;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	/* background-image: url(images/slider-bg.png); */
	/* background-color: #0A0A07; */
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}




.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}








/*
div#video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}



.video-foreground {
	height: 300%;
    top: -100%;
}*/




.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.video-foreground,
.video-background iframe {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 108%;
	pointer-events: none;
}









.slider .container-fluid, .slider .container-fluid > .row{
	height: 100%;
}

.slider .container-fluid > .row{
	display: flex;
    align-items: center;
	position: relative;
}


.slider h1{
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 30px;
}

.slider h1 strong{
	font-weight: 600;
}

.slider p{
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #3366FF;
}


.slider .img{}

.slider .img img{
	display: block;
	margin: auto;
}


#inicio  .ico{
	position: absolute;
	left: 57px;
	bottom: 50px;
	width: 58px;
	z-index: 2;
}

.slider .slidernav{
	position: absolute;
}

.slider .slidernav li{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #EAEAEA;
	border-radius: 50%;
}

.slider .slidernav li + li{
	margin-top: 50px;
}

.slider .slidernav {
    position: absolute;
    top: -65px;
    right: -19px;
}






/*------------------------------------------------------------------

	MENU

-------------------------------------------------------------------*/
#menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px 0;
    padding-left: 30px;
    left: -100%;
    transition: all 0.5s;
    z-index: 20;
    width: 50%;
    padding: 30px 0;
    padding-left: 0;
    padding-right: 0;
    left: -50%;
}

.menuin	{
	display: grid;
	justify-content: center;
}


#menu.show {
    left: 0;
    transition: all 0.5s;
}


body>.container-fluid{
	transition: all 0.3s ease-out;
}
body>.container-fluid.menuopen {
	transform: translateX(10%);
	transition: all 0.3s ease-out;
	opacity: 0.7;
}


body.menuopen{
	overflow: hidden;
}


#menu .close-menu {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #3366FF;
    background-color: transparent;
    border-radius: 50px;
    top: 0;
    left: -2px;
    margin-bottom: 40px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



#menu .close-menu .line {
    position: absolute;
    top: 13px;
    width: 11px;
    height: 1px;
    background: #3366FF;
    transition: all 0.5s;
    left: 8.5px;
    border-radius: 5px;
    transform: rotate(45deg);
}

#menu .close-menu:hover{
	cursor: pointer;
	background-color: #3366FF;
}

#menu .close-menu:hover .line{
	background-color: #fff;
}


#menu .close-menu .line:nth-of-type(2) {
    transform: rotate(-45deg);
}


#menu ul{
    width: 480px;
}

#menu ul li{}


#menu ul li + li {
    margin-top: 23px;
}


#menu ul li a{
	font-size: 40px;
	line-height: 50px;
	color: #3366FF;
	position: relative;
	transition: all 0.4s ease-out;
	padding-left: 0px;
}

#menu ul li a + a{
	margin-top: 25px;
}

#menu ul li a:before{
	opacity: 0; 
	content: '•';
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 20px;
	transition: all 0.4s ease-out;
}

#menu ul li a:hover, #menu ul li a.active{
	padding-left: 120px;
}

#menu ul li a:hover:before, #menu ul li a.active:before{
	opacity: 1;
}


/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/

section{}



section .container {
	width: 100%;
}



#idiomas{
	padding-right: 110px;
}

section > .row{}

section .sml{
	padding-left: 103px;
}

section#conectamos .img {
    left: 103px;
	top: 26px;
}	

section .smr{
	padding-right: 90px;
}

section .titulo{
    position: relative;
}

body.home section .titulo:before {
	content: '';
	display: block;
	width: 92px;
	height: 1px;
	background-color: #414042;
	position: absolute;
	top: 45px;
	left: 0px;
}

body.home section .titulo h2{
    line-height: 56px;
    font-size: 50px;
    color: #3366FF;
    font-weight: 400;
}



a.flecha{
	display: inline-block;
}

a.flecha .flechain{
	position: relative;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    line-height: 77px;
    border: 1px solid #3366FF;
    background-color: transparent;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a.flecha:hover .flechain{
	background-color: #3366FF;
}

a.flecha img{
	margin: auto;
	display: block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



a.flecha img.nohover{}

a.flecha img.hover{
	display: none;
}




a.flecha:hover img.nohover{
	display: none;
}

a.flecha:hover img.hover{
	display: block;
}



body.home section a.btn.flecha, section .titulo{
	position: relative;
	z-index: 3;
}


body.home section a.btn.flecha{
    margin: 0;
    margin-top: 50px;
}



section a.btn.flecha span.pe{
	font-size: 13px;
	font-weight: 300;
	margin-left: 15px;
	color: #3366FF;
}

section a.btn.flecha:hover span.pe{
	color: #3366FF;
}


section{
	position: relative;
}

section#proyectamos .img img {
    margin: 0;
}



section#conectamos {
    margin-bottom: 49px;
}

	

section#conectamos .img {
    position: relative;
    z-index: 2;
}



section#conectamos .img img {
    width: 105%;
    height: auto;
    max-width: inherit;
}

section#conectamos .img img {
    width: 105%;
    height: auto;
    max-width: inherit;
}


section#conectamos:after {
    display: block;
    content: '';
    position: absolute;
    width: 68%;
    height: 786px;
    max-height: 90%;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    z-index: 1;
}


/*------------------------------------------------------------------

	INTERNAS

-------------------------------------------------------------------*/


body.interna #inicio{
	background-repeat: no-repeat;
    background-color: #fff;
	/*display: grid;*/
	padding-bottom: 100px;
	background-size: 100% auto;
    background-position: top center;
}

body.interna header {
    position: relative;
}

/*.h-interna {
	display: flex;
    align-items: end;
}*/

.h-interna {
	margin-top: 100px;
	position: relative;
}

body.interna #inicio {
	height: auto;
}
.h-interna h3 {
	margin-bottom: 60px;
}

body.interna #idiomas, body.interna div#menubtn {
    padding-top: 25px;
    padding-bottom: 9px;
}

body.interna #logo {
    /* padding-top: 17px; */
    /* padding-bottom: 9px; */
    overflow: hidden;
    height: 86px;
}

body.interna #logo a {
    position: relative;
    top: -12px;
}

h3{
	font-size: 42px;
	color: #3366FF;
	font-weight: 500;
}

.h-interna p.bajada{
	font-size: 36px;	
    line-height: 46px;
	color: #3366FF;
	font-weight: 300;
	max-width: 740px;
	margin-bottom: 30px;
}

.h-interna p strong{
	font-weight: 500;
}



#bios1, #pacientes{
	margin-bottom: 60px;
}

.titulo.interna{}

body.interna .titulo.interna{
	margin-bottom: 42px;
}

body.interna .titulo.interna:after{
	display: block;
	content: '';
	width: 49px;
	height: 1px;
	background-color: #0A0A07;
	position: relative;
	margin-top: 10px;
}

body.interna .misvis .titulo.interna{
	margin-bottom: 0;
}


body.interna .misvis .titulo.interna:after,
body.interna .mapa .titulo.interna:after{
	display: none;
}


#bios1 a.flecha .flechain, #pacientes  a.flecha .flechain{
	width: 58px;
	height: 58px;
	line-height: 60px;
}


.titulo .logos {
    margin-left: -20px;
}

.logosflex{
	display: flex;
	align-items: center;
}

.logosflex img + img{
	margin-left: 30px;
}


.txt{
	margin-bottom: 45px;
}

.txt p{
	font-size: 14px;
	line-height: 21px;
	color: #0A0A07;
	font-weight: 400;
	margin-bottom: 30px;
}

.txt p.gris{
	color: #A5A5A0;
}

.txt p a{
	color: #3366FF;
}

.txt p strong{
	font-weight: 600;
}


#bios1 .img, 
#alianza .img, 
#pacientes .img,
.respo .img{
    position: relative;
    margin-left: -35px;
}


section.black{
	background-color:#0A0A07; 
}

section#mision{
	
}


.pretitulo:before {
    display: inline-block;
    width: 49px;
    height: 1px;
    background-color: #fff;
    content: '';
}

.pretitulo {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}

#valores-slider .titulo {
    margin-bottom: 50px;
}

#valores-slider .pretitulo {
    margin-bottom: 70px;
}

.pretitulo p {
    font-size: 17px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 7px;
}

.titulo.interna h3 {
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    font-weight: 300;
}

.titulo.interna h3 strong {
    font-weight: 500;
}

.misionimg{
    position: relative;
    left: -76px;
    margin-top: -15px;
    top: 85px;
}


section.black .txt p{
	color: #fff;
}


.misionimg img {
    width: 150px;
}


section#vision{
	background-image: url(images/bios-visionbg.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

#vision .img {
    text-align: right;
    justify-content: end;
    display: flex;
}


#valores{
	padding-top: 90px;
	padding-bottom: 90px;
}

#valores-slider{}



.slide .txt {
    max-width: 440px;
}

.slide .txt p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 200;
}








.vertical.carousel .carousel-control {
      bottom: auto;
      width: 100%;
      height: 15%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  }
  .vertical.carousel .carousel-control.right {
    top: auto;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
.vertical.carousel .carousel-control .glyphicon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.vertical.carousel .carousel-indicators {
	bottom: auto;
	top: 50%;
	left: auto;
	right: 10px;
	width: 14px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vertical.carousel .carousel-inner > .item {
	left: 0;
	top: 0;
}
.vertical.carousel .carousel-inner > .item > img {
	width: 100%;
}
.vertical.carousel .carousel-inner > .item.next,
.vertical.carousel .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: 0;
}
.vertical.carousel .carousel-inner > .item.prev,
.vertical.carousel .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	top: 0;
}
.vertical.carousel .carousel-inner > .item.next.left,
.vertical.carousel .carousel-inner > .item.prev.right,
.vertical.carousel .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
}
.vertical.carousel .carousel-inner > .active,
.vertical.carousel .carousel-inner > .next.left,
.vertical.carousel .carousel-inner .prev.right {
	top: 0;
}
.vertical.carousel .carousel-inner > .next,
.vertical.carousel .carousel-inner > .active.right {
	top: 100%;
	left: 0;
}
.vertical.carousel .carousel-inner > .prev,
.vertical.carousel .carousel-inner > .active.left {
	top: -100%;
	left: 0;
}






.carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
	margin: 25px 0;
}

.carousel-indicators li.active{
    margin: 25px 0;
}

.carousel-indicators .active, .carousel-indicators li:hover {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-color: #fff;
}


.slide .img {
	transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: 0;
	}



	.slide .pretitulo {
	transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: 200ms;
	}



	.slide .titulo {
	transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: 300ms;
	}


	.slide .txt {
	transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: 500ms;
	margin-bottom: 80px;
	}



	.slide .item.next .img{
	transform: translateY(20px);
	opacity: 0.7;
	}

	.slide .item.prev .img{
	transform: translateY(-20px);
	opacity: 0.7;
	}

	.slide .item.next .pretitulo{
	transform: translateY(40px);
	opacity: 0;
	}

	.slide .item.next .titulo {
	transform: translateY(60px);
	opacity: 0;
	}



	.slide .item.next .txt {
	transform: translateY(40px);
	opacity: 0;
	}



	.slide .item.prev .pretitulo {
	transform: translateY(-40px);
	opacity: 0;
	}

	.slide .item.prev .titulo {
	transform: translateY(-60px);
	opacity: 0;
	}



	.slide .item.prev .txt {
	transform: translateY(-40px);
	opacity: 0;
	}


.vertical.carousel .controls {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.vertical.carousel .controls a.carousel-control {
    display: inline-block;
    position: relative;
    left: inherit!important;
    right: inherit!important;
    width: 42px!important;
    height: 42px!important;
    line-height: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    background: 0;
    background-color: #000;
}

.vertical.carousel .controls a.carousel-control + a {
    margin-left: 6px;
}

.vertical.carousel .controls a.carousel-control:hover {
    background-color: #fff;
}

.vertical.carousel .controls a.carousel-control:hover img {
    filter: invert(1);
}







section#mapa {
    padding-top: 0;
    padding-bottom: 40px;
}


#mapa .pretitulo {
    padding-top: 150px;
}

#mapa h3, #mapa .pretitulo p {
    color: #0A0A07;
}


#mapa .pretitulo:before {
    background-color: #0A0A07;
}



section#mapa > .container > .row{

}
















.banners .img {
    width: 100%;
}


.banners .img a {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banners .img a:hover {
    opacity: 0.8;
}



.banners .img {
    width: 50%;
    float: left;
    position: relative;
    height: auto;
    aspect-ratio: 19 / 6;
}

.banners .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1;
}



.banners .img a h6 {
     position: relative;
     z-index: 2;
     font-size: 31px;
     font-weight: 300;
     color: #fff;
}

.lineas .banners .img a h6 {
     font-size: 23px;
}

.banners .img a h6 strong {
    font-weight: 600;
}





body.interna.areas #inicio{
	padding-bottom: 50px;
}

body.interna.areas .h-interna p.bajada {
	max-width: 762px;
}



body.lineas #inicio {
    padding-bottom: 0;
	border-bottom: 12px solid;
	background-position: center;
}


body.lineas.page-oncologica #inicio {
	border-color:#EB5D40;
}


body.lineas.page-hospitalaria #inicio {
	border-color:#5F295F;
}






body.lineas #inicio h3{
	color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
	font-weight: 300;
}



body.lineas #inicio h3 strong{
	font-weight: 600;
}



body.lineas #inicio h3 a {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.lineas #inicio h3 a img {
    transform: rotate(180deg);
}

body.lineas #inicio h3 a:hover {
    border-color: #000;
    background-color: #000;
}


section.lineas-in {
    min-height: 330px;
    padding-top: 50px;
	padding-bottom: 150px;
}




section.lineas-in h4{
	display: block;
}

section.lineas-in h4 + h4 {
    margin-top: 40px;
}

section.lineas-in h4 a, section.lineas-in h4 {
	font-size: 38px;
    color: #606060;
    font-weight: 500;
    display: flex;
    justify-items: center;
    position: relative;
    align-items: center;
}




section.lineas-in h5 {
	font-size: 38px;
    color: #606060;
    font-weight: 300;
}


section.lineas-in strong{
    font-weight: 600;
}




section.lineas-in h4 a {
    width: 340px;
    justify-content: space-between;
	color: #000;
}



section.lineas-in h4 a img {
    padding: 6px;
    background-color: #fff;
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


section.lineas-in h4 a:hover img{
	filter: invert(1)
}








.lineas-in a.flecha {
    border: 1px solid #606060;
    background-color: #606060;
    border-radius: 20px;
    padding: 9px 17px 9px 15px;
    margin-bottom: 60px;
}






.lineas-in a.flecha:hover {
    border: 1px solid #000;
    background-color: #000;
}




.lineas-in a.flecha .flechain {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
}


.lineas-in a.flecha .flechain img {
    filter: invert(1);
}

.lineas-in a.btn.flecha span.pe {
    color: #fff;
    font-size: 16px;
    padding: 0 50px 0 5px;
}


.lineas-in a.btn.flecha:hover span.pe {
    color: #fff;
}

section.lineas-in .info {
    margin: 60px 0 60px;
	display: flex;
    gap: 20px;
}



section.lineas-in .info p{
	color: #606060;
	font-size: 22px;
	font-weight: 300;
}






























.hextra{
	position: absolute;
	right: 0;
	top:-47px;
	width: 350px;
	
}



#alianza a.flecha .flechain {
    width: auto;
    height: auto;
	border: none;
    background: transparent;
}

#alianza a.flecha {
    border: 1px solid #3366FF;
    background-color: #3366FF;
    border-radius: 20px;
    padding: 9px 17px 9px 10px;
	margin-bottom: 60px;	
}

#alianza a.flecha span.pe {
    color: #fff;
}


#alianza a.flecha .flechain img.hover {
    display: block;
}

#alianza a.flecha .flechain img.nohover {
    display: none;
}

#alianza a.flecha:hover {
    background-color: transparent;
}

#alianza a.flecha:hover .flechain img.nohover {
    display: block;
}

#alianza a.flecha:hover .flechain img.hover {
    display: none;
}

#alianza a.flecha:hover span.pe {
    color: #3366FF;
}




.logoslider {
    padding: 40px 0;
    background-color: transparent;
}


#logos .owl-stage {
    display: flex;
    align-items: center;
}



.logoslider h4 {
    font-size: 34px;
    color: #0A0A07;
    font-weight: 400;
    margin-bottom: 40px;
}



.logoslider .owl-carousel .owl-nav.disabled {
    display: inherit;
    /* position: absolute; */
    /* width: 100%; */
}

.logoslider .owl-carousel .owl-nav .owl-next, .logoslider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 7px;
    border-radius: 50px;
    border: 1px solid #3366FF;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    background-image: url(images/flecha-right2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.logoslider .owl-carousel .owl-nav .owl-prev {
    left: -80px;
    transform: rotate(180deg);
}

.logoslider .owl-carousel .owl-nav .owl-next {
    right: -80px;
}


.owl-nav > div:hover {}

.logoslider .owl-carousel .owl-nav > div:hover {
    background-color: #3366FF;
    background-image: url(images/flecha-right.png);
}


.logoslider .owl-carousel .owl-nav > div:hover:after {
    position: absolute;
    z-index: 9;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    background-size: contain;
}










section.respo {
    margin-bottom: 150px;
}

.banner .txt {
	text-align: center;
    font-size: 40px;
    line-height: 49px;
    color: #3366FF;
    font-weight: 300;
    max-width: 979px;
    margin: 0 auto 150px;
}

.banner .txt strong {
    font-weight: 600;
}



body.interna.contacto #inicio {
	background-image: none;
    z-index: 2;
    background-color: transparent;
	position: relative;
}


body.interna.contacto #inicio .contactobg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 430px;
    top: 0;
    left: 0;
    content: '';
    overflow: hidden;
	background-color: #000;
	z-index: 0;
}

body.interna.contacto.rrhh #inicio .contactobg {
    content: url(images/rrhh-h.png);
}


.interna.contacto{}


.interna.contacto .h-interna {
    margin-top: 75px;
    position: relative;
}


.interna.contacto .h-interna h3 {
    margin-bottom: 50px;
    font-weight: 600;
}



.h-contacto{}

.box-contacto{
	background-color: #3366FF;
    padding: 90px 30px 60px 85px;
}

body.rrhh .box-contacto{
    padding:120px 30px 55px 85px;
}

.box-contacto h3{}


.box-contacto .txt-contacto{
    margin-bottom: 0;
}

.box-contacto .txt-contacto p{
    margin-bottom: 20px;
	font-size: 20px;
	position: relative;
}

.box-contacto .address span {
	width: 200px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0;
}


.box-contacto .address a {
   color: #fff;
    margin-left: 200px;
    display: inline-block;
}

.box-contacto .address a + a{
	margin-top: 7px;
}

body.interna.contacto .titulo.interna:after {
    background-color: #fff;
}

.h-contacto h3{
	color: #fff;
}



body.interna.rrhh .box-contacto .txt-contacto p {
	margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
	color: #fff;
	}


section#contacto{
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(images/conta-mapa.png);
	padding-top: 240px;
	margin-top: -220px;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}



.formup{}

.formup p{
    font-size: 20px;
    color: #0A0A07;
    line-height: 27px;
    margin-bottom: 30px;
    font-weight: 400;
}

.formup p strong{
	font-weight: 600;
}



.form {
    margin-left: 57px;
	max-width: 522px;
}



.form-group {
    margin-bottom: 35px;
    padding: 0px 32px 0 19px;
    position: relative;
}

.form-group:before, .form-group:after{
	position: absolute;
	top: 9px;
	content: '';
	width: 28px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: auto;
}


.form-group:before{
	left: 0;
	background-image: url(images/input-before.svg);
	background-position: 0 0;
}

.form-group:after{
	right: 0;
	background-image: url(images/input-after.svg);
}


.form-control {
    border: none;
    border-radius: 0;
    height: 52px;
    background-color: transparent;
    padding: 6px 28px 6px 10px;
    border-bottom: 1px solid #3366FF;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-left: 7px;
}




.form-group label {
    position: relative;
    top: 4px;
    left: 18px;
    font-size: 12px;
    color: #3366FF;
    padding: 0 13px 0 0;
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-group label:after {
    display: inline-block;
    content: '';
    width: auto;
    margin-left: 15px;
    height: 1px;
    background-color: #3366FF;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.form-group.boton {
    padding-left: 0;
}



.form-group.boton:before, .form-group.boton:after{
	display: none;
}

.form-group.boton #enviar {
 	background-color: #3366FF;
    border: 1px solid #3366FF;
    position: relative;
    height: 53px;
    padding: 0 30px 0 70px;
    border-radius: 26px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-position: 18px center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(images/flecha-right.png);
}

.form-group.boton #enviar:hover{
	background-color: transparent;
	color:  #3366FF;
	background-image: url(images/flecha-right2.png);
}



.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}




.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	background-color: transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	background-color: transparent;
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	background-color: transparent;
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	background-color: transparent;
	}







/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
    padding: 34px 0 25px;
    background: #F5F5F5;
    color: #A5A5A0;
}

body.interna.contacto footer {
    border-top: 1px solid #A5A5A0;
}

footer p, footer a{
	font-size: 14px;
	color: #A5A5A0;
	font-weight: 400;
}

footer a:hover{
	color: #000;
}

footer .img.logofooter {
    display: block;
}

footer .img.logofooter img{
    max-width: 300px ;
}


/*footer .img.logofooter:first-child img {
    width: 160px;
}

footer .img.logofooter + .logofooter {
    margin-left: 23px;
}


footer .img.logofooter + .logofooter img {
    width: 100px;
}
*/


footer .copyright {
    font-size: 11px;
    display: block;
    margin-top: 35px;
}



footer .links a{
	display: inline-block;
}

footer .links li + li,
footer .address + .address{
	margin-top: 14px;
}




footer .address span{
    width: 123px;
    display: inline-block;
}

footer .address a{
    color: #000;
}

footer .linkedin{
	margin-top:78px;
}

footer .linkedin img{
	width: 38px;
}






@media only screen and (min-width: 1300px) {
	section#conectamos:after {
    width: 70%;
	}	
}



@media only screen and (min-width: 1500px) {
	
	
	section#conectamos:after {
    width: 69%;
	}
	/*body.interna #inicio {
    height: 600px;
	background-size: auto 100%;
    background-position: bottom center;
	}*/
	.h-interna h3 {
    margin-bottom: 55px;
	}
	.h-interna p.bajada{
	font-size: 42px;
	line-height: 50px;
	max-width: 740px;
	}
	
	.misionimg{
    margin-top: 0px;
    top: 90px;

	}
	.misionimg img {
    width: auto;
	}
	
	.h-interna {
    margin-top: 120px;
	}
	
	body.lineas .h-interna {
	margin-top: 140px;
	}	

	
	
	.hextra{
	width: 400px;
	
	}
	body.interna.contacto #inicio .contactobg {
    height: 450px;
	}
	


}




@media only screen and (min-width: 1600px) {
	div.menuwid {
    width: 290px;
	}
	#logo, #idiomas, div#menubtn {
    /*padding-top: 48px;*/
    padding-bottom: 14px;
	}
	#logo a img {
    /*width: 165px;*/
	}
	.slider h1 {
    font-size: 50px;
    line-height: 60px;
	}
	.slider p {
    font-size: 19px;
    line-height: 25px;
	}
	#idiomas{
	padding-right: 110px;
	}
	
	section#conectamos .img {
    left: 135px;
	}	
	section .sml{
	padding-left: 135px;
	}
	body.home section .titulo:before {
    width: 116px;
	}
	
	
	section#conectamos:after {
    width: 70%;
	}
	/*body.interna #inicio {
    height: 600px;
	}*/
	.h-interna h3 {
    margin-bottom: 70px;
	}
	
	.titulo.interna h3 {
    font-size: 40px;
    line-height: 46px;
	}
	
	
	.h-interna {
    margin-top: 120px;
	}
	
	
	body.lineas .h-interna {
	margin-top: 140px;
	}	

	
	
	
	
	#alianza a.flecha {
	margin-bottom: 90px;	
	}
	
	
	.col-xl-5{
	width: 41.66666667%;
	}
	
	
	.interna.contacto .h-interna {
    margin-top: 95px;
	}
	
	body.interna.contacto #inicio .contactobg {
    height: auto;
	}	
} /*	1600px	*/




@media only screen and (min-width: 1700px) {
	section#conectamos:after {
    width: 70%;
	}
	/*body.interna #inicio {
    height: 625px;
	}*/
	.h-interna {
    margin-top: 140px;
	}
	.hextra{
	width: auto;
	
	}
	.interna.contacto .h-interna {
    margin-top: 118px;
	}
	
	body.lineas .h-interna {
	margin-top: 160px;
	}

}



@media only screen and (min-width: 1800px) {
	section#conectamos:after {
    max-width:  1313px;
	width: 69%;
	}
	/*body.interna #inicio {
    height: 650px;
	}*/
	.misionimg{
    margin-top: 40px;
	}
	.h-interna {
    margin-top: 170px;
	}
	
	body.lineas .h-interna {
	margin-top: 150px;
	}	

	.box-contacto {
    background-color: #3366FF;
    padding: 70px 30px 50px 85px;
	}
	
}

@media only screen and (min-width: 2300px) {
	/*body.interna #inicio {
    height: 650px;
	}*/
	
}



@media only screen and (max-width: 1399px) and (min-width: 1301px) {
	#idiomas{
	padding-right: 45px;
	}
	.titulo.interna h3 {
    font-size: 33px;
    line-height: 39px;
	}
	.hextra{
	width: 310px;
	
	}
	body.rrhh .box-contacto {
    padding: 94px 30px 55px 85px;
	}
	
}




@media only screen and (max-width: 1300px) {
	.titulo.interna h3 {
    font-size: 30px;
    line-height: 35px;
	}
	.hextra {
    top: -92px;
    width: 277px;
	}
	body.rrhh .box-contacto {
    padding: 94px 30px 55px 85px;
	}
	
}



@media only screen and (max-width: 1285px) {

	#idiomas {
    margin-right: 50px;
	}
	.slider h1 {
    font-size: 39px;
    line-height: 47px;
	}
	section#conectamos .img {
    left: 73px;
	}	
	section .sml {
    padding-left: 73px;
	}
	body.home section .titulo:before {
    left: -36px;
	}
	section .titulo h2 {
    line-height: 53px;
    font-size: 47px;
	}
	section .smr {
    padding-right: 40px;
	}
	
	.box-contacto {
    padding: 90px 30px 80px 65px;
	}

}

@media only screen and (min-width: 1200px) {
	body.interna #mapa .titulo.interna {
    min-width: 600px;
	}
}

@media only screen and (max-width: 1199px) {
	#idiomas {
    margin-right: 30px;
	}
	div.menuwid {
    width: 120px;
	}
	.slider {
    height: 600px;
    /* background-attachment: inherit; */
    /* background-image: url(images/slider-bg-m.png); */
    background-size: auto 100%;
 }
	#inicio .ico {
    left: 37px;
    bottom: 40px;
	}
	
	section#conectamos .img {
    left: 54px;
	}	
	section .sml {
    padding-left: 54px;
	}
	body.home section .titulo:before {
    left: -56px;
	}
	section .titulo h2 {
    line-height: 46px;
    font-size: 40px;
	top: 37px;
	}
	.titulo.interna h3 {
    font-size: 26px;
    line-height: 31px;
	}
	.misionimg {
    top: 45px;
	}
	.hextra {
	top: -92px;
    width: 214px;
    right: 0;
	}
	
	.box-contacto {
    background-color: #3366FF;
    padding: 120px 30px 80px 60px;
	}
	body.interna.contacto #inicio {
	padding-bottom: 50px;
	}
	
	#mapa .pretitulo {
    padding-top: 100px;
	}
}


@media only screen and (max-width: 1199px) and (min-width: 768px) {
	footer .img img {
    width: 100%;
	}
}





@media only screen and (max-width: 1024px) {
	body.home section .titulo h2 {
    line-height: 56px;
    font-size: 42px;
	}
	footer .img.logofooter + .logofooter {
    margin-left: 0;
    margin-top: 23px;
	}
}


@media only screen and (max-width: 991px) {
	#idiomas {
    margin-right: 0;
	}
	
	.slider h1 {
    font-size: 29px;
    line-height: 36px;
	margin-bottom: 20px;
	}
	.slider p {
    font-size: 14px;
	}
	.row.reverse .col-sm-12 + .col-sm-12 {
    margin-top: 35px;
	}
	
	footer .img {
    margin-bottom: 40px;
	}
	
	footer .container-fluid {
    padding-left: 20px; 
	padding-right: 20px; 
	}
	footer .linkedin {
    margin-top: 40px;
	}
	section > .row {
    margin: 0;
	}
	#bios1 .img, #alianza .img, #pacientes .img,
	.respo .img{
    margin-left: 0;
    text-align: center;
	margin-bottom: 70px;
	}
	#bios1 .img img, #alianza .img  img, #pacientes .img img,
	.respo .img img{
	margin: auto;
	}
	
	body.interna section,
	.h-interna{
    padding-left: 20px;
    padding-right: 20px;
	}
	
	section.misvis {
    display: flex;
    height: 600px;
    align-items: center;
	}
	.misionimg {
    left: -9px;
    margin-top: 0;
    top: 93px;
	}
	.titulo.interna h3 {
    font-size: 42px;
    line-height: 52px;
	}
	section#vision {
    background-position: center left;
	}
	
	#valores {
    display: block;
    height: auto;
	}
	#valores .item .img img {
    display: block;
    margin: auto;
	}
	
	
	.banners .img {
    width: 100%!important;
    margin: 0;
	}

	
	#menu ul li a:hover, #menu ul li a.active {
    padding-left: 60px;
	}
	
	
	section.respo, .banner .txt {
    margin-bottom: 50px;
	}	
	.respo .col-sm-12 {
    width: 100%!important;
	}
	
	.form {
    margin-left: 0;
    max-width: 100%;
    margin-top: 50px;
	}
	
	body.home section .titulo h2 {
    line-height: 49px;
    font-size: 29px;
	}

} /*	991		*/

@media only screen and (min-width: 768px) {
	.centerv{
	display: flex;
	align-items: center;
	}
	.misvis .centerv, .respo .centerv, .interna.contacto .h-interna .centerv{
    display: block;
	}
	.centerh{
	display: flex;
    justify-content: center;
	}
	section#proyectamos {
    padding-top: 73px;
    margin-bottom: -32px;
 	}
	#conectamos .row.reverse{
	flex-flow: row-reverse;
    display: flex;
	}
	
	
	
}

@media only screen and (min-width: 992px) {
	
	.justifyl{
	display: flex;
    align-items: center;
	}
	.justifyr{
	display: flex;
    align-items: end;
	}
	
	footer .row.reverse{
	flex-flow: row-reverse;
    display: flex;
	}
	.misvis .centerv, .respo .centerv, .interna.contacto .h-interna .centerv{
	display: flex;
	align-items: center;
	}
	
	

	
	.banners {
    display: flex;
	}
	body.areas .banners {
    display: block;
	}


}




@media only screen and (max-width: 768px)  and (min-width: 600px){
	.logoslider .owl-carousel .owl-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
	}
	.logoslider .owl-carousel .owl-nav .owl-next, .logoslider .owl-carousel .owl-nav .owl-prev {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
	}
	.logoslider .owl-carousel .owl-nav .owl-next {
    margin-left: 15px;
	}
}


@media only screen and (max-width: 768px) and (min-width: 767px) {
	div.menuwid {
    width: 96px;
	}
	div#menubtn {
    padding-right: 10px;
	}
	#menu {
    width: 60%;
	left: -60%;
	}
	footer .img.logofooter {
    position: relative;
    left: -50px;
	}
}



@media only screen and (max-width: 767px) {
	footer .linkedin {
    margin-bottom: 40px;
	}
	
	footer .links [class*="col-"] + [class*="col-"]{
	margin-top: 14px;
	}
	footer p, footer a {
    line-height: 19px;
	}
	section#proyectamos {
    padding-top:60px;
	}
	section .sml {
    padding-left: 15px;
	}
	body.home section .sml {
    padding-left: 54px;
	}
	section .smr {
    padding-right: 54px;
	}
	section#conectamos .img {
    left: inherit;
	}
	section#conectamos .img img {
    width: 100%;
	}
	.padding-remove-l {
    padding-left: 15px;
	}
	section#conectamos:after{
	display: none;
	}
	section#conectamos {
    margin-top: 50px;
	}
	section .img {
    margin-top: 30px;
	padding: 0;
	}
	footer {
    padding: 50px 0 40px;
	}
	
	#menu {
    padding: 20px 0;
    padding-left: 20px;
    width: 100%;
	left: -100%;
	}
	#menu ul {
    width: 100%;
	}
	.menuin {
    display: block;
	}
	#menu ul li a {
    font-size: 35px;
	}
	#menu ul li a:hover, #menu ul li a.active {
    padding-left: 40px;
	}
	
	.hextra {
    top: -110px;
    width: 181px;
	}
	.form-group label {
    top: 3px;
	}
	.form {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	
	.box-contacto, body.rrhh .box-contacto {
    padding: 70px 40px 20px 40px;
	}
	
	section#mision {
    background-image: url(images/bios-misionbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
	}
	
	
	#idiomas {
    padding-top: 0;
    float: none;
    text-align: left;
	}
	
	
	#idiomas ul li {
    margin: 0px ;
	}
	#idiomas ul li a{
    margin:  0px;
	}
	
	#menu #idiomas ul li a {
    font-size: 18px;
    color: #A5A5A0;
    font-weight: 400;
	}
	#menu #idiomas ul li a:hover, #menu #idiomas ul li a.active {
    padding-left: 0px;
	font-weight: 800;
	}
	#menu #idiomas ul li a:before{
	display: none;
	}
	#menu #idiomas ul li + li:before {
    display: inline-block;
    content: '•';
    padding-right: 10px;
    margin-left: 7px;
    position: relative;
    font-weight: 100;
    top: -1px;
	}
	
	footer .img.logofooter {
    position: relative;
    left: 0px;
	}
	
	footer .img.logofooter + .logofooter {
    margin-left: 23px;
	}
	
	body.interna #logo a {
    top: 0;
    margin-top: 0;
    width: 100%;
    display: block;
    height: 100%;
	}
	
	
	
	
}  /*	767		*/





@media only screen and (max-width: 600px) {
	.slider .container-fluid > .row {
    display: block;
    align-items: center;
	}
	#inicio{
    height: 100vh;
    /* background-image: url(images/slider-bg-m.png); */
    /* background-color: #000; */
    background-size: auto 100%;
    background-position-x: 50%;
    overflow: hidden;
 	}
	header {
    position: relative;
	margin-bottom: 23px;
	}
	.slider {
    height: auto;
    background: none;
	}
	.slider .img {
    margin-top: 30px;
	}
	.slider .img img {
    max-height: 400px;
	}
	#inicio .ico {
    left: 17px;
    bottom: 17px;
	}
	
	section .titulo h2, body.home section .titulo h2 {
    line-height: 39px;
    font-size: 30px;
	}
	section .titulo:before, body.home section .titulo:before {
    top: 31px;
	}
	.col-sm-6.sml {
    padding-left: 15px;
	}
	body.interna #inicio {
    height: auto;
    display: block;
    background-size: cover;
    background-position-y: 0px;
    background-position-x: 70%;

	}
	.h-interna {
    display: block;
    align-items: end;
    margin-top: 54px;
	}
	
	

	
	
	.h-interna p.bajada {
    font-size: 22px;
    line-height: 32px;
	}
	
	.h-interna h3 {
    margin-bottom: 20px;
	}
	
	#valores .item {
    padding-right: 50px;
	}
	.vertical.carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -10px;
	}
	
	body.interna #inicio {
    padding-bottom: 0;
	}
	body.interna.balianzas #inicio {
	background-size: auto 66%;
    background-position-y: 0px;
    background-position-x: 45%;
	}
	.hextra {
    top: -83px;
    width: 120px;
	}
	
	body.interna.pacientes #inicio {
    background-size: auto 55%;
    background-position-y: 0px;
    background-position-x: 61%;
	}
	
	#menu ul li a:hover:before{
	display: none;
	}
	
	section#mision {
    background-image: url(images/bios-misionbg-m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
	}
	
	
	#logos {
    max-width: 200px;
	margin: 0 auto;
	}
	
	.logoslider .owl-carousel .owl-nav .owl-next, .logoslider .owl-carousel .owl-nav .owl-prev {
    top: 26px;
	}
	
	
	body.lineas #inicio h3 {
	align-items: flex-start;
    }
	
	
	body.lineas #inicio h3 {
	font-size: 30px;
	gap: 7px;
    }
	
	
	
	body.lineas #inicio h3 a {
	width: 33px;
	height: 33px;
	margin-top: 2px;
	margin-right: 10px;
	}
	
	section.lineas-in h4 a, section.lineas-in h4 {
    font-size: 35px;
	}
	
	section.lineas-in h4 + h4 {
    margin-top: 30px;
	}
}


@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
	.titulo.interna h3 {
	font-size: 22px;
    line-height: 33px;
	}
	.banner .txt {
    font-size: 25px;
    line-height: 34px;
	}
	section#contacto {
    background-position: center;
    background-position-x: 42%;
	}
	.box-contacto .address span {
    width: auto;
    display: block;
    margin-bottom: 6px;
	position: relative;
	}
	
	.box-contacto .address a {
    margin-left: 0;
	}
	
	.box-contacto .txt-contacto p {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 300;
	}
	
	#inicio header .col-xs-2 {
    padding: 0;
	}
	body.interna #idiomas, #idiomas {
    padding-right: 0;
    padding-top: 0px;
	}
	
	#logo a + a {
    margin-left: 15px;
	}
	
	
	.banners .img a h6 {
    font-size: 25px;
	}
	
} /*485*/

@media only screen and (max-width: 414px) {	
	.slider h1 {
    font-size: 31px;
	}
/*
	#logo a:last-child img {
    width: 86px;
	}

	#logo a:first-child img {
    width: 110px;
	}
*/
	
	#logo a {
    display: block;
	}
	
	#logo a img {
    width: auto;
    max-width: unset;
    display: block;
	}


	
}

@media only screen and (max-width: 375px) {
	.slider h1 {
    font-size: 29px;
	line-height: 32px;
	}
	.slider .img {
    margin-top: 15px;
	}
	section .titulo h2 {
    line-height: 33px;
    font-size: 26px;
	}
	body.home section .titulo:before {
    top: 26px;
	}
	
	#menu ul li a {
    font-size: 32px;
	}
	#menu ul li + li {
    margin-top: 20px;
	}
	body.interna section, .h-interna {
    padding-left: 0px;
    padding-right: 0px;
	}
	#bios1 a.flecha .flechain {
    width: 40px;
    height: 40px;
	}
	
	div.menuwid {
    width: 100px;
	}	

	
	
}


@media only screen and (max-width: 360px) {
	.slider h1 {
    margin-bottom: 10px;
	}
	#menu ul li a:hover, #menu ul li a.active {
    padding-left: 30px;
	}
	#menu ul li a {
    font-size: 30px;
	}
	.titulo.interna h3 {
    font-size: 20px;
    line-height: 31px;
	}
	.box-contacto .txt-contacto p {
    margin-bottom: 20px;
    font-size: 17px;
	}
	
	#inicio header .col-xs-3 {
    width: 20%;
	}
	body.interna div#idiomas, div#idiomas {
    padding-top: 30px;
	}
	div#menubtn {
    padding-right: 10px;
	margin-right: 0;
	width: 95px;
	}

	#idiomas ul li {
    margin: 0px 6px;
	}
	
}

@media only screen and (max-width: 320px) {
	#menu ul li a {
    font-size: 27px;
	}
	#menu ul li a:before {
    top: -9px;
	}
	#menu ul li + li {
    margin-top: 3px;
	}
	#bios1 a.flecha .flechain {
    width: 30px;
    height: 30px;
	}
	#bios1 a.flecha.derecha img {
    margin: auto;
    width: 18px;
	}
	section a.btn.flecha span.pe {
    margin-left: 4px;
	}
	
	#alianza a.flecha span.pe {
    font-size: 12px;
	}
	
	div#menubtn {
    padding-right: 8px;
    margin-right: 0;
    width: 85px;
	}
	
	#logo a:last-child img {
    width: 80px;
	}

	#logo a:first-child img {
    width: 100px;
	}
	
	footer .img.logofooter:first-child img {
    width: 135px;
	}
	footer .img.logofooter + .logofooter img {
    width: 95px;
	}
	
	body.lineas #inicio h3 {
	font-size: 30px;
	column-gap: 10;
    }
	
	body.lineas #inicio h3 a {
	width: 25px;
	height: 25px;
	margin-top: 4px;
    }
	body.lineas #inicio h3 a img {
    width: 16px;
	}
}


@media only screen and (max-height: 640px){
	.slider .img img {
    max-height: 350px;
	}
}



@media only screen and (max-height: 570px){
	.slider .img img {
    max-height: 290px;
	}
}











