#legal h1 {

}

#legal h2 {

}

#legal h3 {

}

#legal p {

}

/** Header **/
#cabecera {
    height: 145px;
    border-top: 6px solid #e31b23;
    border-bottom: 26px solid #e31b23;
    background-color: white;
}

*::-ms-clear {
    display: none;
}

.enlace-supebuscador{
    font-size: 18px;
    position: relative;
    font-weight: 500;
    top: -3px;
}
#cabecera .navbar-nav {
    margin-top: 35px
}

#cabecera .navbar-header {
    max-width: 405px;
}

.navbar-brand img {
    /*max-height: 62px;*/
    max-height: 75px;
    width: auto;
}
	/** MD - SM - XS **/

@media (max-width: 1200px) {
    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {
        max-height: 35px;
        width: auto;
        margin: 10px 0px 0px 10px;
    }

    #cabecera .navbar-nav {
        margin-top: 0px
    }

    #cabecera .navbar-header {
        max-width: 100%;
    }

    .navbar-collapse {
        background-color: white;
    }
    .footer .footer-item {
        line-height: 30px !important;
        text-align: center;
    }

    .footer .footer-item .social-item a img {
        /* height: 30px;
        width: 30px; */
		max-width: 11%;
    }

    .footer .logo-footer {
        margin-top:10px;
		max-width: 100%;
    }

    .footer .logo-footer a img {
        /* height: 50px;
        width: 238px; */
		/* max-width:80%; */
    }
}

	/** SM - XS**/

@media (max-width: 991px){
    #cabecera {
        height: 85px;
    }
    .spt-main-container {
        padding-top: 85px !important;
    }
}

	/** MD **/

@media (min-width: 991px) and (max-width: 1199px) {
    .navbar-brand {
        line-height: 81px;
    }

    .navbar-brand img {
        max-height: 55px;
        width: auto;
    }

    #cabecera .navbar-nav {
        margin-top: 23px
    }
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #727272;
}
/** end Header **/

/** Login cliente **/
#login-cliente {
    width: 340px;
    margin: 0 auto;
    margin-top: 90px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
/** end Login cliente **/

/**Secciones**/

/** Home **/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
}

/** Slider **/
#slider .imagen-slider{
   width:100%;
   max-height:500px;
}

#slider .image-carousel{
    width:100%;
    max-width:100%;
}

#slider .owl-buttons{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#slider .owl-controls .owl-buttons div {
    color: white; /*#e31b23;*/
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#slider .owl-next{
    position: absolute;
    right: 0px;
    top: 40%;
}

#slider .owl-prev{
    position: absolute;
    left: 0px;
    top: 40%;
}

#slider .owl-next:before {
    content: "\e763";
    font-size: 3em;
}

#slider .owl-prev:before {
    content: "\e762";
    font-size: 3em;
}
/** end Slider **/

/** Nuestras ofertas **/

#nuestras-ofertas .carrusel {
	padding-top: 15px;
}

#nuestras-ofertas .no-title {
    font-size: 2.4em;
    font-weight: 100;
}

#nuestras-ofertas .no-big-title {
    color: #e31b23;
    font-size: 4.6em;
    font-weight: 900;
}

#nuestras-ofertas .piece-no {
    float:left;
}

#nuestras-ofertas .piece-no .nombre-no {
    font-size: 1.23em;
    font-weight: 700;
}

#nuestras-ofertas .piece-no .descripcion-no {
    font-size: 1em;
    font-weight: 300;
}

#nuestras-ofertas .piece-no .desde-no {
    font-size: .95em;
    font-weight: 300;
}

#nuestras-ofertas .piece-no .precios-no {
	padding-top: 10px;
}

#nuestras-ofertas .piece-no .precio-no {
    font-size: 1.9em;
    font-weight: 700;
    color: #e31b23;
}

#nuestras-ofertas .piece-no .moneda-no {
    font-size: 1.3em;
    font-weight: 100;
}

#nuestras-ofertas .owl-buttons{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#nuestras-ofertas .owl-controls .owl-buttons div {
    color: #e31b23;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#nuestras-ofertas .owl-next{
    position: absolute;
    right: -35px;
    top: 10%;
}

