@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_Syncopate-Bold';
	src: url('../fonts/Syncopate-Bold.eot');
	src: local('☺'), url('../fonts/Syncopate-Bold.woff') format('woff'), url('../fonts/Syncopate-Bold.ttf') format('truetype'), url('../fonts/Syncopate-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


*{ 
	padding:0;
	margin:0;
	
	-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#decoracion{
	
}


body{
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	height:100%;
	width:100%;
	background-color:#ECECEC;
}
/*menu responsive*/

.btn_menu{
	padding:10px;
	background:#63C1C3;
	color:white;
}

#menu{
	height:150px;
	position:absolute;
	top:-3px;
	width:100%;
	
}

.menu_bar {
	display:none;
}

.icono{
	font-size:12pt; 
	padding-right:0px;
}

#menu nav {
	position:relative;
	background:rgba(0,0,0,0.00);
	z-index:1000;
	max-width: 960px;
	width:95%;
	margin:103px auto;
	border-bottom:10px solid rgba(1,119,191,0.00);	
}

#menu nav ul {
	list-style:none;
	text-align:center;
}

#menu nav ul li {
	display:inline-block;
	position: relative;
	
	-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

#menu nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 9px;
}

#menu nav ul li:hover {
	background:#35D0E5;
}


#menu nav ul li:hover .children {
	display:block;
}

#menu nav ul li .children {
	display: none;
	background:#EFEFEF;
	position: absolute;
	width: 230px;
	z-index:1000;
}

#menu nav ul li .children li {
	display:block;
	width:230px;
	overflow: hidden;
	border-bottom: 1px solid rgba(163,163,163,.5);
}

#menu nav ul li .children li a {
	display: block;
	color:#333;
	text-align:left;
}

.redes{
	display:block;
	margin-left:0px;
	padding:0px;
	width:30px;
	height:30px;
}

#menu nav ul .redes:hover{
	background:none;
}

.redes a{
	position:relative;
	margin-top:5px;
	background:white;
	height:30px;
	width:30px;
	border-radius:50%;
}

.redes a .icono_redes{
	color:#63C1C3;
	text-align:center;
	margin-top:-2px;
	text-align:center;
	margin-left:-3px;
}


.submenu_text{
	width:80%;
	float:left;
	padding-bottom:10px;
}

.icono_submenu{
	margin-top:2px;
	margin-right:10px;
	float:left;
}


.icono_doblelinea{
	position:relative;	
	margin-top:13px;
}


#fondo{
	top:0px;
	position:fixed;
	width:100%;
	height:100%;
	background:url(../images/Logo_Dermopharma-01.svg);
	background-repeat:no-repeat;
	background-position:50% 30%;
	z-index:-1000;
}


#fondo_nav{
	width:100%;
	height:150px;
	position:absolute;
	background-image:url(../images/fondo_menu-03.jpg);
	background-position:left;
	background-size:contain;
	z-index:-50;
	-webkit-box-shadow: 0px 7px 50px -1px rgba(50, 50, 56, 0.52);
	-moz-box-shadow:    0px 7px 50px -1px rgba(50, 50, 56, 0.52);
	box-shadow:         0px 7px 50px -1px rgba(50, 50, 56, 0.52);
	
}

#logo{
	width:100%;
	height:100px;
	display:block;
	margin-bottom:50px;
	background-image:url(../images/Logo_Dermopharma-02.jpg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.contenido_general{
	display:block;
	margin:0 auto;
	width:95%;
	height:100%;
	min-width:360px;
	max-width:960px;
	padding-bottom:50px;
	margin-bottom:50px;
	background:white;
	z-index:-99;
	
	-webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 25px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 25px 0px rgba(50, 50, 50, 0.5);
}

a{color:#2A8BC1; text-decoration:none;}
a:hover{color:#8258E7;text-decoration:none;} 

.section_normal{
	width:100%;
	height:400px;
	background:url(../images/logo_productos.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

#wrapper{
	display:block;
	top:20px;
	width:100%;
	max-width:960px;
	height:500px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#container{
	display:block;
	float:left;
	width:100%;
	max-width:960px;
	height:100%;
}

#prev{
	background-image:url(../Images/left.svg);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:left;
	height:100%;
	width:100px;
	position:relative;
	z-index:1;
}

#next{
	background-image:url(../Images/right.svg);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:right;
	height:100%;
	width:100px;
	position:relative;
	z-index:1;
}

#slider{
	display:block;
	float:left;
	height:100%;
	width:100%;
	position:absolute;
	z-index:0;
}

.h1_principal{
	font-size:2em;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	color:#65C1C3;
}

#seccion_texto{
	display:block;
	width:calc(100% - 10px);
	height:100%;
	background:none;
}

#seccion_productos{
	display:block;
	width:100%;
	height:100%;
	background:none;
}


#seccion_miatura{
	display:block;
	width:200px;
	height:auto;
	float:right;
	text-align:left;
	
}

