@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('fonts/MyriadProRegular.woff2') format('woff2'),
         url('fonts/MyriadProRegular.woff') format('woff'),
         url('fonts/MyriadProRegular.ttf') format('truetype'),
         url('fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProIt';
    src: url('fonts/MyriadProIt.eot');
    src: url('fonts/MyriadProIt.eot') format('embedded-opentype'),
         url('fonts/MyriadProIt.woff2') format('woff2'),
         url('fonts/MyriadProIt.woff') format('woff'),
         url('fonts/MyriadProIt.ttf') format('truetype'),
         url('fonts/MyriadProIt.svg#MyriadProIt') format('svg');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/MyriadProBold.eot');
    src: url('fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('fonts/MyriadProBold.woff2') format('woff2'),
         url('fonts/MyriadProBold.woff') format('woff'),
         url('fonts/MyriadProBold.ttf') format('truetype'),
         url('fonts/MyriadProBold.svg#MyriadProBold') format('svg');
}
@font-face {
    font-family: 'MyriadProBoldIt';
    src: url('fonts/MyriadProBoldIt.eot');
    src: url('fonts/MyriadProBoldIt.eot') format('embedded-opentype'),
         url('fonts/MyriadProBoldIt.woff2') format('woff2'),
         url('fonts/MyriadProBoldIt.woff') format('woff'),
         url('fonts/MyriadProBoldIt.ttf') format('truetype'),
         url('fonts/MyriadProBoldIt.svg#MyriadProBoldIt') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('fonts/MyriadProSemibold.eot');
    src: url('fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('fonts/MyriadProSemibold.woff2') format('woff2'),
         url('fonts/MyriadProSemibold.woff') format('woff'),
         url('fonts/MyriadProSemibold.ttf') format('truetype'),
         url('fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
    font-family: 'MyriadProSemiboldIt';
    src: url('fonts/MyriadProSemiboldIt.eot');
    src: url('fonts/MyriadProSemiboldIt.eot') format('embedded-opentype'),
         url('fonts/MyriadProSemiboldIt.woff2') format('woff2'),
         url('fonts/MyriadProSemiboldIt.woff') format('woff'),
         url('fonts/MyriadProSemiboldIt.ttf') format('truetype'),
         url('fonts/MyriadProSemiboldIt.svg#MyriadProSemiboldIt') format('svg');
}
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff'),
        url('fonts/CenturyGothic.ttf') format('truetype'),
        url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff'),
        url('fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

*{
	margin:0;
	padding:0;
	border:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'MyriadProRegular';
}
img{
	max-width: 100%;
}
html.laboratorio {
	width:100%;
	background: #EAEAEA;
}
.nolist{
	list-style: none;
}
a{
	outline: none;
	text-decoration: none;
}
body{
	margin:0;
	color: #383838;
}
.clear{
	clear:both;
}
#contenedor{
	width:1000px;
	background: #FDFEFF;
	margin:0 auto;
}


/***** HEADER *****/

#header{
	width:100%;
	position: relative;
	padding-top: 5px;
}
#logo_pmp{
}
.barra {
	width:98%;
	height: 8px;
	background-color: #4F4F4F;
	clear:both;
	margin:5px auto;
	border-radius: 8px;
}
#logo{
	margin:7px;
	margin-left: 60px;
	display: inline;
	font-size: 0;
	color: transparent;
	overflow: hidden;
}
#logo img{
	width: 15%;
	padding: 5px 0;
}
.header_logos{
	position: absolute;
	bottom: 25px;
	right: 12px;
	font: 800 15px Arial,sans-serif;
	color: #000;
}
.header_logos img{
	height: 65px;
	width: auto;
}
#logo_shopping{
	right: 105px;
}
#logo_shopping img{
	height: 75px;
	width: auto;
}
#logo_gp{
	right: 110px;
	box-sizing: border-box;
}
#logo_gp img{
	height: 50px;
}
#dir_tecnico{
	font-family:MyriadProRegular;
	position: absolute;
	right: 15px;
	bottom: 18px;
	font-size: 22px;
}
#main-menu {
    width: 190px;
    float: left;
    margin: 5px;
    margin-right: 1px;
    background: #2F9DF7;
    height: 100%;
    border-radius: 8px;
}
ul#menu_principal  {
	list-style: none;
	padding: 9px 0px 0px;
	text-align: center;
	/* margin-bottom: 30px; */
}
ul#menu_principal  li{
	display: block;
	padding: 5px;
	text-align: left;
	border-bottom: #fff 1px solid;
}
ul#menu_principal  li a:link, ul#menu_principal  li a:visited{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 5px 3px;
	text-align: center;
	display: block;
	text-shadow: 3px 3px 7px #000;
}
ul#menu_principal  li a:hover{
	text-decoration:underline;
}
ul#menu_principal  li a:active,ul#menu_principal  li a.active{
    background-color: rgba(255, 255, 255, .5);
}
ul#menu_principal .lastchild{
	display: none;
}
.menublock{
	background: #fff;
	margin-top: 4px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	position: relative;
}
.menublock video{
	width: 98%!important;
	margin-left: 1%;
	margin-bottom: 2px;
}
.menublock span{
	display: block;
	text-align: center;
	font: 800 11px Arial, sans-serif;
	color: #000;
	padding: 3px 0;
}
.menublock.map a {
    font: 11px 'MyriadProBold', sans-serif;
    color: #000;
    padding: 7px 0 2px;
}
.menublock a{
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: #fff;
	color: #383838;
	display: block;
	width: 100%;
	text-align: center;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}
