/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: 'Epilogue', sans-serif;
	color: #333333;
	/* prevent ie from showing the horizontal scrollbar */
	overflow-x: hidden;
	background-image: url(../imagenes/fondo-body.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #FFFFFF;
}
body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}

#open_preferences_center
{
	font-size: 1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	}

video {
outline:none;
cursor: pointer;
}
.preloader_hide {
	opacity: 0;
}
#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 300%;
	z-index: 100000;
	background-color: #FFF;
	background-image: url(../imagenes/manual-de-conducir-en-lengua-de-signos.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size: 50% auto;
	text-align: center;
	padding-top: 400px;
}



.purpose_block2 {
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
		background-color: rgba(255,255,255,0.9);
	
}

.purpose_block2 a:link {
	text-transform: none;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size: 1.3em;	
	
	}
.purpose_block2 a:visited {
	text-transform: none;
	color: #000;
	text-decoration: none;
	width: 100%;		

}
.purpose_block2 a:hover {
	color: #999;
}

.purpose_block2 span {
	color: #000000;
	font-size: 1.3em;
	font-weight: 800;
	line-height: 60px;
}
.purpose_block2 h3 {
	font-size: 2.3em;
	color: #333333;
	line-height: 40px;
	text-align: left;
	text-transform: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Barlow', sans-serif;
}

