body {
	font-family: 'Montserrat', sans-serif;
	margin-top: 80px;
	background: unset;
}

body, html {
	height: 100%;
}

html {
	background-image: url("../img/fondo.jpg?v=1.0");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar {
	border: 0;
	border-radius: 0;
	margin: 0px;
	font-size: 18px;
	background-color: #70706E;
}

.navbar-nav {
	padding-top: 10px;
	margin-right: 50px;
}

.navbar-nav li a {
	margin-left: 23px;
	margin-right: 23px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 23px;
	line-height: 34px;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	outline: none;
}

.navbar-nav li a:hover {
	border-bottom: 3px solid #ffffff;
}

.navbar-nav li a:not(:hover) {
	border-bottom: 0px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0 auto;
}

.imagenlogo {
	max-height: 80px;
}

.backgroundinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	text-align: left;
	color: #000;
	padding-top: 80px;
}

.textoinfo {
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-top: 70px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
}

.backgroundservicios {
	background-color: #858585;
	padding-top: 80px;
	padding-bottom: 30px;
}

.contenedor-servicio {
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.contenedor-servicio:hover {
	transform: scale(1.05);
}

.contenedor-servicio-mobile {
	display: none;
	cursor: pointer;
	margin-bottom: 15px;
}

.texto-servicio-mobile {
	padding: 15px 0px;
}

.contenedor-imagen {
	width: 100%;
	height: 100%;
}

.texto-servicio {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: absolute;
	z-index: -1;
	padding: 0px 15px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.subtexto-servicio {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: #ffffff;
	font-size: 17px;
}

.img1, .img2, .img3, .img4, .img5, .img6, .img7 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.img1 {
	background-image: url("../img/fibronasolaringos2.png?v=1.0");
}

.img2 {
	background-image: url("../img/amigdalas2.png?v=1.0");
}

.img3 {
	background-image: url("../img/sinusitis2.png?v=1.0");	
}

.img4 {
	background-image: url("../img/apnea2.png?v=1.0");
}

.img5 {
	background-image: url("../img/rinitis2.png?v=1.0");
}

.img6 {
	background-image: url("../img/vertigo2.png?v=1.0");
}

.img7 {
	background-image: url("../img/otitis2.png?v=1.0");
}

.imagenmovil {
	margin-bottom: 10px;
	border-radius: 10px;
}

.centerizando {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	top: 0px;
	height: 100%;
}

label {
	font-weight: 100 !important;
	font-size: 17px !important;
}

input, select, textarea {
	border-radius: 10px !important;
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0px 0px 5px rgb(240, 240, 240) !important;
	border: 1px solid rgb(240, 240, 240) !important;
	border-radius: 10px !important;
}

.backgroundconsultorio {
	margin-right: auto;
	margin-left: auto;
	background-color: #5182BC;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 30px;
}

.backgroundubicacion {
	margin-right: auto;
	margin-left: auto;
	background-image: url("../img/fondo_ubicacion.jpg?v=1.0");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.backgroundcontacto {
	margin-right: auto;
	margin-left: auto;
	background-color: #737277;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 30px;
}

.seccion-envio {
	margin-left: 15px;
}

.infoconsultorio {
	line-height: 1.2;
	margin-top: 7px;
	font-size: 20px;
	word-wrap: break-word;
}

.titulazo {
	font-weight: 900;
	padding-left: 30px;
	margin-bottom: 40px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 55%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    min-height: 450px;
}

.iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.backgroundblog {
	height: 100%;
}

.logofijosuperior {
	position: fixed;
	bottom: 5px;
	right: 15px;
	z-index: 10;
	text-align: right;
	padding: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	opacity: 0.5;
}

.logofijosuperior:hover {
	opacity: 0.9;
}

@media (max-width: 1100px) {
	.subtexto-servicio {
		font-size: 15px;
	}

	.logofijosuperior {
		opacity: 0.9;
	}
}


@media (max-width: 970px) {
	.navbar-nav li a {
		font-size: 20px;
	}

	.backgroundinfo, .backgroundservicios, .backgroundubicacion, .backgroundconsultorio, .backgroundcontacto {
		padding-top: 40px;
	}

	.subtexto-servicio {
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.navbar-nav li a {
		font-size: 17px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.texto-servicio {
		font-size: 12px;
	}

	.subtexto-servicio {
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	.subtexto-servicio {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	body {
		margin-top: 65px;
	}

	.imagenlogo {
		max-height: 65px;
	}

	.backgroundinfo {
		display: block;
	}

	.textoinfo {
		padding-top: 15px;
	}

	.subtexto-servicio {
		font-size: 14px;
	}

	#menusuperior {
		background-color: #70706E;
		border: 0px;
	}

	.contenedor-servicio {
		display: none;
	}

	.contenedor-servicio-mobile {
		display: block;
	}
}

@media (max-width: 370px) {
	.titulazo {
		padding-left: 10px;
	}
}