/*

Theme Name: Farmacia Internacional
Description: Plataforma digital
Theme URI: http://famarciainternacional.com/
Author: Buen-Día based on Dannci & Themnific
Author URI: http://buen-dia.com.mx
Version: 1.4


*/

/* CSS Resets */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
	display: block
}
a img {
	border: 0
}
figure {
	position: relative
}
figure img {
	width: 100%
}
ol, ul {
	list-style: none;
	margin: 0;
}
ul.children {
	margin-left: 15px;
}
ul.children li:last-child {
	padding: 0 0 0 0 !important;
}
a, a:hover {
	text-decoration: none;
}
a, .nav li a {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	color: #000;
}

body {overflow-x:hidden; font-family: 'Libre Baskerville', serif; background-color: #f9f9f9; max-width: 100vw;}

p {line-height: 2.5; letter-spacing: 3px; font-weight: 300; text-align: left;}

.fl {float: left !important;}
.fr {float:right !important;}



/*  HEADER */

.header {
	width: 100%;
	position: fixed;
	display: block;
	height: 140px;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 88888;
	background: #f9f9f9;
	-webkit-transition: 600ms;
	-moz-transition: 600ms;
	-o-transition: 600ms;
	-ms-transition: 600ms;
	transition: 600ms;
	max-width: 100vw;
}

.header .logo {
	display: block;
	width: 80px;
	height: 40px;
	margin-right: 0;
	background-size: cover;
	float: right;
}

.header img {width: auto; height: auto;}
.header .titulopag {display: block;	width: 120px; height: auto; margin-left: 80px; margin-top: 20px;}
.header .titulopag h1 {font-weight: 400;letter-spacing: .2em; line-height: 1.5}
.header .act {height: 320px;
-webkit-transition: 600ms;
-moz-transition: 600ms;
-o-transition: 600ms;
-ms-transition: 600ms;
transition: 600ms;
}

.icon-bars:before { content: "\f0c9";}
.icon-bars {color: #000;height: 20px; width: 20px; display: block; left: 0; top: 0; padding: 20px; position: absolute}
.menu_mobile {
	display: none;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	left: 0;
	visibility: hidden;
	padding-bottom: 20px;
	opacity: 0;
	position: relative;
	height: auto;
	min-height:320px;
	padding-top: 20px;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	background: #f0f0f0;
}
.menu_mobile.act {
	margin-top: 20px;
	opacity: 1;
	visibility: visible !important;
	display:block;
	height: 50vh;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

.menu_mobile ul {width: 100%; text-align: center; display: block; margin-top: 0px;}
.menu_mobile ul li {margin: 10%;display: block; text-transform: lowercase; letter-spacing: .2em; font-size: 8pt;}
#menumob {display:none; cursor: pointer}



/*  Navegación */

.principal {
	display: block;
	position: fixed;
	top: 40px;
	right: 80px;
	line-height: 2;
	width: 30%;
	height:40px;
}

.principal ul {
	width: 100%;
	display: block;
	position: relative;
	float: right;
	font-size: 12px;
	color: #333;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

.principal ul li {
	display: inline-block;
	width: auto;
	text-transform: lowercase;
	margin: 0 20px;
	letter-spacing: .2em;
	font-size: 8pt;
	font-weight: 400;
}

.principal ul li:hover {font-weight: 600; border-bottom: 1px solid #000;}

nav.idiomas{
position: absolute;
top: 0;
display: inline-block;
z-index: 888;left: 80px;
text-align: left;
width: 100%;
}

nav.idiomas ul{
    margin: 0;
    padding: 0;
}

nav.idiomas li{
   	margin: 0;
	display: inline-block;
    list-style: none;
    text-align: center;
    color: #C1C1C1;
    text-transform: lowercase;
    font-size: 8pt;
	font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
}
nav.idiomas li.activo{color: #333; font-weight: 400; }




/* REDES SOCIALES */

.cuadro_derecho {width: 80%; top: 30px; right: 80px; font-size: 10pt;text-transform: uppercase;position: absolute; text-align: right; height: 20px; }

.redes-sociales {width: 70%; display: inline-block; right: 0; margin:0 20px 10px 20px; position: relative;}

.cuadro_derecho span {
		text-transform: uppercase;
    font-size: 14pt;
    padding: 10px 20px 15px;
    letter-spacing: .3em;
    font-weight: 300;
  }

.cuadro_derecho span:hover {background-color: #ffcc00}

.cuadro_derecho .login  {margin: 20px 0 0px; border-left: 1px solid #000; padding-left: 20px;font-size: 8pt; display: inline-block; height: 20px; }
.cuadro_derecho .login:hover {background: #ffcc00;}

/* Portada */

.sect {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 640px;
}


#portada {
	width: 30%;
    display: inline-block;
	float: left;
    margin: 0 auto;
	position: relative;
	margin-right: 80px;
    background-size: cover;
	min-height: 640px;
	left: 30%;
    margin-top: 240px;

	}


	#portada .caption_portada {display: block; position: absolute; z-index: 3; width: 100%; height: 40px; background: #f9f9f9; bottom: 0; color: #333;}
	#portada .caption_portada span {font-size: 8pt; position: relative; top: 7px; left: 7px;}
	#portada .caption_portada a {color: #000; font-weight: 600 !important}
	#portada .caption_portada a:hover {background-color: #ffcc00; color: #000;}

.tagline {
 width: 360px;
  display: inline-block;
  float: right;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  min-height: 640px;
	}

.tagline h3{font-weight: 400; line-height: 1.5; width: 240px;}

.tagline .tagportada {width: 100%;display: block; position: absolute; bottom: 0; float: left; right: 80px;}

/* Elementos */

.header_section {
		width: 100%;
		margin-bottom: 40px;
		display:block;
		text-align: centeR;
}

.header_section h2{
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: .3em;
	line-height: 1.5;
	font-size: 14pt;
	font-weight: 300;
}



#home {position: relative; display: block; width: 100%; height: 100vh;z-index: -1}
/* Menu */

#menu {padding-top: 180px; width: 50%; z-index: 1; background: #f9f9f9; margin: 0 auto;}
#menu ul{margin: 40px auto; display: block;}
#menu ul li{display: block; font-size: 10pt; font-weight: 400}
#menu .der {width: 40%; float: left; position: relative;}
#menu .izq {width: 40%; float: right; position: relative;}



#ubicacion {padding-top: 80px; width: 100%; margin: 0 auto; min-height: 480px; display: block;}

#ubicacion iframe{width: 100%; min-height: 320px; height: 320px}
/* @core
********************************************************************************************
********************************************************************************************/

.section {
	overflow: hidden;
	padding: 4em;
	position: relative;
	z-index: 2;
	min-height: 860px !important;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.section .container {
	overflow: hidden;
	padding: 35px 0;
}
.container_alt {
	padding-top: 35px !important;
	margin-bottom: 40px !important;
}
.container_block {
	padding-top: 35px !important;
	margin-bottom: -135px !important;
}
.section>iframe {
	float: left;
	margin: 0;
	padding: 0;
}
.section>.container>h2 .section>.container>h3 {
	width: 60%;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.section>.container>h2 {
	padding: 0 0 0 1px;
	font-size: 60pt;
	font-weight: 900;
	letter-spacing: -4px;
	text-transform: uppercase;
	line-height: 1;
}
.section>.container>h3 {
	padding: 0 0 0 15px;
	margin: 5px 0 20px 0;
	border-left: 5px solid #ddd;
	font-weight: bold;
	opacity: 1;
	line-height: 1;
}

.section>.container>p {
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	margin-bottom: 25px;
	overflow: hidden;
}

#content, #sidebar {
	z-index: 7;
position: absolute;
display: block;
top: 0;
right: 0;
background: transparent;
}



/* @forms
********************************************************************************************/


input, textarea, input checkbox, input radio, select, file {
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 10px 0 0;
	float: left;
	font-size: 10px !important;
}
form#contactform fieldset input {
	float: none;
	width: 320px;
	margin-top: 30px;
}
form#contactform fieldset textarea {
	margin-top: 30px;
	width: 430px;
	border: 1px solid #eee;
	background: #fff;
}
form#contactform fieldset input#submit {
	width: 150px;
	cursor: pointer;
}
label {
	float: left;
}
#contact {
	padding: 0 0 30px 0;
}

/* @search
**/



.searchformhead {
	float: left;
	position: relative;
	margin: 10px 0 0 2px;
	width: 16%;
	width: 98%;
	overflow: hidden;
	border: 1px solid #ddd;
}
.searchform {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 25px;
}
.searchformhead input.s {
	float: right;
	margin: 0;
	color: #ddd;
	padding: 8px 12px;
	line-height: 1;
	float: left;
	font-style: bold !important;
	font-size: 12px !important;
	width: 95%;
	border: none;
}
.searchSubmit {
	background: url(images/icons/search-submit-inv.png) 2px 4px no-repeat;
	position: absolute;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	top: 5px;
	right: 1px;
}
.searchform input.s {
	padding: 12px 10px;
	margin: 0 0 30px 0;
	color: #999;
	font-style: normal;
	width: 92%;
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}
.searchform .searchSubmit {
	height: 24px;
	top: 8px;
	right: 11px;
}

.act {
	visibility: hidden !important;
	display: none;
	z-index: 0;
	-webkit-transition:600ms;
    -moz-transition:600ms;
    -o-transition:600ms;
    -ms-transition:600ms;
    transition:600ms;
	}


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



#main { padding-bottom: 40px;}

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 40px;
	display: block;
	margin: 0 auto 0 auto;
	z-index: 8;
}



#social-menu {display: block; width: 100%; margin: 0px auto 0 auto; text-align: center;	overflow: hidden; }


#social-menu ul {
	display: block;
	position: relative;
	text-align: center;
	padding: 0;
	width: 100%;
	color: #333;
	height: 40px;
}
#social-menu ul li {
	display: inline;
	list-style-type: none;
	position: relative;
	width: 1.5em;
	overflow: hidden;
	font-size: 1.3em;
	top: 7px;
	margin-right: 20px;
}

#social-menu ul li a {color: #fff;}
#social-menu ul li span:hover {
	color: #00FFC7;-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}
