@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		font-family: "Source Sans Pro", sans-serif;

	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}
/* Basic */
	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		color: #fff;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #646464;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #646464;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.5em;
		letter-spacing: -0.035em;
	}

	h3 {
		font-size: 1.75em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #e5e5e5;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}
/* Header */
header {
      width: 80%;
}
/* Menu */
.content {
      width: 80%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 20px;
      text-align: justify;
}
.logo {
      line-height: 20px;
      position: fixed;
      float: left;
      margin: 16px 36px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}
nav {
      position: fixed;
      width: 100%;
      line-height: 20px;
}

nav ul {
      line-height: 20px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 20px;
      transition: 1s;
}

nav.black ul {
      background: #000;
}

nav ul li {
      display: inline-block;
      padding: 16px 20px;;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

nav ul li a:hover {
				color: #CE6E62;
			}
.menu-icon {
      line-height: 10px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 10px 20px;
      cursor: pointer;
      color: #fff;
      display: none;
}

@media(max-width: 786px) {

      .logo {
            position: fixed;
            top: 0;
            margin-top: 16px;
      }
	
      nav ul {
            max-height: 0px;
            background: #000;
		  
      }

      nav.black ul {
            background: #000;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 14px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}
/* Banner */

	#banner {
		background-attachment: scroll, fixed;
		background-color: #666;
		background-image: url("https://www.dvlogistica.com/images/overlay.png"), url("https://www.dvlogistica.com/images/cover.webp");
		background-position: top left,center center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		color: #fff;
		padding: 5em 0 20em 0;
		text-align: center;
	}
#banner :last-child {
			margin-bottom: 0;
		}
	#banner h1, #banner h2, #banner p {
			color: #fff;
		}
	#banner h2 {
			font-size: 2em;
			margin-bottom: .25em;
			text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
		}
	#banner h1 {
			font-size: 4em;
			margin-bottom: 1em;
			text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
		}
#banner p {
			font-size: 1.25em;
			margin-bottom: 0.4em;
			text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
		}

	@media screen and (max-width: 980px) {

			#banner {
				font-size: .85em;
			}

				#banner br {
					display: none;
				}

		}

		@media screen and (max-width: 992px) {

			#banner {
				min-height: 0;
				padding: 5em 2em 4em 2em;
				background-image: url("https://www.dvlogistica.com/images/overlay.png"), url("https://www.dvlogistica.com/images/cover2.webp");
				background-attachment: scroll, fixed;
		background-color: #666;
		background-position: top left,center center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		color: #fff;
		padding: 5em 0 20em 0;
		text-align: center;
			}

				#banner .inner {
					width: 100%;
				}

				#banner h1 {
					font-size: 2em;
					margin-bottom: 0.5em;
					padding-bottom: 0;
				}
			#banner h2 {
					font-size: 1.5em;
					margin-bottom: 0.5em;
					padding-bottom: 0;
				}

				#banner p {
					font-size: 1.25em;
				}
		}

		@media screen and (max-width: 480px) {

			#banner p {
				font-size: 1em;
			}
		}
* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}
/* Wrapper */
.wrapper {
		padding: 4em 1em 4em;
	}
