/*@font-face {
  font-family: roboto-regular;
  src: url(./img/font/roboto/Roboto-Regular.otf); 
  font-display: swap;
}
@font-face {
  font-family: roboto-thin;
  src: url(./img/font/roboto/Roboto-Thin.otf);
  font-display: swap;
}
@font-face {
  font-family: roboto-bold;
  src: url(./img/font/roboto/Roboto-Bold.otf);
  font-display: swap;
}*/
@font-face {
  font-family: univers-regular;
  src: url(img/font/univers/univers-regular.ttf); 
  font-display: swap;
}
@font-face {
  font-family: univers-thin;
  src: url(img/font/univers/univers-light.ttf);
  font-display: swap;
}
@font-face {
  font-family: univers-bold;
  src: url(img/font/univers/univers-bold.ttf);
  font-display: swap;
}
img{vertical-align: unset;}
body{
	font-family:  univers-regular;
	color:#888;
	background-color:#F8F8F8;
}
strong{
	font-family:  univers-bold;
	color: #888;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
hr{
	background-color:#E9CE88;
	height:3px;
	width:64px;
	margin-left:0px;
	border-top:0px !important;
	border-radius:20px;
	-webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px; 
    -ms-border-radius:20px;
}
h2{
	font-size: 42px !important;
	font-weight: bold;
	color: #003057;
	font-family:univers-bold;
	/*margin: 29% 0 0;*/
}
h3{
	font-family:  univers-bold;
	font-size: 25px;
}
h4{font-family:univers-bold;color:#003057;}

a{
	color: inherit;
	text-decoration: underline;
}
.ms-flex{display:flex;align-items:center;margin-left: 0px;margin-right: 0px;}
p{
    font-size: 18px;
}
nav a{
	text-decoration: none;
	color: #000!important;
}
.text-blue{
	color: rgba(0, 173, 215, 0.8);
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
span.text-blue{
	font-size: inherit;
}

h4.text-blue{
	text-align: left;
	border-bottom: 2px solid #E5E5E5;
	padding: 0 0 15px;
	margin: 10% 0 20px;
	width: 100%;	
	float: left;
}
p strong.text-blue,
li strong.text-blue{
	font-size: 18px;
}
button:focus{
	outline:none;
}
.black{
	color: #000 !important;
	font-size: 60px;
	font-weight: bold;
}
/*---NAVBAR---*/
.navbar{
	display: block;
	padding: 1px 1rem;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    text-align: center;
    width: 100%;
}
.navbar-expand-lg .navbar-nav{
	margin: 0 auto;
}
.ms-title{color:white;font-size:5vw;margin:0 auto;text-align:center;position:absolute;width:100%;}
.no-margin-bottom{margin-bottom:0px;}
/*CONTENT*/
.Refractiva{
	/*background: url(./img/banner.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	margin: 0px;
    min-height: 465px;
	display:flex;
	align-items:center;*/
}

.azul{
	background: #EDCB74;
	padding: 20px;
	margin: 3% 0;
	float: left;
}
.azul a,.azul label{color:black;}
.azul.form_escritorio{
	/*padding: 0 20px;*/
}

.azul.formulario_bandera{
	background: rgba(0, 173, 215, 1);
	padding: 5px 20px;
	margin-bottom: 0;
}

.formulario_bandera span.close{
	background-image: url(img/close_bandera.png);
    height: 45px;
    background-repeat: no-repeat;
    display: block;
    background-position: right;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.azulCien{
	background: rgba(0, 173, 215, 1);
	border-radius: 20px;
	padding: 20px;
	margin: 5% 0;
	float: left;
}
.azul h3, .azulCien h3{
	text-align: center;
	color: #003057;
	font-size: 43px;
}
.ms_mobile{display:none;}
.flecha_top.azul,
.text_bandera.azul{
	background: #33BDDF!important;
}

.contenedor_formulario_sticky{
	position: absolute;
    /*height: 190%;*/
    width: 100%;
}



.formulario_bandera{
	margin-top: 0px;
}

/*FORMULARIOS*/
.sticky-top-form {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1000;
    /*margin-top: -5% !important;*/
}

.form-group{
	border: 1px solid #000;
	overflow: hidden;
	margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
	box-sizing: border-box;
	font-family: roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 110%;
	color: #FFFFFF;
}
select.form-control{
	border-radius: 60px !important;
    margin: 0 0 0 12px;
    float: left;
    width: 95%;
    background: none;
    padding: 0 5px;
}
.form-control:focus{
    color: inherit;
    background-color: inherit;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.form-check{
	padding: 0 0 0px 27px !important;
    float: left;
    width: 90%;
    /*height: 20px;*/
}

div.form-check:nth-of-type(5),
div.form-check:nth-of-type(6){
    margin-bottom: 5px;
}

.form-check-label{
	vertical-align: super;
    font-size: 12px;
}
.form-check-input {
    position: absolute;
    margin-top: .2rem;
    margin-left: -1.25rem;
}
.btn-capta{
	width: 100%;
	text-align: center;
	background: #003057;
	height: 60px;
	font-size: 24px;
	line-height: 24px;
    color: #fff !important;
	letter-spacing:1px;
}

.formulario input:focus,
.formulario input,
.formulario select:focus,
.formulario select{
	color: #000;
	font-family: univers-regular;
}

.formulario .form-group.focus_alert,
.formulario .form-group.focus_alert,
.formulario .form-check.focus_alert{
	border: 2px solid #721c24;
}

.formulario .form-check.focus_alert{
	border-radius: 15px;
}

.formulario select option{
	color: #000;
	font-family: univers-regular;
}

.formulario input::placeholder{
	color: #000;
	font-family: univers-regular;
}

.formulario input::-moz-placeholder{
	color: #000;
	font-family: univers-regular;
}

.formulario input::-webkit-input-placeholder{
	color: #000;
	font-family: univers-regular;
}

.formulario a:hover{
	color: #fff;
	text-decoration: none;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.alert{
	padding: 0;
}

.alert.alert-success,
.alert.alert-danger{
	padding: .75rem 1.25rem;
	margin-top: 10px;
}

.alert.alert-success{
	width: fit-content;
	width: -moz-fit-content;
}

/*TIPS*/
.tips{
	width: 100%;
	float: left;
	/*margin-bottom: 10%;*/
}
.tips li{
	float: left;
	text-align: center;

}
.tips .icon{
	background: rgba(0, 173, 215, 1);
	border-radius: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	/*display: table-cell;
  	vertical-align: middle;*/

}
.tips li p{
	width: 100%;
	float: left;
	text-align: center;
    font-size: 22px;
}

/*numerados*/
.numerados{

}
.orden{
	font-size: 70px;
	color: rgba(0, 173, 215, 1);
	width: 60px;
	float: left;

}
/*CLINICAS*/

.bg-azul{
	background: rgba(0, 173, 215, 0.8);
	padding: 15px 20px 1px;
	position: relative;
	bottom: 0;
	height: 100%;
}
.bg-azul h3{
	font-family: univers-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}
.bg-azul p{
	font-family: univers-regular;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 136%;
	margin: 0;
}
.bg-azul h5,
.bg-azul h5 a{
	font-family: univers-bold;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 136%;
	text-decoration: none;
}
/*PREGUNTAS FRECUENTES*/
.preguntas{
	/*background: url(./img/bg-doctores.png) right top no-repeat, linear-gradient(270deg, #D8E2E7 6.79%, #E5EEF1 48.74%);*/
	background: url(img/bg-doctores.html) right top no-repeat, linear-gradient(270deg, #D8E2E7 6.79%, #E5EEF1 48.74%);
	padding: 100px 0;
}
.preguntas h2{
	margin: 0;
    text-align: left;
    font-size: inherit;
}
#preguntas h3{
	font-size: 35px;
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}

#preguntas h4{
	padding-top: 20px;
}
#preguntas button.btn-link{
	width: 100%;
}
#preguntas button.btn-link::after{
	content: '-';
	display: inline-block;
	float: right;
}

#preguntas button.btn-link.collapsed::after{
	content: '+';
	display: inline-block;
	float: right;
}

.bg-preguntas{

}
.card{
	background-clip: border-box;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
}
.card-header {
    background-color: rgba(0,0,0,0);
    border-bottom: none;
    padding: 0;
    text-align: left;
    margin-bottom: 10px!important;
}
.card-body{
	padding-top: 0;
}
.card-header .btn-link{
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 110%;
	color: rgba(0, 173, 215, 0.8);
	text-align: left;
	/*border-bottom: 2px solid #fff;*/
}
/*contacto*/
.contacto{
	background: rgba(0, 173, 215, 1);
	width: 100%;
	float: left;
	padding: 50px 0;
	margin: 0;
}
.contacto h3{
	color: #fff;
}

.mobile{
	display: none;
}

.form_escritorio{
	display: block;
}
.form_mobile{
	display: none;
}

#nosotros{
	margin-top: 30px;
}


.col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 40px;
  }