.menublock a:hover{
	background: #383838;
	color: #fff;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}

.menublock.video a{
	position: initial;
}
.menublock.video span{
	margin-bottom: -10px;
	position: relative;
	background: #fff;
	font-size: 15px;
	padding: 25px 0;
}
.menublock.video span:after{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(imagenes/videoplay.png) center no-repeat;
	background-size: contain!important;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    transition:         transform .5s ease-in-out;
}
.menublock.video:hover{
	cursor: pointer; 
}
.menublock.video:hover span:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#map-canvas{
	height: 120px;
	width: 98%!important;
	margin-left: 1%;
	margin-bottom: 2px;
}
#mobile_nav {
    position: fixed;
    right: 20px;
    top: 40px;
    padding: 10px 13px;
    display: none;
    z-index: 99999;
}
#mobile_nav span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    top: 0px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px 2px #fff;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
#mobile_nav span:nth-child(2){
	top: 8px;
}
#mobile_nav span:last-child{
	top: 16px;
}
#mobile_nav.opened span:first-child{
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
}
#mobile_nav.opened span:nth-child(2){
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
}
#mobile_nav.opened span:last-child{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 8px;
	transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
}
#mobile_nav.opened span{
	box-shadow: none;
	border: none;
}
#mobile_nav.opened span:first-child{
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
}
#mobile_nav.opened span:nth-child(2){
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
}
#mobile_nav.opened span:last-child{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 8px;
	transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease;
}
@media screen and (max-width: 767px){
	#main-menu{
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		min-height: 100%;
		padding-top: 50px;
		z-index: 9999;
		overflow: auto;
	}
	#mobile_nav {
		display: block;
	}
	ul#menu_principal li{
		display: block;
		width: auto;
		position: relative;
		padding: 10px 0;
		border-bottom: none;
		text-align: center;
	}
	ul#menu_principal li:after{
		content: '';
		height: 1px;
		width: 80%;
		position: absolute;
		left: 10%;
		bottom: 0;
		border-bottom: 2px dotted #000;
	}
	ul#menu_principal span{
		display: none;
	}
}


/***** END HEADER *****/


/***** FRONT PAGE *****/

