/*   
Theme Name: QHSE Theme
Theme URI: http://wordpress.org/extend/themes/staffboom-theme
Description: A search engine optimized website framework for WordPress.
Author: IT Soluciones
Author URI: http://itsoluciones.pe/
Version: 1.0

Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

@font-face {
    font-family: 'Premier';
    src: url("css/fonts/PremierLeagueW01-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Premier';
    src: url("css/fonts/PremierLeagueW01-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal; }

* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

a, li, span, article, header, footer, h1, h2, h3, h4, h5, h6, img {
    outline: none;
    transition: all 0.3s ease;
}

strong{
    font-weight: 900;
}

body {
    color: #192026;
    font-family: 'Premier';
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

span {
    font-weight: inherit;
}

input, textarea, select{
    border-radius: 4px;
    outline: none;
    border: 2px solid #dae1e8;
    color: inherit;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    width: 100%;
    transition: all 0.2s ease;
}

input:focus, textarea:focus, select:focus{
    border-color: rgba(0,150,255, 0.4);
    box-shadow: 0 0 12px rgba(0,150,255, 0.3);
}

select{
    padding: 9px 16px;
}

textarea{
    min-height: 160px;
    padding: 14px 20px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 500000s ease-in-out 0s;
    ;
}

input[type="submit"], button{
    border: none;
    cursor: pointer;
}

form label{
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

img {
    height: auto;
    margin-bottom: -8px;
    max-width: 100%;
}

p {
    margin: 0;
}

table{
    border: 1px solid #e0e2e3;
    border-top: none;
    border-radius: 3px;
    border-spacing: 0;
    box-sizing: border-box;
    display: table;
    overflow-x: auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

table th, table td{
    border-top: 1px solid #e0e2e3;
    box-sizing: border-box;
    padding: 10px 14px;
    text-align: left;
}

table.table_center th, table.table_center td{
    text-align: center;
}

table th{
    background: #f2f5f7;
    border-right: 1px solid #e0e2e3;
}

table tr{
    position: relative;
}

table tbody tr:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 2;
}

::-webkit-input-placeholder { color: inherit;}
::-moz-placeholder { color: inherit;}
:-ms-input-placeholder { color: inherit;}
:-moz-placeholder { color: inherit;}

.main_row {
    width: 1280px;
    margin: 0 auto;
}

.main_row_normal {
    width: 1020px;
    margin: 0 auto;
}

.main_row_short {
    width: 720px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.cover_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.button{
    background: #b1b9bc;
    border-radius: 2px;
	color: #fff;
    display: block;
	font-weight: bold;
    padding: 8px 16px;
}

.main_button{
    background: #00c800;
    color: #fff;
}

.ghost_button{
    border: 2px solid;
}




.site_header{
    color: #fff;
    padding: 60px 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

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

.nav_mobile{
    display: none;
}

.main_nav{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.main_nav__list{
    display: flex;
}

.main_nav__list li{
    margin-left: 30px;
}

.main_nav__list li a{
    border-bottom: 2px solid transparent;
    display: block;
    padding: 10px 0;
}

.main_nav__list li.current-menu-item a{
    border-bottom: 2px solid #ff6400;
}




.main_section{
    background: #001e3c;
    color: #fff;
    height: 700px;
    position: relative;
}

.slider, .slick-slider .slick-track, .slick-slider .slick-list{
    height: 100%;
    position: relative;
}

.slider__item{
    align-items: center;
    display: flex!important;
    position: relative;
}

.slider__content{
    position: relative;
    z-index: 2;
}

.slider__title{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 50px;
    padding-top: 160px;
    width: 40%;
}

.slider__image{
    height: 100%;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 1;
}

.slider__image:before{
    background: -moz-linear-gradient(left, rgba(0,30,60,1) 0%, rgba(0,30,60,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,30,60,1) 0%,rgba(0,30,60,0) 100%);
    background: linear-gradient(to right, rgba(0,30,60,1) 0%,rgba(0,30,60,0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
}

.slider__image:after{
    background: -moz-linear-gradient(top, rgba(0,30,60,1) 0%, rgba(0,30,60,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,30,60,1) 0%,rgba(0,30,60,0) 100%);
    background: linear-gradient(to bottom, rgba(0,30,60,1) 0%,rgba(0,30,60,0) 100%);
    content: '';
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider__link{
    align-items: center;
    color: #00c800;
    display: flex;
    font-size: 1.125em;
    font-weight: bold;
}

.slider__link svg{
    display: block;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.slider__link:hover svg{
    margin-left: 18px;
}

.slick-arrow{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.slick-arrow svg{
    transition: all 0.3s ease;
}

.slick-arrow:hover svg{
    fill: #fff;
}

.slick-arrow.slider__prev{
    left: 100px;
}

.slick-arrow.slider__next{
    right: 100px;
}

.slick-dots{
    align-items: center;
    display: flex;
    bottom: 40px;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.slick-dots li{
    background: rgba(255,255,255,0.5);
    border-radius: 8px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0 5px;
    width: 16px;
}

.slick-dots li button{
    display: none;
}

.slick-dots li.slick-active{
    background: #00c800;
}



.main_buttons{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main_buttons__wrapper{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    position: relative;
}

.main_buttons__content{
    max-width: 420px;
    padding-top: 80px;
}

.main_buttons__link{
    align-items: center;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4em;
    position: relative;
    z-index: 99;
}

.main_buttons__certificados{
    background: #00b3c8;
    margin-bottom: 10px;
}

.main_buttons__campus{
    background: #00c876;
}

.main_buttons__icon{
    flex: 0 0 128px;
    margin: 0 10px;
}

.main_buttons__title{
    padding: 20px 30px 20px 0;
}






.block_home{
    padding: 80px 0;
}



.about_us p{
    margin-bottom: 1.5em;
}

.about_us__list{
    display: flex;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
}

.about_us__item{
    flex: 1;
    margin: 0 20px;
}





.best{
    background: #00c800;
    color: #000;
    font-size: 5.625em;
    line-height: 1em;
    overflow: hidden;
    padding: 250px 0;
    position: relative;
    text-align: center;
}

.best__title{
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.best__title span{
    color: #fff;
    display: block;
}

.best__icon{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}





.system__wrapper{
    display: flex;
}

.system__content{
    flex: 1;
}

.system__title{
    color: #00c800;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
}

.system__content p{
    margin-top: 2em;
}

.system__image{
    flex: 1;
    margin-left: 50px;
}





.timeline{
    background: #edf2f4;
}

.timeline__list{
    display: flex;
    position: relative;
}

.timeline__title{
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 60px;
}

.timeline__item{
    flex: 1;
    margin-left: 40px;
    padding-bottom: 160px;
    position: relative;
}

.timeline__item:first-child{
    margin-left: 0;
}

.timeline__name{
    color: #00c800;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
}

.timeline__subname{
    display: block;
}

.timeline__iso{
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 20px;
}

.timeline__date{
    bottom: 0;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1em;
    margin-top: 40px;
    position: absolute;
}

.timeline__year{
    color: #ff6400;
    display: block;
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1em;
}

.timeline__month{
    display: block;
}

.timeline__item:before{
    background: #d1dbe3;
    border-radius: 16px;
    bottom: 90px;
    content: '';
    display: block;
    height: 32px;
    left: -16px;
    position: absolute;
    width: 32px;
}

.timeline__item:last-child:after{
    background: #d1dbe3;
    border-radius: 16px;
    bottom: 90px;
    content: '';
    display: block;
    height: 32px;
    right: -16px;
    position: absolute;
    width: 32px;
}

.timeline__list:after{
    background: #d1dbe3;
    bottom: 104px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}





.page__main{
    background: #001e3c;
    color: #fff;
    height: 400px;
    position: relative;
}

.page__main__image{
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.page__main__title_content{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    position: relative;
    z-index: 2;
}

.page__title{
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1.25em;
    padding-top: 40px;
	padding-left: 200px;
    text-align: right;
}

.page__content{
    padding: 80px 0;
}

.entry_content p{
    margin-bottom: 2em;
}

.entry_content p:last-child{
    margin-bottom: 0;
}

.entry_content h2,
.entry_content h3,
.entry_content h4{
    font-weight: bold;
    line-height: 1.2em;
    margin: 40px 0 20px;
}

.entry_content h2{
    font-size: 2.4em;
}

.entry_content h3{
    font-size: 2em;
}

.entry_content h4{
    font-size: 1.6em;
}

.entry_content h2:first-child,
.entry_content h3:first-child,
.entry_content h4:first-child,
.entry_content ul:first-child,
.entry_content ol:first-child{
    margin-top: 0;
}

.entry_content h2:last-child,
.entry_content h3:last-child,
.entry_content h4:last-child,
.entry_content ul:last-child,
.entry_content ol:last-child{
    margin-bottom: 0;
}

.entry_content ul,
.entry_content ol{
    margin: 40px 0 20px;
	padding-left: 60px;
}

.entry_content ul li{
	list-style: disc;
	margin-bottom: 0.4em;
}

.entry_content ol li{
	list-style: decimal;
	margin-bottom: 0.4em;
}

.entry_content p b{
	font-weight: bold;
}



.form{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0!important;
    width: 102%;
}

.form li{
    flex: 0 0 48%;
    list-style: none!important;
    margin-bottom: 20px!important;
    margin-right: 2%;
}

.form li.full{
    flex: 0 0 98%;
}

span.wpcf7-not-valid-tip{
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    margin-top: 4px;
}

div.wpcf7-response-output {
    line-height: 1.4em;
    margin: 20px 0 0;
    padding: 10px 16px;
    border: 2px solid #ff0000;
}





.laws__item{
    border-bottom: 2px solid #d1dbe3;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.laws__item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.laws__content{
    margin-left: 20px;
}

.laws__title{
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.laws__buttons{
    display: flex;
}

.laws__buttons a{
    align-items: center;
    color: #ff6400;
    display: flex;
    font-weight: bold;
    margin-right: 20px;
}

.laws__buttons a.laws__buttons__download{
    color: #ff6400;
}

.laws__buttons a.laws__buttons__online{
    color: #00c800;
}

.laws__buttons a svg{
    display: block;
    margin-right: 4px;
}







.modal{
    align-items: center;
    background: rgba(0,0,0,0.8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.modal__content{
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}

.form__list{
}

.form__item{
    margin-bottom: 15px;
}

.form__item__clear{
    width: 100%;
}

.form__item label{
    display: block;
    margin-bottom: 4px;
}

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

.form__buttons:last-child{
    margin-bottom: 0;
}

.form__buttons button{
    margin-right: 10px;
	width: 100%;
}

.form__buttons button:last-child{
    margin-right: 0;
}

.modal .main_button{
    width: 100%;
}

.modal__close{
    align-items: center;
    background: #ff1e1e;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: center;
    height: 32px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 32px;
}

.open_modal .modal{
    opacity: 1;
    visibility: visible;
}

.modal__title{
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	line-height: 1em;
	margin-bottom: 20px;
}




.download__message{
    align-items: center;
    background: #e9eef2;
    border-radius: 2px;
    display: flex;
    margin-top: 30px;
    padding: 20px 30px;
}

.download__message a{
    color: #00c800;
    margin-left: 10px;
}






.site_footer{
    background: #001e3c;
    color: #fff;
}

.site_footer__main{
    align-items: center;
    display: flex;
    padding: 40px 0;
}

.site_footer__content{
    flex: 0 0 50%;
    padding-right: 50px;
}

.site_footer__title{
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}

.site_footer__info{
    margin: 20px 0;
}

.site_footer__info p{
	margin-bottom: 15px;
}

.site_footer__social a{
	display: inline-block;
	margin-right: 10px;
}

.site_footer__address li{
    margin-bottom: 20px;
}

.site_footer__address li:before{
    background: #00c800;
    content: '';
    display: block;
    height: 2px;
    margin-bottom: 20px;
    width: 100px;
}

.site_footer__address__title{
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4em;
}

.site_footer__map{
    flex: 0 0 50%;
    padding-bottom: 50%;
    position: relative;
}

.site_footer__map iframe{
    height: 100%;
    position: absolute;
    width: 100%;
}

.site_footer__bottom{
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}


@media screen and (max-width: 1600px){

    .main_row{
        width: 1020px;
    }

    body{
        font-size: 14px;
        line-height: 1.5em;
    }

}


@media screen and (max-width: 1279px){

    .main_row, .main_row_normal{
        width: 80%;
    }

    .site_header{
        padding: 30px 0;
        z-index: 9999;
    }

    .logo{
        width: 120px;
    }

    .nav_mobile{
        display: block;
    }

    .main_nav{
        background: #fff;
        color: #192026;
        height: 100%;
        left: -250px;
        position: fixed;
        top: 0;
        transition: all 0.3s ease;
        width: 250px;
    }

    .main_nav__list{
        display: block;
    }

    .main_nav__list li{
        margin-left: 0;
    }

    .main_nav__list li a{
        display: block;
        padding: 10px 20px;
    }

    .open_navigation .main_nav{
        left: 0;
    }

    .dark_mask{
        background: rgba(0,0,0,0.8);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        width: 100%;
        z-index: 999;
    }

    .open_navigation .dark_mask{
        opacity: 1;
        visibility: visible;
    }

    .open_navigation{
        overflow-y: hidden;
    }

    .main_section{
        height: 500px;
    }

    .slick-arrow.slider__prev{
        left: 20px;
    }

    .slick-arrow.slider__next{
        right: 20px;
    }

    .slider__title{
        padding-top: 160px;
        width: 50%;
    }

    .slider__image{
        width: 80%;
    }

    .main_buttons {
        height: auto;
        left: auto;
        margin-top: 40px;
        position: relative;
        top: auto;
        width: auto;
    }

    .main_buttons__content {
        display: flex;
        max-width: 100%;
        padding-top: 0;
    }

    .main_buttons__certificados{
        margin: 0 10px 0 0;
    }

    .main_buttons__icon{
        flex: 0 0 100px;
    }

    .block_home, .page__content{
        padding: 50px 0;
    }

    .about_us__list{
        flex-wrap: wrap;
    }

    .about_us__item{
        flex: 0 0 44%;
        margin: 20px 3%;
    }

    .best{
        font-size: 4em;
        padding: 150px 0;
    }

    .best__icon svg{
        width: 600px;
    }

    .system__wrapper{
        display: block;
    }

    .system__image {
        margin: 30px 0 0;
        text-align: center;
    }

    .system__title{
        font-size: 2.25em;
    }

    .timeline__list{
        display: block;
        padding-left: 50px;
    }

    .timeline__item{
        margin: 0 0 50px;
        padding: 0;
    }

    .timeline__date {
        bottom: auto;
        margin-top: 10px;
        position: relative;
    }

    .timeline__item:before {
        left: -50px;
        top: 0;
    }

    .timeline__item:last-child:after {
        bottom: 0;
        right: auto;
        left: -50px;
    }

    .timeline__list:after {
        bottom: 0;
        content: '';
        display: block;
        height: 100%;
        left: 15px;
        top: 0;
        width: 2px;
    }

    .page__main{
        height: auto;
    }

    .page__title{
        font-size: 2.8em;
		padding-left: 0;
		padding: 120px 0 40px;
		text-align: center;
    }

    .page__main__title_content{
        flex-direction: row;
		justify-content: center;
    }



    .site_footer__main {
        display: block;
    }

    .site_footer__map{
        margin-top: 40px;
    }

}


@media screen and (max-width: 767px){

    .main_row, .main_row_normal{
        width: 86%;
    }

    .slider__content {
        bottom: 20px;
        left: 7%;
        position: absolute;
    }

    .slider__title {
        font-size: 1.8em;
        margin-bottom: 10px;
        padding-top: 0;
        width: 100%;
    }

    .slider__image{
        width: 100%;
    }

    .slider__image:before {
        background: -moz-linear-gradient(top, rgba(0,30,60,0) 0%, rgba(0,30,60,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,30,60,0) 0%,rgba(0,30,60,1) 100%);
        background: linear-gradient(to bottom, rgba(0,30,60,0) 0%,rgba(0,30,60,1) 100%);
        bottom: 0;
        height: 200px;
        left: 0;
        top: auto;
        width: 100%;
    }

    .slick-dots {
        bottom: 20px;
        right: 7%;
        width: auto;
    }


    .main_buttons__wrapper{
        display: block;
    }


    .main_buttons__content {
        display: block;
        max-width: 100%;
    }

    .main_buttons__certificados{
        margin: 0 0 10px;
    }

    .block_home, .page__content{
        padding: 30px 0;
    }

    .entry_content h2, .site_footer__title{
        font-size: 2em;
    }

    .entry_content h3{
        font-size: 1.7em;
    }

    .entry_content h4{
        font-size: 1.4em;
    }

    .site_footer__bottom{
        display: block;
        text-align: center;
    }

    .laws__buttons{
        display: block;
    }

    .laws__buttons a{
        margin: 0;
    }

    .laws__buttons a:last-child{
        display: none;
    }
	
	.page__title{
		font-size: 2.2em;
	}


}



@media screen and (max-width: 479px){

    .about_us__item {
        flex: 0 0 100%;
        margin: 20px 0;
    }

    .form{
        display: block;
        width: 100%;
    }

    .form li{
        margin-right: 0;
    }

    .laws__icon svg{
        width: 48px;
    }

}




.fs_vert_type_tabs .fs_tabs_nav li a {
    height: auto!important;
    line-height: 16px!important;
	padding: 8px 14px!important;
}




.page__login{
	background: #edf2f4;
	border-radius: 10px;
	padding: 20px;
}