@media (max-width: 991px) {
	.col-md-5 {
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 40px;
  	}
}




.container.nosotros,
.container.aseguradoras{
	max-width: 100%;
}

.formulario.contacto .btn-capta{
	margin-bottom: 5px;
}


@media screen and (min-width: 991px){
	.navbar-expand-lg .navbar-nav .nav-link{
		border-bottom: 2px solid rgba(0, 173, 215, 1);
		padding-right: 0rem;
	    padding-left: 0rem;
		margin-right: 0.5rem;
	    margin-left: 0.5rem;
	}
}

@media screen and (min-width: 768px){
	.formulario_sticky{
	    max-width: 33%;
	    float: right;
	    right: 5%;
	    margin-bottom: 0;

	}
	.bandera.mobile{
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1200px){
	.formulario_sticky{
	    max-width: 40%;
	    float: right;
	    right: 3%;
	    margin-bottom: 0;
	}
}


@media screen and (min-width: 768px) and (max-width: 992px){
	.sticky-top-form {
	    top: 100px;
	}
	.Refractiva{
	    /*min-height: 400px;*/
	}
	.Presbicia{
	    min-height: 400px;
	}
	.Cataratas{
	    min-height: 400px;
	}
	.lente{
		min-height: 400px;
	}
}

@media screen and (max-width: 991px){
	header {
	    /*background: #fff;*/
	    width: 100%;
	    float: left;
		height: 50px;
	}
	header .navbar{
		padding: 0 1rem;
	}

	header .navbar .navbar-brand img{
		height: 40px!important;
	}
	.navbar-light .navbar-brand {
	    /*width: auto !important;*/
	    float: left !important;
	}
	.navbar-light .navbar-toggler {
	    float: right;
	    margin: 8px 0;
	    border: none;
	}
	.navbar-collapse {
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    -ms-flex-align: center;
	    align-items: center;
	    width: 100%;
	    float: left;
	    background: #fff;
	    padding: 20px;
	    box-shadow: 0px 12px 10px rgba(0,0,0,0.2);
	    position: absolute;
	    top: 50px;
	    left: 0;
	}
	 #nav-icon3{
	  width: 35px;
	  height: 35px;
	  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: 3px;
	  width: 100%;
	  background: #F9AD0E;
	  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: 12px;
	}

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

	#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%;
	}
	.Refractiva{
		margin: 0;
	}

	h2{
		/*margin: 102px 0 0;*/
    	font-size: 50px;
	}
	section .container .row .azul{
		margin-top: 16px;
	}