#contenido{
	width: calc(100% - 216px);
	float: left;
	box-sizing: border-box; 
	padding-left: 1px;
	background: #FFF;
	text-align: center;
	margin: 5px 15px;
	margin-left: 5px;
}
#contenido small a{
	font-family: MyriadProRegular;
	font-size: 12px;
	line-height: 22px;
	color: #404041;
	text-decoration: none;
}
#contenido small a:hover{
	text-decoration: underline;
}
#texto-movil1{
	width: calc(100% - 40px);
	text-align:center;
	box-sizing: border-box;
	background: #e7e8e073;
	margin: 0 20px;
}
#texto-movil1 span, #texto-movil1 p {
    color: #fff!important;
    padding: 17px 0;
    display: block;
    text-align: center;
    text-shadow: 5px 3px 8px #000;
}
#texto-movil1 p a{
	color: #fff!important;
}
.whatsapp{
	padding: 10px 0 20px;
	border-radius: 8px;
	text-align: left;
	margin-bottom: 2px;
	background: #0075becf;
	background-image: linear-gradient(white 0px, transparent -2px), linear-gradient(white 0px, transparent 0px), linear-gradient(rgba(255,255,255,.3) 0px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 0px, transparent 1px);
	background-size: 100px 100px, 100px 100px, 20px 40px, 40px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
.contactblock {
    padding: 5px 30px;
    text-align: center;
}
.contacto #content h2 {
    /* display: inline-block; */
    /* padding-top: 5px; */
    /* padding-right: 70px; */
    /* padding-bottom: 10px; */
    /* vertical-align: top; */
    /* border: none; */
    /* box-sizing: border-box; */
}
.contacto .contactblock {
    padding: 5px 0px;
    border-bottom: 2px dotted;
    margin-bottom: 15px;
    position: relative;
}
.contacto .contactblock a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
}
.contactwithlogo {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.contactblock .contactwithlogo + .contactwithlogo{
	float: right;
} 
.whatsapp_logo, .phone_logo, .facebook_logo, .instagram_logo, #texto-movil1 .whatsapp_logo{
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url("imagenes/whatsapp-big.png") center no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	margin-right: 10px;
}
.phone_logo{
	background: url("imagenes/phone-big.png") center no-repeat;
}
.facebook_logo{
	background: url("imagenes/facebookcontacto.png") center no-repeat;
}
.instagram_logo{
	background: url("imagenes/instagramcontacto.png") center no-repeat;
}
.contactblock a {
    display: inline-block;
    white-space: nowrap;
}
.whatsapp_text{
	display: inline-block;
	vertical-align: middle;
	font: 800 15px 'MyriadProBold', Sans-serif;
	color: #fff;
}
.flexslider .slides li {
    padding-bottom: 63%;
    background-size: contain!important;
}

.flexslider {
    margin: 0;
    border: 0;
}

#contenido ul.slides {
    margin: 0;
}

.flex-control-nav.flex-control-paging {
    display: none;
}

.flex-direction-nav li {
    line-height: inherit!important;
}
section .content {
	margin-top: 20px;
	padding: 10px;
	padding-left: 15px;
	font: 14px Myriad Pro;
	column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
	-moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
	z-index: 0;
	overflow: auto;
}
#notasinteresgeneral {
    text-align: left;
}
#notasinteresgeneral .content_cont{
    max-height: 400px;
    overflow: auto;
}
#notasinteresgeneral header {
    padding: 15px;
    border-radius: 8px;
    text-align: left;
    background: #6C6D6D;
    z-index: 1;
    background-image: linear-gradient(#d8d7d7 0px, transparent -2px), linear-gradient(#d8d7d7 1px, transparent 0px), linear-gradient(rgba(130, 130, 130, 0.62) 1px, transparent 1px), linear-gradient(90deg, rgba(130, 130, 130, 0.62) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 40px, 40px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
#notasinteresgeneral header img{
	display: inline-block;
	vertical-align: middle;
}
span#notasdeinteres {
    font: 800 15px 'MyriadProBold', sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