#nuestras-ofertas .owl-prev{
    position: absolute;
    left: -35px;
    top: 10%;
}

#nuestras-ofertas .owl-next:before {
    content: "\e763";
    font-size: 3em;
}

#nuestras-ofertas .owl-prev:before {
    content: "\e762";
    font-size: 3em;
}

/**XS**/
@media (max-width: 768px){
    #nuestras-ofertas .no-title {
        font-size: 1.6em;
		/* font-size: 2.1em; */
    }

    #nuestras-ofertas .no-big-title {
        font-size: 3.5em;
		/* font-size: 4em; */
    }

    #nuestras-ofertas .owl-controls .owl-buttons div {
        font-size: 0.6em;
		margin-top: 10px;
    }

		#nuestras-ofertas .owl-prev {
		left: -30px;
	}

	#nuestras-ofertas .owl-next {
		right: -30px;
	}
}

/** SM **/

@media (min-width: 768px) and (max-width: 991px){
	#nuestras-ofertas .piece-no .precio-no {
		font-size: 1.6em;
	}

	#nuestras-ofertas .piece-no .moneda-no {
		font-size: 1em;
	}

	#nuestras-ofertas .piece-no .precios-no {
		padding-top: 15px;
	}

}

/** end Nuestras ofertas **/

/** Nuestros circuitos **/
#nuestros-circuitos .nc-title {
    /*color: white;*/
    font-size: 2.4em;
    font-weight: 100;
}

#nuestros-circuitos .nc-big-title {
    color: #e31b23;
    font-size: 4.6em;
    font-weight: 900;
}

#nuestros-circuitos #owl-nuestros-circuitos .owl-item img {
    width: 100%;
    border: 1px solid #ffffff;
}

#nuestros-circuitos #owl-nuestros-circuitos .item-container {
    position: relative;
}

#nuestros-circuitos #owl-nuestros-circuitos .item-container div.nc-nombre{
    position: absolute;
    top: 0;
    padding: 15px;
    font-weight: 900;
    color: white;
    font-size: 2.2em;
    white-space: pre-wrap;
}

#nuestros-circuitos .owl-buttons{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#nuestros-circuitos .owl-controls .owl-buttons div {
    color:white;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#nuestros-circuitos .owl-next{
    position: absolute;
    right: -5px;
    top: 40%;
}

#nuestros-circuitos .owl-prev{
    position: absolute;
    left: -5px;
    top: 40%;
}

#nuestros-circuitos .owl-next:before {
    content: "\e763";
    font-size: 3em;
}

#nuestros-circuitos .owl-prev:before {
    content: "\e762";
    font-size: 3em;
}

.ademas-nuestros {
    font-size: 3.4em;
    font-weight: 100;
}

.spt-red-title {
    color: #e31b23;
    font-size: 3em;
    font-weight: 700;
}

/**XS**/

@media (max-width: 768px){
    #nuestros-circuitos .nc-title {
        font-size: 1.6em;
		/* font-size: 2.1em; */
    }
    #nuestros-circuitos .nc-big-title {
        font-size: 3.5em;
		/* font-size: 4em; */
    }
    #nuestros-circuitos #owl-nuestros-circuitos .item-container span.nc-nombre{
        font-size: 1.5em;
    }
    .ademas-nuestros {
        font-size: 2.4em;
    }
    .spt-red-title {
        font-size: 2.5em;
    }
}
/** end Nuestros circuitos **/

/** Fit **/
#owl-fit .owl-item > div img {
    display: block;
    margin:auto;
    height: auto;
    max-height: 145px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}
#owl-fit .owl-item > div {
    padding: 0px 2px
}

#fit .owl-buttons{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#fit .owl-controls .owl-buttons div {
    color:#e31b23;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#fit .owl-next{
    position: absolute;
    right: -5px;
    top: 40%;
}

#fit .owl-prev{
    position: absolute;
    left: -5px;
    top: 40%;
}

#fit .owl-next:before {
    content: "\e763";
    font-size: 3em;
}

#fit .owl-prev:before {
    content: "\e762";
    font-size: 3em;
}

.separator {
    color: #ddd;
    background-color: #969696;
    height: 1px;
    margin: 0
}
/** end Fit **/