/*	.azul, .azulCien{
		border-radius: 0;
	}*/
	.azulCien{
		position: fixed;
	    bottom: 0;
	    top: auto;
	}
	.tips li{
		margin: 10px 0 20px;
	}
	.black{
		font-size: 50px;
	}
	#lente h2{
		/*margin: 42px 0 0;*/
	}
	.catagena, .murcia{
		padding: 183px 0 0;
	}
	.preguntas {
	    /*background: url(./img/bg-doctores.png) right bottom no-repeat, linear-gradient(270deg, #D8E2E7 6.79%, #E5EEF1 48.74%);*/
	    background: url(img/bg-doctores.html) right bottom no-repeat, linear-gradient(270deg, #D8E2E7 6.79%, #E5EEF1 48.74%);
	    padding: 50px 0 447px;
	    background-size: 163%;
	}
	.card-header .btn-link {
	    font-style: normal;
	    font-weight: bold;
	    font-size: 25px;
	    line-height: 110%;
	    color: rgba(0, 173, 215, 0.8);
	    text-align: left;
	    border-bottom: 2px solid #fff;
	    width: 100%;
	    padding: 15px 10px;
	}
	#contacto form{
		width: 100%;
    	padding: 0 5%;
	}

	.contenedor_formulario_bandera.mobile{
		opacity: 0;
	}

	.contacto h3{
		margin: 0 auto;
    	margin-bottom: 20px;
    	font-size: 24px;
	}
}

