/* #Tablet (Landscape)
================================================== */

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

	.citas span{
		color: #024959 !important;
		text-shadow: 0px 0px 10px #fff;
		text-transform: uppercase;
	}

.is-sticky #header,
.is-sticky #hornav {
	position: relative !important;
	width: auto !important;
	top: 28px !important;
	left: 0;
	margin-left: 0;
}

.pre-header{
	position: fixed !important;
	width: 100% !important;
	top: 0 !important;
	z-index: 999;
}

.pre-header .row{
	position: relative;
	left: 25%;
}

.pre-header .fab, .pre-header .far{
	margin-right: 5px !important; 
	margin-left: 0 !important;
}

.primary-container-background .primary-container {width: 100%;}

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (min-width: 991px) {

	.messenger:hover{
		/*transform: translateX(-145px);
		transition: .2s ease;*/
		width: 200px;
		color: #fff;
		background: #007AC6;
	}

	.whatsapp:hover{
		/*transform: translateX(-145px);
		transition: .2s ease;*/
		width: 200px;
		color: #fff;
		background: #080;
	}

	.email_:hover{
		/*transform: translateX(-145px);
		transition: .2s ease;*/
		width: 200px;
		color: #fff;
		background: #CB640A;
	}

}

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

	.container-share{
		top:65% !important;
	}
	.messenger{
		bottom:55px;
	}
	.whatsapp{
		bottom: 110px;
	}
	.email_{
		bottom: 0;
	}
	.messenger:hover{
		/*transform: translateX(-145px);
		transition: .2s ease;*/
		width: 50px;
		color: #fff;
		/*background: #007AC6;*/
	}
	.whatsapp:hover{
		/*transform: translateX(-145px);
		transition: .2s ease;*/
		width: 50px;
		color: #fff;
		/*background: #080;*/
	}

	.email_:hover{
		/*transform: translateX(-145px);
		transition: .2s ease;*/
		width: 50px;
		color: #fff;
		/*background: #CB640A;*/
	}
}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {
	.faringe_laringe{
		margin-top: 0px;
	}

	#servicios .movil{
		display: flex;
	}

	#servicios .desktop{
		display: none;
		margin-bottom: -50px;
	}

	#header{
		top: 28px;
		margin-bottom: 28px;
	}
	.is-sticky #header,
	.is-sticky #hornav {
		top: 28px !important;
	}
	.pre-header{
		display: flex;
	}
	.carousel-control.right span, .carousel-control.icon-next span {
	    right: 40px;
	}
	.carousel-control.left span, .carousel-control.icon-prev span {
	    left: 40px;
	}

	#pre-header .hidden-sm{
		position: sticky;
	}

	.pre-header .nombres{
		display: flex;
	}

	.pre-header .iniciales{
		display: flex;
	}

}

@media only screen and (max-width: 575px){
	#header{
		top: 28px;
		margin-bottom: 28px;
	}
	.is-sticky #header,
	.is-sticky #hornav {
		top: 28px !important;
	}
	.pre-header .nombres{
		display: none;
	}

	.pre-header .row{
		position: relative;
		left: 20%;
	}

	.pre-header .iniciales{
		display: flex;
	}

	.pre-header .col-4{
		width: 33.33%;
	}

}


@media only screen and (max-width: 991px){
	#base .text-right {
		text-align: left !important;
	}
	#base img{
		margin-top:20px;
		position: relative;
		left: 13.5%;
	}
}



@media only screen and (max-width: 1065px){
	.boton_menu{
		display: flex !important;
	}

	#hornavmenu{
		display: none !important;
	}
}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 378px){
	.pre-header .row{
		position: relative;
		left: 5% !important;
		font-size: 9pt !important;
		margin-right: -15px !important;
		margin-left:  -15px !important;
	}

	.pre-header .row div{
		/*width: 50% !important;*/
		margin-right: 10px !important;
		padding-top: 2px;
	}
}

@media only screen and (max-width: 440px) {
	.pre-header .row{
		position: relative;
		left: 10%;
		font-size: 11pt !important;
	}

	.pre-header .row div{
		padding-top: 2px;
	}
}

@media only screen and (max-width: 355px ){
	.pre-header .row{
		position: relative;
		left: 15% !important;
		font-size: 8pt !important;
	}
}

@media only screen and (max-width: 300px){
	.pre-header .row{
		position: relative;
		left: 0;
	}
}