/** Apps **/
#apps img {
    max-width: 350px;
    height: auto;
    max-height: 320px;
}
/** end Apps **/

.spt-thin-title {
    font-size: 1.5em;
    font-weight: 100;
}

/** Noticias **/


/** end Noticias **/


/** Folletos **/
#owl-folletos-virtuales .owl-controls {
    margin-top: 0px;
    text-align: center;
}

#folletos-virtuales #owl-folletos-virtuales .owl-item a img {
    max-height: 310px;
}

#folletos-virtuales .owl-buttons{
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#folletos-virtuales .owl-controls .owl-buttons div {
    color:#e31b23;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#folletos-virtuales .owl-next{
    position: absolute;
    right: 0px;
    top: 40%;
}

#folletos-virtuales .owl-prev{
    position: absolute;
    left: 0px;
    top: 40%;
}

#folletos-virtuales .owl-next:before {
    content: "\e763";
    font-size: 3em;
}

#folletos-virtuales .owl-prev:before {
    content: "\e762";
    font-size: 3em;
}

#folletos-virtuales .imagenFolletos{
	border: solid #9d9c9c 1px;
	box-shadow: 2px 2px 5px #9d9c9c;
}

/** end Folletos **/

/** Vídeos **/

#videos iframe {
	width: 312px;
	height: 251px;
}
/** end Vídeos **/

/** Ayuda **/
#ayuda img {
    max-width: 312px;
    margin-top: 15px;
}
/** end Ayuda **/

/** end Home **/

.spt-background {
    background-color: #e31b23;
}

/*.striped-background {
     background-image: url(../images/stripe_red_white_2.png);
	background-repeat: repeat;
}*/

*{
    box-sizing: border-box;
    outline: none;
}

img{
    max-width: 100%;
}

p{
    text-align: justify;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.ancho-completo{
    width: 100%;
}
.absolute-center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

li.flag > a:hover{
    text-decoration: none;
    background-color: transparent;
}

html,body{
    height: 100%;
    padding-bottom: 5px;
}

.spt-main-container{
    min-height: 100%;
    padding-top: 145px;
}

.img-polaroid {
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#modal_mercado{
    width:960px;
    height:629px;
    overflow: hidden;
}

/**Mas información**/
#mas-informacion .lista{
    width: 270px;
}
#mas-informacion .masinformacion-maleta{
    max-width: 220px;
    max-height: 220px;
}

#mas-informacion .list-group{
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    margin: 0 auto;
    width: 285px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top60 {
    margin-top: 60px;
}

.top90 {
    margin-top: 90px;
}

.margin0 {
    margin: 0px
}

.padded0 {
    padding: 0px
}

.padded5 {
    padding: 5px;
}

.padded15 {
    padding: 15px;
}

.padded25 {
    padding: 25px;
}

.padded9 {
    padding: 9px;
}

.margin-left0 {
    margin-left: 0px;
}

.margin-right0 {
    margin-right: 0px;
}

.margin-left-right0 {
    margin-right: 0px;
    margin-left: 0px;
}

.no-gutter-right {
    padding-right: 0px;
}

.no-gutter-left {
    padding-left: 0px;
}

.width50 {
    width:50%
}

.width70 {
    width:70%
}

.width60 {
    width:60%
}

.width40 {
    width:40%
}

.line-height1 {
    line-height: 1em;
}

.cursorPointer {
    cursor: pointer;
}

#elementos-form-wrapper {
    background-color: #fafafa;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

#gestionApp .filters-wrapper {
    border: 1px solid #ddd;
    padding: 11px 5px 4px 5px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.animacion-show-hide {
    -webkit-transition:all linear 0.3s;
    transition:all linear 0.3s;
}

.animacion-show-hide.ng-hide {
    opacity:0;
}

/* w11k-select */