.purpose_block2 p {
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 1.2em;
	text-align: justify;
	margin-top: 15px;
	color: #000;	
	
}
.purpose_block2 ul {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.purpose_block2 li {
	text-align: justify;
	line-height: 30px;
	font-size: 1.2em;
	margin-bottom: 10px;
	list-style-type: disc;
	color: #000;	
	
}

.purpose_block2 ol {
	text-align: justify;
	line-height: 30px;
	font-size: 1.2em;
	margin-bottom: 10px;	
	color: #000;
	margin-left: 20px;	
}

video {
outline:none;
}
a {
	font-family: 'Epilogue', sans-serif;
	text-decoration: none;
	color: #f7f7f7;
	outline: none;
}

button{
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

a:hover, a:focus {
	color: #fff;
	outline: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}



.cd-section {
   padding: 2em 0;
  text-align: center;
}
.cd-section .cd-container {
  max-width: 100%;
}

.menu-sub{
	height: 75px;
	background-color: #000;
	padding-top: 10px;
}

.menu-sub{
	height: 75px;
	background-color: #000;
	padding-top: 10px;
}


.menu-sub li {
	display: inline;
	margin-left: 10px;
}
.menu-sub ul {
	padding-top: 5px;
}


.titulo-dgt {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.4);
}

.banner{
	background-color: rgba(255,255,255,0.9);
	background-image: url(../imagenes/fondo-cabecera.png);
	background-size : cover;
	background-repeat: no-repeat;

}

	
.ver-imagen {
	background-color: #fff;
	font-size: 1.2em;
	color: #FFF;
	font-weight: lighter;
	border-radius: 10px;
	text-decoration: none;
	margin: 0px;
	width: 140px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.ver-imagen:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #CCCCCC;
}
.cerrar {
	width: 60px;
	padding: 0px;
	height: 60px;
	float: right;
	margin: 10px;
}

.cerrar-texto {
	font-family: 'Epilogue', sans-serif;
	background-color: #000;
	height: 60px;
	width: 60px;
	font-size: 1.8em;
	color: #FFF;
	position: absolute;
	top: 0px;
	font-weight: lighter;
	right: 0px;
	text-align: center;
	float: right;
	border-radius: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.cerrar-texto:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #999999;
	color: #FFF;
}



.azul {
	background-color: #3085A3;
	background-image: url(../imagenes/fondo-submenu.png);
	background-repeat: no-repeat;
}
.naranja {
	background-color: #FFA71F;
	background-image: url(../imagenes/fondo-submenu.png);
	background-repeat: no-repeat;
}
.verde {
	background-color: #51A111;
	background-image: url(../imagenes/fondo-submenu.png);
	background-repeat: no-repeat;
}
.rojo {
	background-color: #AF0113;
	background-image: url(../imagenes/fondo-submenu.png);
	background-repeat: no-repeat;
}

.azul-oscuro {
	background-color: #022E62;
	background-image: url(../imagenes/fondo-submenu.png);
	background-repeat: no-repeat;
}
.gris {
	background-color: #999999;
	background-image: url(../imagenes/fondo-submenu.png);
	background-repeat: no-repeat;
}

.cerrar {
	width: 60px;
	padding: 0px;
	height: 60px;
	float: right;
	margin: 10px;
}

.cerrar-texto {
	font-family: 'Epilogue', sans-serif;
	background-color: #000;
	height: 60px;
	width: 60px;
	font-size: 1.8em;
	color: #FFF;
	position: absolute;
	top: 0px;
	font-weight: lighter;
	right: 0px;
	text-align: center;
	float: right;
	border-radius: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.cerrar-texto:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #999999;
	color: #FFF;
}

.cerrar-contenido {
	background-color: #000;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 2em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #35859f;
}


.md-modal {
	position: fixed;
	top: 55%;
	left: 50%;
	max-width: 80%;
	min-width: 80%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border: 10px solid #FFF;
	border-radius: 15px;
	width: 100%;
	text-align: center;
	background-image: url(../imagenes/fondo-body.png);
	background-repeat: no-repeat;
}
.md-content video {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}


.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	width: 100%;
}
.md-content h3 {
	font-size: 2em;
	font-weight: 800;
	line-height: 50px;
	padding-bottom: 20px;
}
.md-content img {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #000;
	border-radius: 20px;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

/*CONTENEDNOR 1*/
.contenido-imagen {
	font-size: 1em;
	color: #000;
	overflow: auto;
	text-align: center;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	height: 760px;
	font-weight: lighter;
}


.titulo-manual {
	width: 95%;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.titulo-manual h1 {
	color: #000;
	font-size: 2.8em;
	font-weight: bolder;
	padding-bottom: 10px;
}
.titulo-manual h1 span {
	font-weight: lighter;
	font-size: 0.6em;
	color: #666;
	letter-spacing: -0.05em;
}


.titulo-seccion {
	padding: 10px;
	float: left;
	width: 30%;
	height: 460px;
	border-radius: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: center;	
}
.titulo-seccion h2 {
	font-size: 1.8em;
	color: #FFF;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-weight: 800;
}

.titulo-seccion h2 span {
	font-size: 0.8em;
	font-weight: 800;
	color: #000;
	padding: 0px;
	letter-spacing: -0.05em;
}
.contenedor-imagenes {
	width: 150px;
	float: right;
}
.contenedor-imagenes ul{
	margin: 0px;
	padding: 0px;
}
.contenedor-imagenes li{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.contenedor-imagenes img{
	width: 140px;
	border: 2px solid #FFF;
	border-radius: 5px;
}

#video-dgt1 {
	border: 5px solid #FFF;
	border-radius: 5px;
	background-color: #FFF;
	width: 350px;
}
/*CONTENEDNOR 2*/

.contenido-imagen3 {
	font-size: 1em;
	color: #000;
	overflow: auto;
	text-align: center;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	height: 830px;
	font-weight: lighter;
}
.contenido-imagen3 img{
	width: 50%;
}

/*CONTENEDNOR 2*/

.contenido-imagen2 {
	font-size: 1em;
	color: #000;
	overflow: auto;
	text-align: center;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	height: 830px;
	font-weight: lighter;
}
.contenido-imagen2 img{
	width: 28%;
}


.titulo-manual2 {
	width: 95%;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.titulo-manual2 h1 {
	color: #000;
	font-size: 3.3em;
	font-weight: bolder;
	padding-bottom: 10px;
}
.titulo-manual2 h1 span {
	font-weight: lighter;
	font-size: 0.6em;
	color: #666;
	letter-spacing: -0.05em;
}


.titulo-seccion2 {
	padding: 10px;
	float: left;
	width: 30%;
	height: 480px;
	border-radius: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: center;
}
.titulo-seccion2 h2 {
	font-size: 1.8em;
	color: #FFF;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-weight: 800;
}

.titulo-seccion2 h2 span {
	font-size: 0.8em;
	font-weight: 800;
	color: #000;
	padding: 0px;
	letter-spacing: -0.05em;
}
.contenedor-imagenes2 {
	width: 160px;
	float: right;
}
.contenedor-imagenes2 ul{
	margin: 0px;
	padding: 0px;
}
.contenedor-imagenes2 li{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.contenedor-imagenes2 img{
	width: 160px;
	border: 2px solid #FFF;
	border-radius: 5px;
}

#video-dgt1-2 {
	border: 5px solid #FFF;
	border-radius: 5px;
	background-color: #FFF;
	width: 350px;
}

.pie{
	height: 250px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
}
.pie h4 {
	margin-top: 10px;
	font-weight: bolder;
}

.pie li {
	display: inline;
	margin-left: 10px;
}
.pie ul {
	padding-top: 20px;
}
.menu-pie{
	height: 50px;
	background-color: #000;
	background-color: rgba(0,0,0,0.9);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.menu-pie li {
	display: inline;
	margin-left: 10px;
}
.menu-pie ul {
	padding-top: 20px;
}



header {

}
header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #93861d;
}
#cd-team .cd-container {
	max-width: 1200px;
	padding-top: 50px;
}
@media screen and (max-width: 1785px) {
 .cd-section {
    padding: 0em;
  }
  .titulo-seccion {
	padding: 10px;
	height: 580px;
	
}
 
.contenedor-imagenes {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contenedor-imagenes ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contenedor-imagenes li{
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline;
}

#video-dgt1 {
	
	margin-right: auto;
	margin-left: auto;
}
 .titulo-seccion2 {
	padding: 10px;
	height: 720px;
	
}
.contenedor-imagenes2 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contenedor-imagenes2 ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contenedor-imagenes2 li{
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline;
}

#video-dgt1-2 {
	
	margin-right: auto;
	margin-left: auto;
}
	}
	
	
	@media screen and (max-width: 1520px) {
.titulo-seccion {
	padding: 10px;
	height: 600px;
	width: 42%;
}
/*.contenido-imagen2 img{
	width: 40%;
}*/
.contenedor-imagenes {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contenedor-imagenes ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contenedor-imagenes li{
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline;
}

#video-dgt1 {
	
	margin-right: auto;
	margin-left: auto;
}

.titulo-seccion2 {
	padding: 10px;
	height: 690px;
	width: 45%;
}

.contenedor-imagenes2 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contenedor-imagenes2 ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contenedor-imagenes2 li{
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline;
}

#video-dgt1-2 {
	
	margin-right: auto;
	margin-left: auto;
}
	}
	
