﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');

@import url('/SIFGUAData/Content/responsive-phone.css');
@import url('/SIFGUAData/Content/responsive-tablet.css');

.botmicro {
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modalContainer {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

	.modalContainer .modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid lightgray;
		border-top: 10px solid #58abb7;
		width: 60%;
	}

	.modalContainer .close2 {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

		.modalContainer .close2:hover,
		.modalContainer .close2:focus {
			color: #000;
			text-decoration: none;
			cursor: pointer;
		}


html {
	height: 0;
}

body {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.menu-dropdown {
	display: none;
}
header {
	position: fixed;
	z-index: 1;
	width: 100%;
}

p {
	text-align: justify;
}

ol {
	color: #878787;
	line-height: 30px;
	text-align: justify;
}

.menu-dropdown {
	display: block !important;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: -100vh;
}

	.menu-dropdown > ul {
		display: block !important;
		float: initial;
		height: 100vh !important;
		background-color: white;
		padding-top: 80px;
		/*position: absolute;*/
	}

		.menu-dropdown > ul li {
			padding: 15px 0px !important;
		}

			.menu-dropdown > ul li a {
				font-size: 20px;
			}

		.menu-dropdown > ul .login-button {
			background-color: #1ebc48;
			text-align: center;
			border-radius: 10px;
			width: 90%;
		}

	.menu-dropdown hr {
		width: 90%;
	}


@keyframes drop {
	from {
		top: -98vh;
	}

	to {
		top: 50px;
		animation-timing-function: ease-out;
	}
}
/* @keyframes collapse {
        from {
            top: 50px;
        }

        to {
            top: -98vh;
            animation-timing-function: ease-out;
        }
    }*/

.animation {
	animation: drop 0.9s;
	animation-fill-mode: forwards;
	opacity: 1;
}
/**/
header .header {
	box-shadow: 0px 5px 10px #C7C7C74D;
	background-color: white;
	height: 80px;
	position: fixed;
	width: 100%;
	z-index: 1;
}
header .logo-container {
    height: 100%;
    position: relative;
}
header .logo-container img {
    /*max-width: 70px;*/
	max-width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
header ul {
    list-style: none;
    display: flex;
    margin: 0;
    float: right;
    height: 80px;
}
header ul li {
    padding: 28px 35px;
    font-weight: 700;
    border-bottom: 10px solid transparent;
}
header ul li a {
    color: #9f9f9f;
    text-decoration: none;
}
header ul .active {
    color: #2a6fdb;
    border-bottom: 10px solid #2a6fdb;
}
header ul .login-button {
    background-color: #1ebc48;
}
header ul .login-button a {
    color: white;
}
header ul .profile-button {
	background-color: #F8F8F8;
	position: relative;
    width: 100px;
}
header ul .profile-button a {
	color: #1EBC48;
	position: absolute;
    top: 40%;
    left: 37%;
}
header ul .profile-button img {
	position: absolute;
	top: 25%;
    left: 20px;
}
.header .icon {
	display: none;
}
/*header ul .profile-button a::before {
	content:url('/Content/assets/profile.svg');
}*/
/* footer */
footer {
	background-color: #101010;
	color: #878787;
}
footer img {
    width: 168px;
    height: 32px;
    filter: grayscale(1);
}
footer .social-media img {
    width: 45px;
    height: 45px;
    margin-top: 15px;
    margin-right: 15px;
}
footer a {
    font-style: none;
    text-decoration: none;
    color: #878787;
    padding-right: 69px;
}

footer h5 {
	color: #878787;
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
footer .enlaces {
    margin-top: 13px;
}
footer .contain .header {
    height: 50px;
    margin-top: 23px;
}
footer .copyright {
    text-align: center;
}
footer .copyright p {
    padding: 10px 0;
}
footer .contact-info {
    margin-bottom: 50px;
}
footer .contact-info p {
    padding-left: 5px;
}
footer .contact-info img {
    width: 38px;
    height: 20px;
    padding-top: 20px;
}
footer .line {
    border: 0.1px solid #707070;
}

h3 {
    font-size: 30px;
}

p {
    color: #878787;
    line-height: 30px;
}

.bullet-primary {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1EBC48;
    display: inline-block;
    margin: 0 10px;
	cursor: pointer;
}

.bullet-secundary {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1EBC4833;
	display: inline-block;
	margin: 2px 0;
	cursor: pointer;
}

.center {
    text-align: center;
}

.contact-box {
	position: relative;
}

.contact-box .contact-info {
	background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    width: 366px;
    height: 278px;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 25%;
}

.contact-box .contact-info .info {
	margin: 30px;
}

.contact-box .contact-info .info img {

}

.contact-box .contact-info .info p {
	color: #707070;
    margin: 0px 0px 16px 15px;
	font-style: italic;
}

.sub-container {
    /*width: 66rem;*/
    margin-right: auto;
    margin-left: auto;
}

h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
.btn {
    text-align: left;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 20px;
    background: #1ebc48 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    border: 1px solid transparent;
    margin: 5px;
}

.btn2 {
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px 20px;
	background: #1ebc48 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	font-weight: bold;
	border: 1px solid transparent;
	margin: 20px 20px 0px 0px;
	cursor: pointer;
}
.btn2:hover {
	transition: 0.3s;
	background: rgb(27,130,55);
}
 .btn3 {
	text-align: left;
    letter-spacing: 0px;
    color: #fff;
    font-size: 13px;
	font-style: italic;
    padding: 15px 33px;
    background: #85ce3b 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    font-weight: bold;
    border: 1px solid transparent;
    margin: 5px;
}
.btn4 {
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	/*font-style: italic;*/
	padding: 15px 20px;
	background: #1ebc48 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	font-weight: bold;
	border: 1px solid transparent;
	margin: 20px 20px 0px 0px;
	cursor: pointer;
	display: inline-block;
	height: 65px;
	width: 250px;
}

.btn5 {
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	/*font-style: italic;*/
	padding: 15px 20px;
	background: #1ebc48 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	font-weight: bold;
	border: 1px solid transparent;
	margin: 20px 20px 0px 0px;
	cursor: pointer;
	display: inline-block;
	height: 65px;
	width: 400px;
}
/*Copiado proyecto csandoval KG*/
.btnblue {
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 20px;
	background: #0070af 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	/*font-weight: bold;*/
	border: 1px solid transparent;
	margin: 5px;
	cursor: pointer;
}

.btnTable {
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
	background: #0070af 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	border: 1px solid transparent;
	cursor: pointer;
}
/*fin copia proyecto csandoval KG*/
.biblioteca-nav {
    background-color: #e1e1e1;
}
.biblioteca-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
}
.biblioteca-nav ul a {
    color: #878787;
    text-decoration: none;
}
.biblioteca-nav ul li {
    padding: 20px 45px;
    font-weight: 700;
    border-bottom: 5px solid transparent;
}

.biblioteca-nav ul .active {
    background-color: #c7c7c7;
}
.biblioteca-nav ul .login-button {
    color: white;
}
.departamentos img {
    height: 228px;
    width: 176px;
}
.departamentos p {
    text-align: center;
    margin: 0;
}
.departamentos .col-xs-2 {
    margin: 15px;
}
.download {
    margin: 20px 0;
}
.download button {
    text-align: left;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 20px;
    background: #1ebc48 0% 0% no-repeat padding-box;

    /*border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;*/
	border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    border: 1px solid transparent;
	/*	background: transparent;*/
	background-image: url('/Content/assets/download.svg');
	background-repeat: no-repeat;
	background-position-x: 96%;
    background-position-y: 10px;
    padding-right: 67px;
}
.download .download-row {
    background: #1ebc48 0% 0% no-repeat padding-box;
    width: 53px;
    display: inline-block;
    height: 53px;
    margin-top: 30px;
    margin-left: 2px;
    position: relative;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.download .download-row img {
    position: absolute;
    top: 50%;
}
.grafic {
    background: #e1e1e1 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 372px;
    width: 100%;
    margin: 15px 0;
    position: relative;
}
.grafic p {
    position: absolute;
    text-align: center;
    font-style: italic;
    font-size: 40px;
    letter-spacing: 0px;
    color: #878787;
    opacity: 1;
    line-height: 1;
    top: 30%;
    width: 100%;
}
.info h3 {
    margin-bottom: 0px;
}
.info p {
    color: #101010;
}
.text {
    width: 85%;
    margin-bottom: 20px;
}
.text a {
    font-style: italic;
    color: #2a6fdb;
}
.space {
    margin: 30px;
}
select {
	text-align: left;
	letter-spacing: 0px;
	color: #878787;
	font-size: 20px;
	padding: 15px 20px;
	background: white 0% 0% no-repeat padding-box;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	opacity: 1;
	font-style: italic;
	border: 1px solid #e1e1e1;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url('/Content/assets/Polygon.svg');
	background-repeat: no-repeat;
	background-position-x: 92%;
	background-position-y: 24px;
	padding-right: 67px;
}

.scrolling-card {
	display: inline-block;
}

.departamentos {
	display: inline-block !important;
}


select::after {
	content: '2'
}

hr {
    margin: 20px 0;
}
.poster {
    width: 275px;
    height: 356px;
}

h4 {
	 font-size: 24px;
}
 h5 {
	 color: #101010;
	 font-size: 16px;
	 line-height: 2;
	 /*width: 861px;*/
}
 .client-box-first {
	 background-color: white;
}
 .slider-box {
	 position: relative;
}
.grid-box {
	display: flex;
}
.grid-box-2 {
	display: inline-flex;
}
.grid-wrap {
	flex-wrap: wrap;
}
.client-box-first {
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #fff F;
	border-radius: 5px;
	opacity: 1;
	text-align: center;
	width: 522px;
	height: 246px;
	position: absolute;
	left: -530px;
	top: -22px;
}
.client-box-last {
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #fff F;
	border-radius: 5px;
	opacity: 1;
	text-align: center;
	width: 700px;
	height: 246px;
	position: absolute;
	right: -530px;
	top: -22px;
}
 .client-box {
	 background: #fff 0% 0% no-repeat padding-box;
	 border: 1px solid #e1e1e1;
	 border-radius: 5px;
	 opacity: 1;
	 text-align: center;
	 height: 198px;
	 margin-right: 20px;
}
 .client-box .box-header img {
	 width: 80px;
	 height: 80px;
	 margin: 23px;
}
 .client-box .box-body {
	 border-top: 1px solid #e1e1e1;
}
  .client-box .box-body p {
	font-size: 12px;
    line-height: 20px;
    width: 150px;
    padding-left: 5px;
	white-space: normal;
	text-align: center;
}
 .content-space {
	 margin-top: 320px;
}
 .text P {
	 margin: 0;
	 max-width: 366px;
}
 .background-image {
	 background-image: url('/Content/assets/photo-3.png');
	 opacity: 1;
	 color: white;
	 height: 100%;
	/* Center and scale the image nicely */
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
	 background-attachment: fixed;
}
 .background-image p {
	 color: white;
}
.background-image-2 {
	background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('/Content/assets/photo-4.png');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	color: white;
	padding: 0 !important;
	background-attachment: fixed;
}
 .background-image-2 .header {
	 margin-top: 80px;
	 margin-bottom: 50px;
}
 .background-image-2 h1 {
	 font-size: 60px;
	 margin-bottom: 15px;
}
 .background-image-2 h3 {
	 display: inline;
	 font-size: 30px;
	 padding-left: 20px;
}
 .background-image-2 p {
	 color: white;
	 font-size: 16px;
	 width: 300px;
	 margin: auto;
}
 .background-image-2 .opacity {
	 padding-bottom: 100px;
	 /*background: #101010 0% 0% no-repeat padding-box;
	 opacity: 0.54;
	 padding-bottom: 80px;*/
}
 .button {
	 width: 176px;
	 height: 57px;
	 background: #1ebc48;
	 border-radius: 5px;
	 color: white;
	 border-color: transparent;
	 font-size: 20px;
	 margin: 15px 0;
}

.button:hover {
	transition: 0.3s;
	background: rgb(27,130,55);
}
 .bil {
	 background-color: #f8f8f8;
}
 .biblioteca-nav {
	 background-color: #e1e1e1;
}
 .biblioteca-nav ul {
	 list-style: none;
	 display: flex;
	 margin: 0;
}
 .biblioteca-nav ul a {
	 color: #878787;
	 text-decoration: none;
}

 .biblioteca-nav ul .active {
	 background-color: #c7c7c7;
}
 .biblioteca-nav ul .login-button {
	 color: white;
}

 .btn-white {
	 background: #fff 0% 0% no-repeat padding-box;
	 border-radius: 20px;
	 opacity: 1;
	 color: #878787;
	 margin: 0 20px;
	 width: 125px;
	 height: 40px;
	 font-size: 13px;
	 font-style: italic;
}

 .btn-white:hover {
	 background-color: rgba(255,255,255, 0.5);
	 color: white;
	 transition: 0.5s;
 }
 .box {
	 text-align: center;
	 background: #fff 0% 0% no-repeat padding-box;
	 border-radius: 5px;
	 opacity: 1;
	 padding: 30px;
	 height: 344px;
	 width: 366px;
     margin-right: 30px;
}

.box:hover {
	background-color: rgba(255,255,255, 0.5);
	transition: 0.5s;
}

.box:hover > .btn3 {
	background-color: rgba(255,255,255, 0.5);
	color:  #707070;
	transition: 0.5s;
}

.box:hover > p {
	color: black;
	transition: 0.5s;
}

 .box h3 {
	 margin-top: 20px !important;
	 color: #101010;
	 font-size: 24px;
}
 .box p {
	 color: #707070;
	 font-size: 13px !important;
	     white-space: normal;
}
 .home .form {
	 margin-left: 180px;
	 margin-right: 20px;
}
 .contact-box .background {
	 background-image: url('/Content/assets/contact.png');
	 height: 739px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
}

.contact-box .background2 {
	height: 839px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

input[type=text], textarea {
	margin: 5px;
	display: block;
	width: 90%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #878787;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-style: italic;
}
textarea {
	width: 98%;
	box-sizing: border-box;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
 .space {
	 margin-top: 50px;
}
 .section {
	 padding: 80px 0px;
}
 .section ul {
	 list-style: none;
	 margin-left: 0;
	 padding-left: 1em;
	 text-indent: -1em;
}
 .section-2 {
	 padding: 50px 0px !important;
}
 .section-2 h3 {
	 text-align: left;
	 letter-spacing: 0px;
	 color: #fff;
	 text-shadow: 0px 3px 6px #000 33;
	 opacity: 1;
	 font-size: 30px;
}
 .section-2 p {
	 text-align: left;
	 letter-spacing: 0px;
	 color: #fff;
	 text-shadow: 0px 3px 6px #000 1A;
	 opacity: 1;
	 max-width: 372px;
	 font-size: 18px;
	 line-height: 34px;
}
 .section-4 h3 {
	 font-size: 30px;
	 margin-bottom: 0;
}
 .section-4 p {
	 font-size: 18px;
}
 .section-4 hr {
	 margin: 30px 0;
}

.section-5 hr {
	margin: 300px 0;
}
 .subtitle {
	 display: flex;
	 flex-direction: row;
	 /*width: 72rem;*/
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 0;
}
 .subtitle::before {
	 content: "";
	 flex: 1 1;
	 border-bottom: 1px solid;
	 margin: auto 12px;
	 max-width: 23px;
}
 .temporal-section {
	 min-height: 110vh;
	 background-color: #f8f8f8;
}
 .temporal-section h2 {
	 font-size: 42px;
	 margin: 15px 0;
}
 .temporal-section p {
	 font-size: 16px;
	 color: #101010;
	 margin: 0;
}
 .vertical-line {
	 width: 0.1px;
	 height: 78%;
	 margin: 30px;
	 border: 0.1px solid white;
}

 @media only screen and (min-width: 75em) {
	.thumb-content .col-sm-4 {
		ms-flex-preferred-size: 27.333333%;
		flex-basis: 27.333333%;
		max-width: 27.333333%;
	}
 }
.thumb-box {
	width: 274px;
	height: 239px;
	position: relative;
	margin: 20px 0;
}

.thumb-box .background {
	width: 100%;
    height: 100%;
	border-radius: 5px;
    height: 100%;
	background-size: 300px 100px;
}

/*.thumb-box .background:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}*/

.thumb-box .logo {
	right: 15px;
    top: 15px;
    position: absolute;
}

.thumb-box h5 {
	position: absolute;
    color: white;
    left: 15px;
    bottom: 15px;
    margin: 0;
    font-size: 24px;
    width: 210px;
    line-height: 30px;
}

.keywords {

}

.keywords p {
	text-align: left;
	letter-spacing: 0px;
	color: #707070;
	font-size: 14px;
	font-style: italic;
	padding: 15px;
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border: 1px solid #C7C7C7;
	border-radius: 5px;
	opacity: 1;
	display: inline-block;
	margin: 15px;
}


.pdf-box {
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	opacity: 1;
	text-align: center !important;
	width: 267px;
	height: 130px;
	margin-left: 15px;
	margin-bottom: 20px;
}
 .pdf-box h4 {
	 font-size: 20px;
	 margin: 0;
	 color: #878787;
	 text-align: center !important;
}
 .pdf-box p {
	 font-size: 13px;
	 margin: 0;
	 text-align: center !important;
}
 .pdf-box .descarga {
	 background: #e1e1e1 0% 0% no-repeat padding-box;
	 border-radius: 0px 0px 5px 5px;
	 opacity: 1;
	 height: 48px;
	 font-size: 16px !important;
	 text-transform: uppercase;
	 margin-top: 20px;
	 padding-top: 10px;
	 font-weight: 700;
	 cursor: pointer;
}

  .pdf-box .descarga:hover {
	 background: rgb(135,135,135);
	 transition: 0.3s;
	 color: white;
}

/**/

.document-box {
	 text-align: center;
	 margin-right: 15px;
}
 .document-box h5 {
	 color: #707070;
	 font-size: 16px;
	 width: 267px;
	 margin: auto;
	 line-height: 25px;
	 min-height: 97px;
}
 .document-box img {
	 width: 267px;
	 height: 150px;
	 margin-bottom: 45px;
}
 .document-box a {
	 background: #e1e1e1 0% 0% no-repeat padding-box;
	 border-radius: 5px;
	 color: #878787;
	 font-size: 16px;
	 text-transform: uppercase;
	 padding: 18px 63px;
	 display: initial;
	 cursor: pointer;
}

.document-box a:hover {
	background: rgb(135,135,135);
	transition: 0.3s;
	color: white;
}

.slide {
	overflow: auto;
	white-space: nowrap;
	overflow-x: hidden;
}

.legs-box {
	text-align: center;
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	opacity: 1;
	width: 168px;
	height: 178px;
	margin-bottom: 30px;
	position: relative;
	margin-right: 25px;
}
 .legs-box h5 {
	 color: #707070;
	 font-size: 13px;
	 width: 138px;
	 top: 17%;
	 bottom: 0;
	 margin: auto;
	 min-height: 89px;
	 left: 10%;
	 position: absolute;
	 line-height: 17px;
	 white-space: normal;
}
 .legs-box a {
	 background: #e1e1e1 0% 0% no-repeat padding-box;
	 color: #878787;
	 font-size: 16px;
	 text-transform: uppercase;
	 padding: 18px 0px;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 168px;
	 border-bottom-left-radius: 5px;
	 border-bottom-right-radius: 5px;
	 cursor: pointer;
}

 .legs-box a:hover {
	 background: rgb(135,135,135);
	 transition: 0.3s;
	 color: white;
}
 .manual-box {
	 text-align: center;
	 margin-bottom: 50px;
	 margin-right: 15px;
}
 .manual-box .text {
	 width: 267px;
	 margin: auto;
	 min-height: 89px;
}
 .manual-box .text h5 {
	 color: #707070;
	 font-size: 16px;
	 margin: 0;
	 line-height: 20px;
	 width: 100%;
}
 .manual-box .text p {
	 font-size: 14px;
	 margin: 0;
	 line-height: 18px;
}
 .manual-box img {
	 width: 267px;
	 height: 150px;
	 margin-bottom: 45px;
}
 .manual-box a {
	 background: #e1e1e1 0% 0% no-repeat padding-box;
	 border-radius: 5px;
	 color: #878787;
	 font-size: 16px;
	 text-transform: uppercase;
	 padding: 18px 63px;
	 display: initial;
	 cursor: pointer;
}

  .manual-box a:hover {
	 background: rgb(135,135,135);
	 transition: 0.3s;
	 color: white;
}

@import '../../../styles/landing-styles.scss';

.rev-box {
	text-align: center;
	margin-bottom: 50px;
	margin-right: 15px;
}

	.rev-box .text {
		width: 267px;
		margin: auto;
		min-height: 89px;
	}

		.rev-box .text h5 {
			color: #707070;
			font-size: 16px;
			margin: 0;
		}

		.rev-box .text p {
			font-size: 14px;
			margin: 0;
			line-height: 18px;
		}

	.rev-box img {
		width: 245px;
		height: 250px;
		margin-bottom: 45px;
	}

	.rev-box a {
		background: #e1e1e1 0% 0% no-repeat padding-box;
		border-radius: 5px;
		color: #878787;
		font-size: 16px;
		text-transform: uppercase;
		padding: 18px 63px;
		cursor: pointer;
	}

	.rev-box a:hover {
		background: rgb(135,135,135);
	 transition: 0.3s;
	 color: white;
	}

.slider-box-2 {
	position: relative;
}

.client-box-first-2 {
	background: #f8f8f8 0% 0% no-repeat padding-box;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	opacity: 1;
	text-align: center;
	width: 567px;
	height: 490px;
	position: absolute;
	left: -485px;
	top: -22px;
}

.client-box-last-2 {
	background: #f8f8f8 0% 0% no-repeat padding-box;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	opacity: 1;
	text-align: center;
	width: 525px;
	height: 490px;
	position: absolute;
	right: -395px;
	top: -22px;
}
 
/* login */

.login {
	 height: 739px;
}
 .login hr {
	 border: 0.1px solid #878787;
	 width: 270px;
	 margin: 14px auto;
}
 .login h1 {
	 font-size: 30px;
	 color: #101010;
	 width: 372px;
	 margin: 0;
}
 .login .space {
	 margin-left: 48px;
}
 .login .background {
	 background-image: url('/Content/assets/login.png');
	 height: 739px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
}
	.login .btn {
		background: #1ebc48 0% 0% no-repeat padding-box;
		border-radius: 5px;
		text-align: center;
		letter-spacing: 0px;
		font-size: 20px !important;
		color: #f8f8f8 !important;
		text-decoration: none !important;
		font-weight: bold;
		text-transform: uppercase;
		padding: 13px 62px;
		border: 1px solid transparent;
		margin: 8px 0;
		display: inline-block;
		cursor: pointer;
	}
  .login .btn:hover {
	 transition: 0.3s;
	background: rgb(27,130,55);
}
 .login .form {
	 margin-top: 120px;
	 text-align: center;
}
 .login .form a {
	 color: #878787;
	 font-size: 14px;
	 text-decoration: underline;
}
 .login .title-box {
	 width: 372px;
	 margin: auto;
	 text-align: left;
	 margin-bottom: 30px;
}
 .login input[type=text] {
	 background: #fff 0% 0% no-repeat padding-box;
	 border: 1px solid #c7c7c7;
	 border-radius: 3px;
	 text-align: left;
	 font-size: 14px;
	 letter-spacing: 0px;
	 color: #878787;
	 width: 254px;
	 height: 35px;
	 font-style: italic;
	 margin-bottom: 20px;
	 margin-left: auto;
	 margin-right: auto;
}
	.login input[type=password] {
		background: #fff 0% 0% no-repeat padding-box;
		border: 1px solid #c7c7c7;
		border-radius: 3px;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0px;
		color: #878787;
		width: 275px;
		height: 45px;
		font-style: italic;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
 .login .subtitle {
	 display: flex;
	 flex-direction: row;
	 /*width: 72rem;*/
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 0;
}
 .login .subtitle::before {
	 content: "";
	 flex: 1 1;
	 border-bottom: 1px solid;
	 margin: auto 12px;
	 max-width: 23px;
}
 
 /* recover */
 .recover {
	 padding-top: 100px;
 }
 .recover h1 {
	 font-size: 30px;
	 color: #101010;
	 width: 372px;
	 margin: 0;
}
 .recover p {
	 width: 371px;
	 font-size: 16px;
	 text-align: left;
	 margin-left: 50px;
	 color: #101010;
}
 .recover .title-box {
	 width: 372px;
	 margin: auto;
	 text-align: left;
	 margin-bottom: 30px;
}
 .recover .btn {
	 background: #1ebc48 0% 0% no-repeat padding-box;
	 border-radius: 5px;
	 text-align: center;
	 letter-spacing: 0px;
	 font-size: 20px;
	 font-weight: bold;
	 color: #f8f8f8;
	 text-transform: uppercase;
	 padding: 13px 100px;
	 border: 1px solid transparent;
	 margin-bottom: 35px;
	 cursor: pointer;
}

  .recover .btn:hover {
	 transition: 0.3s;
	background: rgb(27,130,55);
}
 .recover .form {
	 margin-top: 52px;
	 text-align: center;
	 margin-bottom: 300px;
}
 .recover .form a {
	 margin-top: 50px;
	 color: #878787;
	 font-size: 14px;
	 text-decoration: underline;
}
 .recover input[type=text] {
	 background: #fff 0% 0% no-repeat padding-box;
	 border: 1px solid #c7c7c7;
	 border-radius: 3px;
	 text-align: left;
	 font-size: 14px;
	 letter-spacing: 0px;
	 color: #878787;
	 width: 254px;
	 height: 35px;
	 font-style: italic;
	 margin-bottom: 20px;
	 margin-left: auto;
	 margin-right: auto;
}
 .recover .subtitle {
	 display: flex;
	 flex-direction: row;
	 /*width: 72rem;*/
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 0;
}
 .recover .subtitle::before {
	 content: "";
	 flex: 1 1;
	 border-bottom: 1px solid;
	 margin: auto 12px;
	 max-width: 23px;
}
 
 /* profile */

.perfil {
}

.perfil a {
	margin-top: 50px;
	 color: #878787;
	 font-size: 14px;
	 text-decoration: underline;
}
.perfil input[type=text] {
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0px;
	color: #878787;
	height: 35px;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.perfil .btn {
	    background: #1ebc48 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #f8f8f8;
    text-transform: uppercase;
    /* padding: 13px 100px; */
    border: 1px solid transparent;
    margin-bottom: 35px;
    width: 80%;
}

.perfil .btn:hover {
	transition: 0.3s;
	background: rgb(27,130,55);
}

.perfil .profile {
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
}

.perfil .profile h2 {
	display: inline;
    position: absolute;
    top: 5px;
    margin: 0;
    left: 5%;
}

.perfil .profile a {
	display: inline;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 5%;
}
	/*Copia Site csandoval KG*/
	.perfil .span_perfil {
		display: block;
		text-align: left;
		color: #574f4f;
		padding-top: 10px;
	}

	.perfil .span_perfilDescripcion {
		display: block;
		text-align: left;
		color: #574f4f;
		padding-top: 10px;
		padding-left: 20px;
	}
	/*Fin de copia*/
.process-messgae-box {
	margin: 20px 0;
	display: none;
}

.process-message {
	border: 1px solid #1EBC48;
	border-radius: 10px;
	opacity: 1;
	/* margin: 10px; */
	padding: 11px;
	display: inline;
	padding-left: 50px;
	position: relative;
	color: #1EBC48 !important;
	margin: 20px 0;
}

.process-message:before {
	content: url(/Content/assets/check.svg);
    position: absolute;
    left: 10px;
	
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 4% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 45%; 
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 42px;
  right: 23px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.scrolling-wrapper {
	display: inherit;
}

.home .horizontal-line {
	display: none;
}

.mobile-show {
	display: none;
}

/* Others */

.circle {
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #2A6FDB;
	cursor: pointer;
	z-index: 2;
}

.before,
.after {
	content: '';
	position: absolute;
	width: 17px;
	height: 2px;
	background-color: #2A6FDB;
	border-radius: 0;
	top: 13px;
	-webkit-transition: 150ms ease-out;
	-moz-transition: 150ms ease-out;
	-o-transition: 150ms ease-out;
	transition: 150ms ease-out;
	z-index: 0;
}

.before {
	left: 7px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}

.after {
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
	right: 7px;
}
/*
.circle:hover {
	border: 1px solid #717171;
	padding-bottom: 1px;
}

	.circle:hover .before {
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
		-webkit-transition: 300ms ease-in-out all;
		-moz-transition: 300ms ease-in-out all;
		-o-transition: 300ms ease-in-out all;
		transition: 300ms ease-in-out all;
	}

	.circle:hover .after {
		-ms-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		-moz-transform: rotate(-225deg);
		transform: rotate(-225deg);
		-webkit-transition: 250ms ease-in all;
		-moz-transition: 250ms ease-in all;
		-o-transition: 250ms ease-in all;
		transition: 250ms ease-in all;
	}*/

.menu-icon a > div {
	width: 30px;
	height: 2px;
	background-color: #2A6FDB;
	margin: 6px 0;
}

.menu-icon a > div:nth-child(2n) {
	width: 22px;
    margin-left: auto;
}

.menu-icon a {
	border-radius: 50px;
	border: 1px solid #2A6FDB;
	padding: 7px;
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

	.active-a, .accordion:hover {
		background-color: #ccc;
	}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.float-container {
	position: absolute;
}

.float-front {
	z-index: 1;
}

/* Noticia */

.noticia .scrolling-wrapper {
	white-space: normal !important;
}

.noticia .sub-container {
	width: 66rem;
}

.noticia a {
	text-decoration: none;
}

.noticia-header-container {
	width: 275px;
	/*height: 400px;*/
	height: 425px;
	border-radius: 5px;
	position: relative;
	margin-right: 40px;
}

	.noticia-header-container .title {
		height: 100px;
		/*padding: 15px;*/
		padding: 25px;
		opacity: 1;
		/*backdrop-filter: blur(30px);*/
		backdrop-filter: blur(2px);
		/*-webkit-backdrop-filter: blur(30px);*/
		-webkit-backdrop-filter: blur(2px);
		position: absolute;
		bottom: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

		.noticia-header-container .title a {
			text-decoration: none;
			color: white;
			margin: 0;
		}

		.noticia-header-container .title hr {
			margin: 5px 0;
		}

		.noticia-header-container .title p {
			font-size: 24px;
			font-weight: 700;
			color: white;
			text-align: left;
			margin: 0;
		}

.noticia-container {
	width: 274px;
	margin: 30px 0;
}

	.noticia-container img {
		width: 274px;
		height: 239px;
		border-radius: 5px;
	}

	.noticia-container h4 {
		font-size: 24px;
		color: black;
		margin: 5px 0;
	}

	.noticia-container hr {
		background-color: #C7C7C7;
		margin: 5px 0;
	}

	.noticia-container p {
		font-size: 16px;
		color: #C7C7C7;
		margin: 5px 0;
	}


.noticia-title h4 {
	font-weight: 300;
	margin: 0;
}

.noticia-title .info {
	margin-bottom: 20px;
}

	.noticia-title .info p {
		display: inline;
	}

.noticia-title .point {
	display: inline;
	width: 3px;
	height: 3px;
	margin-top: 11px;
	border-radius: 50%;
	border: 2px solid #C7C7C7;
	position: absolute;
}

.noticia-title .info .autor {
	margin-right: 10px;
	color: #85CE3B;
}

.noticia-title .info .time {
	margin-left: 15px;
	color: #C7C7C7;
}

.image-cover {
	max-width: 100%;
}

.noticia img {
	max-width: 100%;
}

.noticia-image {
	margin: 40px 0;
}

/*    carlos agrego esto  */
.background2 ifm {
	margin: 0;
	padding: 0;
	height: 350px;
	width: 100%;
	display: block;
	border: none;
}


/* agregado por Carlos Sandoval*/

.container22 {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Style the submit button */
.mendigo {
	background-color: #1EBC48; /* #04AA6D;*/
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	/*float: right;*/
	align-content: center;
}

/* Style inputs, select elements and textareas */
.entrada_datos {
	width: 105%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
}

/*Agregados para enlaces externos*/
#contenedor_enlaces_externos {
	background: url('../../Content/assets/enlaces.jpg') fixed; /*Imagen de fondo */
	max-height: 100%;
	height: 400px; /*altura del fondo*/
	position: relative;
	margin: 0 auto;
	padding: 5%;
	background-size: cover; /*ajusta el fondo a la imagen*/
}

#enlaces {
	max-height: 100%;
	height: 400px; /*altura del fondo*/
	position: relative;
	margin: 0 auto;
	/*padding: 2%;*/ /*5%*/
	background-size: cover; /*ajusta el fondo a la imagen*/
}


/*	#enlaces .h1, .h3 {
		color: white;
	}*/

#contenedor_orden {
	display: flex;
	align-items: center;
}

/*Agregados HBlanco*/
/*Cards Paquete Tecnológico*/
.card {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

a {
	padding: 5px 5px 5px 5px;
}

.card-container {
	width: 269px;
	height: 359px;
	border-radius: 5px;
	position: relative;
}

	.card-container .title {
		height: 80px;
		width: 238px;
		padding: 15px;
		opacity: 1;
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		position: absolute;
		bottom: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

		.card-container .title a {
			text-decoration: none;
			color: white;
			margin: 0;
		}

		.card-container .title p {
			font-size: 15px;
			font-weight: 700;
			color: white;
			text-align: left;
			margin: 0;
		}
		.card-container .title .encabezado {
			font-size: 20px;
			font-weight: 700;
			color: white;
			align-content:center;
			text-align: center;
			margin: 0;
		}
/*Fin Cards Paquete Tecnológico*/
/*Cards Boletines*/

.transparencia_oscuro {
	background-color: rgba(0000, 0, 0, 0.7);
}
/*Fin Cards Boletines*/
.card-container_cobertura_forestal {
	width: 269px;
	height: 359px;
	border-radius: 5px;
	position: relative;
}

	.card-container_cobertura_forestal .title {
		height: 80px;
		width: 238px;
		padding: 15px;
		opacity: 1;
		background-color: #80ba3f;
		opacity: 0.85;
		/*backdrop-filter: blur(30px);*/
		-webkit-backdrop-filter: blur(30px);
		position: absolute;
		bottom: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

		.card-container_cobertura_forestal .title a {
			text-decoration: none;
			color: black;
			margin: 0;
		}

		.card-container_cobertura_forestal .title p {
			font-size: 15px;
			font-weight: 700;
			color: black;
			text-align: center;
			margin: 0;
		}

		.card-container_cobertura_forestal .title .encabezado {
			font-size: 20px;
			font-weight: 700;
			color: black;
			align-content: center;
			text-align: center;
			margin: 0;
		}

/*Fin de Agregados HBlanco*/