.w11k-select a:hover {
    text-decoration: none;
}
.w11k-select .select-toggle .form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 0;
    min-width: 100%;
    cursor: pointer;
}
.w11k-select .select-toggle.disabled {
    cursor: not-allowed;
}
.w11k-select .select-toggle.disabled .form-control {
    cursor: not-allowed;
}
.w11k-select .select-toggle .input-group-addon {
    font-size: 0.9em;
}
.w11k-select .dropdown-menu {
    min-width: 100%;
    padding: 0;
}
.w11k-select .dropdown-menu .header {
    padding: 6px;
    border-bottom: 1px solid gray;
}
.w11k-select .dropdown-menu .header .filter {
    padding-bottom: 8px;
}
.w11k-select .dropdown-menu .header .filter .clear {
    font-size: 0.9em;
}
.w11k-select .dropdown-menu .header .controls .row {
    margin-left: -3px;
    margin-right: -3px;
}
.w11k-select .dropdown-menu .header .controls .col-xs-6 {
    padding-left: 3px;
    padding-right: 3px;
}
.w11k-select .dropdown-menu .header .controls button {
    width: 100%;
}
.w11k-select .dropdown-menu .content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}
.w11k-select .dropdown-menu .content ul.items {
    padding: 6px 0;
    margin: 0;
    display: table;
    width: 100%;
}
.w11k-select .dropdown-menu .content ul.items > li {
    margin: 0;
    padding: 0;
    display: table-row;
}
.w11k-select .dropdown-menu .content ul.items > li > div {
    display: table-cell;
    padding: 4px;
}
.w11k-select .dropdown-menu .content ul.items > li > div.state {
    padding-left: 12px;
}
.w11k-select .dropdown-menu .content ul.items > li > div.state input {
    position: relative;
    top: -1px;
}
.w11k-select .dropdown-menu .content ul.items > li > div.name {
    padding-right: 24px;
    width: 100%;
}
.w11k-select .dropdown-menu .content ul.items > li.selected {
    background-color: gray;
    color:white;
}
.w11k-select .dropdown-menu .content ul.items > li:hover {
    background-color: gray;
    cursor: pointer;
    color:white;
}

#menu-gestion li.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #999999;
}

#gestionApp .header{
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.padded15 {
    padding: 15px;
}

.padded10 {
    padding: 10px;
}

.margin10 {
    margin: 10px;
}

.w11k-select a:hover {
    text-decoration: none;
}
.w11k-select .select-toggle .form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 0;
    min-width: 100%;
    cursor: pointer;
}
.w11k-select .select-toggle.disabled {
    cursor: not-allowed;
}
.w11k-select .select-toggle.disabled .form-control {
    cursor: not-allowed;
}
.w11k-select .select-toggle .input-group-addon {
    font-size: 0.9em;
}
.w11k-select .dropdown-menu {
    min-width: 100%;
    padding: 0;
}
.w11k-select .dropdown-menu .header {
    padding: 6px;
    border-bottom: 1px solid gray;
}
.w11k-select .dropdown-menu .header .filter {
    padding-bottom: 8px;
}
.w11k-select .dropdown-menu .header .filter .clear {
    font-size: 0.9em;
}
.w11k-select .dropdown-menu .header .controls .row {
    margin-left: -3px;
    margin-right: -3px;
}
.w11k-select .dropdown-menu .header .controls .col-xs-6 {
    padding-left: 3px;
    padding-right: 3px;
}
.w11k-select .dropdown-menu .header .controls button {
    width: 100%;
}
.w11k-select .dropdown-menu .content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}
.w11k-select .dropdown-menu .content ul.items {
    padding: 6px 0;
    margin: 0;
    display: table;
    width: 100%;
}
.w11k-select .dropdown-menu .content ul.items > li {
    margin: 0;
    padding: 0;
    display: table-row;
}
.w11k-select .dropdown-menu .content ul.items > li > div {
    display: table-cell;
    padding: 4px;
}
.w11k-select .dropdown-menu .content ul.items > li > div.state {
    padding-left: 12px;
}
.w11k-select .dropdown-menu .content ul.items > li > div.state input {
    position: relative;
    top: -1px;
}
.w11k-select .dropdown-menu .content ul.items > li > div.name {
    padding-right: 24px;
    width: 100%;
}
.w11k-select .dropdown-menu .content ul.items > li.selected {
    background-color: gray;
}
.w11k-select .dropdown-menu .content ul.items > li:hover {
    background-color: gray;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

/** Quienes Somos **/

#quienes-somos{
    font-size: 18px;
}

#quienes-somos #wrap {
    color: #70706f;
    font-family:'roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 2.2em;
}

#quienes-somos *{
    margin:0; padding:0;
}