#notasinteresgeneral h4 {
    font-family: 'MyriadProBoldIt';
    margin-bottom: 10px;
    font-size: 20px;
}
#notasinteresgeneral h5{
    font-family: 'MyriadProBoldIt';
	font-size: 15px;
	margin-bottom: 10px;
}
#notasinteresgeneral .content p, #notasinteresgeneral .content ul li {
    color: #383838;
}
.circulos-home {
	width:33%;
	height:89%;
	float:left;
}
.circulos{
	width: calc(40% - 2px);
	display: inline-block;
	vertical-align: middle;
}
.circulos-textos{
	width: calc(60% - 2px);
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 30px 10px 50px;
}
.circulos-textos.full{
	width: 80%;
	display: block;
	margin: auto;
}
.prepagas .circulos-textos.full{
	width: auto;
}
.circulos-textos h2, .circulos-textos h3{
	font-family: MyriadProSemibold;
	font-weight: 500;
	font-size: 25px;
	padding: 10px 0;
	line-height: 26px;
	color: #404041;
}
.circulos-textos h2{
	text-transform: uppercase;
}
.circulos-textos h3{
	font-size: 16px;
	font: 16px MyriadProBold;
	margin-top: 20px;
	padding: 0;
	line-height: initial;
}
.circulos-textos p, #contenido p, #contenido li{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #020202;
	width: 100%;
	left: 0!important;
}
#contenido.contacto p{
	color:#020202;
	font: bold italic 12px Arial;
}
#contenido ul{
	margin: 10px 0 10px 15px;
}
.circulos-textos .horarios{
	padding-left: 70px;
}
.circulos-textos .horarios p{
	font-size: 16px!important;
}
.circulos-textos ul#estudios {
	padding-left: 18px;
}
.circulos-textos ul.estudios li{
	font-family: MyriadProRegular;
	font-size: 14px;
	line-height: 22px;
	color: #404041;
}
.circulos-textos ul#sitiosdeinteres.estudios li a:hover{
	text-decoration: underline;
}
.circulos-textos ul#estudios li a{
	color: #404041;
	text-decoration: none;
}
.circulos-textos ul.estudios li:before{
	content: '-';
	margin-right: 5px;
}
.circulos-textos ul#estudios li a:hover, .circulos-textos ul#estudios li.destacado a:hover{
	border-bottom: 1px dotted #ec008b;
	border-top: 1px dotted #ec008b;
}
.circulos-textos ul#estudios li.destacado{
	font-family:MyriadProBold;
	font-size: 16px;
	line-height: 24px;
	color:#ec008b !important;
}
.circulos-textos ul#estudios li.destacado a{
	color:#ec008b !important;
}
.circulos-home img {
	margin:50px auto;
	width:75%;
	height:auto;
}
.circulos img{width: 100%;}

/***** END FRONT PAGE *****/


/***** QUIENES SOMOS *****/

.sectionbanner{
	height: 350px;
	background-size: cover!important;
}
#content{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 50px;
}
#content h2{
	padding: 21px 60px 15px;
	position: relative;
	border-radius: 8px;
	text-align: left;
	background: #6C6D6D;
	z-index: 1;
	background-image: linear-gradient(#d8d7d7 0px, transparent -2px), linear-gradient(#d8d7d7 1px, transparent 0px), linear-gradient(rgba(130, 130, 130, 0.62) 1px, transparent 1px), linear-gradient(90deg, rgba(130, 130, 130, 0.62) 1px, transparent 1px);
	background-size: 100px 100px, 100px 100px, 20px 40px, 40px 20px;
	background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
	font: 17px 'MyriadProBold', sans-serif;
	color: #fff!important;
}
#content h2:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0px;
	top: -1px;
	background: url(imagenes/envase_big.png) center no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
}
.quienes-somos #content .content{
	font-size: 14px;
}


