
@charset "utf-8";

:root {
   --naranja1: #F89F47;
   --naranja2: #F28213;
   --azul: #27265C;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#5B5B5F;
}
body, td, th, input, select, textarea{
	font-size:14px;
}

h1{color:#F28213;}
h2{color:#F28213;}
h3{color:#F89F47;}
h4{color:#000;}
h5{color:#000;}
h6{color:#545454;}
/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #5B5B5F; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #009CFF; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #27265C; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default {
    color: #fff;
    background-color: #F89F47;
    border-color: #F89F47;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #F28213;
    transition: all .3s ease;
    color: #fff;
}
.logoGkf{
    float: right;
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
    color: var(--azul2);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
.site-content{
    padding-top: 144px;
}
section.home-section{
    /*padding-top: 55px;*/
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
/*------------*/


.w-100{
	width: 100%;
}

/* HEADER */
header.home {
    position: fixed;
    z-index: 100;
    top: 15px;
    background: #fff;
    transition: all .3s ease;
    width: calc( 100% - 30px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 2px 4px #00000026;
    max-width: 1400px;
}
header.home:before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: #f69f48;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 270px;
    min-width: 140px;
}
.nav-brand img{
    width: 100%;
}


/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: var(--naranja2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	background: var(--azul);
	color: #fff;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
    background-color: #c3c3c3;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--azul);
}



/*footer --------------------------*/

.footer-portal {
    background: #af7032eb;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.28px;
}



/*HEADER */



.main-home {
    background: var(--naranja1);
    padding-top: 115px;
}

.cont-page {
    width: 100%;
}

.btn-login {
    display: flex;
    max-width: 132px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #28245C;
    border: 2px solid #28245C;
    border-radius: 10px;
    padding: 0 20px;
    width: 60%;
    margin-left: auto;
}
.content-info-header {
    width: 100%;
}
.separador {
    display: block;
    width: 2px;
    height: 40px;
    background: #27265C;
    margin: 0 10px;
}

.tt-page {
    font-size: calc(1.5em + 2vw);
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 9px #00000038;
    line-height: 1.2em;
    text-align: center;
    margin: 0;
}
.sub-page {
    font-size: calc(1em + 1vw);
    text-align: center;
    margin: 0;
    line-height: 1.2em;
    padding-top: 15px;
    color: #fff;
    text-shadow: 0px 2px 4px #00000080;
    font-weight: 600;
}

.btn-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64%;
    max-width: 314px;
    height: 30px;
    border-radius: 10px;
    background: #27265C;
    color: #fff;
    box-shadow: 0px 4px 4px #00000021;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto;
}

.img-slider {
    display: block;
    width: 100%;
    max-width: 500px;
    max-height: 373px;
    height: 61vw;
    background-size: contain;
    background-position: center;
    border-radius: 13px;
    background-repeat: no-repeat;
}


.main-home {
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-origin: content-box;
    background-repeat: no-repeat;
}
.btn-page:hover {
    color: #fff;
    background: #14132f;
}
.btn-login:hover {
    color: #fff;
    background: var(--azul);
}


/* Media Queries */

@media (min-height: 650px) {
 
    .footer-portal{
        position: fixed;
    }

    html, body, #content-main, .home-section, .main-home {
        height: 100%;
    }

    .main-home {
        padding-bottom: 70px;
        display: flex;
        align-items: center;
    }


}


@media (min-width: 500px) {

    .content-slider {
        max-width: 500px;
        margin: auto;
    }

    .content-txt {
        max-width: 575px;
        width: 75%;
        margin: auto;
    }

}


@media (min-width: 992px){



    .content-txt {
        width: 100%;
        padding-left: 1rem;
    }

    .cont-page > div {
        display: flex;
        align-items: center;
    }

    .tt-page {
        font-size: calc(1.5em + 3vw);
        text-align: left;
    }
    .sub-page {
        font-size: 30px;
        text-align: left;
    }
    .btn-page {
        width: 100%;
        height: 54px;
        margin: 35px 0;
    }
    header.home{
        height: 90px;
        padding: 10px 30px;
    }
    .nav-brand{
        width: 100%;
    }

}

@media(min-width: 1200px){

    .content-slider {
        margin: initial;
        margin-left: auto;
    }

    .tt-page {
        font-size: 70px;
    }

    .btn-page {
        font-size: 30px;
    }
    .cont-page {
        max-width: 1400px;
        margin: auto;
    }


}