/* Wrapper style 1*/
.wrapper.style1 {
	-moz-background-image: linear-gradient(60deg, #f5f5f5 50%, #eeeeee 50%);
	-webkit-background-image: linear-gradient(60deg, #f5f5f5 50%, #eeeeee 50%);
	-o-background-image: linear-gradient(60deg, #f5f5f5 50%, #eeeeee 50%);
	-ms-background-image: linear-gradient(60deg, #f5f5f5 50%, #eeeeee 50%);
	background-image: linear-gradient(60deg, #f5f5f5 50%, #eeeeee 50%);
	color: #000;
}
.wrapper.style1 h2 {
				color: #000;
			}.wrapper.style1 p {
				color: #000;
			}
/* Wrapper style 2*/
.wrapper.style2 {
 background: linear-gradient(to right, #e6635b, #ce6e62);
 padding: 4em 1em 4em 1em;
}
.wrapper.style2 .title, .wrapper.style2 header {
 padding-bottom: 1em;
}

.wrapper.style2 header {
			margin-bottom: 4em;
}
.wrapper.style2 h2 {
				color: #fff;
	text-align: center;
}
.wrapper.style2 p {text-align: center;
				color: #fff;
}

.wrapper.style2 .feature {
			margin: 0 0 2em 0;
}
/* Wrapper style 3*/
.wrapper.style3 {
			background-color: #f5f5f5;
			color: #000;
		}

.wrapper.style3 header {
				margin-bottom: 4em;
			}

.wrapper.style3 h2 {
				text-align: center;
				color: #000;
			}
.wrapper.style3 p {
				color: #000;
				margin-top: 1em;
			}
/* Flex */

	.flex {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		color: #fff;
	}
.flex.flex-2{
			-moz-align-items: stretch;
			-webkit-align-items: stretch;
			-ms-align-items: stretch;
			align-items: stretch;
		}

			.flex.flex-2.center {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
			}
			.flex.flex-2 .col {
			width: 48%;
		}

			.flex.flex-2 .col.col1 {
				width: 20%;
			}

			.flex.flex-2 .col.col2 {
				width: 66%;
			}

			@media screen and (max-width: 736px) {

				.flex.flex-2 .col.col1, .flex.flex-2 .col.col2 {
					width: 100%;
					margin-bottom: 2em;
				}

					.flex.flex-2 .col.col1 .image, .flex.flex-2 .col.col2 .image {
						max-width: 60%;
						margin: 0 auto 2em auto;
					}

			}

	@media screen and (max-width: 736px) {

			.flex.flex-2 .col{
				width: 100%;
				-moz-order: 2;
				-webkit-order: 2;
				-ms-order: 2;
				order: 2;
			}

				.flex.flex-2 .col.first{
					-moz-order: 1;
					-webkit-order: 1;
					-ms-order: 1;
					order: 1;
				}

		}

/* Image */

	.image {
		border: 5px solid #eee;
		display: inline-block;
		-webkit-border-radius: 99em;
  		-moz-border-radius: 99em;
 		border-radius: 99em;
 	    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);  
	}
.image img {
		display: block;
	
	}

.image.left, .image.right {
		max-width: 40%;
	}
.image.left img, .image.right img {
				width: 100%;
			}
.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}
.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}
.image.fit {
			display: block;
			margin: 0 8em 2em 6em;
			width: 100%;
		}
.image.fit img {
				width: 100%;
			}

		.image.round {
			border-radius: 100%;
		}
.image.round img {
				border-radius: 100%;
			}
.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}
.image.main img {
				width: 100%;
			}
cite {
		display: block;
		color: #000;
	}

		cite.author {
			font-weight: 400;
			font-weight: bold;
		}

		cite.company {
			font-size: .8em;
		}
/* Horario */
table{
  width:100%;
  table-layout: fixed;
}

.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 4em;
}

#program h1{
	font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

#program p{
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 10px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
/* Faq */
.accordion {
    background: #ffffff;
  margin-bottom: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    color:    #c0392b;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.active, .accordion:hover {
     box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

.accordion:after {
    content: '\02228';
    color:    #d7dbdd;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2227";
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	background-color: #f5f5f5;
}

.panel p{
  font-size: 1em;
  line-height: 1.8;
  color: #000;
}









/* Footer */

#footer {
		background: #1a1b1f;
		padding: 1em 0 1em 0;
		text-align: center;
	}
#footer .copyright {
		color: #999;
		font-size: 0.9em;
		line-height: 1em;
		margin: 0;
		padding: 0;
		text-align: center;
		}
#footer .copyright a {
				color: inherit;
			}

#footer .copyright li {
		border-left: solid 1px #999;
		display: inline-block;
		list-style: none;
		margin-left: 1em;
		padding-left: 1em;
			}

#footer .copyright li:first-child {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
				}
details {background-color: #f8f8f8;
	margin-top: 10px;
	
	
}
details p{
	text-align: left;
  	max-width: 100%;
	min-height: 5px;
	padding: 0px 1em 0px 1em;
	background-color: #f8f8f8;
	color: #1B1B1B;
	font-size: 1.2em;
	line-height: 1.2;
}
summary {background: #1a1b1f;
	cursor: pointer;
}
details h4 {
  margin: 2em 1em 0;
  font-size: 1.5em;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.5;
}
details h5 {
  margin: 0 1em 0;
  font-size: 1.5em;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.5;
}
details h6 {
  margin: 0 1em 0;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}
details b {
	color: #000;font-weight: bold;
}