@media only screen and (min-width: 1200px) {
  .cd-section {
    padding: 0em;
  }

}
	
	@media screen and (max-width: 1060px) {
.titulo-seccion {
	padding: 10px;
	height: auto;
	width: 100%;
	border-radius: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.contenido-imagen2 img{
	width: 50%;
}
.contenedor-imagenes {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contenedor-imagenes ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contenedor-imagenes li{
	padding: 0px;
	display: inline;
	margin: 5px;
}

#video-dgt1 {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}

.titulo-seccion2 {
	padding: 10px;
	height: auto;
	width: 100%;
	border-radius: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.contenedor-imagenes2 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contenedor-imagenes2 ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contenedor-imagenes2 li{
	padding: 0px;
	display: inline;
	margin: 5px;
}

#video-dgt1-2 {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
	}
	
@media screen and (max-width: 1000px) {
	
	.texto-presentacion {
	font-size: 0.8em;
	color: #000;
	text-align: justify;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 400px;
}
	
	}

@media only screen and (max-width: 768px) {
 

.pie{
	height: 350px;
}
.menu-pie ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.titulo-manual h1 span {
	
	display: none;
}
}

@media only screen and (max-width: 368px) {
 
 .menu-sub img{
	width: 20%;
}
.titulo-manual h1 {
	color: #000;
	font-size: 2.5em;
	font-weight: bolder;
}

.md-modal {
	position: fixed;
	top: 60%;
	left: 50%;
	max-width: 98%;
	min-width: 50%;

}
.md-content img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
	border-radius: 10px;
}
/*.contenido-imagen2 img{
	width: 20%;
}
*/

}


/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes 
  100% {
    opacity: 1;
  }
}
@-moz-keyframes 
  100% {
    opacity: 1;
  }
}
@keyframes 
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes 
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes 
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes 
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
