*, *:after, *:before{
	border: 0;
	/* Evitar que mis cajas engorden*/
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a{
	color: #2a698c;
	text-decoration: none;
	transition: all .7s;
}
a:hover{
	color: #000;
	/*padding-left: .5em;*/
}
audio,iframe,img,svg,video{
  /*margin-bottom: 0;*/
  max-width: 100%;
  vertical-align: bottom;
}
body{
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  /*font-weight: <weight>;*/
  font-style: normal;
	background-color: #fff;
	color: #666;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  /*font-weight: <weight>;*/
  font-style: normal;
  line-height: 1.5;
  margin: 1rem 0;
  text-transform: uppercase;
}
h1{
	font-size: 3.5em;
}
h2{
  color: #000;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
ol,ul{
  list-style: none;
}
li{
  line-height: 1.5;
}
p{
  line-height: 1.5;
  margin-bottom: 2em;
}
/*HEADER..................................................................................................................*/
header{
	position: fixed;
	top: 0;
	transition: top .8s;
	width: 100%;
	z-index: 10;
}
.preheader{
	background-color: #2a698c;
	padding: .15em 0;
	width: 100%;
}
.postheader{
	background-color: #000;
	width: 100%;
}
.ancho-max{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	max-width: 1280px;
	width: 90%;
}
.whats-header a{
	color: rgba(255, 255, 255, .65);
	font-size: .85em;
}
.whats-header a:hover{
	color: rgba(255, 255, 255, 1);
}
.social-header a{
	color: rgba(255, 255, 255, 1);
	margin-left: .5em;
}
.social-header a:hover{
	color: rgba(0, 0, 0, 1);
}
/*MENÚ........................................................*/
.header{
	display: block;
	margin: auto;
	max-width: 1280px;
	width: 90%;
	position: relative;
	z-index: 99;
	padding:15px 0;
}
.header .item-left{
	/*flex:0 0 17%;*/
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.logo img{
	height: 80px;
}
.header .item-center{
	align-items: center;
	display: flex;
	/*flex:0 0 66%;*/
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: .85em;
	font-weight: 500;
	color: rgba(255, 255, 255, .5);
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:.5em 0;
	display: inline-block;
	font-family: "Montserrat", serif;
	font-size: .85em
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1280px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 1em;
	color:#2a698c;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#2a698c;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.v-center{
	align-items: center;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}
/*HOME.......................................................................................................................*/
.portada-home{
	align-items: center;
	/*background-attachment: fixed;*/
	background-color: #000;
	/*background-image: url('../images/portada-home.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
	justify-content: space-between;
	margin-bottom: 3em;
	width: 100%;
}
.portada-movil{
	display: none;
	position: absolute;
	z-index: 1;
}
.portada-pc,.portada-movil{
	height: 100%;
	width: 100%;
	z-index: 1;
}
.portada-pc img,.portada-movil img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.portada-home .ancho-max{
	left: 8%;
	position: absolute;
	z-index: 2;
}

.portada-home .ancho-max h1,.portada-home .ancho-max p{
	text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
	width: 100%;
}
.portada-home .ancho-max p{
	color: rgba(255, 255, 255, 1);
}
.agendar-btn{
	background-color: #2a698c;
	border-radius: .35em;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
	color: #fff;
	padding: .5em 1em;
}
.agendar-btn:hover{
	background-color: #fff;
	color: #2a698c;
}
.procedimientos-home{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	padding: 5em 0;
	width: 90%;
}
.procedimientos-title,.procedimientos-txt{
	text-align: center;
	width: 100%;
}
.procedimientos-individuales{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2em;
	width: 100%;
}
.procedimiento-individual{
	align-items: center;
	border-radius: 0 1em;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: .5em;
	overflow: hidden;
	position: relative;
	width: 30%;
}
.procedimiento-individual:hover{
	color: rgba(255, 255, 255, .5);
}
.procedimiento-individual img{
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
}
.procedimiento-individual:hover img{
	transform: scale(1.25);
}
.procedimiento-individual h3{
	bottom: .5em;
	font-size: 2em;
	padding: .5em;
	position: absolute;
	text-align: right;
	text-shadow: 2px 4px 6px rgba(0, 0, 0, .5);
	width: 100%;
	z-index: 2;
}
.mas-home{
	margin-top: 5em;
	text-align: center;
	width: 100%;
}
.mas-home a{
	background-color: #2a698c;
	border-radius: .35em .65em;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
	color: #fff;
	padding: .65em 1em;
}
.mas-home a:hover{
	background-color: #000;
}
.rene-home{
	background-color: #000;
	padding-top: 5em;
	width: 100%;
}
.rene-txt,.rene-img{
	width: 47%;
}
.rene-txt{
	color: rgba(255, 255, 255, .65);
	margin-bottom: 2em;
}
.rene-home h2{
	color: #fff;
}
.rene-img{
	text-align: right;
}
.citas-home{
	padding: 5em 0;
}
.citas-home h2,.citas-home p{
	text-align: center;
	width: 100%;
}
#frmCita{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	max-width: 768px;
	width: 100%;
}
.campos{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: .5em 0;
	width: 100%;
}
.campo-doble{
	width: 47%;
}
.campo{
	width: 100%;
}
#frmCita input,#frmCita textarea{
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: .25em;
	padding: .35em;
	width: 100%;
}
#frmCita textarea{
	field-sizing: content;
	resize: none;
}
#frmCita select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width: min(100%,240px);
  padding: 12px 24px 12px 12px;
  line-height: 24px;
  border: solid 1px #999;
  border-radius: 6px;
/*   background-image: url(https://www.svgrepo.com/show/362528/caret-down-bold.svg); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='180 -360 600 1200'%3E%3Cpath d='M1015 10q-10-10-23-10t-23 10L512 492 55 10Q45 0 32 0T9 10Q0 20 0 34t9 24l480 506q10 10 23 10t23-10l480-506q9-10 9-24t-9-24z'%20fill%3D%27slategray%27/%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  cursor: pointer;
  font-weight: normal;
  color: #777;
  outline: none;
  width: 100%;
}
/* For IE10 */
#frmCita select::-ms-expand {
  display: none;
}
#frmCita optgroup {
  font-weight: 400;
  font-style: italic;
  color: steelblue;
  background-color: aliceblue;
}
#frmCita option {
  color: slategray;
  background-color: #fff;
  text-indent: 0;
}
#frmCita .drop-area{
	align-items: center;
	border: 5px dashed #ddd;
	border-radius: .5em;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 300px;
	justify-content: center;
	padding: .5em;
	width: 100%;
}
#frmCita .drop-area h3{
	color: #000;
	font-size: .85em;
	text-align: center;
}
#frmCita .drop-area.active{
	background-color: #b8d4fe;
	border: 2px dashed #618ac9;
	color: #000;
}
#frmCita .drop-area span{
	color: #000;
}
#frmCita .drop-area #carga-img{
	background-color: #2a698c;
	border: 0;
	border-radius: .5em;
	color: #fff;
	cursor: pointer;
	margin: 1em auto;
	outline: none;
	padding: .65em 1.25em;
	width: auto;
}
#frmCita .file-container{
	align-items: center;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	font-size: .85em;
	gap: 10px;
	max-width: 33%;
	padding: .65em;
}
#frmCita .file-container img{
	width: 100%;
}
#frmCita #preview{
	display: flex;
	flex-wrap: wrap;
	margin-top: .85em;
	width: 100%;
}
#frmCita .status-text{
	padding: 0 10px;
}
#frmCita .success{
	color: #52ad5a;
}
#frmCita .failure{
	color: #ff0000;
}
#frmCita button.citas-btn{
	background-color: #000;
	border: 0;
	border-radius: .5em;
	color: #fff;
	cursor: pointer;
	margin: 1em auto;
	outline: none;
	padding: .65em 1.25em;
	width: 100%;
}
.acepto{
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.acepto div:first-child{
	margin-right: .5em;
}
/*PROCEDIMIENTO..............................................................................................................*/
.procedimiento{
	width: 100%;
}
.procedimiento-portada{
	background-color: #000;
	padding: 10em 0 3em 0;
	width: 100%;
}
.procedimiento-titulo{
	color: rgba(255, 255, 255, 1);
	width: 47%;
}
.procedimiento-titulo h1{
	font-size: 2.5em;
}
.procedimiento-img{
	overflow: hidden;
	position: relative;
	width: 40%;
}
.procedimiento-img span:nth-child(1){
	background: linear-gradient(to right, transparent, #2a698c);
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	animation: animate_one 4s linear infinite;
}
@keyframes animate_one {
	0%{
		transform: translateX(-100%);
	}
	100%{
		transform: translateX(100%);
	}
}
.procedimiento-img span:nth-child(2){
	background: linear-gradient(to bottom, transparent, #2a698c);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 3px;
	animation: animate_two 4s linear infinite;
	animation-delay: 2s;
}
@keyframes animate_two {
	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(100%);
	}
}
.procedimiento-img span:nth-child(3){
	background: linear-gradient(to left, transparent, #2a698c);
	height: 3px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	animation: animate_three 4s linear infinite;
}
@keyframes animate_three {
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}
.procedimiento-img span:nth-child(4){
	background: linear-gradient(to top, transparent, #2a698c);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
	animation: animate_four 4s linear infinite;
	animation-delay: 2s;
}
@keyframes animate_four {
	0%{
		transform: translateY(100%);
	}
	100%{
		transform: translateY(-100%);
	}
}
.procedimiento-txt{
	padding: 4em 0;
}
.procedimiento-txt h2{
	font-size: 2em;
	color: #2a698c;
}
.procedimiento-txt ol,.procedimiento-txt ul{
	margin-bottom: 2em;
	margin-left: 1.5em;
}
.procedimiento-txt ol li{
	line-height: 1.75;
	list-style: image-set;
}
.compartiendo{
	display: flex;
	margin-top: 2em;
}
.compartiendo a{
	color: #000;
	font-size: 1.25em;
}
.compartiendo a:hover{
	color: #2a698c;
}
/*TODOS LOS PROCEDIMIENTOS...................................................................................................*/
.procedimientos{
	padding-top: 8em;
}
.hov-cl1:hover{
	color: #2a698c;
}
.frecuentes-title{
	margin: 2em 0;
	text-align: center;
	width: 100%;
}
.pagos{
	margin-top: 2em;
	width: 100%;
}
#contenedor-resultado{
	display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(#000, #000 45%, #fff 45%, #fff 100%);
}
#contenedor-resultado .card {
	height: 80%;
	max-width: 600px;
  position: relative;
  width: 90%;
  min-height: 780px;
  background: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  margin: 7em auto;
}

#contenedor-resultado .img-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(30px) scale(0.55);
  transform-origin: top;
}

#contenedor-resultado .img-bx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contenedor-resultado .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
}

#contenedor-resultado .content .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#contenedor-resultado .content .detail h1 {
	background-color: rgba(255, 255, 255, .65);
  color: #444;
  font-size: 2.5em;
  font-weight: bolder;
  padding: .35em;
}