#quienes-somos h1.introduccion {
    font-family: 'roboto';
    font-size: 5em;
    line-height: 1em;
    font-weight: 700;
    text-align:center;
    padding: 28% 9%;
    color: #fff;
}

#quienes-somos .intro-unit  h2{
    color: #2a2a2a;
    font-family: 'roboto';
    font-size: 2.5em;
    line-height: 0.7em;
    margin-bottom: 0.6em;
    font-weight: 100;
}

#quienes-somos #intro {
/*     background: url(../images/quienesSomos/edificio.jpg) 50% 60px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; /
    -ms-background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    margin: 0 auto;
    width: 100%;
    padding: 11% 0; */
    /* min-height: 600px; */
}

#quienes-somos .intro-unit {
    padding: 5% 18% 5% 18%;
    text-align: justify;
}

#quienes-somos .intro-unit.video {
    padding: 5% 18% 19% 18%;
}

#quienes-somos #bloque1 {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

#quienes-somos #bloque-img2 {
    background: url(../images/quienesSomos/img02.jpg) 50% 0 fixed ;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 400px 0;
}

#quienes-somos #bloque2 {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;

}

#quienes-somos #bloque3 {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

#quienes-somos #bloque-img3 {
    background: url(../images/quienesSomos/img03.jpg) 50% 0 fixed ;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    height:500px;
    padding: 400px 0;
}

#quienes-somos #bloque4 {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

#quienes-somos #bloque-img4 {
    background: url(../images/quienesSomos/img04.jpg) 50% 0 fixed ;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    padding: 100px 0;
}

#quienes-somos .rojo{
    color: #eb1c24;
    font-family: 'roboto';
    font-weight: 300;

}

#quienes-somos .gris{
    color: #999999;
}

#quienes-somos .azul{
    color: #668ad2;
}

#quienes-somos .negrita{
    color: #70706f;
    font-family: 'roboto';
    font-weight: 300;
}

#quienes-somos .boliche{
    list-style-type: none;
}

#quienes-somos .despedida{
    font-family: 'roboto';
    font-size: 1.2em;
    text-align:right;
    color: #eb1c24;
    font-weight: 300;
}

#quienes-somos .boliche li{
    margin-left: 2em;
	padding-left: 1.2em;
}

#quienes-somos .boliche li:before {
  content: '>';
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}​

#sumate-redes .subtitulo {
    font-weight: 300;
    font-size: 1.1em;
}

#sumate-redes .subcontenido {
    font-size: .8em;
}

#quienes-somos #video-intro {
	position: fixed;
	right: 0;
	bottom: 0;
	top:60px;
	min-width: 100%;
	min-height: 100%;
	width: auto; height: auto;
	z-index: -100;
	background: url(polina.jpg) no-repeat;
	background-size: cover;
}

#quienes-somos #video-corporativo{
    text-align: center;
	padding-top: 40px;
}

/** XS **/

@media (max-width: 767px){

	#quienes-somos #video-intro {
		display:none;
	}

	#quienes-somos .intro-unit {
		padding: 6% 5% 5% 5%;
		text-align: left;
	}

	#quienes-somos #wrap {
		font-weight: 300;
		font-size: 1em;
		line-height: 1.5em;
	}

	#quienes-somos p{
		text-align: left;
	}

	#quienes-somos h1.introduccion {
		font-size: 2em;
		line-height: 1em;
		padding: 40% 9%;
	}

	#quienes-somos .intro-unit  h2{
		font-size: 1.3em;
		line-height: 1.2em;
		margin-bottom: 0.3em;
		font-weight: 300;
	}

	#quienes-somos .despedida{
		font-size: 1em;
		font-weight: 300;
	}


}

/** SM **/

@media (min-width: 768px) and (max-width: 991px){

	#quienes-somos #video-intro {
		display:none;
	}

	#quienes-somos .intro-unit {
		padding: 5% 5% 5% 5%;
		text-align: left;
	}

	#quienes-somos h1.introduccion {
		font-size: 3em;
		line-height: 1em;
	}

	#quienes-somos .intro-unit  h2{
		font-size: 2em;
		line-height: 1em;
	}

}

/** MD **/

