/* gurmukhi */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
}

.header {
    background-color: #fff;
}

.top-header-row {
    background-color: transparent;
}
.col-links-inner-top-header {
    border-right: none;
    width: 20%;
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 3%;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/bg-logo.png') no-repeat center;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.main-nav-row {
    background-color: #003ca6;
}
.main-nav-row .item-inner-main-nav a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px;
}
.main-nav-row .item-inner-main-nav:hover{
    background-color: transparent;
    color: #0099db;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: rgba(255, 255, 255, 0.88);
    color: #013f70;
    border-radius: 15px 15px 0px 0px;
}
.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: #fd8204;
    color: #fff;
}
.search-box-container .input-group-btn .btn-default {
    background: #fd8204;
    color: #fff;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}
.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
    width: 70%;
    margin-left: 72%;
}

/* ICONS TOP */

.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-header-row .item-inner-top-header a {
    width: 40px;
    background-color: transparent;
    color: #fd8204;
    font-size: 22px;
    border-radius: 0;
}

.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #a1d55d;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f08c";
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f16d";
}

.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f167";
}

/*sesion inciada*/
.ee-header-profile {
    position: absolute;
    width: 70%;
    right: -35%;
    margin-top: 4%;
}

/*diseno*//* Style the button used to pause/play the video */
.feria-video {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.feria-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.feria-video .container {
  position: relative;
  z-index: 2;
}

.feria-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.feria-video-txt {
	top: 50%;
	color: #fff;
}

.feria-date p{
    color: #fff;
    font-size: 18px;
}
.feria-video-txt .btn{
    background: #fd8204;
}
.feria-video-txt .btn:hover{
    background: transparent;
    border: 1px solid #fd8204;
    color: #fff;
}

/*home*/
.cero {
    margin-right: 0px;
    margin-left: 0px;
}
.cero h1{
    color: #003ca6;
    text-align: center;
    padding: 15px;
}
.p-upi{
    font-weight: 500;
    color: #626262;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.fondo {
    padding: 25px 100px;
    margin: 20px 0px;
}
.h3-naranja{
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 30%;
    padding-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
}
.recuadro {
    border: 3px solid #edf2fb;
    border-radius: 18px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin: 0px 5px;
    width: 24%;
    padding: 10px 15px;
    background: #edf2fb;
    margin-top: 20px;
}
.post{
    background: #fff;
    border: 1px solid;
    padding: 15px;
    width: 30%;
    position: absolute;
    border-radius: 20px 20px 20px 0px;
}
.post-uno{
    right: -5%;
    top: 17%;
}
.post-dos {
    top: 38%;
    right: -5%;
}
.post-tres{
    right: -5%;
    bottom: 26%;
}
.post-cuatro{
    bottom: 5%;
    right: -5%;
}
.h3-azul{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #003ca6;
    padding: 10px;
}
.slogan-verde{
    text-align: center;
    background: #a1d55d;
    margin: 30px 0px;
    border-radius: 10px 0px 10px 0px;
    padding: 15px 30px;
}

/*contacto*/
 .form-contact-row h1{
    font-size: 30px;
    color: #003ca6;
    margin: 10px 0px;
}

/*desarrollo*/

.tarjeta{
    border: 2px solid #003ca6;
    border-radius: 0px 10px 10px 0px;
}
.tarjeta h3{
    color: #fd8204;
    font-size: 40px;
    margin: 20% 0 5% 0;
}
.tarjeta p {
    color: #626262;
    line-height: 24px;
    font-size: 14px;
	text-align: justify;
}
.h3-naranja-desarrollo {
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 35%;
    padding-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 5% 0 1% 0;
}
.borde-verde{
    border-left: 10px solid #a1d55d;
    padding-left: 10px;
    margin: 15px 0px;
}
.borde-verde h4{
    color: #626262;
    font-weight: 700;
}
.borde-verde p{
    color: #626262;
    line-height: 24px;
    font-size: 14px;
	text-align: justify;
}
.gris {
    background: #edf2fb;
    padding: 15px;
    border-radius: 5px;
    margin: 4% 0;
}
.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: absolute;
    transform: rotate(-90deg);
    left: 8%;
    top: 46%;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
  border-radius: 50%;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 80%;
  height: 80%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #003ca6;
  color: #fff;
  padding: 30% 15%;
  border-radius: 50%;
}

.flip-card-back {
  background-color: #fff;
  color: #626262;
  transform: rotateY(180deg);
  border-radius: 50%;
  padding: 15% 15%;
}
.h3-verde{
    text-align: center;
    color: #a1d55d;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding: 10px;
    margin-bottom: 20px;
}
.h2-desarrollo{
    text-align: center;
    color: #626262;
    font-weight: 400;
}
.p-desarrollo{
    color: #626262;
    line-height: 24px;
    padding: 0px 10px;
	text-align: justify;
}

/*empresas*/