/***** END QUIENES SOMOS *****/



/***** QUIENES SOMOS *****/

.que-hacemos section .content{
	column-count: 1;
}


/***** END QUIENES SOMOS *****/


/***** EXTRACCIONES A DOMICILIO *****/

.extracciones-a-domicilio h3 {
    background: #DDDDDD;
    padding: 40px 0 20px;
    font: bold 15px 'Century Gothic', sans-serif;
}
.content.extracciones {
    column-count: initial;
}
.contact_extracciones p, .contact_extracciones p span, .content.extracciones p a{
    font: bold 12px 'Century Gothic', sans-serif!important;
    color:#020202;
}
.contact_extracciones p{
	margin-top: 5px;
	margin-bottom: 15px;
}
span.ext_whatsapp:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(imagenes/whatsapp-logo.png) center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
}
.contact_extracciones .instagram:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
	background: url(imagenes/instagram.png) center no-repeat;
	background-size:cover;
	border-radius: 0;
	border: 0;
}
.contact_extracciones .facebook:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
	background: url(imagenes/logofacebook.jpg) center no-repeat;
	background-size:cover;
	border-radius: 0;
	border: 0;
}
/***** END EXTRACCIONES A DOMICILIO *****/


/***** HORARIOS DE ATENCION *****/

.horarios .content{
	column-count: 1;
	font-family: 'MyriadProBold', sans-serif!important;
}
.horarios .content p{
	font: 16px 'MyriadProRegular', sans-serif!important;
	line-height: 1.5!important;
}

/***** END HORARIOS DE ATENCION *****/

/***** RESULTADOS ONLINE *****/

.resultados-online .sectionbanner{
	display: none;
}

/***** END RESULTADOS ONLINE *****/

/***** FOOTER *****/

#footer {
	width:100%;
	height:auto;
	padding:15px 0;
	margin-top: 15px;
	background: #0075becf;
	background-image: linear-gradient(white 0px, transparent -2px), linear-gradient(white 0px, transparent 0px), linear-gradient(rgba(255,255,255,.3) 0px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 0px, transparent 1px);
	background-size: 100px 100px, 100px 100px, 20px 40px, 40px 20px;
	background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
	border-radius: 8px;
}
#footer, #fotter p{
	color:#FFF;
	font-family: Arial, sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height:18px;
	text-align:center;
	clear: both;
}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .footer_bottom span, #footer .footer_bottom a{
	display: inline-block;
	vertical-align: middle;
}
#footer .footer_bottom a{
	margin-left: 10px;
}
#footer .footer_bottom .whatsapp_footer:before, #footer .footer_bottom a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(imagenes/whatsapp-logo.png) center no-repeat;
	background-size:contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
}
#footer .footer_bottom a:before{
	/* border: 2px solid #fff; */
	/* width: 16px; */
	/* height: 16px; */
	/* border-radius: 50%; */
	background: url(imagenes/logofacebook.jpg) center no-repeat;
	background-size:contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
}
#footer .footer_bottom a.instagram:before{
	background: url(imagenes/instagram.png) center no-repeat;
	background-size:cover;
	border-radius: 0;
	border: 0;
}


/* Formulario */
table#formulario {
	width:100%;
	font-family: 'MyriadProSemibold';
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;

}
table#formulario input, table#formulario textarea,table#formulario-txt input, table#formulario-txt textarea{
	width:100%;
	font-size:14px;
	text-transform: all;
	line-height: 20px;
	border: 1px solid lightgray;
	padding: 2px;
}
table#formulario select{
	font-size:14px;
}
table#formulario input#campo3, table#formulario-txt input#campo3 {
	width:30%;
	margin-top: 10px;
	cursor: pointer;
}
table#formulario input[type=radio] {
	box-sizing: border-box;
	width: auto !important;
	text-align: center;
}
.circulo-txt{
	width: 70%;
	height: 100%;
	margin: 0 auto;
}
form#formulario-txt h2{
	font-family: MyriadProRegular;
	font-size: 16px;
	line-height: 26px;
	margin-top: 14px;
	text-align: left;
}
form#formulario-txt label p{
	width: 100%;
	font-family: MyriadProRegular;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
	text-align: left !important;
}