@media (min-width: 992px) and (max-width: 1199px){

	#quienes-somos h1.introduccion {
		font-size: 3em;
		line-height: 1em;
	}

}


/** Footer **/
footer {
    width: 100%;
}

.footer {
    color:white;
}

.footer .social-item {
    padding-right:6px;
	 /* display: inline-block;
	 position: relative; */
}

.footer .footer-item {
    line-height: 86px;
}

.footer .footer-item ul li{
    padding-right: 16px;
}

.footer .footer-item ul li a h5{
    font-weight: 400;
}

.mini-icono {
    height: 50px;
    width: 50px;
}

.footer ul li a {
    color: white;
    cursor:pointer;
    text-decoration: none;
}

	/** XS - SM **/

@media (max-width: 991px) {
    .footer {
        height: auto;
        background-color: #e31b23;
        color:white;
    }
}

	/** XS **/

@media (max-width: 767px){

	.footer .footer-item ul{
		margin-bottom: 5px;
	}

	.footer .footer-item ul li{
		padding-right: 0px;
	}

	.footer .footer-item ul li a h5{
		font-size: 0.6em;
	}

	.footer .footer-item a .lupa{
		max-width: 11% !important;
	}

	.footer .footer-item{
		padding: 0px;
	}

	.footer .logo-footer a img{
		max-width: 70%;
	}

	.footer .social-items{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.footer .footer-item .social-item a img {
		max-width: 14%;
	}

	.footer .logo-footer {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

	/** SM **/

@media (min-width: 768px) and (max-width: 991px){

	.footer .social-items{
		margin-bottom: 10px;
	}

	.footer .logo-footer {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.footer .footer-item{
		padding: 0px;
	}

}

/** MD **/

@media (min-width: 992px) and (max-width: 1199px){

	.footer .logo-footer {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.footer .social-items{
		margin-bottom: 10px;
	}
}

/** end Footer **/

/** Color pagination overwrite owl carousel **/
.owl-theme .owl-controls .owl-page span {
    background: #e31b23;
}

/** Nuestros circuitos y área pasajero **/

#nuestros-circuitos-menu{
    margin-top: 135px;
    padding-left: 0px;
}
#area-pasajero-menu{
    margin-top: 210px;
}
#nuestros-circuitos-menu > ul, #area-pasajero-menu > ul{
    text-align: right;
    padding-left: 0px;
}
#nuestros-circuitos-menu > ul > li, #area-pasajero-menu > ul > li{
    position: relative;
}
#area-pasajero-menu > ul > li{
    position: relative;
    margin-bottom: 15px;
}
#nuestros-circuitos-menu > ul >li.active > .icon-chevron-right:before, #area-pasajero-menu > ul > li.active > .icon-chevron-right:before{
    position: relative;
    top:5px;
    left:-3px;
}

#nuestros-circuitos-menu > ul >li > .icon-chevron-right, #area-pasajero-menu > ul > li > .icon-chevron-right {
    display: none;
}

#nuestros-circuitos-menu > ul >li.active > .icon-chevron-right, #area-pasajero-menu > ul > li.active > .icon-chevron-right {
    display: block;
    position: absolute;
    right: -31px;
    top:-6px;
    color:#e31b23;
    background-color: white;
    font-size: 1.4em;
    z-index: 1;
    height: 31px;
}

#nuestros-circuitos-menu > ul >li a, #area-pasajero-menu > ul > li a {
    color:#70706f;
    text-decoration: none;
    font-weight: 300;
}

#nuestros-circuitos-menu > ul >li.active a, #area-pasajero-menu > ul > li.active a {
    color: #e31b23;
}

#nuestros-circuitos-menu > ul >li, #area-pasajero-menu > ul > li{
    list-style: none;
}
.nuestros-circuitos-menu-item, .area-pasajero-menu-item{
    line-height: 1.2em;
    font-weight: 100;
}

.nuestros-circuitos-menu-item-external-link, .area-pasajero-menu-item-external-link{
    line-height: 1.2em;
    font-weight: 100;
}

#nuestros-circuitos .spt-red-title, #area-pasajero .spt-red-title{
    font-size: 6em;
}
#nuestros-circuitos  .spt-thin-title{
    font-size: 4.1em;
}