.container.contenido{
	display: flex;
	-webkit-flex: flex;
}

.contenedor_formulario_bandera.mobile form .form-row{
	display: block;
}


@media screen and (max-width: 768px){
	
	/*formulario*/
	.Refractiva .container,
	.Presbicia .container,
	.Cataratas .container,
	.lente .container{
		max-width: fit-content;
		max-width: -moz-fit-content;
		max-width: -webkit-fit-content;
	}
	.Refractiva{
		margin: 0;
	}
	.Refractiva{
	    min-height: auto;
	}
	.Presbicia{
	    min-height: auto;
	}
	.Cataratas{
	    min-height: auto;
	}
	.lente{
	    min-height: auto;
	}
	h2{
		/*margin: 102px 0 0;*/
		margin: 20% 0 0;
    	font-size: 50px;
	}
	.azul, .azulCien{
		border-radius: 0;
	}
	.azulCien{
		position: fixed;
	    bottom: 0;
	    top: auto;
	}
	.tips li{
		margin: 10px 0 20px;
	}
	.black{
		font-size: 50px;
	}
	#lente h2{
		/*margin: 42px 0 0;*/
	}
	.catagena, .murcia{
		padding: 183px 0 0;
	}
	.preguntas {
	    /*background: url(./img/bg-doctores.png) right bottom no-repeat, linear-gradient(270deg, #D8E2E7 6.79%, #E5EEF1 48.74%);*/
	    background: url(img/bg-doctores.html) right bottom no-repeat, linear-gradient(270deg, #D8E2E7 6.79%, #E5EEF1 48.74%);
	    padding: 50px 0 447px;
	    background-size: 163%;
	}
	.card-header .btn-link {
	    font-style: normal;
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 110%;
	    color: rgba(0, 173, 215, 0.8);
	    text-align: left;
	    border-bottom: 2px solid #fff;
	    width: 100%;
	    padding: 15px 10px;
	}
	#contacto form{
		width: 100%;
    	padding: 0 5%;
	}
	.mobile{
		display: block;
	}

	.contenedor_formulario_bandera{
		position: fixed;
		z-index: 99;
	}
	.contenedor_formulario_bandera.fixed{
		bottom: -310px;
		opacity: 1;
		transition: bottom 0.5s ease-in-out;
  		-moz-transition: bottom 0.5s ease-in-out;
  		-webkit-transition: bottom 0.5s ease-in-out;
	}

	.contenedor_formulario_bandera.fixed.show_form{
		bottom: 0px;
		opacity: 1;
		transition: bottom 0.5s ease-in-out;
  		-moz-transition: bottom 0.5s ease-in-out;
  		-webkit-transition: bottom 0.5s ease-in-out;
	}

	.contenedor_formulario_bandera .bandera{
		opacity: 1;
		position: sticky;
		position: -webkit-sticky;
	}
	.mobile{
		display: block;
	    width: 100%;
	}
	.bandera.fixed{
/*		position: fixed;*/
	    bottom: 0;
	    z-index: 99;
	    width: 100%;
	    opacity: 1;
	    transition: bottom 0.5s ease-in-out;
  		-moz-transition: bottom 0.5s ease-in-out;
  		-webkit-transition: bottom 0.5s ease-in-out;
	}
	.bandera{
		bottom: -160px;
		opacity: 0;
		transition: bottom 0.5s ease-in-out;
  		-moz-transition: bottom 0.5s ease-in-out;
  		-webkit-transition: bottom 0.5s ease-in-out;
		display: flex;
		flex-direction: column;
	    position: fixed;
	    cursor: pointer;
	}
	.bandera .text_bandera{
		width: 100%;
		border-radius: 0;
		float: unset;
	    margin-top: 0;
	    box-shadow: 0px -2px 9px rgba(0, 0, 0, 0.25);
	    z-index: 12;
	    margin-bottom: 0;
	    padding: 10px;
	}
	.text_bandera a{
		text-decoration: unset;
	}
	.text_bandera a:hover{
		text-decoration: unset;
		color: inherit;
	}

	.bandera .flecha_top{
		padding: 0;
	    margin: 0;
	    width: 100%;
	    height: 50px;
	    display: block;
	    box-shadow: 0px -2px 9px rgba(0, 0, 0, 0.25);
	    width: 100px;
	    height: 100px;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    border-radius: 50%;
	    position: absolute;
	    top: -60px;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	z-index: 9;
    	margin: auto;
    	cursor: pointer;
	}
	.bandera .flecha_top span{
		background-image: url(img/flechitas_bandera.png);
	    background-repeat: no-repeat;
	    /*width: 391px;*/
	    display: block;
	    height: 50px;
        margin: 0 auto;
	    background-position: center;
	}
	.show_form .bandera .flecha_top span{
		background-image: url(img/close_bandera.png);
	    background-repeat: no-repeat;
	    /*width: 391px;*/
	    display: block;
	    height: 50px;
        margin: 0 auto;
	    background-position: center;
	}
	#lente .azul h3{
		font-size: 25px;
	}
	#contacto .bandera .flecha_top{
		top: -90px;
	}
	#contacto .bandera .flecha_top span{
		transform: rotate(180deg);
	}

	.form_escritorio{
		display: none;
	}
	.form_mobile{
		display: block;
	}

}