/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 3px auto;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:none;
	font-size: 24px;
	font-family:MyriadProSemibold;
}
.ticker {
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	background: none;
	box-sizing: border-box;
}
.ticker-title {
	padding-top: 9px;
	color: #990000;
	font-weight: bold;
	background-color:none;
	text-transform: uppercase;
	overflow: hidden;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: none;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #B75799;
	display: block;
	width: 800px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #B75799;
	border-bottom: 1px solid #fff;
	height: 17px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
    display: none;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}


/****CONTACTO*****/



.contacto .whatsapp_text{
	color: #353535;
}
#map-canvas-contacto{
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}
#mapcontainer {
    position: relative;
}
#mapcontainer a {
    font-size: 16px;
    font-weight: 900;
    color: #383838;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    transition: all ease-in-out .4s;
    webkit-transition: all ease-in-out .4s;
    moz-transition: all ease-in-out .4s;
    ms-transition: all ease-in-out .4s;
    o-transition: all ease-in-out .4s;
}
#mapcontainer a:hover{
    background: rgba(0,0,0,.7);
    color: #fff;
    transition: all ease-in-out .4s;
    webkit-transition: all ease-in-out .4s;
    moz-transition: all ease-in-out .4s;
    ms-transition: all ease-in-out .4s;
    o-transition: all ease-in-out .4s;
}
.contacto .content{
	column-count: 1;
}
a#bodyfacebook{
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin: 30px 0;
	display: block;
}
a#bodyfacebook:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url(imagenes/facebook.png) center no-repeat;
	background-size:contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
}
iframe#mapa{
	width: 100%;
}

.whatsapp_logo, .phone_logo, .facebook_logo, .instagram_logo, #texto-movil1 .whatsapp_logo{
	width: 30px;
	height: 30px;
	background-size: 100%!important;
}
.contacto .whatsapp_text{
	font-size: 20px;
}

/****END CONTACTO*****/


/**** GUIA PARA PACIENTES *****/

.guia-para-pacientes section .content{
	column-count: auto;
}
.guia-para-pacientes section .content a{
	color: inherit;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}
.guia-para-pacientes section .content a:hover{
	text-decoration: underline;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}
.guia-para-pacientes section .content .examen{
	padding-left: 80px;
	text-transform: capitalize;
	box-sizing: border-box;
}

/**** END GUIA PARA PACIENTES *****/


/**** PREPAGAS *****/

.prepagas .content, section .content.prepagas{
	column-count: 1;
	overflow: hidden;
}
#prepcont{
	text-align: center;
}
.single_prepaga{
	display: inline-block;
	width: 120px;
	height: 100px;
	background-size: contain!important;
	margin: 5px;
}
.single_prepaga:first-child, .single_prepaga:nth-child(2), .single_prepaga:nth-child(3), .single_prepaga:nth-child(4), .single_prepaga:nth-child(5), .single_prepaga:nth-child(6), .single_prepaga:nth-child(7), .single_prepaga:nth-child(8){
	width: 170px;
	height: 160px;
}
 
/****END PREPAGAS*****/



/**** SITIOS DE INTERES *****/

.sitios-de-interes .content{
	column-count: 1;
	overflow: hidden;
}


/****END SITIOS DE INTERES*****/



/****COMENTARIOS*****/

.comentarios .content{
	column-count: 1;
}

