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

/*
@font-face{
	font-family:Sharp Sans Medium;
	src:url(../fonts/SharpSans-Medium.eot);
	src:url(../fonts/SharpSans-Medium.eot?#iefix) format("embedded-opentype"),
		url(../fonts/SharpSans-Medium.woff) format("woff"),
		url(../fonts/SharpSans-Medium.woff2) format("woff2");
	font-weight:500;
	font-style:normal;
}
*/
@font-face{
	font-family:Sharp Sans Semibold;
	src:url(../fonts/SharpSans-Semibold.eot);
	src:url(../fonts/SharpSans-Semibold.eot?#iefix) format("embedded-opentype"),
		url(../fonts/SharpSans-Semibold.woff) format("woff"),
		url(../fonts/SharpSans-Semibold.woff2) format("woff2");
	font-weight:600;
	font-style:normal;
}
@font-face{font-family:Sharp Sans Extrabold;
	src:url(../fonts/SharpSans-Extrabold.eot);
	src:url(../fonts/SharpSans-Extrabold.eot?#iefix) format("embedded-opentype"),
		url(../fonts/SharpSans-Extrabold.woff) format("woff"),
		url(../fonts/SharpSans-Extrabold.woff2) format("woff2");
	font-weight:700;
	font-style:normal;
}

		/* CSS VARIABLES */
		:root {
		  --primary: #141414;
		  --light: #ffffff;
		  --dark: 	#2e2e2e;
		  --middle: #6e6e6e;
		}

		html, body {width: 99vw;min-height: 100vh;margin: 0;padding: 0;background-color: var(--light);font-family: Sharp Sans Medium, Arial, Helvetica, sans-serif;box-sizing: border-box;line-height: 1.4;}
		/*body#land{background:var(--dark);}*/
		img {max-width: 100%;}
		a {text-decoration:none !important;}
	

		h1 {
		  padding-top: 15px;
		  font-family: Sharp Sans ExtraBold, Arial, Helvetica, sans-serif;
		  line-height: 1 !important;
		  margin-bottom: .4rem !important;
		  text-transform:uppercase;
/*			color: var(--middle);*/
		}
		h4, h5{
    		font-family: Sharp Sans Medium, Arial, Helvetica, sans-serif;
			color: #999;
		}

		.wrapper {
		  margin: 0;
		  padding: 0;
		}

		/* HEADER */
		.bg-middle{background: var(--middle) !important;}

.masthead-new .logo-multi{
	width: 100%;
	max-width: 150px;
}
li.nav-item.dropdown .cursos-disponibles{
    font-size: 0.95rem;
    letter-spacing: 0.0625em;
    padding-right: 0.25rem !important;
    line-height: 37px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
		/*
		header {
		  padding: 10px 20px 10px 20px;
		  position: fixed;
		  top: 0;
		  display: grid;
		  grid-gap:5px;
		  grid-template-columns: 1fr 4fr 1fr;
		  grid-template-areas:
  		  "nt mn mn sb . . . ";
		  background-color: var(--primary);
		  width: 100%;
		  margin-bottom: 0px;
		}
/*
		.dsclogo {
		  grid-area: nt;
		  object-fit: cover;
		  width: 350px;
		  max-height: 100%;
		  padding-left: 30px;
		  padding-top: 0px;
		}

		.dsclogo img {
		  height: 40px;
		}

		#logo {
		  color: #E50914;  
		  margin: 0; 
		  padding: 0; 
		}


		.main-nav {
		  grid-area: mn;
		  padding: 0 30px 0 20px;
		}

		.main-nav a {
		  color: var(--light);
		  text-decoration: none;
		  margin: 5px;  
		}

		.main-nav a:hover {
		  color: var(--dark);
		}

		.sub-nav {
		  grid-area: sb;
		  padding: 0 40px 0 40px;
		}

		.sub-nav a {
		  color: var(--light);
		  text-decoration: none;
		  margin: 5px;
		}

		.sub-nav a:hover {
		  color: var(--dark);
		}

.btn-nav {
	width:auto;
	float: right !important;
	display:block;
	padding-right: 30px !important;
	color: #fff;
	font-size:14px;
	letter-spacing:0.5px;
	font-family: Sharp Sans Medium, Arial, Helvetica, sans-serif;
}

.btn-nav.menu{display: none;}
.btn-nav:hover {
	color:#78e8dc !important;
}


.crea-tu-cuenta{
	font-size: 1.75rem;
	line-height: 2rem;
	background: #78e8dc;
	color: #000;
	padding: 9px 15px 14px;
	margin: 15px auto 5px;
	width: 100%;
	max-width: 1300px;
	display: table;
}
.crea-tu-cuenta:before, .crea-tu-cuenta:after{
	content: "\f078";
	font-family:'FontAwesome';
	font-size: 30px;
	color: #36d7c5;
}
.crea-tu-cuenta:before{
	padding: 0 10px 0 0px;
}
.crea-tu-cuenta:after{
	padding: 0 0px 0 10px;
}

**/



header.masthead-new .logo{
	width: 100%;
	max-width: 350px;

}

header.masthead-new {
  padding-top: 8.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../img/DSC+MV-header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
header.masthead-new .masthead-subheading {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.8rem;
  color: #63d6c9;
  margin-bottom: 25px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead-new .masthead-heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/** DROPDOWN **/
#mainNav .navbar-nav li.nav-item a.nav-link:hover{color:#64d6c9 !important;}

.dropdown-menu{
	background: #020e65;
	color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  background-color: #469fc5;
	padding-left:10px;
}
.dropdown-menu-end{
	right:10px !important;
	top:40px !important;
}

#mainNav .navbar-nav .nav-item{
	margin-right: 0rem !important;
}

#mainNav .navbar-nav .nav-item .dropdown-menu .nav-link {
	font-size:0.75rem;
}
.dropdown-atoggle:before{
	content: "\f0dd";
	font-family:'FontAwesome';
	padding: 0 0px 0 5px;
	font-size: 16px;
	margin-top: -5px;
	display: table;
	float: right;
}

#mainNav li.nav-item.dropdown.colors .nav-link:hover{
	color:#fff !important;
}
#mainNav{background-color: #020e65 !important}





		/* MAIN CONTIANER */
		.main-container {
		  padding: 0px 0 5rem;
		}
		body#land .main-container {
		  padding: 0px 60px 40px; 
		}

		.box, .box.header {
		  display: grid;
		  grid-gap: 20px;
		  grid-template-columns: repeat(3, minmax(100px, 1fr));
		}

		.box.header {grid-template-columns: repeat(2, minmax(100px, 1fr));}
		.box.header .card-cover{height:350px !important;}

		body#lectura .box, #lectura .box{
		  display: grid;
		  grid-gap: 20px;
		  grid-template-columns: repeat(2, minmax(100px, 1fr));
		}