.molecula{
	
	background-position:center;
}

.producto{
	position:relative;
	display:inline-table;
	width:200px;
	height:270px;
	margin:17px;
	z-index:1;
}

.producto_img{
	 width:170px; 
	 height:170px; 
	 background-size:contain; 
	 left:1px; 
	 top:-1px;; 
	 position:absolute;
	 -webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.producto_titulo{
	position:relative;
	margin-top:1px;
	text-align:center;
	font-weight:600;
	color:#4BBFED;
}

.producto:hover .producto_img{
	top:9px;
	left:11px;
	width:150px;
	height:150px;
	
}

.cantidad{
	font-size:14px; 
	text-align:center; 
	position:absolute; 
	top:152px; 
	right:0px; 
	width:50px; 
	height:30px; 
	color:white; 
	font-weight:600; 
	line-height:12px;
}
.plus{
	position:absolute;
	top:158px;
	right:20px;
	width:10px;
	height:10px;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out 0s;
   	-moz-transition: all 0.2s ease-in-out 0s;
   	-o-transition: all 0.2s ease-in-out 0s;
   	-ms-transition: all 0.2s ease-in-out 0s;
   	transition: all 0.2s ease-in-out 0s;
	
}

.producto:hover .plus{
	width:50px;
	height:50px;
	top:138px;
	right:0px;
	opacity:1;
	transform: rotate(-90deg);
	-webkit-transform : rotate(90deg);
	-moz-transform : rotate(90deg);
	-o-transform : rotate(90deg);
}

#cabeza_titulo{
	width:100%;
	height:300px;
}

#seccion_detalles_producto{
	top:20px;
	display:table;
	width:100%;
	min-height:100%;
	height: auto;
	height:100%;
}

.producto_detalles_img{
	margin-left:10px;
	float:left;
	width:200px;
	height:200px;
}

.contenedor_detalles{
	position:relative;
	display:block;
	float:left;
	width: calc(100% - 220px);
	height:100%;
	margin-right:10px;
}

.cantidad_detalles{
	font-size:14px; 
	text-align:center; 
	position:relative; 
	top:-18px; 
	left:150px;
	width:50px; 
	height:30px; 
	color:white; 
	font-weight:600; 
	line-height:12px;
}

strong{
	color:#63C1C3;
}

.iframe_presentacion{
	position:relative;
	border:none;
	margin:0 auto;
	display:block;
	width:100%;
	height:625px;
}

#img_molecula_aclarant{
	width:100%;
	height:350px;
	background:url(../images/molecula-bioactive-aclarant.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#img_molecula_tensor1{
	width:100%;
	height:200px;
	background:url(../images/molecula-bioactive-tensor1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#img_molecula_tensor2{
	width:100%;
	height:250px;
	background:url(../images/molecula-bioactive-tensor2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#img_molecula_concentrado_furfuril{
	width:100%;
	height:350px;
	background:url(../images/molecula-concentrado-furfuril.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#img_molecula_ojeras{
	width:100%;
	height:270px;
	background:url(../images/molecula-suero-para-ojeras.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#img_gel_reaf_senos1{
	width:100%;
	height:270px;
	background:url(../images/img_gel_reaf_senos.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#img_gel_reaf_senos2{
	width:100%;
	height:300px;
	background:url(../images/molecula-gel_reaf_senos.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#info{
	position:relative;
	display:block;
	float:left;
	width: calc(100% - 330px);
	height:100%;
	margin-right:10px;
}

#formulario{
	margin-left:10px;
	float:right;
	width:300px;
	height:600px;
	padding:5px;
	background:rgb(1,119,191);
}

/*formulario*/

#form{
	width: 470px;
	height: auto;
	padding: 0 5px;
	margin: 0 auto;
}

input{
	width: 98%;
	height: 30px;
	margin: 5px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}

label{
	font-size:1em;
	color:#63C1C3;
	font-family: 'Open Sans', sans-serif;
}

input[type=submit]{
	 margin-top:20px;
	 background-color:#63C1C3;
	 height:50px;
	 width:100%;
	 border:none;
	 font-size:1.5em;
	 font-weight:400;
	 color:#FFF;
	 font-family: 'Open Sans', sans-serif;
}

input[type=submit]:hover{
	background-color:#52DBDB;
}
#select{
	font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	height:30px
}

textarea{
	font-family: 'Open Sans', sans-serif;
}

#menu_diplomado{
	position:relative;
	height:100px;
	width:100%;
	top:390px;
	z-index:2;

}

#seccion01{
	position:relative;
	width:100%;
	height:500px;
	top:-100px;
}

#seccion02{
	top:-100px; 
	position:relative;
	background:url(../images/diplomado/fondo1.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;
	padding-bottom:20px;
}

#seccion04{
	position:relative;
	width:100%;
	height:500px;

}

