@import url('https://fonts.googleapis.com/css?family=Quicksand');

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Quicksand', sans-serif;
}
p {
    font-size: 22px;
}

h1 {
	font-size: 40px;
	font-weight: bolder;

}

html{
	overflow-x: hidden;
}
.logo_svg2 {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-height: 600px;
	background-color: #e5e6e7;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	overflow: hidden;
}
.logo_svg2 .img-farmak2 {
    max-width: 100%;
    margin-bottom: 50px;
		width: auto;
}
.block-center{
	width: 100%;
  display: block;
	text-align: center;
}

.tel-link{
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.hamburguer {
	cursor: pointer;
	position: fixed;
	width: 30px;
	height: 27px;
	top: 20px;
	left: 20px;
	background-color: transparent;
	z-index: 10;
	cursor: pointer;
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -12px;
    margin-top: -12px;
}
.header {
	position: relative;
	width: 100%;
	height: 900px;
	background-color: #000;
	z-index: 1;
}
.contenedor {
	position: absolute;
	top: 900px;
	width: 100%;
	height: auto;
}

.formulario {
    width: 250px;
}

.formulario input[type="radio"] {
    display: none;

}
.formulario label a {
    text-decoration: none;
}


.formulario label {

    position: relative;
    color: #404041;
    padding-left: 70px;
    cursor: pointer;
    display: inline-block;
    transition: .1s;
}

.formulario label:hover{
    color: #f31f20;
    transition: 0.1s;
}

.formulario label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    transition: 0.1s;
    border-width: 1px;
}


.formulario input[type="radio"]:checked + label:before{
    color: #f31f20;
    background: #f31f20;
    transform: scale(1.3);
}

.formulario input[type="radio"]:checked + label{
    color: #f31f20;
}
.linea2 {
    width: 1px;
    height: 60px;
    margin-left: 80px;
    border-left-style: solid;
    border-left-color: #404041;
    border-left-width: 1px;
    transition: .5s;
}

.menu {
	position: relative;
	top: 150px;
	z-index: 100;
}

/*aca va lo de fixed*/
.anti-salto{
    margin-top: 500px; /*mismo height que el menú*/
}

.menu-fixed {
	position: fixed !important;
	top: 150px;
	left: 0px;
	z-index: 100;
}

.section {
	font-size: 22px;
	/*display: inline-block;*/
	height: auto;

}
#quienes_somos {
	/*width: 100%;*/
	height:  500px;
	background-color: none;

}

#quienes_somos h1 {

	transition: .5s;
}

#quienes_somos p {
	/*position: absolute;*/
	background-color: none;
	padding-right: 150px;
	transition: .5s;
	    margin-bottom: 30px;
}

#servicios {
	position: relative;
	/*width: 100%;*/
	height:  510px;
	background-color: #f16c21;
}

#servicios h1 {

	top: 70px;
	position: absolute;
	color: #fff;
}

#servicios p {
	position: absolute;
	width: auto;
/*	padding-left: 5%;*/
	padding-right: 44.5%;
	/*margin: 10px;*/
	/*left: 10%;*/
	top: 170px;
	color: #fff;
}

.serv_img_pos{
    position: absolute;
    bottom: 0;
    right: 21px;
    max-height: 610px;
}

.img_pastillas{
	width: 100%;
    left: 170px;
    top: 100px;
    padding-top: 200px;
    margin-left: -150px;
    max-width: 1100px;

}

#img_servicio {
	position: absolute;
	margin-left: 60%;
	margin-top: -111px;
	margin-right: 1px;
}
#productos {
	/*width: 100%;*/
	height:  705px;
	position: relative;
}
#productos h1 {
	left: 10%;
	top: 110px;
	position: absolute;
	padding-left: 50%;
}

#productos p {
	position: absolute;
	left: 10%;
	top: 210px;
	margin-right: 1%;
	padding-left: 50%;
}

#img_productos {
/*	position: absolute;
	top: 150px;*/
	width: 70%;
	margin-left: 10%;
}
#img_productos img {
	position: absolute;
	width: 100%;
	max-width: 1250px;
	transition: .5s;
}

/*GRid para clientes*/
.clientes-grid{

}
	.col-50{
		width: 50%;
		float: left;
	}

#clientes {
	/*width: 100%;*/
	display: inline-table;
	height: 770px;
	background-color: none;
}
#clientes h1 {
	/*position: absolute;*/
	top: 180px;
	left: 10%;
	margin-left: 5%;
}
#clientes p {
	/*position: absolute;*/
	left: 10%;
	top: 300px;
	padding-left: 5%;
	/*padding-right: 44.5%;*/
}
.contenedor_imagenes{
	/*position: absolute;*/
	width: auto;
	top: 100px;
	left: 60%;
	right: 1%;
	height: 85%;
	background-color: none;
}
.clientes_img {
	position: relative;
	display: inline-block;
	margin: auto;
	width: 47.8%;
	/*height: 30%;*/
	background-color: none;
	vertical-align: middle;
}