#infantil.page-section{
	background: #01b8be !important;
}
		.box a {
		  transition: transform .3s;  
		}

		.box a:hover {
		  transition: transform .3s;
		  -ms-transform: scale(1.2);
		  -webkit-transform: scale(1.2);  
		  transform: scale(1.2);
		  z-index:1000;
		}
			body#land .box a:hover {
			  transition: transform .3s;
			  -ms-transform: scale(1.15);
			  -webkit-transform: scale(1.15);  
			  transform: scale(1.15);
			}

			body#infantil .box a:hover, body#infantil .box a:hover {
			  transition: transform .3s;
			  -ms-transform: scale(1.1);
			  -webkit-transform: scale(1.1);  
			  transform: scale(1.1);
			}

		.box img {
		  border-radius: 1rem;
		  box-shadow: rgb(0 0 0 / 35%) 0px 3px 10px;
		}

		/* LINKS */
		.link {
		  padding: 50px;
		}

		.sub-links ul {
		  list-style: none;
		  padding: 0;
		  display: grid;
		  grid-gap: 20px;
		  grid-template-columns: repeat(4, 1fr);
		}

		.sub-links a {
		  color: var(--dark);
		  text-decoration: none;
		}

		.sub-links a:hover {
		  color: var(--dark);
		  text-decoration: underline;
		}

		.logos a{
		  padding: 10px;
		}

		.logo {
		  color: var(--dark);
		}

