/* gurmukhi */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}

body{
	font-family: "Outfit", sans-serif;
}

.header {
    background-color: #fff8e4;
    padding: 40px 0 20px;
}

.top-header-row {
    background-color: transparent;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.middle-header-row {
    padding: 0px 0px 3% 5%;
}
.middle-header-row .col-sm-3 {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
    left: -12%;
    background-size: contain;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.main-nav-row {
    background-color: transparent;
}
.main-nav-row .item-inner-main-nav a{
    color: #000;
    border-right: none;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.main-nav-row .item-inner-main-nav:hover{
    background-color: transparent;
    color: #0099db;
}
.main-nav-row .item-inner-main-nav a:hover{
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    text-decoration: underline;
}
.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
}
.header .ee-login-wrapper {
    padding-top: 5px;
    text-align: right;
    margin-top: 15px;
}
.js-log-in {
    background: #1c233d;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 18px;
    font-weight: 200;
}
.search-box-container .input-group-btn .btn-default {
    background: #1c233d;
    color: #fff;
    height: 45px;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}
   
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}



/*diseno*/
.home{    
	background: linear-gradient(0deg, rgba(16, 22, 39, 1) 0%, rgba(19, 29, 68, 1) 100%);
}
.galaxia{
    margin: auto;
    position: absolute;
    left: 0;
}
.galaxia2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}
.dorado{
    position: absolute;
    width: 31%;
    text-align: center;
    top: 48%;
    left: 15%;
}
.dorado h1{
    background: linear-gradient(90deg, rgba(211, 188, 134, 1) 0%, rgba(238, 227, 186, 1) 56%, rgba(211, 188, 134, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.dorado p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}
.btn-aplica{
    background: #4ac8cd;
    border:4px solid #4ac8cd;
    border-radius: 0;
    color: #000000;
    width: 360px;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 800;
    display: block;
    margin: auto;
    margin-top: 5% !important;
    text-align: center;
}
.btn-aplica:hover{
    background: transparent;
	border:4px solid #4ac8cd;
    color: #4ac8cd;
}
.mitad{
	background: url("../images/banner.jpg");
	background-size: cover;
	padding: 5%;
}
.copa{
    margin: auto;
    position: absolute;
    left: 0;
    top: 8%;
    width: 20%;
}
.spacio{
    margin-top: 10%;
}
.mitad h1 {
    text-align: center;
    font-size: 30px;
    width: 70%;
    margin-left: auto;
    line-height: 40px;
}
.mitad p{
    text-align: center;
    font-size: 20px;
    width: 68%;
    margin-left: auto;
    margin-top: 16px;
    line-height: 25px;
}
.final{
    background: linear-gradient(0deg, rgba(16, 22, 39, 1) 0%, rgba(19, 29, 68, 1) 100%);
    color: #fff;
    padding: 5%;
}
.centrado{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icono{
    margin: auto;
    width: 50%;
}
.final p {
    font-size: 18px;
    text-align: center;
    padding: 8% 9%;
    font-weight: 300;
    margin-left: -7%;
}
.final h1{
    color: #4ac8cd;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin: 5% 0;
}
.text-centrado{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.final h2{
    background: linear-gradient(90deg, rgba(211, 188, 134, 1) 0%, rgba(238, 227, 186, 1) 56%, rgba(211, 188, 134, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-left: 8%;
    text-align: center;
    width: 32%;
    margin-right: 50px;
}
.p2 {
    font-size: 18px!important;
    text-align: left!important;
    padding: 8% 17%!important;
    font-weight: 300!important;
    margin-left: -15%!important;
}
.p2 strong {
    font-style: italic!important;
    font-weight: 300!important;
}
.lineas{
    position: absolute;
    left: 14%;
}
hr{
    display: none;
}
    .footer {
        position: absolute;
        margin-top: 0px!important;
        background-color: #4ac8cd!important;
    }
.footer-company-section{
    background: #4ac8cd!important;
}
.ee-body {
        margin-bottom: 190px;
    }

/*media*/
@media(max-width:1450px) and (min-width:1200px){
	.dorado {
    position: absolute;
    width: 40%;
    text-align: center;
    top: 40%;
    left: 12%;
}
	.middle-header-row .col-sm-3 {
    left: -2%;
}
}
@media(max-width:1199px) and (min-width:1000px){
	.js-log-in {
    font-size: 16px;
}
	.galaxia {
    width: 70%;
}
	.dorado {
    position: absolute;
    width: 50%;
    text-align: center;
    top: 22%;
    left: 4%;
}
	.mitad h1 {
    font-size: 20px;
    line-height: 26px;
}
	.middle-header-row .col-sm-3 {
    left: -2%;
}
}
@media(max-width:999px) and (min-width:678px){
	.js-log-in {
    font-size: 16px;
    height: 39px;

}
	.galaxia {
    width: 70%;
}
	.dorado {
    position: absolute;
    width: 50%;
    text-align: center;
    top: 22%;
    left: 5%;
}
	.mitad h1 {
    font-size: 20px;
    line-height: 24px;
}
	.mitad p {
    font-size: 16px;
    width: 85%;
    margin-top: 10px;
    line-height: 20px;
}
	.final p {
    font-size: 14px;
    text-align: center;
    padding: 4% 0%;
    font-weight: 300;
    margin-left: 0;
}
	.final h1{
		font-size: 16px;
	}
	.dorada h1{
		font-size: 16px;
	}
	.dorado p {
    font-size: 15px;
}
	.middle-header-row .col-sm-3 {
    left: 0%;
}
	.search-box-container .input-group-btn .btn-default {
    background: #1c233d;
    color: #fff;
    height: 34px;
}
	.btn-aplica {
    width: 250px;
    font-size: 18px;
}
	.final h2 {
    font-size: 18px;
    width: 75%;
}
	.p2 {
    font-size: 14px !important;
    text-align: left !important;
    padding: 8% 8% !important;
    font-weight: 300 !important;
    margin-left: -15% !important;
}
}

@media (max-width: 767px) and (min-width:320px) {
	.main-nav-row .navbar-header .icon-bar {
    background-color: #101627;
}
	.main-nav-row .ee-navbar-toggle-search {
    color: #101627;
}
	.header {
    background-color: #fff8e4;
    padding: 0;
}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 12px;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
    display: grid;	
}
	.galaxia {
    left: 0;
    opacity: 0.8;
}
	.dorado {
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
}
	.dorado h1 {
    font-size: 20px;
}
	.dorado p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}
	.btn-aplica {
    width: 100%;
    margin-bottom: 15px;
        font-size: 18px;
}
	.mitad h1 {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-left: auto;
    line-height: 24px;
}
	.mitad p {
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-left: auto;
    margin-top: 10px;
    line-height: 18px;
}
	.copa {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0%;
    width: 30%;
    opacity: 0.6;
}
	.icono {
    margin: auto;
    width: 25%;
}
	.final p {
    font-size: 16px;
    text-align: center;
    padding: 4% 15%;
    font-weight: 300;
    margin-left: 0;
}
	.final h1 {
    font-size: 20px;
}
	.text-centrado {
    display: inline-flex;
        flex-direction: column;
}
	.final h2 {
    font-size: 18px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-right: 0;
}
	.lineas {
    display: none;
}
	.p2 {
    font-size: 14px !important;
    text-align: center !important;
    padding: 5px !important;
    font-weight: 300 !important;
    margin-left: 0 !important;
}
	.ee-body {
    margin-bottom: 322px;
}
}
 