@media screen and (max-width: 500px){
	h2,
	h2.black{
	    font-size: 30px;
	}
	h3,
	h3.text-blue{
		font-size: 22px;
		margin-bottom: 0;
		/*text-align: center;*/
	}
	section .container .row .azul{
		margin-top: 0;
	}
	.azul h3{
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.text_bandera.azul h3{
		margin-bottom: 5px;
	}
	footer li{
		margin-bottom: 10px;
	}
	footer img.logo_footer{
		margin-bottom: 40px;
	}
	h4.text-blue{
		font-size: 21px;
	}
	.form-control{
		height: 35px;
		padding: 0 15px;
	}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	h2 {
	    /*margin: 103px 0 0;*/
	}
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	h2 {
	    /*margin: 123px 0 0;*/
	}
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	h2 {
	    /*margin: 103px 0 0;*/
	}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	h2 {
	    /*margin: 75px 0 0;*/
	}
}

/* iPhone 6, 7, & 8 Plus in portrait & landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {

	h2 {
		    /*margin: 123px 0 0;*/
		}

}

/* iPhone 5 & 5S in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	h2 {
		    /*margin: 75px 0 0;*/
		}
}



footer{
	background: #003057;
	color: #fff;
}

footer .container .row{
	align-items: center;
	padding: 40px 0;
}

footer a,
footer a.btn-link{
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a.btn-link:hover{
	text-decoration: none;
	color: rgba(0, 173, 215, 0.8);
}

#page-404 .container{
	max-width: 100%;
	padding:0;
	background: #CFB6B9;
}

.bg-404.desktop{
	background: url('img/img-404.jpg') no-repeat center;
	/*min-height: 735px;*/
    background-size: cover;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1500px) {
	.bg-404.desktop{
		background: url('img/img-404.jpg') no-repeat center;
    	background-size: contain;
	}
}
.bg-404.desktop .contenedor_textos{
	margin-top: 40vh;
}

.bg-404.mobile{
	min-height: 0;
}

#page-404 .container .col-6{
	text-align: center;
}

#page-404 .container .col-2{
	background: linear-gradient(270deg, rgba(207, 182, 185, 0) 42.92%, #CFB6B9 92.02%);
}
#page-404 .container .col-4{
	background: linear-gradient(270deg, #CFB6B9 42.92%, rgba(207, 182, 185, 0) 92.02%);
}

#page-404 .enlace_page_landing{
	color: #fff;
	/*background: #2A7EA3;*/
	/*box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);*/
	/*border-radius: 60px;*/
	font-size: 17px;
	min-height: 50px;
    max-width: 320px;
	text-decoration: none;
}

#page-404 .contenedor_enlace{
    /*padding: 5%;*/
	background: #00ABDB;
	/*box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);*/
	border-radius: 60px;
	/*width: 40%;*/
    padding: 3%;
    display: block;
    margin: 10px auto 30px;

}