/** LAND **/
.card{border:none !important;}

.card .desc-curso{
	font-size: 15px;
	line-height: 18px;
	display: none;
}
.card .cursos{
	background: #0000005c;
	width: auto;
	padding: 2px 8px 3px 23px;
	margin: 0 0 8px -12px;
	display: table;
	border-radius: 0px 7px 7px 0px;
	display: none;
}

.card h2:before{
	float:right;
	display:table;
	/* background:red; */
	width:100%;
	height: 260px;
	content:'';
}

.card h2{
	margin-top: 10px !important;
	display:table;
	height: 170px;
	/* background:green; */
	font-size: 2.1rem;
	line-height: 2.1rem !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn.btn-video-land{
	width: auto;
	background: #01b8be;
	color: var(--primary) !important;
	display:table;
	font-size: 16px;
	margin: 0 auto 11px;
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 5px;
	padding-bottom: 7px;
}
.btn.btn-video-land:hover{
	color: #fff !important;
	background:#924b91;
}
.btn.btn-video-land:before{
	content: "\f04b";
	font-family:'FontAwesome';
	padding: 0 5px 0 0;
	font-size: 13px;
}
.btn-primary{box-shadow: rgb(0 0 0 / 15%) 0px 3px 5px;}

#testimonios h1{font-size: 2rem;}
#testimonios .lead{font-size: 1rem;}
#testimonios .btn-primary:hover {
  background-color: #0cb9a6;
  border-color: #0cb9a6;
}
#testimonios hr{background: #0cb9a6;}

.btn.btn-testimonios, .btn.btn-ficha{
	width: auto;
	color: #fff !important;
	background: #020e65;
	display:inline-block;
	font-size: 18px;
	margin: 0 15px 31px;
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 5px;
	padding-bottom: 9px;
}
.btn.btn-ficha{
	background: #941681;
}

.btn.btn-testimonios:hover,
.btn.btn-ficha:hover{
	background: #01b8be;
	color: var(--primary) !important;
}
.btn.btn-testimonios:before{
	content: "\f086";
	font-family:'FontAwesome';
	padding: 0 5px 0 0;
	font-size: 20px;
}
.btn.btn-ficha:before{
	content: "\f2d0";
	font-family:'FontAwesome';
	padding: 0 5px 0 0;
	font-size: 20px;
}

.btn.loquiero, .btn.btn-xl.loquiero{background:#ff485a !important;color: #fff;}
.btn.btn-xl.loquiero{border: 0px solid;}
.btn.loquiero:hover{background:#fff !important; color:#020e65}

#webs .btn.loquiero{background:#ff485a !important; color: #fff;font-size: 12px;padding: 6px 9px 4px;}
#webs .btn.loquiero:hover{background:#020e65 !important;}



#pay select#item-options{
	padding: 12px 20px 7px;
	border-radius: 10px;
}

/** LAND BACK
.card{border:none !important;}

.card .desc-curso{
	font-size: 15px;
	line-height: 18px;
}
.card .cursos{
	background: #0000005c;
	width: auto;
	padding: 2px 8px 3px 23px;
	margin: 0 0 8px -12px;
	display: table;
	border-radius: 0px 7px 7px 0px;
}**/


		/* FOOTER */
		footer {
		  padding: 30px 30px 30px;
		  text-align: center;
		  color:rgb(255 255 255 / 40%);
		  margin: 10px 0 0;
		  background: #020e65;
		  font-size:10px;
		  font-family: Sharp Sans Medium, Arial, Helvetica, sans-serif;
		  letter-spacing:0.5px;
		}
		footer .dsc-logo{
			width: 100%;
			max-width: 140px;
			opacity: 0.4;
			padding: 0 0 10px;
		}
footer .logo.asoe{
	width: 100%;
	max-width: 150px;
	opacity: 0.4;
}

#red footer .btn-legal{
	width: auto;
	display: inline-block;
	margin: 0px 5px 5px;
	float:none;
	background-color: #1f1f1f6b;
	border-radius: 4px;
	position: inherit;
	text-align: center;
	color:#fff;
	padding: 5px 10px 6px;
	font-size: 11px;
}

