@import url("css/font-face.css");

html, body {  
	margin:0px;  
	height:100%; 
	font-family: 'Unageo',helvetica,arial,sans-serif; 
}  
body { 
	background-color: #181818;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#ffffff;
}
*{
	color:#ffffff;
}
iframe {
    display: block;
}
#main-logo{
	width: 10rem;
}
.sliderbg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
  }
  .sliderbg .slick-list {
	width: 100vw;
	height: 100vh;
	z-index: 2;
  }
  .sliderbg .slick-list * {
	outline: none;
  }
  .sliderbg .slick-list .item {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
  }
  .sliderbg .slick-list .item img, .sliderbg .item img {
	/*min-width: 101%;
	min-height: 101%;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
  }


#partners::before{
	content:"";
   background-color: #F39008;
   position:absolute;
   height: 100%;
   width: 100%;
   top: -99%;
   left: 0;
   z-index: -1;
}
#partners{
   background-color: #F39008;
   position:relative;
   top: 0;
}
#partners::after{
	content:"";
   background-color: #F39008;
   position:absolute;
   height: 70%;
   width: 100%;
   top: 99%;
   left: 0;
   z-index: -1;
   border-radius: 0 0 10rem;
}
#partners a{
    position: relative;
    display: block;
}
.partners_logo {
    height: auto;
    width: 3.5rem;
    display: block;
    position: relative;
}
h1.titular{
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1;
}
.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
      background:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
	display: flex;
	align-items: center;
}

.descargable{
	margin: 24px auto;
}
.description{
	font-weight: 600;
}
.enlace{
	color:#F39008;
	font-weight: 300;
	text-decoration: none;
	line-height: 24px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--font-family-base-quaternary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	vertical-align: baseline;
	margin-bottom: 0.5rem;
}
.enlace:after {
    cursor: pointer;
    height: 24px;
    margin-left: 8px;
    width: 24px
}
.enlace svg{
	display: inline-block;
    height: 16px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    vertical-align: bottom;
    width: 16px
}
.enlace:focus,.enlace:hover {
 color: #F39008;
}
@media only screen and (min-width: 1024px) {
    .enlace:focus svg,.enlace:hover svg {
        -webkit-transform:translate(4px,-4px);
        transform: translate(4px,-4px) 
    }
}
.enlace svg path{
	color:#F39008;
}
.btn-primary{
	background-color: #F39008;
    border-color: #F39008;
    border-radius: 10rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	display: inline-block;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active   {
    color: #fff;
	background-color: #c97500;
	border-color: #c97500;
    -webkit-box-shadow: 0 1px 2px rgba(54,64,67,.3),0 2px 6px rgba(54,64,67,.15);
    box-shadow: 0 1px 2px rgba(54,64,67,.3),0 2px 6px rgba(54,64,67,.15)
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: 0 0 0 .25rem rgb(243 144 8 / 50%);
}
.contacto p{
	font-weight: 100;
    font-size: 0.80rem;
}
footer{
 text-align: center;
 font-size: 0.75rem;
 font-weight: 100;
}
footer a{
	text-decoration: none;
	font-weight: 500;
	color: #fff;
}
footer a:focus, footer a:hover{
	text-decoration: underline;
	color: #fff;
}
@media (max-width: 1499.98px) and (max-height: 785.98px) {
	.partners_logo {
		width: 3.5rem;
	}
	#main-logo {
		width: 7rem;
	}
	h1.titular {
		font-weight: 600;
		font-size: 2.5rem;
		line-height: 1;
	}
	p.descripcion{
		font-size: 0.75rem;
	}
}
@media (max-width: 991.98px) {
#flip-navbar .enlace svg {
    height: 24px !important;
    width: 24px !important;
}
}
@media (max-width: 767.98px) {
	.vertical-center{
		min-height: 100%;
	}
	body{
		font-size: 14px;
	}
	#main-logo{
		width: 8rem;
		transition:500ms ease;
	}
	.descargable .btn-primary{
		width: 100%;
	}
	.partners_logo {
		width: 2.5rem;
		transition:500ms ease;
	}
	#partners::after{
		top:97%;
		height: 60%;
	}
	h1.titular{
		font-weight: 600;
		font-size: 2.3rem;
		line-height: 1;
	}
	.vertical-center {
		background:rgba(0, 0, 0, 0.45);
	}
	.scrolled #main-logo{
		width: 4rem;
		transition:500ms ease;
	}
  }
@media (max-width: 367.98px) { 

	#main-logo{
		width: 6rem;
	}
	 h1.titular {
        font-size: 2rem;
    }
	#partners::after{
		height: 50%;
	 }
	footer{
		font-size: 0.50rem;
	 }
	.partners_logo {
        width: 2rem;
		transition:500ms ease;
    }
	.scrolled #main-logo{
		width: 4rem;
		transition:500ms ease;
	}

}