

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

html {
	font-family: Poppins-Regular, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	/*color: #8c8c8c;*/
	font-family: Poppins-Regular, sans-serif;
	background-image: url("/plantillas/plantilla3/images/fondo.jpg");
	font-size: 15px;
	font-weight: 300;
	overflow-x: hidden;
}
.separador  {
	display: none;		
}	
	
.enlacedatos  {
	font-size: 12px;
	display: block;	
	right: 25px;
	bottom: -11px;
	float:right;
	position:relative; 
	padding-right: 40px;
	z-index:99;
	height:20px;


}	

.fondoblanco {
		background-color: white;
}
.tm-libro {
	padding-top: 140px;
}
.texto10px { font-size: 10px;}
.texto12px { font-size: 12px;}
.texto14px { font-size: 14px;}
.texto15px { font-size: 15px;}
.tm-padding-left10px {padding-left: 10px; }
.tm-padding-right10px {padding-right: 10px; }

a, button { transition: all 0.3s ease; }
a:hover{ 	text-decoration: none; outline: none; }
a:focus { 	text-decoration: none; outline: none; }

h2 { font-size: 2.2rem; }
h3 { font-size: 1.65rem; }
h4 { font-size: 1.4rem; line-height: 1.6; }
hr { border-top: 1px solid #CCCCCC; }
p { line-height: 1.9; }

.tm-thin-font { font-weight: 300; }

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
	overflow-x: hidden;
}

@media (max-width: 1390px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}		
}

.tm-header-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100px;
}

.tm-site-name {
	color: #5f8548;
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
}

.tm-main-nav { font-size: 1.2rem; }

/*.navbar-nav .nav-link {
	border-radius: 6px;
	color: black;
	padding: 10px 40px;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: white;
	background-color: #cc99005f8548;

}*/

.tm-gold-text { color: #5f8548; padding-left: 10px; padding-right: 10px; }

.tm-section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.tm-home-img-container {
	background-image: url('/imagenesweb/88/cabecera.jpg');
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
}

/*.tm-about-img-container { background-image: url('../img/tm-about-img.jpg');	}
.tm-blog-img-container { background-image: url('../img/tm-blog-img.jpg'); }
.tm-contact-img-container { background-image: url('../img/tm-contact-img.jpg'); }*/

.tm-about-img-container,
.tm-blog-img-container,
.tm-contact-img-container {
	background-size: auto 200px;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.tm-title {
	margin-bottom: 1rem;
	line-height: 1.4;
}

.tm-subtitle {
	font-size: 1.4rem;
	max-width: 800px;
	margin: 0 auto 80px;
}

.tm-content-box {
	max-width: 310px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 20px;	
}
.tm-content-solicitud {
	/*max-width: 310px;*/
	/*margin: 0 auto;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}

.tm-btn-yellow {
	color: white;
	background-color: #c69302;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
}

.tm-btn-yellow:hover,
.tm-btn-yellow:focus {
	background-color: #ad7315;
	color: white;
	outline: none;
}

.tm-btn {
	color: white;
	background-color: #5cb85c;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
}

.tm-btn:hover,
.tm-btn:focus {
	background-color: #326a16;
	color: white;
	outline: none;
}

.tm-btn-gray { background-color: #666666; }
.tm-btn-gray:hover,
.tm-btn-gray:focus {
	background-color: #515050;	
}

.tm-margin-b-15 { margin-bottom: 15px; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-margin-b-30 { margin-bottom: 30px; }
.tm-margin-b-40 { margin-bottom: 40px; }
.tm-margin-t-big { margin-top: 0px; padding-bottom: 20px; padding-top: 20px; padding-bottom: 5px; padding-top: 5px;}
.tm-margin-t-mid { margin-top: 60px; }
.tm-margin-t-small { margin-top: 30px; }

.tm-text-link { 
	color: #006699; 
	line-height: 2.8;
	text-decoration: underline;
}
.tm-overflow-auto { overflow: auto; }
.tm-small-font { font-size: 1rem; }
.tm-related-post { margin-bottom: 40px; padding-left: 10px; }
.tm-related-post:last-child { margin-bottom: 0; }
.media-left { padding-right: 25px; }
.media-body {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

.tm-media-description { margin-bottom: 0; }

.tm-2-col-right { padding-left: 20px; padding-top: 20px; padding-botton: 20px; }

.tm-footer {
	color: #c6c6c6;
	background-color: #191919;
	background-image: url('/plantillas/plantilla3/images/footer.png');
	font-size: 1rem;
	padding-top: 40px;
	padding-bottom: 20px;
}

.tm-footer-links-container { padding-left: 10px; }

.tm-footer-link {
	color: #CCCC66;
	line-height: 2.8;
	text-decoration: underline;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
	color: #CCCC66;
	text-decoration: none;
}
.tm-footer-thumbnail { margin-bottom: 5px; }

.tm-copyright-text { 
	color: #999999; 
	margin-bottom: 0;
}

.tm-gray-bg { 
	background-color: #CCCCCC; 
	color: black;
	padding: 30px 20px 20px;
}
.tm-footer-content-box-title { margin-bottom: 30px; }

.tm-img-post { margin-bottom: 30px; }

.tm-aside-r { padding-left: 30px; }

.form-control {
	border-radius: 0;
	font-size: 1.1rem;
	padding: 0.75rem 1rem;
}

.form-control:focus { border-color: #5f8548; }

.tm-form-description { margin-top: 30px; }
.tm-contact-form { padding-top: 20px; }

#google-map {
    height: 333px;
    width: 100%;
    margin-top: 40px;
}

.tm-contact-right { padding-left: 30px; }
.tm-p-small { font-size: 1rem; }

.scrollbar-dusty-grass::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-dusty-grass::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #c69302 0%, #e5cc83 100%);
background-image: linear-gradient(120deg, #c69302 0%, #e5cc83 100%); }

.square::-webkit-scrollbar-track {
border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
border-radius: 0 !important; }

.thin::-webkit-scrollbar {
width: 6px; }

.example-1 {
position: relative;
overflow-y: scroll;
height: 400px;
width:100%; 
border: 0;}

@media (max-width: 1199px) {
	.tm-2-col-left { padding-right: 10px; padding-left: 10px; margin-right: 10px; }
	.tm-2-col-right { padding-left: 10px; padding-right: 10px;  }
	.tm-text-link {
		line-height: 2.2;
	}
	.container-fluid {
		/** Porcentaje del espacio **/
		padding-left: 0%;
		padding-right: 0%; 
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	}	
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}		
}