#contenedor-resultado .content .detail h2 span {
  font-size: 0.7em;
  color: #03a9f4;
  font-weight: bold;
}

#contenedor-resultado .sci {
  position: relative;
  display: flex;
  margin-top: 5px;
}

#contenedor-resultado .sci li {
  list-style: none;
  margin: 4px;
}

#contenedor-resultado .sci li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  font-size: 1.5em;
  color: #444;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}

#contenedor-resultado .sci li a:hover {
  background-color: #2a698c;
  color: #fff;
}
/*NOSOTROS...................................................................................................................*/
.perfil-cirujano{
	background-color: #f3f3f3;
	padding-top: 9em;
	width: 100%;
}
.perfil-txt,.perfil-img{
	width: 47%;
}
.perfil-img{
	text-align: center;
}
.perfil-txt h1{
	margin-bottom: 0;
}
.separando{
	width: 100%;
}
.separador{
	background-color: #2a698c;
	height: 5px;
	width: 90px;
}
.profesion{
	margin: 1em 0;
	width: 100%;
}
.segundo-perfil{
	background-color: #fff;
}
/*CONTACTO...................................................................................................................*/
.contacto-portada{
	align-items: center;
	display: flex;
	justify-content: center;
	height: 50vh;
}
.contacto-portada h1{
	font-family: "Montserrat", serif;
	font-size: 3.5em;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
}
.contacto-txt h3{
	color: #000;
	font-size: 1em;
}
.contacto-txt p{
	margin-bottom: 0;
}
.lnr-phone-handset:before{
	content: "";
}
main{
	width: 100%;
}
/*FOOTER.....................................................................................................................*/
footer{
	background-color: #000;
	color: rgba(255, 255, 255, .5);
	font-family: "Montserrat", serif;
	font-size: .9em;
	padding: 3em 0;
	width: 100%;
}
footer .ancho-max{
	align-items: flex-start;
	padding-bottom: 4em;
}
.logo-footer,.contacto-footer,.subs-footer{
	width: 30%;
}
.logo-footer img{
	max-width: 310px;
	width: 100%;
}
.contacto-footer a{
	color: rgba(255, 255, 255, 1);
}
.contacto-footer a:hover{
	color: #2a698c;
}
footer h4{
	color: #fff;
}
.redes-footer{
	font-size: 1.5em;
	width: 100%;
}
.redes-footer a{
	color: #2a698c;
	margin: .25em;
}
.redes-footer a:hover{
	color: #fff;
}
footer form{
	margin-bottom: 1em;
}
.focus-input1{
	background-color: #2a698c;
}
.politica-form{
	line-height: 1em;
}
.bg1{
	background-color: #2a698c;
}
.bg1:hover{
	color: #2a698c;
}
.stext-107{
	font-size: .9em;
}
.legal li{
	padding-bottom: 10px;
}
.legal a{
	color: #b2b2b2;
}
.legal a:hover{
	color: #2a698c;
}
footer small{
	font-size: .85em;
}
.desarrollador{
	border-top: 1px dashed rgba(255, 255, 255, .3);
	padding: 1em 0 0 0;
	text-align: center;
	width: 100%;
}
.desarrollador a{
	color: #2a698c;
}
.desarrollador a:hover{
	color: #fff;
}
/*POLÍTICAS..................................................................................................................*/
#contenedor-avisos-legales h1,#contenedor-avisos-legales h2{
	margin: 1em 0;
	text-align: left;
}
/*SUBIR......................................................................................................................*/
.btn-back-to-top{
	background-color: #2a698c;
}
.btn-back-to-top:hover{
	background-color: #000;
}
/*COLORES....................................................................................................................*/
.negro-txt{
	color: #000;
}
.blanco-txt{
	color: #fff;
}
.azul-txt{
	color: #2a698c;
}
.negro-bg{
	background-color: #000;
}
.blanco-bg{
	background-color: #fff;
}
.azul-bg{
	background-color: #2a698c;
}
/*BOTÓN DE WHATSAPP........................................................*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:50px;
  right:35px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
.mapita p{
    margin-bottom: 0;
}
.p-b-116{
    padding-bottom: 0;
}
/*responsive................................................................................................................*/
@media (max-width: 1279px) {
	.procedimiento-individual h3{
		font-size: 1.5em;
	}
	.logo-footer,.contacto-footer{
		margin-bottom: 2em;
		text-align: center;
		width: 47%;
	}
	.subs-footer{
		text-align: center;
		width: 100%;
	}
	.rene-home h2{
		font-size: 1.7em;
	}
	.procedimientos-title h2{
		font-size: 2em;
	}
}
@media (max-width: 1108px) {
	.perfil-txt{
		width: 53%;
	}
	.perfil-img{
		width: 42%;
	}
}
@media (max-width: 1080px){
	.header .menu > ul > li > a{
		font-size: .75em;
	}
	.procedimiento-individual{
		width: 47%;
	}
	.rene-txt,.rene-img{
		text-align: center;
		width: 100%;
	}
	.rene-txt{
		margin-bottom: 5em;
	}
	.perfil-cirujano{
		margin-bottom: 3em;
	}
	.perfil-txt,.perfil-img{
		text-align: center;
		width: 100%;
	}
	.perfil-txt{
		margin-bottom: 2em;
	}
	.perfil-img{
		margin-bottom: 4em;
	}
	.perfil-txt h1{

	}
	.separador{
		margin: auto;
	}
}
@media (min-width: 192px) {
	.header .item-right{
		display: none;
	}
}
@media(max-width: 991px){
	.header .item-right{
		display: flex;
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		/*flex:0 0 auto;*/
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #777;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #777;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
		text-transform: uppercase;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu .menu-main a{
		color: rgba(0, 0, 0, 1);
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.active{
		display: block;
	}
	@keyframes slideLeft{
		0%{
			opacity:0;
			transform: translateX(100%);
		}
		100%{
		    opacity:1;
			transform: translateX(0%);	
		}
	}
	@keyframes slideRight{
		0%{
			opacity:1;
			transform: translateX(0%);
		}
		100%{
		    opacity:0;
			transform: translateX(100%);	
		}
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
	.logo img{
		height: 60px;
	}
	.procedimiento-portada{
		padding-top: 7em;
	}
	.procedimiento-titulo,.procedimiento-img{
		margin-bottom: 2em;
		text-align: center;
		width: 100%;
	}
	.procedimiento-img{
		margin: auto;
		max-width: 500px;
	}
	.logo-footer,.contacto-footer,.subs-footer{
		width: 100%;
	}
}
@media (max-width: 768px){
	.portada-home{
		height: 100vh;
	}
	.portada-home .ancho-max{
		justify-content: center;
	}
	.portada-home .ancho-max h1,.portada-home .ancho-max p{
		text-align: center;
	}
	.portada-home .ancho-max h1{
		font-size: 2em;
	}
	.portada-home .ancho-max p{
		font-size: .85em;
	}
	.procedimiento-individual{
		width: 100%;
	}
	.campo-doble{
		width: 100%;
	}
	.campo-doble:first-child{
		margin-bottom: 1em;
	}
	.procedimiento-titulo h1,.procedimientos h1{
		font-size: 2em;
	}
	.procedimientos-title{
		font-size: 2em;
	}
	.portada-movil{
		display: flex;
	}
	.portada-pc{
		display: none;
	}
	#contenedor-resultado .content .detail h1{
		font-size: 2em;
	}
}
@media (max-width: 552px){
	.portada-home .ancho-max{
		background-color: rgba(0, 0, 0, .75);
		border-radius: .5em;
		bottom: 1em;
		left: 0;
		margin-bottom: .5em;
		padding: 1em;
		width: 100%;
	}
}
@media (max-width: 438px){
	.portada-home .ancho-max p{
		font-size: .75em;
	}
	.contacto-txt .whats-contacto p a{
		font-size: .85em;
	}
}