.elemento_menu_diplomado{
	overflow:hidden;
	position:relative;
	display:inline-table;
	width:100px;
	margin:2px;
	height:100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #099;
	background: rgba(230, 255, 255, 0.5);
}

.titulo_menu_diplomado{
	margin-top:10px;
	font-size:40px;
	margin-bottom:2px;
}

#logo_diplomado{
	background:url(../images/diplomado/logo.png); 
	position:relative;
	background-position:center; 
	background-size:contain; 
	background-repeat:no-repeat; 
	width:90%; 
	height:350px;
	top:20px; 
	margin:0 auto;
	z-index:2;
}

.texto_menu_diplomado{
	font-size:15px;
}

#hex_01{
	position:relative;
	background:url(../images/diplomado/hex01.png);
	background-position:center; 
	background-size:contain; 
	background-repeat:no-repeat; 
	width:452px; 
	height:687px;
	top:-350px;
	left:-200px;
	z-index:1; 
}

#hex_02{
	position:relative;
	background:url(../images/diplomado/hex02.png);
	background-position:center; 
	background-size:contain; 
	background-repeat:no-repeat; 
	width:463px; 
	height:517px;
	display: inline-table;
	z-index:1;	 
}

#parrafo_objetivos{
	width:calc(100% - 500px);
	display:inline-table;
}

.hex_03{
	background:url(../images/diplomado/hex03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:183px;
	height:212px;
	display:inline-table;
	position:relative;
	margin:10px;
}

#hex_04{
	position:relative;
	background:url(../images/diplomado/hex04.png);
	background-position:center; 
	background-size:contain; 
	background-repeat:no-repeat; 
	width:452px; 
	height:687px;
	top:-450px;
	left:-200px;
}

.baner_diplomado{
	background: rgba(33,126,160,1);
	background: -moz-linear-gradient(left, rgba(33,126,160,1) 0%, rgba(33,31,94,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33,126,160,1)), color-stop(100%, rgba(33,31,94,1)));
	background: -webkit-linear-gradient(left, rgba(33,126,160,1) 0%, rgba(33,31,94,1) 100%);
	background: -o-linear-gradient(left, rgba(33,126,160,1) 0%, rgba(33,31,94,1) 100%);
	background: -ms-linear-gradient(left, rgba(33,126,160,1) 0%, rgba(33,31,94,1) 100%);
	background: linear-gradient(to right, rgba(33,126,160,1) 0%, rgba(33,31,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217ea0', endColorstr='#211f5e', GradientType=1 );

	-webkit-box-shadow: 0px 2px 66px 2px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 2px 66px 2px rgba(0,0,0,0.41);
	box-shadow: 0px 2px 66px 2px rgba(0,0,0,0.41);
	position:relative;
	width:100%; 
	height:100px;

}

.titulo_diplomado{
	position:relative;
	font-family:'Conv_Syncopate-Bold',Sans-Serif;
	top:20px;
	margin-left:150px;
	font-size:30px;
	color:#F8B134;
}

.parrafo_mas{
	width:90%; 
	margin:0 auto; 
	position:relative;
	 min-height:100%; 
	 overflow:hidden; 
	 display:none;
}

.banner_hex{
	width:100%;
	height:auto;
	background: rgba(33,126,160,1);
	
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75);
}

#text_modulo1{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo2.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 45px -41px 102px 22px rgba(255,255,255,1);
	-moz-box-shadow: inset 45px -41px 102px 22px rgba(255,255,255,1);
	box-shadow: inset 45px -41px 102px 22px rgba(255,255,255,1);
}

#text_modulo2{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo3.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
}

#text_modulo3{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo4.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset -90px -41px 102px 22px rgba(255,255,255,1);
	-moz-box-shadow: inset -90px -41px 102px 22px rgba(255,255,255,1);
	box-shadow: inset -90px -41px 102px 22px rgba(255,255,255,1);
}

#text_modulo4{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo5.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset -90px -41px 102px 22px rgba(255,255,255,1);
	-moz-box-shadow: inset -90px -41px 102px 22px rgba(255,255,255,1);
	box-shadow: inset -90px -41px 102px 22px rgba(255,255,255,1);
}

#text_modulo5{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo6.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 45px -41px 102px 22px rgba(255,255,255,1);
-moz-box-shadow: inset 45px -41px 102px 22px rgba(255,255,255,1);
box-shadow: inset 45px -41px 102px 22px rgba(255,255,255,1);
}

#text_modulo6{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo7.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
}

#text_modulo7{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo8.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
box-shadow: inset 0px 0px 114px 58px rgba(255,255,255,1);
}

#text_modulo8{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo9.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 0px 0px 114px 70px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 114px 70px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 114px 70px rgba(255,255,255,1);
}

#text_modulo9{
	opacity:0;
	background:url(../images/diplomado/anexo_fondo10.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:20px;
	
	-webkit-box-shadow: inset 0px 0px 114px 70px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 114px 70px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 114px 70px rgba(255,255,255,1);
}