.tarjeta2 {
    border: 2px solid #003ca6;
    border-radius: 10px 0px 0px 10px;
}
.tarjeta2 h3 {
    color: #fd8204;
    font-size: 40px;
    margin: 15% 0 5% 0;
}
.tarjeta2 p {
    color: #626262;
    line-height: 24px;
    font-size: 14px;
	text-align: justify;
}
.elegirnos{
    display: flex;
    text-align: center;
}
.elegir {
    border: 1px solid #003ca6;
    width: 20%;
    padding: 20px;
    margin: 0 2%;
    color: #626262;
    line-height: 24px;
}
.elegir2 {
    border: 1px solid #003ca6;
    width: 20%;
    padding: 20px;
    margin: 2% 2% -2%;
    color: #626262;
    line-height: 24px;
}
.colabora{
    border: 2px solid #fd8204;
    margin: 2% 0px;
    border-radius: 25px;
    padding: 15px;
}
.colabora p{
    color: #626262;
    line-height: 24px;
}
.colabora h2{
    color: #626262;
    font-weight: 700;
}

/*media*/

@media (max-width: 1700px) and (min-width:1645px){
	
	.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: absolute;
    transform: rotate(-90deg);
    left: 3%;
    top: 46%;
}
}
@media (max-width: 1644px) and (min-width: 1530px){
	.recuadro {
    border: 3px solid #edf2fb;
    border-radius: 18px;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 5px;
    width: 24%;
    padding: 10px 10px;
    background: #edf2fb;
    margin-top: 10px;
}
	.recuadro h4 {
    font-size: 16px;
    text-align: left;
}
	.post-dos {
    top: 36%;
    right: -5%;
}
	.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: absolute;
    transform: rotate(-90deg);
    left: 0%;
    top: 46%;
}
}
@media (max-width: 1300px) and (min-width: 1100px){
	.col-links-inner-top-header {
    border-right: none;
    width: 20%!important;
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 0%;
}
	.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
    width: 70%;
    margin-left: 30%;
}
	.ee-header-profile {
    position: absolute;
    width: 70%;
    right: 3%;
    margin-top: 4%;
}
}
@media (max-width: 1529px) and (min-width: 1330px){
	.recuadro {
    border: 3px solid #edf2fb;
    border-radius: 18px;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 5px;
    width: 24%;
    padding: 10px 10px;
    background: #edf2fb;
    margin-top: 10px;
}
	.recuadro h4 {
    font-size: 18px;
    text-align: left;
}
	.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: absolute;
    transform: rotate(-90deg);
    left: -7%;
    top: 46%;
}
	.post {
    background: #fff;
    border: 1px solid;
    padding: 15px;
    width: 40%;
    position: absolute;
    border-radius: 20px 20px 20px 0px;
}
	.post-tres {
    right: -5%;
    bottom: 26%;
}
	.post-cuatro {
    bottom: 2%;
    right: -5%;
}
}
@media (max-width: 1329px) and (min-width: 1230px){
	.col-links-inner-top-header {
    border-right: none;
    width: 5%;
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 0%;
}
	.cero h1 {
    color: #003ca6;
    text-align: center;
    padding: 15px;
    font-size: 32px;
}
	.fondo {
    padding: 15px 100px;
    margin: 0px 0px;
}
	.recuadro {
    border: 3px solid #edf2fb;
    border-radius: 18px;
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 5px;
    width: 24%;
    padding: 10px 10px;
    background: #edf2fb;
    margin-top: 10px;
}
	.recuadro h4 {
    font-size: 18px;
    text-align: left;
}
	.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: absolute;
    transform: rotate(-90deg);
    left: -11%;
    top: 47%;
}
	.post {
    background: #fff;
    border: 1px solid;
    padding: 15px;
    width: 45%;
    position: absolute;
    border-radius: 20px 20px 20px 0px;
}
	.post-uno {
    right: -15%;
    top: 15%;
}
	.post-dos {
    top: 35%;
    right: -15%;
}
	.post-tres {
    right: -15%;
    bottom: 26%;
}
	.post-cuatro {
    bottom: 3%;
    right: -15%;
}
}
@media (max-width: 920px) and (min-width: 768px){
	.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
    width: 100%;
    margin-left: 0;
}
	.h3-naranja {
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 100%;
    padding-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
}
	.fondo {
    padding: 20px;
    margin: 0;
}
	.recuadro {
    border: 3px solid #edf2fb;
    border-radius: 18px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin: 0px 5px;
    width: 48%;
    padding: 10px 15px;
    background: #edf2fb;
    margin-top: 20px;
    height: 200px;
}
	.post {
    background: #fff;
    border: 1px solid;
    padding: 10px;
    width: 60%;
    position: absolute;
    border-radius: 20px 20px 20px 0px;
    font-size: 12px;
}
	.post-uno {
    right: -18%;
    top: 17%;
}
	.post-dos {
    top: 39%;
    right: -18%;
}
	.post-tres {
    right: -18%;
    bottom: 17%;
}
	.post-cuatro {
    bottom: -10%;
    right: -18%;
}
	.slogan-verde h2 {
    font-size: 20px;
}
	.tarjeta h3 {
    color: #fd8204;
    font-size: 22px;
    margin: 5% 0 5% 0;
}
	.tarjeta p {
    color: #626262;
    line-height: 18px;
    font-size: 12px;
}
	.tarjeta2 {
    border: 2px solid #003ca6;
    border-radius: 10px 0px 0px 10px;
    margin-top: 10px;
}
	.tarjeta2 h3 {
    color: #fd8204;
    font-size: 22px;
    margin: 5% 0 5% 0;
}
	.tarjeta2 p {
    color: #626262;
    line-height: 18px;
    font-size: 12px;
}
	.tarjeta {
    border: 2px solid #003ca6;
    border-radius: 0px 10px 10px 0px;
    margin-top: 10px;
}
	.h3-naranja-desarrollo {
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 100%;
    padding-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 5% 0 1% 0;
}
	.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: static;
    transform: rotate(0deg);
    left: -16%;
    top: 46%;
}
	.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
}
	.flip-card-front {
    background-color: #003ca6;
    color: #fff;
    padding: 25% 15%;
    border-radius: 50%;
}
	.flip-card-front h4 {
    font-size: 14px;
}
	.flip-card-back {
    background-color: #fff;
    color: #626262;
    transform: rotateY(180deg);
    border-radius: 50%;
    padding: 11% 5%;
}
	.flip-card-back p {
    font-size: 12px;
}
	.elegirnos {
    display: block;
    text-align: center;
}
	.elegir {
    border: 1px solid #003ca6;
    width: 96%;
    padding: 20px;
    margin: 0 2%;
    color: #626262;
    line-height: 24px;
}
	.elegir2 {
    border: 1px solid #003ca6;
    width: 96%;
    padding: 20px;
    margin: 2% 2% 2%;
    color: #626262;
    line-height: 24px;
}
}
@media (max-width: 767px){
	.navbar-nav {
    text-align: left;
    margin-left: 0;
}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
}
	.js-searchbox-form {
    margin-top: 0;
}
	
	.mainnav-toggle-search-row {
    background-color: #FFF;
    margin: 0;
}
	.main-nav-row .item-inner-main-nav a {
    color: #fff;
    padding: 9px 17px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav > li {
    float: none;
    display: block;
    padding: 0 !important;
}
	.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
}
	.cero h1 {
    color: #003ca6;
    text-align: center;
    padding: 4px;
    font-size: 22px;
}
	.p-upi {
    font-weight: 500;
    color: #626262;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
	.fondo {
    padding: 0px;
    margin: 0px 0px;
}
	.h3-naranja {
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 100%;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}
	.recuadro {
    border: 3px solid #edf2fb;
    border-radius: 18px;
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0px;
    width: 100%;
    padding: 8px 12px;
    background: #edf2fb;
    margin-top: 10px;
}
	.post {
    background: #fff;
    border: 1px solid;
    padding: 15px;
    width: 100%;
    position: static;
    border-radius: 20px 20px 20px 0px;
}
	.form-contact-row h1 {
    font-size: 22px;
    color: #003ca6;
    margin: 10px 0px;
}
	.tarjeta h3 {
    color: #fd8204;
    font-size: 24px;
    margin: 5% 0 5% 0;
}
	.tarjeta p {
    color: #626262;
    line-height: 18px;
    font-size: 12px;
}
	.h3-naranja-desarrollo {
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 100%;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5% 0 1% 0;
}
	.borde-verde p {
    color: #626262;
    line-height: 18px;
    font-size: 12px;
}
	.borde-verde {
    border-left: 10px solid #a1d55d;
    padding-left: 10px;
    margin: 10px 0px;
}
	.gris h3 {
    color: #003ca6;
    text-transform: uppercase;
    text-align: center;
    margin: 3% 0 3% 0;
    position: static;
    transform: rotate(0deg);
    left: 8%;
    top: 46%;
}
	.flip-card {
    background-color: transparent;
    width: 250px;
    height: 250px;
    perspective: 1000px;
    margin: 15px;
}
	.flip-card-front {
    background-color: #003ca6;
    color: #fff;
    padding: 26% 15%;
    border-radius: 50%;
}
	.flip-card-back {
    background-color: #fff;
    color: #626262;
    transform: rotateY(180deg);
    border-radius: 50%;
    padding: 10% 15%;
}
	.tarjeta2 h3 {
    color: #fd8204;
    font-size: 24px;
    margin: 5% 0 5% 0;
}
	.tarjeta2 p {
    color: #626262;
    line-height: 18px;
    font-size: 12px;
}
	.elegirnos {
    display: block;
    text-align: center;
}
	.elegir {
    border: 1px solid #003ca6;
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
    color: #626262;
    line-height: 24px;
}
	.elegir2 {
    border: 1px solid #003ca6;
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
    color: #626262;
    line-height: 24px;
}
	.h3-naranja-desarrollo {
    color: #fd8204;
    border-bottom: 2px solid #fd8204;
    width: 100%;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5% 0 1% 0;
}
}

/*btn ofertas*/
.eesites-offer-application .btn-return {
    margin-left: 10px;
    width: auto;
}
/*btn ofertas fijas*/
    
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}