@import url('https://fonts.googleapis.com/css?family=Nunito:300,400');

*{ margin: 0; padding: 0;box-sizing: border-box;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
body{background: #6A6B68;}


.branding h2{font-size: 24px;
    font-weight: 100;margin-top: -10px;
	color:#000000;
	display: flex;
}

.branding{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.branding img{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 26px;
	margin-right: 5px;
}

main{
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
    top: 100px;
}

article{
    padding: 20px;
	background: #FFFFFF;
	margin-top: -104px;
}

article h1{
    font-size: 40px;
    font-weight: 100;
	color:#000000;
}

article p{
    font-size: 18px;
    margin-top: 20px;
	color:#000000;
}
:root {
  box-sizing: border-box;

  --primary: #FDFEFE;
  --hover-color: #fdd052;
  --dark: #F4F6F7;
  --light: #000000;
  --header-bg: var(--primary);
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
/*Encabezado - Menu*/
header {
  background: var(--header-bg);
  padding-left: 1.5em;
  position: sticky;
  top: 0;
  height: 65px;
  box-shadow: 0px 0px 0px 0px black;
  border-bottom: 3px solid #F1C40F;
}
.branding-logo {
  color: var(--light);
  font-size: calc(0.5rem + 1vw);
  text-decoration: none;
	margin-top: 42px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.menu {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  right: 10px;
  border-top: 1px solid transparent;
  cursor: pointer;
  transition: border 300ms;
  position: relative;
}
.menu li {
  list-style: none;
}

.branding h2{
 display: flex;
 margin-top: -15px;
 position: relative;
	margin-right: 50px;
}

.menu li a {
  display: block;
  text-decoration: none;
  color: var(--light);
  padding: 1em 1.5em;
  font-size: 1rem;
  /*font-size: 13px;*/
	font-size: 14px;
	  border-radius: 5px;
}

/* Styling submenu */
.has-dropdown {
  position: relative;
}
/*Importante*/
.submenu {
  position: absolute;
  left: 0;
  background-color: var(--dark);
  white-space: nowrap;
  padding: -1.5em 0;
  min-width: 15em;

  /* hide submenus */
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
	border-top: 3px solid #008000;
	box-shadow: 0px 0px 0px 0px black;
	transition: opacity 0.9s ease-in-out;

	  border-radius: 5px;
}

.submenu > li > a {
  padding: 0.8em 1.5em;
}
.submenu .submenu {
  left: -100%;
  top: 0;
	border-top: 3px solid #008000;
	transition: opacity 0.9s ease-in-out;
}

.submenu .submenu .submenu {
  left: -100%;
  top: 0;
	border-top: 3px solid #008000;
	transition: opacity 0.9s ease-in-out;
}

.menu > li:hover > a,
.submenu > li:hover > a {
  background-color: hsla(0, 0%, 100%, 0.05);
  color: var(--hover-color);
}
.menu > li:hover > a {
  background-color: #FFF7F7;
  border-top: 3px solid #008000;
}

/* Arrows */
.arrow {
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  border-left: 0.15em solid currentColor;
  border-bottom: 0.15em solid currentColor;
  transform: rotate(-45deg);
  margin-top: -0.25em;
  transition: transform 100ms ease-in-out;
  border-top: 3px solid #008000;
}

/* Reveal  */
.menu > li:hover > a + .submenu,
.submenu > li:hover > a + .submenu {
  opacity: 1;
  transform: scaleY(1);
}

/* Animate arrows */
.menu > li:hover > a > .arrow,
.submenu > li:hover > a > .arrow {
  transform: rotate(225deg);
}

@media only screen and (max-width: 78.75em) {
  .submenu .submenu .submenu {
    left: -100%;
    top: 0.5em;
  }
  .submenu {
    min-width: 16em;
  }
}
@media only screen and (max-width: 58.75em) {
  .menu li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 50em) {
  header {
/*position: relative;*/
    padding: -1.5em 6em;
  }
  .menu {
    flex-flow: column;
    position: absolute;
    background-color: black;
    top: 3.55em;
    left: 0;
    right: 0;
    height: 100vh;

    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 200ms transform cubic-bezier(0.36, 0.4, 0.42, 1.48) 100ms,
      100ms opacity ease-in-out;

    overflow-y: scroll;

  }
	.branding img{
    width: 60px;
    height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 6px;
		margin-right: 10px;
	}
	.branding h2{
    font-size: 24px;
    font-weight: 100;
	margin-top: -30px;
	color:#000000;
		margin-right: 250px;
}
  .menu > li > a {
    font-size: 1rem;
    color: #FFFFFF;
  }
  .submenu > li > a {
    font-size: 1rem;
  }
 .submenu {
    top: 0;
    padding-left: 1.2em;
	 border: 0 0 0 0;
    border-left: 0.20em solid hsla(0, 100%, 50%, 0.95);
  }
  .submenu .submenu {
    left: 0;
    top: 0;
  }
  .submenu .submenu .submenu {
    left: 0;
    top: 0;
  }

  .menu > li:hover > a + .submenu,
  .submenu > li:hover > a + .submenu {
    position: relative;
  }

  .hamburger {
    width: 2em;
    height: 0.30em;
    display: block;
    background: var(--light);
    position: relative;
    cursor: pointer;
    transition: 0.2s transform ease-in-out;
	  margin-right: 70px;
  }
  .hamburger::after,
  .hamburger::before {
    content: "";
    position: absolute;
    left: 0;
    background: inherit;
    width: inherit;
    height: inherit;

    transition: 0.2s transform ease-in-out;
  }

  .hamburger::after {
    top: 0.65em;
  }
  .hamburger::before {
    bottom: 0.65em;
  }

  .close::after,
  .close::before {
    top: 0;
    transition: 0.2s transform ease-in-out;
  }
  .close::before {
    display: none;
  }
  .close {
    transform: rotate(45deg);
    transition: 0.2s transform ease-in-out;
  }

  .close::after {
    transform: rotate(-90deg);
  }

  /* reveal menu */
  input[type="checkbox"]:checked + .menu {
    position: absolute;
    opacity: 1;
    transform: scaleY(1);
  }
}
/*Footer*/
footer{
    text-align: justify;
	 width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
    top: 100px;
}


.art p{
}

.container-footer-all{
    width: 100%;
    max-width: 100%;
    padding:40px 40px;
	background: #006400;
	clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
	z-index: 10;
	margin-top: -70px

}
.container-footer-all::before {
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h1{
    font-size: 22px;
}

.colum1 p{
    font-size: 20px;
    color: black;
    margin-top: 10px;
}

.colum2{
    max-width: 400px;

}

.colum2 h1{
    font-size: 22px;
}
.columf2 p{
     max-width: 400px;
}
.colum2 p{
    font-size: 22px;
}
.row{
    margin-top: 30px;
    display: flex;
}

.row img{
    width: 36px;
    height: 36px;
}

.row label{
    margin-top: 10px;
    margin-left: 20px;
    color: black;
	font-size: 20px;
}

.colum3{
    max-width: 400px;
}

.colum3 h1{
    font-size: 22px;
	color: aliceblue;
}
.row2{
    margin-top: 20px;
    display: flex;
	font-size: 20px;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
	color: black;
	font-size: 20px;
}


.container-footer{
    width: 100%;
	height: 100%;
    background: #082102;
}

.footer-widget p {
    margin-bottom: 27px;
}


   .animate-border {
  position: relative;
  display: block;
  width: 150px;
  height: 4px;
  background: #DAA520; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } }

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;}
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.footer-logo img{
	align-content: center;
	height: 150px;
	width: 150px;

	margin-top: -10px;
	 display:block;
  margin-left: 100px;
  margin-right: auto;
}
.dk-footer-box-info p{
	color: #fff;
}
.dk-footer-box-info {;
  top: 4400px;
  background: #696969;
  padding: 20px 0px 1px 0;
  z-index: 2;
	margin:0;

    max-width: 100%;
	max-height: 100%;;
    margin: auto;
    padding: 20px;

}
   .footer-social-link h3 {
    color: #ffff;
    font-size: 24px;
    margin-bottom: 25px; }
  .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
   .footer-social-link li {
    display: inline-block; }
  .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #FFFFFF;
    margin-right: 5px;
    color: #ffffff; }
     .footer-social-link a i.fa-facebook {
      background-color: #3B5998; margin-top: 10px;}
     .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
     .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; margin-top: 35px; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;}

.footer-left-widget {
  padding-left: 100px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #F7F5F5; font-size: 14px; font-style: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #F7F5F5; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 12px 98px;
    border-radius: 50px;
    background: #fff;;
    border: 1px solid #fff;; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/*Contact*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #B8860B; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: -1px;
  margin-top: -30px;
  background-color: #B8860B; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: center;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

@media screen and (max-width: 1100px){
	.container-footer-all{
		margin-top: -230px;
	}
    .container-body{
        flex-wrap: wrap;
    }

    .colum1{
        max-width: 100%;margin-top: 200px;
    }

    .colum2,.columf2,
    .colum3{
        margin-top: -10px;
    }
}

a:link {text-decoration: none }
a:hover { color: black; font-family: arial; text-decoration: none }
a:visited {color: black;  font-family: arial; text-decoration: none }

	/*Cards*/
	.container-card{
		width: 100%;
		display: flex;
		max-width: 2200px;
		margin: auto;
	}
	.title-cards{
		width: 100%;
		max-width: 1080px;
		margin: auto;
		padding: 20px;
		margin-top: 20px;
		text-align: center;
		color: black;
	}
	.card{
		width: 200%;
		margin: 20px;
		border-radius: 6px;
		overflow: hidden;
		background:#fff;
		box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
		transition: all 400ms ease-out;
		cursor: default;
		border-top: 4px solid #008000;
	}
	/*.cards{
		width: 200%;
		margin: 10px;
	margin-top: -40px;
		border-radius: 6px;
		overflow: hidden;
		background:#fff;
		box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
		transition: all 400ms ease-out;
		cursor: default;
	    border-top: 4px solid #008000;
	}*/
	.card:hover{
		box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
		transform: translateY(-3%);
	}
    .card img{
		width: 100%;
		height: 210px;
	}

	.card .contenido-card{
		padding: 15px;
		text-align: center;
	}

	.card .contenido-card h3{
		margin-bottom: 15px;
		color: black;
	}
	/*.card .contenido-card p{
		line-height: 1.8;
		color: black;
		font-size: 15px;
		margin-bottom: 5px;
	}*/
	.card .contenido-card a{
		display: inline-block;
		padding: 10px;
		margin-top: 10px;
		text-decoration: none;
		color: #006000 ;
		border: 1px solid #006000;
		border-radius: 4px;
		transition: all 400ms ease;
		margin-bottom: 5px;
	}

	.card .contenido-card a:hover{
		background: #006000 ;
		color: #fff;
}

	@media only screen and (min-width:320px) and (max-width:768px){
		.container-card{
			flex-wrap: wrap;
		}
		.card{
			margin: 15px;
		}
  }

/*Scroll*/
.ir-arriba {
	display:none;
	padding:20px;
	background:#F4D03F;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right: 23px;
	z-index: 1000;
	border-radius: 3em;
}

/*Fin-Scroll*/
/*Inicio-Texto*/
/*Fin-Texto*/
.title{
    font-size: 40px;
    /*margin-bottom: 60px;*/
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.sub-title{
    font-size: 30px;
    font-weight: 400;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