#page-404 .texto-404{
    max-width: 600px;
    font-size: 22px;
    margin: 0 auto;
}

#page-404 .texto-404 p{
	font-size: 22px;
	font-family:  univers-bold;
}

#page-404 .columna_enlace{
	max-width: 365px;
	margin: 0 auto;
}

#page-404 .row.mobile,
.bg-404.mobile .contenedor_textos{
	display: none;
}

.footer ul {text-align:center;}
.footer ul li{display:inline;}

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

	.bg-404.mobile{
		min-height: 400px;
		background: url('img/img-404-mobile.jpg') no-repeat center;
		display: flex;
	    flex-direction: column;
	    position: relative;
	}
	.bg-404.mobile .contenedor_textos{
	    display: block;
	    font-size: 22px;
	    max-width: 300px;
	    margin: 0 auto;
	    position: absolute;
	    /* margin-top: 24vh; */
	    bottom: 0;
	    right: auto;
	    /* top: 0; */
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}
	.texto-404{
		font-size: 22px;
	}
	.bg-404.desktop{
		min-height: 0;
		display: none;
	}
	#page-404 .container{
		background: #fff;
	}
	#page-404 .contenedor_enlace{
		width: 80%;
	    padding: 0;
	}
	#page-404 .enlace_page_landing{
		line-height: 60px;
	}
	#page-404 .row.mobile{
		display: block;
		margin: 0 auto;
	}
}

.cookielaw1 #cookie_accept_button{
	background-color: rgba(0, 173, 215, 0.8)!important;
	border-radius: 20px!important;
	color: #fff!important;
}
#cookie_message em{
	display: none!important;
}

#cookie_law_notification a{
	color: rgba(0, 173, 215, 0.8)!important;
}
.ms-mobile{display:none;}
.ms-gray-bg{background-color:#EDEDED;}
.btn-capta{border-radius:0px !important;}
.enlace_mrsocial:hover{color:#F9AD0E;}

#ms-404 main{ 
  /*background: url(./img/404_esc.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
#ms-404{background-color:#003057;}
#ms-404 header{background-color:white;}
#ms-404 .footer{    
	position: fixed;
    width: 100%;
    bottom: 0px;
}
h2{margin-top:0px;}
.ms-404-msg-block{position:fixed;top:50%;left:5%;}
.ms-404-txt{color:white;}
.ms-404-title{color:white;font-size:46px;}
.ms-404-back{}
h3 img {float:left;}
h3{display:flex;align-items:center;}
h3 p{float: left;margin-bottom:0px;margin-top: 17px;padding-left: 12px;font-size:42px;font-family:univers-bold;color:#003057;margin-top:0px;max-width:370px;}
.ms-eye-icon{}
.ms-center{text-align:center;}
.ms-bloque-icono-limites{width:33.333%;float:left;text-align:center;}
.ms-bloque-icono-limites p, {font-family:univers-bold;font-size:24px;color:black;}
.ms-img-margin{margin:12px 0px;}
.mobile-title{font-size:62px !important;}

@media (max-width: 767px){
	.ms-bloque-icono-limites-1{width:100%;float:left;}
	h3 img{width:20%;}
	h3 p{width:80%;}
	h2,h3 p{font-size:30px !important;}
	.azul h3, .azulCien h3{font-size: 36px !important;}
	.ms-mobile{display:block !important;}
	.Refractiva{
		background: none;
	}
	.form_mobile{
		position: fixed;
	    left: 0;
	    bottom: -585px;
	    z-index: 9;
	    margin-bottom: 0px;
	}
	.form_mobile_btn{
		position: fixed;
	    left: 0;
	    bottom: 0px;
	    z-index: 9;
	    margin-bottom: 0px;
	    width: 100%;
	    text-align:center;
	    font-size:40px;
	    font-family:univers-bold;
	    background-color:#EDCB74;
	    color:#003257;
	    cursor:pointer;
	}
	.form_mobile_close{
		position: absolute;
	    right: 19px;
	    top: 12px;
	}
	.navbar-brand{
		margin: 0 auto;width:none !important;
	}
	.form_mobile_btn{display:block !important;}
	.form_mobile_initial{display:none !important;}
	.ms-desktop{display:none;}
	.ms-bloque-icono-limites{width:100%;}
	.ms-bloque-icono-limites img {max-width:100px;}
	.mobile-title{font-size:35px !important;}
}
.ms-laquo{transform: rotate(90deg);display: inline-block;}
/*.ms-justify{text-align:justify;}*/
.ms-listado-corregir img{float:left;width:20%;max-width:90px;}
.ms-listado-corregir-right-block{float:right;width:77%;}


/* START COOKIES CONSENT */

#cookies-consent {
    position: fixed;
    background-color: white;
    z-index: 99;
    padding: 0.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#cookies-consent p {
    margin: 0;
    max-width: 70%;
    display: inline-block;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
}

#cookies-consent .modal-footer .btn {
    background-color: black;
    color: white;
    padding: 0.5rem;
    text-decoration: none;
}