.flex-img{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;

}

.clientes_img{
	max-width: 243px;
	height: 233px;
	margin: 0 12px;
}


/*.clientes_img img{
	display: block;
	margin: auto;
	vertical-align: 50%;
	max-width: 350px;
}*/

#halvet {
	margin: auto;
	width: 100%;
}

#footer {
	position: relative;
	display: inline-block;
	/*width: 100%;*/
	/*height: 600px;*/
	background-color: #43413f;
	padding-bottom: 35px;
}

#contenedor_footer {
    display: inline-block;
/*    position: absolute;
    width: 85%;*/
    /*margin-left: 15%;*/
    /*height: 600px;*/
}

.div_footer{
	position: relative;
	width: 47%;
	/*min-height: 600px;*/
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	overflow: hidden;
	color: white;
}
.div_footer h1{
	/*position: absolute;*/
    width: 100%;
    top: 0px;
	border-bottom-style: solid;
    border-width: 2px;
}

/* Estilo de la imagen del cliente */

#footer div form{
    /*position: absolute;*/
    top: 180px;
    /*width: 96%*/
    display: inline;
}
#footer div input {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-size: 16px;
    color: #919396;
    font-family: 'Quicksand', sans-serif;
    padding: 3px 3px;
		display: block;
		margin-bottom:15px;
}

#footer div textarea {
	padding: 3px 3px;
	font-size: 16px;
	display: block;
	margin-bottom:15px;
}

#form_mensaje {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-size: 16px;
    color: #919396;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
}

.div_footer h2 {
    /*position: absolute;*/
    top: 100px;

}
.div_footer div img {
    /*position: absolute;*/
    width: 100%;
    top: 180px;
}


.fix-title-footer{
	padding-top: 117px;
}
.div_footer p {
    /*position: absolute;*/
    top: 460px;
    margin: 15px 0px;

}
.contacto {
    position:absolute;
    left: 500px;
}
.contacto p {
    position: relative;
    display: inline-block;
    width: 45%;
    top: 150px;
    line-height:100px;
}


.cont-num{
	padding-right: 30px;
}

/*Ajusta el padding left de las sections respecto al tamaño de la pantalla*/
.padding-left-resp{
	padding-left: 250px;
}

.flex-space-ar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col-50-2{
	width: 50%;
	float: left;
}

.w-50prc{
	width: 50%;
	float: left;
}

.col-input{
	width: 100%;
	float: left;
}


/*Estilos para menu hamburguer*/
.menu-hamburguer {
    width: 0px;
    height: 100vh;
    position: fixed;
    background: #f16c21;
    z-index: 200;
    transition: .6s;
    display: flex;
    align-items: center;
    // justify-content: center;
}

.showMenu{
	width: 350px !important;
}

.formulario-2 {
    width: 250px;
    display: none;
}

.formulario-2 input[type="radio"] {
    display: none;

}
.formulario-2 label a {
    text-decoration: none;
}


.formulario-2 label {

    position: relative;
    color: white;
    padding-left: 70px;
    cursor: pointer;
    display: inline-block;
    transition: .1s;
}

.formulario-2 label:hover{
    color: white;
    transition: 0.1s;
    font-weight: bold;
}

.formulario-2 label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    transition: 0s;
    border-width: 1px;
}


.formulario-2 input[type="radio"]:checked + label:before{
    color: #f31f20;
    background: #f31f20;
    transform: scale(1.3);
}

.formulario-2 input[type="radio"]:checked + label{
    color: #f31f20;
}
.linea3 {
    width: 1px;
    height: 60px;
    margin-left: 80px;
    border-left-style: solid;
    border-left-color: white;
    border-left-width: 1px;
    transition: .5s;
}

.triangulo{
    position: fixed;
    z-index: 9;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: white transparent transparent transparent;
    transition: .5s;
}

.img-farmak-after{
	width: 100%;
	padding-left: 1.7%;
	padding-top: 2.3%;
}


/*Estilos nuevo logo*/
.box-logo{
	max-width: 1240px;
	margin: 0 auto;
}
	.sec-logo{
		height: auto;
		position: relative;
	}

/*Estilos para los elementos*/
#e1,
#e2,
#e3,
#e4,
#e5,
#line1,
#line2,
#line3,
#line4{
	transition: .6s;
}

svg{
	position: absolute;
	top: 0;
}

.mt-100{
	margin-top: 100px;
}