#red footer .btn-legal:hover{
	background-color:#15cadb !important;
	color:#fff !important;
}


.dsc-land{
	width: 90%;
	max-width: 490px;
}
.pointer:hover{cursor:pointer;}
/*
.ficha img{border-radius: 20px;}
.ficha img:hover{opacity: 0.85;}
*/

.location h5 {color:#63d6c9;padding-bottom: 10px;}
.location h5 i{font-size: 16px;padding: 0 5px 0 0;}

.modal-content{
  background: var(--primary) !important;
  color:#fff;
  box-shadow: rgb(0 0 0 / 60%) 0px 3px 15px;
	border-radius: 1rem !important;
}
.modal-header{
    align-items: normal !important;
}
.modal-header .btn-close{
	border-radius:100px;
	font-size: 18px;
	line-height: 19px;
	color: #fff;
	opacity: 0.9;
	display: table;
	font-weight: 500;
	padding: 0 .5rem .5rem !important;
	/* margin: -2rem -.5rem -.5rem auto !important;
	position: relative;
	top: -30px;
	right: -5px; */
}
.modal-header .btn-close:hover, .modal-header .btn-close:focus{
	color: #999;
	border:none;
}
.modal-body .btn.btn-video, 
.modal-body .btn.btn-web, 
.modal-body .btn.btn-placa,
.modal-body .btn{
	width: auto;
/*
	width: 95%;
	max-width: 170px;
*/
	background:#64d6c9;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 0 7px;
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 5px;
	padding: 9px 15px 7px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	white-space: normal;
}
.modal-body .btn.btn-video:hover, 
.modal-body .btn.btn-placa:hover,
.modal-body .btn.btn-web:hover,
.modal-body .btn:hover,
#infantil .modal-body .btn.btn-video:hover, 
#infantil .modal-body .btn.btn-web:hover, 
#infantil .modal-body .btn.btn-placa:hover, 
#infantil .modal-body .btn:hover
{
	background:#fff;
	color:#020e65 !important;
}


.modal-body .btn.btn-video:before, 
.modal-body .btn.btn-placa:before,
.modal-body .btn.btn-web:before
{
	content: "\f04b";
	font-family:'FontAwesome';
	padding: 0 5px 0 0;
	font-size: 13px;
}
.modal-body .btn.btn-placa:before{
/*	content: "\f05a";*/
	content: "\f2d0";
}
.modal-body .btn.btn-web:before{
	content: "\f25a";
}

.modal-body .datos{margin: 10px 0px;padding: 0 0 0 25px;}
.modal-body .datos li{font-size: 13px;letter-spacing: 0.5px;line-height: 20px;margin: 0px 0 0px 0px;list-style-position: outside;}

.modal-body .datos li a{color:#a7e6df; text-decoration:underline !important;}
.modal-body .datos li a:hover{color:#a7e6df; text-decoration:none !important;}


#infantil .modal-body .btn.btn-video, 
#infantil .modal-body .btn.btn-web, 
#infantil .modal-body .btn.btn-placa, 
#infantil .modal-body .btn
{background:#020e65;}





/*
.modal-header .btn-close{
	border-radius:100px;
	font-size: 18px;
	line-height: 19px;
	color: #141414 !important;
	background: #fff;
	opacity: 0.9;
	display: table;
	font-weight: 500;
	padding: .2rem .3rem  .5rem !important;
	margin: -6rem -.5rem -.5rem auto !important;
}

*** VERSION 1 ***
.modal-footer{border-top:1px solid rgb(255 255 255 / 0.15) !important;}
.btn.btn-next i{
  font-weight:100 !important;
  font-size: 16px;
  padding: 5px 0px 5px 3px;
}
.btn.btn-next{
  background: var(--light);
  border-radius:100px;
  color: var(--primary);
  opacity: 0.9;
}
.btn.btn-next:hover{
   background: #666;
  color:#fff;
  opacity: 1;

}
*/

.modal-header{border-bottom: 0px solid rgb(255 255 255 / 0.15) !important;padding-bottom: 0px !important;}
.modal-footer{border-top: 1px solid rgb(222 226 230 / 25%) !important;text-align: center;display: table !important;margin: 0 auto;width: 100%;}

.modal-content h1{
	line-height: 1;
	padding: 10px;
    letter-spacing: 2px;
    color: #fff;
}
.modal-content{color: #fff; background: #020e65 !important;}

.btn.btn-next i{
  font-weight:100 !important;
  font-size: 21px;
  padding: 5px 0px 5px 3px;
}
.btn.btn-next{
  opacity: 1;
  color: #929292;
  border:none;
}
.btn.btn-next:hover, .btn.btn-next:focus, .btn.btn-next:active{
  color:#fff;
  opacity: 1;
  border:none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/** UN TITULO **/
body#one-title.lectura .modal-content,
body#one-title.mujer .modal-content{
	box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px;
	border-radius: 1rem;
	background: #ff9d00 !important;
	border: 1px solid rgb(234 144 0 / 20%);
}
body#one-title.mujer .modal-content{
	background: #f89da5 !important;
/*	background: #8d135a !important;*/
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 15px;
}
body#infantil .modal-content,
#infantil .modal-content
{
	background: #01b8be !important;
	box-shadow: rgb(0 0 0 / 15%) 0px 3px 15px;
	border-radius: 1rem;
}
body#infantil .modal-content .btn.btn-next{
	color: #d58dcd;
}
body#infantil .modal-content .btn.btn-next:hover{
	color: #fff;
}
body#one-title .modal-header{
	border-radius: 1rem 1rem 0 0;

}

body#infantil .modal-content .modal-header .btn-close{background: none !important;}


body#one-title.lectura .modal-dialog, 
body#one-title.mujer .modal-dialog
{margin-top:0px;}


/** Backgrounds de page-sections**/

#computacion.page-section{background:#00239b;}
#lectura.page-section{background:#01b8be;}
#lectura.page-section .text-primary{color:#020e65 !important;}

#infantil.page-section .text-primary{color:#64d6c9 !important;}

#mujer.page-section{background:#f89da5;}
#mujer.page-section .text-primary{color:#8d135a !important;}


.img-fluid.one-placa{width: 100%;max-width: 1000px;box-shadow: rgb(0 0 0 / 35%) 0px 3px 10px;border-radius: 1.5rem;}


.bg-rosa{background: #469fc5;line-height:initial;letter-spacing: 0.5px;}
.bg-rosa .url{color: #fbe600; font-weight:700;letter-spacing: 0.5px;}
.bg-rosa .url:hover{text-decoration: underline !important;}
.bg-gris{background: #f2f2f2;}
#acceso-cursos li{list-style:decimal;}


#webs .box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}

#webs.bg-gris .box h5{font-size: 14px;color: #000;margin: 10px 0 0 0;text-transform: uppercase;}
#webs .box a h6{font-size: 12px;color: #3840b4;}
#webs .box a h6:before{
	font-family: 'FontAwesome';
	padding: 0 5px 0 0;
	content: " \f25a";
/*
	display: table;
	text-align: center;
*/
	margin: 2px auto 0px;
}
#webs .box a h6:hover{color: #19aceb;}
#webs .box img{
	border-radius:100%;
	width: 220px;
}

section#webs .box a img{
	border-radius:100%;
	width: 220px;
	transition: transform .3s;  
}
section#webs .box a img:hover{
	transition: transform .3s;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);  
	transform: scale(1.2);
}