@media (max-width: 767px){
    #cookies-consent {
        flex-direction: column;
        color: black;
    }
    #cookies-consent p {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .cookies-buttons span {
        font-size: 0.8em;
    }
}

.cookies-buttons button {
    background-color: #003257;
    color: white;
}

#exampleModal b {
    font-weight: 900;
    z-index: 999999;
}

#exampleModal #headingTwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media screen and (min-width: 768px){
    #exampleModal .example-dialog {
        max-width: 700px;
    }    
}

#cookies-mini {
    position: fixed;
    bottom: 0;
    right: 10vw;
	padding: 5px;
    background-color: white;
}

/*Ojos background*/
.seccion-1{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: contain;background-position-x: 65%;margin-top:30px;margin-bottom:30px;}
.seccion-2{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: 50%;background-position-x: 10%;background-posItion-y: 50%;margin-top:30px;}
.seccion-3{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: contain;background-position-x: 90%;margin-bottom:30px;}
.seccion-4{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: 45%;background-position-x: 100%;}

@media (min-width: 768px){
    #cookies-consent {
        bottom: 0;
        border: 1px solid black;
        z-index: 1020;
    }
	.svg-img-bottom{margin-top:-8px;display:block;}
}

@media (max-width: 767px){
    #cookies-consent {
        top: 0;
        border: 1px solid black;
        z-index: 1020;
    }
	.ms_desktop{display:none;}
	.ms_mobile{display:block;}

		.seccion-1{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: contain;background-position-x: 65%;background-position-y: 50%;}
	.seccion-2{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: contain;background-position-x: 10%;background-posItion-y: 50%;}
	.seccion-4{background: url(img/oftalmedic-bg.svg) no-repeat;background-size: cover;background-position-x: 100%;}
	#cookies-mini{z-index:99;bottom: 150px;right: -56px;background-color: white;transform: rotate(270deg);padding: 5px;}
	.svg-img-bottom{margin-top:-1px;display:block;}
}
.form-row>.col, .form-row>[class*=col-]{padding-right: 0px;padding-left: 0px;}
.ms-bloque-icono-limites-block p{color:#E9CE88;}
.azul_medio{color:#8BABD1 !important;}
.azul_oscuro{color:#003057 !important;}
.svg-img-bottom-2{margin-top:-8px;display:block;}
.svg-img-top{margin-bottom: -8px;margin-left:0px !important;padding-left:0px !important;margin-right:0px !important;padding-right:0px !important;box-sizing: unset;}
.navbar-brand{padding-bottom:0px !important;}

.modal-backdrop {
    z-index: 999 !important;
    display: none !important;
}

.modal-content {
    display: none !important;
}

.ms-form-title1{text-align: center;color: #003057;font-size: 32px;font-family: univers-bold;}
.gratis-img{max-width:300px;width:80%;}
.ms-form-title2{text-align: center;color: white;font-size: 32px;font-family: univers-bold;}
@media (max-width: 768px){
	.ms-form-title1{font-size: 28px;}
	.gratis-img{max-width:200px;width:80%;}
	.ms-form-title2{font-size: 28px;}
	.azul{padding: 15px;}
	.ms-form-title1,.ms-form-title2{margin-bottom:5px;}
}
@media (orientation:landscape) and (max-width: 768px) {
	.form_mobile{max-height: 100%;overflow-y: scroll;}
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

.container.contenido {
    display: flex;
    -webkit-flex: flex;
    max-width: 1140px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1080px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 840px;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 620px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1080px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 840px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 620px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