@media (max-width: 991px){
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}		
	.tm-home-img-container {
		background:none;
		height: auto;
	}

	.tm-subtitle { margin-bottom: 40px; }
	
	#tmNavbar .navbar-nav .nav-link { padding: 10px 25px; }
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}

	.tm-content-box { margin-bottom: 50px; }
	.tm-text-link { line-height: 2.4; }

	.tm-section {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}

	.tm-2-col-left, .tm-2-col-right { 
		margin: 0 auto;
		max-width: 660px; 
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 10px;
	}
	.tm-margin-t-big { margin-top: 0px; padding-top: 20px; padding-bottom: 20px; }
	.media { max-width: 100%; }
	.media-left {
		display: table-cell;
		margin-bottom: 0;
	}

	.tm-footer-content-box { margin-bottom: 40px; }

	.tm-2-rows-md-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-md-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-md-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-contact-right { 
		padding-left: 15px; 
		padding-top: 40px;
	}
}

@media (max-width: 897px) {
	.tm-btn {
		padding: 10px 15px;
		font-size: 1rem;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}		
}

@media (max-width: 767px) {
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}	
	/*.tm-main-nav {
		position: fixed;
		right: 0;
		top: 21px;
		z-index: 1000;
	}*/
	/*#tmNavbar .navbar-nav .nav-item { float: none; }
	#tmNavbar .navbar-nav .nav-link { padding: 10px 35px; }
	#tmNavbar {
		background: white; 
		border-radius: 6px;
	}
	#tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }
	/*.navbar-toggler {
		background: white;
		border-color: #5f8548;
		color: #5f8548;
		display: block;
		margin-left: auto;
		margin-right: 0;
	}*/
	/*.navbar-toggler:focus { outline: none; }*/
	.tm-content-box { margin-bottom: 50px; }
	
	.tm-2-col-left {
		padding-right: 0;
		max-width: 660px;
	}
	.tm-2-col-right { padding-left: 0; }
	.tm-margin-b-40 { margin-bottom: 25px; }
	
	.tm-copyright-text { padding-top: 0; }
	.tm-gray-bg { padding: 20px 20px 10px; }
	.tm-footer { padding-bottom: 15px; }

	.tm-2-rows-sm-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-sm-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-sm-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-sm-m-b { margin-bottom: 20px; }
	.tm-aside-r { padding-left: 15px; }
	.tm-aside-container {
		max-width: 310px;
		margin: 0 auto;
	}

	.tm-blog-post {	padding-bottom: 10px; }
	.tm-content-box-contact {
		background-color: white;
		margin-top: 40px;
		margin-bottom: 0;
	}

	.tm-contact-row-related-posts {	margin-top: 40px; }
}

@media (max-width: 1000px) {
	
	.enlacedatos  {
	display: none;	

	}
}

@media (max-width: 600px) {
	.separador  {
		hight:20px;
	display: block;		
	}		

	.tm-footer-links-container { padding-left: 0; }
	.tm-xs-m-t { margin-top: 20px; }
	.tm-btn { padding: 10px 30px; }
	
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	margin-top: -10px;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}	
}

@media(max-width: 510px) {
	
	#separador  {
	display: block;		
	}	

	.tm-libro { padding-top: 40px; }
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}
		
	.tm-section {
		padding-top: 0%;
		padding-bottom: 0%;
	}

	.tm-subtitle { margin-bottom: 20px; }
	.tm-margin-b-40 { margin-bottom: 15px; }
	.tm-content-box { margin-bottom: 40px; }
	.tm-content-solicitud { padding: 20px; }
	.tm-margin-t-mid { margin-top: 30px; padding-left: 10px; padding-right: 10px; }
	.tm-footer-content-box { margin-bottom: 40px; }
	.tm-footer-content-box-title { margin-bottom: 15px; }
	#google-map { margin-top: 25px; }
	.tm-map-section { margin-top: 50px; }

	.tm-contact-related-posts-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	vertical-align: middle;
	width:40px;
	float: right;
	margin-top: -10px;


	}
	.menu > li > ul  li:hover a:before, .cur-2-col-right  {
	vertical-align: middle;
	width:40px;
	float: right;
	}	
}
/** Para cursos **/
.cur-2-col-left {
    float:left;  
	margin: auto;
}
.cur-2-col-right {
    /*width: 40px; */
    float:right; 
	
	/*margin: auto;*/
	/*line-height: 2.75em;
	text-indent: 0.75em;	*/
	
}
.divderecha {
    float:right; 
	/*line-height: 2.75em;
	text-indent: 0.75em;	*/
	
}
.divizquierda {
top:0px;
	/*margin: auto;*/
	/*line-height: 2.75em;
	text-indent: 0.75em;	*/
	
}

/* Mensaje de errores */
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

/*.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover { color: black; }*/