/* MEDIA QUERIES */
		@media(max-width: 1182px) {
			.card h2{
				font-size: 1.7rem;
				line-height: 1.8rem !important;
			}
		}

		@media(max-width: 768px) {
			header.masthead-new .container{max-width: 93% !important;}
		}

		@media(max-width: 182px) {
			.card h2{
				font-size: 2rem;
				line-height: 2rem !important;
				background: green;
			}
		}

		@media(max-width: 1200px) {
		  body#land .box {
			display: grid;
			grid-gap: 30px;
			grid-template-columns: repeat(2, minmax(100px, 1fr));
		  }

		}
/*
		@media(max-width: 992px) {
            .modal-body .btn.btn-web{margin-left:10px;}
		}
*/
		@media(max-width: 900px) {
#webs .box {grid-template-columns: repeat(3, minmax(100px, 1fr));}

		  /*header {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(2, 1fr);
			grid-template-areas: 
			"nt nt nt  .  .  . sb . . . "
			"mn mn mn mn mn mn  mn mn mn mn";
		  }*/

		  .box {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(2, minmax(100px, 1fr));
		  }
		.box.header, #lectura .box{grid-template-columns: repeat(1, minmax(100px, 1fr));}
		  body#land .box {
			display: grid;
			grid-gap: 30px;
			grid-template-columns: repeat(1, minmax(100px, 1fr));
		  }
		  body#land .card h2 {
            height: 100px;
      }
		  body#land .card .desc-curso{
            padding-bottom: 20px;
      }
			.card h2{
				font-size: 2rem;
				line-height: 2rem !important;
			}

	}

		@media(max-width: 700px) {
#webs .box {grid-template-columns: repeat(2, minmax(100px, 1fr));}

		  header {
			display: grid;
			grid-gap: 20px;
		  }
			header.masthead-new .main-container{
				padding: 0px 40px 50px;
			}
			.main-container{
				padding:50px 10px 50px 10px;
			}

		  .box {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(2, minmax(100px, 1fr));
		  }

		  .sub-links ul {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(3, 1fr);
		  }
		  
		  .box {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(1, 1fr);
/*			text-align: center;    */
		  }

		  .box a:hover {
			transition: transform .3s;
			-ms-transform: scale(1);
			-webkit-transform: scale(1);  
			transform: scale(1.2);
		  }
			.modal-body .btn.btn-video, 
			.modal-body .btn.btn-web, 
			.modal-body .btn.btn-placa{
				display:inline-block;
			}
	}

		@media(max-width: 975px) {
			body#one-title.lectura .modal-dialog.modal-dialog-centered, 
			body#one-title.mujer .modal-dialog.modal-dialog-centered{
			   max-width: 820px !important;
			}
}
@media (min-width: 768px) {
  header.masthead-new .container {
    max-width: inherit;
    width:95%;
    
  }
}

		@media(max-width: 500px) {
#webs .box {grid-template-columns: repeat(1, minmax(100px, 1fr));}

		  .wrapper {
			font-size: 15px;
		  }

		  header {
			margin: 0;
			padding: 20px 0 0 0;
			position: static;
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(1, 1fr);
			grid-template-areas: 
			"nt"    
			"mn"
			"sb";
			text-align: center;
		  }

		  .dsclogo {
			max-width: 100%;
			margin: auto;
			padding-right: 20px;
		  }

		  .main-nav {
			display: grid;
			grid-gap: 0px;
			grid-template-columns: repeat(1, 1fr);
			text-align: center;
		  }

		  h1 {
/*			text-align: center;*/
			font-size: 18px;
		  }


		  .logos {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(2, 1fr);
			text-align: center;
		  }

		  .sub-links ul {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(1, 1fr);
			text-align: center;
			font-size: 15px;
		  }
		 body#land .main-container {
		  padding: 0px 10px 40px;
		}
		.btn-nav.menu{display:inherit;}
		.btn-nav.cat{display:none;}


}