#area-pasajero .spt-thin-title{
    font-size: 4.5em;
    color: #e31b23;
}

#area-pasajero .spt-descripcion{
    font-size: 1.4em;
    font-weight: 400;
}

#area-pasajero .spt-titles{
    padding-left: 0px;
	margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #area-pasajero .spt-thin-title{
        font-size: 4.7em;
    }
}

#area-pasajero #datos-generales-pdv .logo{
    padding-left: 0px;
}

@media (max-width: 768px){
    #area-pasajero .spt-thin-title{
        font-size: 3em;
    }
    #area-pasajero p.spt-descripcion{
        font-size: 1.1em;
    }
    #nuestros-circuitos .spt-thin-title{
        font-size: 2.5em;
    }
    #nuestros-circuitos .spt-red-title{
        font-size: 3.5em;
    }
    #area-pasajero #control-calidad-app .descripcion-encuesta {
        font-family: roboto-condensed;
        font-weight: 300;
        font-style: italic;
        font-size: 1.1em !important;
    }
}

@media (max-width: 1200px) {
    #area-pasajero #datos-generales-pdv .row{
        margin: 0;
    }
    #area-pasajero #datos-generales-pdv .row .item{
        margin-bottom: 7px;
    }
    #area-pasajero #datos-generales-pdv .row .logo{
        padding-left: 15px;
    }
}

#area-pasajero .input-label-reserva {
    color: #e31b23;
    font-weight: 400;
    margin-right: 4px;
}

#area-pasajero #area-pasajero-content #lista-hoteles-app table > thead {
    background-color: #e31b23;
    color:white;
    font-weight: 400;
}
#area-pasajero #area-pasajero-content #lista-hoteles-app table tr > td {
    background-color: white;
    font-weight: 400;
    border-bottom: 1px solid #f7bec0;
    border-top: 0px;
}
#area-pasajero #area-pasajero-content #lista-hoteles-app tr:hover td{
    background-color: #fce6e7;
    cursor: pointer;
}

#nuestros-circuitos-content, #area-pasajero-content{
    min-height: 460px;
    margin-top: 8px;
    border: 1px solid #e31b23;
    border-right: none;
    border-bottom: none;
    padding: 18px 0px 20px 20px
}

#nuestros-circuitos-content .row{
    margin-right:0px
}

#nuestros-circuitos-main-image, #area-pasajero-main-image{
    /* margin-top:8px; */
}

#folletos-virtuales-issuu h1{
    font-weight: 100;
    color: #e31b23;
}
#area-pasajero #control-calidad-app .cc-cabecera{
    color:white;
    font-weight: 400;
    font-size: 1.5em;
}
#area-pasajero #control-calidad-app .cc-border{
    border:1px solid #fad1d2;
}
#area-pasajero #control-calidad-app .datos-pasajero-titulo{
    color: #e31b23;
    font-weight: 400;
    font-family: roboto-condensed;
    font-size: 1.35em;
    line-height: 2em;
}
#area-pasajero #control-calidad-app .datos-pasajero-contenido{
    font-weight: 400;
    font-size: 1.35em;
    font-family: roboto-condensed;
    line-height: 2em;
}

#area-pasajero #control-calidad-app .question-head {
    font-family: roboto-condensed;
    font-weight: 700;
    color:#e31b23;
    font-size: 1.55em;
    line-height: 1.8em;
}

#area-pasajero #control-calidad-app .question-description {
    font-family: roboto-condensed;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.8em;
}

#area-pasajero #control-calidad-app .question-contenido {
    font-family: roboto-condensed;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.8em;
}

#area-pasajero #control-calidad-app .cc-border > .row {
    margin-left: 0px;
    margin-right: 0px;
}

#area-pasajero #control-calidad-app .cc-border {
    padding: 10px;
}

#area-pasajero #control-calidad-app .descripcion-encuesta {
    font-family: roboto-condensed;
    font-weight: 300;
    font-style: italic;
    font-size: 1.45em;
}

#loading-bar-spinner {
    top: 50%;
    left: 50%;
}

.navbar-toggle {
    margin-right: -20px;
}

/*** Seleccion mercado ***/

#seleccion-mercado .padded0{
	  padding: 0px;
}

