@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url("../img/codi_bg.jpg");
    background-position: right top;
	background-color: #f9f9f9;
}

.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/*menu*/

.header {
	background-color:rgba(249,249,249,0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
}

.header a {
	font-family: dincondensedbold;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.logo-nav-container {
	
}

.menu-icon {
	display: none;
}

.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.navigation ul {
	margin: 0;
	list-style: none;
	padding-top: 21px;
	padding-bottom: 5px;
}

.navigation ul li {
	display: inline-block;
}

.navigation ul li a {
	display: block;
	margin-right: 50px;
}

.navigation ul li a:hover {
	color: #75266c;
}

.accs {
	margin-left: 430px;
}

.container a {
	font-family: dincondensedbold;
	font-size: 18px;
	line-height: 40px;
}

.container a:hover {
	color: #00a1dc;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin-bottom: 0px;
	position: relative;
}

/*home*/

.home {
	width: 100%;
	padding-top: 74px;
}

.container2 {
	width: 100%;
	max-width: 1000px;
	height: 820px;
	margin: 0 auto;
	background-image: url("../img/bg_home.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.content {
	width: 470px;
	height: 724px;
	float: left;
}

.logo {
	width: 470px;
	height: 320px;
	float: left;
	margin-top:  60px;
	background-image: url("../img/logo01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.legend {
	width: 470px;
	height: 100px;
	float: left;
	padding-left: 88px;
	font-family: dinalternatebold;
	font-size: 35px;
	color: #09306c;
}

/*slider*/

.slider {
	width: 530px;
	height: 724px;
	float: left;
}

.slide1,.slide2,.slide3 {
	width: 530px;
	height: 724px;
	position: absolute;
}

.slide1 {
	background: url("../img/slide_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	animation: fade1 10s infinite;
}

.slide2 {
	background: url("../img/slide_02.png");
	background-repeat: no-repeat;
	background-size: cover;
	animation: fade2 10s infinite;
}

.slide3 {
	background: url("../img/slide_03.png");
	background-repeat: no-repeat;
	background-size: cover;
	animation: fade3 10s infinite;
}

@keyframes fade1 {
	0%{
		opacity: 1;
	}
	25%{
		opacity: 0;
	}
	75%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes fade2 {
	0%{
		opacity: 0;
	}
	25%{
		opacity: 1;
	}
	75%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

@keyframes fade3 {
	0%{
		opacity: 0;
	}
	25%{
		opacity: 0;
	}
	75%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

/*codimed*/

.codimed {
	width: 100%;
}

.container3 {
	width: 100%;
	max-width: 1000px;
	height: 800px;
	margin: 0 auto;
	padding-top: 50px;
}

.til1 {
	width: 100%;
	height: 90px;
	padding: 75px 0 0 50px;
	font-family: dincondensedbold;
	font-size: 34px;
	color: #75266c;
	background-image: url("../img/circulos.png");
	background-repeat: no-repeat;
	background-position: 0px 75px;
}

.mision {
	width: 400px;
	height: 364px;
	font-family: arial;
	font-size: 16px;
	color: #444;
	padding-left: 50px;
	line-height: 22px;
	float: left;
}

.mision2 {
	width: 400px;
	height: 68px;
	font-family: arialbold;
	font-size: 20px;
	color: #00a1dc;
	background-image: url("../img/capsulastil.png");
	background-repeat: no-repeat;
	background-position: 30px 24px;
}

.vision {
	width: 390px;
	height: 200px;
	padding-top: 192px;
	padding-left: 160px;
	font-family: arial;
	font-size: 16px;
	color: #444;
	line-height: 22px;
	float: left;
}

.vision2 {
	width: 390px;
	height: 68px;
	font-family: arialbold;
	font-size: 20px;
	color: #00a1dc;
	background-image: url("../img/capsulastil.png");
	background-repeat: no-repeat;
	background-position: 30px 24px;
}

.valores {
	width: 400px;
	height: 242px;
	font-family: arial;
	font-size: 16px;
	color: #444;
	padding-left: 144px;
	line-height: 22px;
	float: left;
}

.valores2 {
	width: 400px;
	height: 68px;
	font-family: arialbold;
	font-size: 20px;
	color: #00a1dc;
	background-image: url("../img/capsulastil.png");
	background-repeat: no-repeat;
	background-position: 30px 24px;
}

/*productos*/

.productos {
	width: 100%;
	background-color: #fff;
}

.container4 {
	width: 100%;
	max-width: 1000px;
	height: 564px;
	margin: 0 auto;
	padding-top: 50px;
}

.til2 {
	width: 100%;
	height: 90px;
	padding: 75px 0 0 50px;
	font-family: dincondensedbold;
	font-size: 34px;
	color: #75266c;
	background-image: url("../img/circulos.png");
	background-repeat: no-repeat;
	background-position: 0px 75px;
}

.content2 {
	width: 100%;
	height: 709px;
	margin: 0 auto;
}

.formulario {
	width: 500px;
	height: 400px;
	float: left;
}

.txt {
	width: 100%;
	height: 159px;
	padding-left: 50px;
	font-family: arial;
	font-size: 16px;
	color: #444;
	line-height: 22px;
}

.form {
	width: 500px;
	font-family: arial;
	font-size: 14px;
	color: #666;
	text-align: right;
}

div {
  margin: 0px 0;
}

div label {
  	width: 21%;
	padding-top: 10px;
  	float: left;
}

.form-input {
	padding-left: 10px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	width: 350px;
	height: 35px;
	margin-bottom: 25px;
	border-radius: 5px;	
	font-family: arial;
	font-size: 13px;
	color: #333;
	outline: none;
}

.boton {
	padding-left: 339px;
}

.btn-submit {
	width: 110px;
	height: 35px;
	font-family: arialbold;
	font-size: 14px;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 17px;
	background: #00a1dc;
	padding-top: 3px;
	cursor: pointer;
	transition: all 1s ease;
}

.btn-submit:hover {
	background: #915189;
}

.image {
	width: 500px;
	height: 400px;
	float: left;
	background-image: url("../img/productos.png");
	background-repeat: no-repeat;
	background-position: 140px 31px;
}

/*carrusel*/

.carousel {
	width: 100%;
	height: 370px;
	background-color: #fff;
}

.carousel__contenedor {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 309px;
	margin: 0 auto;
	padding-top: 60px;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(40% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #00a1dc;
	opacity: 50%;
	font-size: 30px;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -30px;
}

.carousel__siguiente {
	right: -30px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 5px;
	background: #00a1dc;
	opacity: .5;
	border-radius: 0;
	margin-top: -90px;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

/*contacto*/

.contacto {
	width: 100%;
}

.container5 {
	width: 100%;
	max-width: 1000px;
	height: 650px;
	margin: 0 auto;
	padding-top: 50px;
}

.til3 {
	width: 100%;
	height: 90px;
	padding: 75px 0 0 50px;
	font-family: dincondensedbold;
	font-size: 34px;
	color: #75266c;
	background-image: url("../img/circulos.png");
	background-repeat: no-repeat;
	background-position: 0px 75px;
}

.txt2 {
	width: 100%;
	height: 73px;
	padding-left: 50px;
	font-family: arial;
	font-size: 16px;
	color: #444;
	line-height: 22px;
}

.forma {
	width: 100%;
	height: 413px;
	padding-left: 50px;
}

.form2 {
	width: 500px;
	font-family: arial;
	font-size: 14px;
	color: #666;
	text-align: right;
	float: left;
}

.form-label2 {
  	width: 100px;
  	float: left;
}

.form-input2, .form-textarea {
	padding-left: 10px;
	background: #fff;
	border: 1px solid #ccc;
	width: 350px;
	height: 35px;
	margin-bottom: 25px;
	border-radius: 5px;	
	font-family: "Arial";
	font-size: 13px;
	color: #333;
	outline: none;
	float: left;
	margin-left: 30px;
}

.form-textarea {
	min-height: 100px;
	max-height: 200px;
	min-width: 360px;
	max-width: 360px;
	padding-top: 10px;
	box-sizing: border-box;
}

.boton2 {
	float: left;
	padding-left: 380px;
}

.dir {
	width: 410px;
	float: right;
	padding-left: 90px;
}

h2 {
	font-family: arialbold;
	font-size: 16px;
	line-height: 23px;
	color: #00a1dc;
	text-decoration: none;
}

.icon {
	font-size: 16px;
	color: #75266c;
	padding-right: 10px;
}

a.nounderline:link {
	text-decoration: none;
}

/*footer*/

.footer {
	width: 100%;
}

.container6 {
	width: 100%;
	max-width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding-top: 50px;
}

.legal {
	width: 500px;
	float: right;
	padding-left: 136px;
	font-family: arial;
	font-size: 11px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.legal a {
	color: #666;
	text-decoration: none;
}