p.dr {
    font-family: MyriadProSemiboldIt;
}
hr{
	margin:10px 0;
	border:dashed 1px;
	color:lightgray; 
}
#formulario{
	margin-top: 50px;
}
.formfield{
    margin: 20px 0;
}
.formfield.submit{
    text-align: center;
    margin-left: 50px;
}
.formfield.submit input{
	width: auto;
	text-transform: uppercase;
	padding: 9px 20px;
	box-shadow: none;
	font: 18px MyriadProSemibold;
}
.formfield.submit input:hover{
	cursor: pointer;
	background: transparent;
}
.formfield label {
	width: 90px;
	display: inline-block;
	font: 18px MyriadProSemibold;
	text-transform: uppercase;
	vertical-align: middle;
}
.formfield label[for='presentacion']{
	vertical-align: top;
	padding-top: 10px;
}
.formfield br{
	display: none;
}
.formfield span.wpcf7-form-control-wrap{
	width: calc(100% - 220px);
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.formfield input, .formfield textarea {
    width: calc(100% - 20px);
    padding: 10px 5px;
    /* border: 2px solid; */
    background: #b2b2b27a;
    outline: none;
    box-shadow: 2px 2px 4px #B2B2B2;
}
.formfield textarea {
	vertical-align: top;
}
@media screen and (max-width: 500px){
	.formfield input, .formfield textarea {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}	
	.formfield.submit input{
		width: 100%;
		text-transform: uppercase;
		padding-top: 9px;
	}
}

/****END COMENTARIOS*****/


/****RESPONSIVE*****/

@media screen and (max-width: 1000px){
	#contenedor{
		width: auto;
	}
	#slideshowHolder{
		/* width: 1000px!important; */
	}
	#slideshowHolder img{
		max-width: 100%!important;
	}
}
@media screen and (max-width: 968px){
	#dir_tecnico{
		/*bottom: 90px;*/
	}
}
@media screen and (max-width: 910px){
	#dir_tecnico{
		bottom: 20px;
		font-size: 20px;
	}
}
@media screen and (max-width: 900px){
	#texto-movil{
		float: none;
		margin-bottom: 0;
	}
	.whatsapp{
		clear: both;
		float: none;
		margin: 0;
	}
}
@media screen and (max-width: 880px){
	.contactwithlogo{
		display: block;
		float: none!important;
	}
}
@media screen and (max-width: 767px){
	body.mobilemenu{
		overflow: hidden;
	}
	#contenido{
		padding: 0;
		width: calc(100% - 10px);
		margin-right: 5px;
	}
	#logo a{
		display: inline-block;
		text-align: left;
	}
	#logo a img{
		width: 40%;
	}
	.header_logos{
		/* display: none; */
		top: initial;
		bottom: 19px;
	}
	#dir_tecnico {
		font-size: 16px;
		position: initial;
		text-align: center;
	}
	#dir_tecnico p{
		-
		we;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
	.circulos{
		display: block;
		width: auto;
	}
	.circulos-textos{
		display: block;
		width: auto;
	}
	.circulos-textos.full {
		width: auto;
	}
}
@media screen and (max-width: 620px){
	.header_logos img{
		width: 40px;
		height: auto;
	}
	#logo_shopping img {
    height: 50px;
}
	#logo_shopping {
		right: 10px;
		bottom: 60px;
	}
}
@media screen and (max-width: 500px){
	section .content {
		column-count: 1;
	}
	#logo img{
		width: 40%;
	}
	.formfield label {
	    display: block;
	}
	.formfield span.wpcf7-form-control-wrap {
	    width: 100%;
	    margin: 0;
	}
	.formfield.submit {
	    margin: 0;
	}
}
@media screen and (max-width: 430px){
	.whatsapp_logo{
		width: 27px;
		height: 27px;
	}
	.whatsapp_text{
		font-size: 16px;
	}
}
@media screen and (max-width: 400px){
	#logo{
		margin-left: 10px;
	}
	.header_logos{
		font-size: 12px;
	}
	.whatsapp_text{
		font-size: 14px;
	}
	#footer_p span{
		display: block;
	}
}