#seleccion-mercado .franjaRoja{
      background-color: #e31b23;
	  min-height: 955px;
	  padding: 0px;
	  z-index: 4;
}

#seleccion-mercado .container{
    background: url(../images/Sin.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
	background-position: 71%;
}

#seleccion-mercado .menu{
	padding: 4% 0% 0% 2%;
}

#seleccion-mercado h3{
    font-family: roboto;
	color: #9d9c9c;
}

 #seleccion-mercado button{
    font-family: roboto-condensed;
	color: #e31b23;
	width: 8em;
	text-align: left;
	border-color: #e31b23;
	font-size: 2em;
	font-weight: lighter;
	padding-left: 1.1em;
	overflow: hidden;
}

  #seleccion-mercado button:hover{
    background-color: #e31b23;
	color: #fff;
	margin-left: 0px;
}

#seleccion-mercado .divInferior{
	height: auto;
}

#seleccion-mercado .menu2{
	font-family: roboto-condensed;
	font-weight: lighter;
	color: #e31b23;
	font-size: 1.5em;
	margin-top: 27%;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}

#seleccion-mercado .lista{
	list-style-type: none;
	padding: 0.3em;
	text-align: center;
	height: 42px;
}

#seleccion-mercado li{
	display: inline;
	padding-right: 1em;
	padding-left: 0.8em;
	border-right: 1px solid #dadada;
}

#seleccion-mercado .elemento{
	border: none;
}

#seleccion-mercado .logo{
	padding-top: 26%;
	z-index: 5;
}

#seleccion-mercado .menu2Contenedor{
	height: 45px;
	width: 150em;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-right: 0px;
	float: right;
}

#seleccion-mercado .nuevo{
	position: relative;
	width: 49em;
	float: right;
	display: inline-block;
}

/** XS **/

@media (max-width: 767px){
	#seleccion-mercado .menu{
		text-align: center;
	}

	#seleccion-mercado p{
		text-align: center;
	}

	#seleccion-mercado .menu2{
		margin-top: 10%!important;
	}

	#seleccion-mercado .logo{
		padding-top: 10%!important;
	}
}

/** SM **/

@media (min-width: 768px) and (max-width: 991px){

	#seleccion-mercado .menu2{
		margin-top: 67%!important;
	}

	#seleccion-mercado .logo{
		padding-top: 66%!important;
	}

}

#cambio-mercado .dropdown-menu li a, #cambio-nuestro-circuito .dropdown-menu li a {
    font-weight: 300;
    font-size: 1.15em;
}

#cambio-mercado .dropdown-menu li.active > a, #cambio-nuestro-circuito .dropdown-menu li.active > a {
    font-weight: 300;
    font-size: 1.15em;
    color: #70706f;
    background-color: #fce6e7;
    font-weight: 400;
}

#cambio-mercado .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, #cambio-nuestro-circuito .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    font-weight: 300;
    font-size: 1.15em;
    color: #ffffff;
    background-color: #e31b23;
}


@media print {
    #descripcion-diaria {
        max-height: none !important;
        overflow: visible;

    }
    .hidden-print {
        display: none;
    }
    #tabla-disponibilidad {
        max-height: none !important;
        overflow: visible !important;
    }
    .spt-main-container {
        padding-top: 0px;
    }
}

/** Navbar home collapse breakpoint 991px **/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #cabecera > .container {
        width:100%;
    }
}

@media (min-width: 991px) {
    #cabecera .navbar-nav {
        float: right;
        margin-right: -15px;
    }
}

@media (min-width: 768px){
    #cabecera #cambio-mercado .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }
}

.rounded-bg-wrapper {
    color: #fff;
    width: 77px;
    padding: 8px;
    height: 77px;
    background-color: #9d9c9c;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align:center;
}

.no-padding-left {
    padding-left: 0px;
}

.spt-descripcion {
    font-size: 1.4em;
    font-weight: 400;
}

.elemento-listado .col-lg-1, .col-lg-2, .col-lg-8, .col-lg-12{
    min-height: 0px;
}

@media(min-width: 992px){
    #detalle-superbuscador .same-height {
        display: flex;
    }
}

#filtros-circuitos .btn-filter-util {
    font-size: 13px;
    height: 30px;
}
