@font-face {
	font-family: 'CoolveticaRegular';
	src: url('/fonts/CoolveticaRegular/CoolveticaRegular.eot');
	src: url('/fonts/CoolveticaRegular/CoolveticaRegular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/CoolveticaRegular/CoolveticaRegular.woff2') format('woff2'),
	url('/fonts/CoolveticaRegular/CoolveticaRegular.woff') format('woff'),
	url('/fonts/CoolveticaRegular/CoolveticaRegular.ttf') format('truetype'),
	url('/fonts/CoolveticaRegular/CoolveticaRegular.svg') format('svg');
}

@font-face {
	font-family: 'BebasNeueBold';
	src: url('/fonts/BebasNeueBold/BebasNeueBold.eot');
	src: url('/fonts/BebasNeueBold/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/BebasNeueBold/BebasNeueBold.woff2') format('woff2'),
	url('/fonts/BebasNeueBold/BebasNeueBold.woff') format('woff'),
	url('/fonts/BebasNeueBold/BebasNeueBold.ttf') format('truetype'),
	url('/fonts/BebasNeueBold/BebasNeueBold.svg') format('svg');
}

@font-face {
	font-family: 'MonsterAttack';
	src: url('/fonts/MonstersAttack/MonstersAttack.eot');
	src: url('/fonts/MonstersAttack/MonstersAttack.eot?#iefix') format('embedded-opentype'),
	url('/fonts/MonstersAttack/MonstersAttack.woff2') format('woff2'),
	url('/fonts/MonstersAttack/MonstersAttack.woff') format('woff'),
	url('/fonts/MonstersAttack/MonstersAttack.ttf') format('truetype'),
	url('/fonts/MonstersAttack/MonstersAttack.svg') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('/fonts/HelveticaNeue/HelveticaNeueDeskInterface-Bold.eot');
	src: url('/fonts/HelveticaNeue/HelveticaNeueDeskInterface-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/HelveticaNeue/HelveticaNeueDeskInterface-Bold.woff2') format('woff2'),
	url('/fonts/HelveticaNeue/HelveticaNeueDeskInterface-Bold.woff') format('woff'),
	url('/fonts/HelveticaNeue/HelveticaNeueDeskInterface-Bold.ttf') format('truetype'),
	url('/fonts/HelveticaNeue/HelveticaNeueDeskInterface-Bold.svg') format('svg');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

a, a:hover{
	color: inherit;
	text-decoration: none;
}

a:focus, i:focus{
	outline: none;
	color: inherit;
	text-decoration: none;
}

button:focus{
	outline: none;
	text-decoration: none;
}

h3 {
	font-family: 'CoolveticaRegular';
	font-size: 3.5vw;
	margin: 0 auto 2vw auto;
	display: block;
	text-align: center;
}

img {
    max-width: 100%;
}

main.ibt-home{
    min-height: 100vh;
}

main.ibt-espacios{
    min-height: calc(100vh - 228px);
}

ul#ibt-rubros-menu {
    position: inherit;
    background-color: #ffffff;
    z-index: 99;
    display: none;
}

ul#ibt-rubros-menu a {
	color: #000000;
}

input[type='checkbox'] {
    width: 1.1vw;
    height: 1.1vw;
}

.iti-flag {background-image: url("/libs/node_modules/intl-tel-input/build/img/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("/libs/node_modules/intl-tel-input/build/img/flags@2x.png");}
}

.intl-tel-input {
    width: 100%;
}

.control-label{
    font-size: 1.2vw;
    line-height: 1.6vw;
}

.form-control{
    font-size: 1vw;
    line-height: 1vw;
    height: 2vw;
}

.btn{
    font-size: 1vw;
}

.ibt-btn{
    background-color: rgb(0, 173, 238);
    color: white;
}

.ibt-btn:hover{
    background-color: rgb(235, 0, 139);
    color: white;
}

.modal-body{
    overflow: hidden;
}

.modal-body span {
    font-size: 1.2vw;
    text-align: left;
    display: block;
    margin: 10px 0;
}

.ibt-right-text{
    text-align: right;
}

.ibt-video-container video{
	margin: 0 auto;
    display: block;
}

.ibt-logo{
	width: 30%;
	margin: 0 auto;
    display: block;
}

.ibt-hide{
    display: none;
}

.ibt-rubro-inactivo{
    color: #b7b1b1;
}

.ibt-logo-container{
    margin-top: 25vh;
    margin-bottom: 10vh;
}

.ibt-rubros-container{
    margin-right: 50px;
}

.ibt-rubros-container li{
    float: right;
    padding-left: 60px;
    display: inline-block;
}

.ibt-rubros li a{
    font-size: 2.5vw;
    text-align: center;
    display: block;
    color: #b7b1b1;
    font-weight: bold;
}

.ibt-rubros li a:hover{
    color: #000000;
}

.col-half-offset{
    margin-left: 4.166666667%
}

.ibt-image-container{
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.ibt-underline-img{
    width: 20vw;
}

.ibt-mm-btn{
    display: none;
}

#mm-blocker {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 40%;
}

.ibt-mm-left{
	position: relative;
    left: 66%;
}

.ibt-mm-of-hidden{
	overflow: hidden;
}

.ibt-navbar-container{
	width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 50px;
}

.ibt-navbar{
	background: linear-gradient(to right, rgb(75, 165, 204), rgb(81, 113, 188), rgb(151, 91, 158), rgb(194, 76, 128), rgb(221, 181, 79));
	width: 100%;
    z-index: 999;
    display: block;
    margin: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 3px 6px 1px #868686;
}

.ibt-nav-rubro {
    font-size: 26px;
    font-weight: bold;
}

.ibt-login-button{
    font-size: 1.3vw;
    background: none;
    border: none;
    display: inline-block;
    color: #a5a0a0;
    float: right;
    right: 35px;
    position: relative;
    vertical-align: middle;
}

.ibt-login-button:hover{
	color: #887979;
}

.ibt-login-button img{
	vertical-align: middle;
    text-align: center;
    height: 3vw;
}

.affix{
	top: 0;
}

.ibt-fb-menu{
	position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1000;
    right: 0;
    top: 0;
    font-size: 2vw;
    /*border-radius: 4px 0 0 4px;*/
    display: inline-block;
}

.ibt-fb-menu a{
	display: block;
}

.ibt-navbar ul{
    overflow: hidden;
    display: block;
    width: 100%;
    position: absolute;
}

.ibt-navbar ul li a{
	font-family: "CoolveticaRegular";
	color: white;
	font-size: 26px;
	font-weight: bold;
	display: block;
	text-align: center;
    letter-spacing: 2px;
}

.ibt-copyright{
	display: block;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family: "Lato", serif;
	font-size: 19px;
	font-weight: bolder;
	color: #363636;
}

.full-rainbow {
	background: linear-gradient(to right, #F6BD92, #C3DF7E, #87CFDD, #A18BC1, #EE5894);
}

.ibt-section{
    font-size: 26px;
	padding: 0;
}

.ibt-section li{
	line-height: 100px;
	text-align: center;
}

.ibt-top-bar{
	height: 100px;
    margin-bottom: 0;
}

.ibt-top-bar li{
    height: 100px;
    line-height: 100px;
}

.ibt-top-bar-container {
	height: 100px;
}

.float-left{
	float: left;
}

.ibt-map-container{
	display: block;
	/*margin-right: 40px;*/
	border: none;
	box-shadow: 10px 10px 5px grey;
    height: 20vw;
}

.ibt-map-container iframe{
	margin: 0;
	padding: 0;
	display: block;
}

.ibt-middle-section{
	margin-bottom: 6vw;
    margin-top: 6vw;
}

.carousel-container{
	margin-bottom: 6vw;
}

.bold{
	font-weight: bold;
	color: black;
}

.faded{
	font-weight: normal;
	color: #ccc;
}

.left{
	float: left;
}

.right{
	float: right;
}

.carousel-inner{
	height: -webkit-calc(100vh - 150px);
	height: -moz-calc(100vh - 150px);
	height: calc(100vh - 150px);
}

.ibt-grey-texture{
	background-color: #ffffff;
	background-image: url(/images/backgrounds/textura-gris.png);
}

.contact-list{
	margin-left: 4vw;
	display: block;
	width: 100%;
    overflow: hidden;
    /*padding-top: 5vw;*/
}

.contact-list li{
	display: block;
	width: 100%;
	float: left;
    padding: 0.8vw 0;
    line-height: 2.6vw
}

.contact-left{
    display: block;
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    float: left;
    font-size: 1.4vw;
    color: white;
}

.contact-right{
	font-family: 'HelveticaNeueBold';
	float: left;
    font-size: 1.3vw;
    font-weight: 600;
	padding-left: 20px;
	color: black;
	width: calc(100% - 65px);
	white-space: nowrap;
	overflow: hidden;
}

.double-line{
	line-height: inherit;
}

.contact-left i {
	display: block;
	text-align: center;
	line-height: 2.8vw;
}

.ibt-top-logo{
    max-height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.yellow-background{
	background-color: rgb(214, 222, 35);
}

.pink-background{
	background-color: rgb(235, 0, 139);
}

.teal-background{
	background-color: rgb(0, 173, 238);
}

.wa-green-background{
	background-color: #009688;
}

.lighter-yellow-background{
	background-color: #EAEF90;
}

.lighter-pink-background{
	background-color: #F680C5;
}

.lighter-teal-background{
	background-color: #80D6F7;
}

.white{
	color: white;
}

.fb-blue-background{
	background-color: #3b5998;
}

.home-middle div img {
	display: block;
	margin: 0 auto;
    width: 23vw;
}

.home-icons-text-container{
	padding-top: 20px;
	font-family: 'Fredericka the Great', cursive;
    float: left;
    display: block;
}

.home-icons-text-container span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 2vw;
    padding: 2px 0;
}

.home-icons-title{
	font-family: 'MonsterAttack';
	float: left;
	width: 100%;
	text-align: center;
	font-size: 3vw;
	line-height: 3vw;
	margin-bottom: 2vw;
    text-shadow: 1px 4px 4px #868686;
}

.ibt-doubts-container {
    text-align: center;
}

.ibt-doubts {
    display: inline-block;
    /*width: 52vw;*/
}

.ibt-teal{
	color: #20B8F1;
}

.ibt-pink{
	color: #EE209B;
}

.ibt-yellow{
	color: #D7DF23;
}

.ibt-red{
    color: #bd1515 !important;
}

.ibt-section .left{
	padding-left: 10px;
}

.ibt-section .right{
	padding-right: 10px;
}

.ibt-agenda-container{
    height: 100px;
    color: white;
    width: 26vw;
    border-radius: 10px;
    margin: auto;
    display: flex;
    margin-right: 0px;
}

.ibt-agenda-container a{
    display: block;
    height: 3vw;
    line-height: 3vw;
    background-image: linear-gradient(to right bottom, rgb(75, 165, 204), rgb(81, 113, 188), rgb(151, 91, 158), rgb(194, 76, 128), rgb(221, 181, 79));
    text-align: center;
    vertical-align: middle;
    margin: auto;
    border-radius: 10px;
    padding: 0 15px;
}

.ibt-agenda-container i{
    font-size: 2vw;
    float: left;
    display: block;
    padding-right: 10px;
    line-height: 3vw;
}

.ibt-agenda-container span{
    font-size: 1.2vw;
    font-weight: bold;
    display: block;
    float: left;
}

.ibt-white-bg{
	background-image: url(/images/backgrounds/textura-blanca.png);
}

.ibt-us-row {
    margin: 3.5vw 0;
}

.ibt-us-row h2{
	font-size: 2vw;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px #b7b1b1;
}

.ibt-us-row p {
    margin-top: 15px;
    font-size: 1.5vw;
}

.ibt-services-container{
    padding: 3% 0;
}

.ibt-services .row{
	border-left: 10px solid #3E3E3F;
	margin-left: 50px;
}

.ibt-service img{
    display: block;
    margin: 30px auto;
}

.ibt-service p{
    text-align: center;
    font-weight: bold;
    font-size: 1.5vw;
}

.ibt-estacionamiento-disclaimer{
	color: #565657;
    text-align: right;
    font-size: 1.2vw;
    margin-top: 3vw;
    margin-right: 3%;
}

.ibt-who-are-we-container{
    width: 100%;
    display: block;
    height: 60vw;
    /*height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);*/
}

.ibt-who-are-we{
        background-color: #ffffff;
    background-color: rgba(255,255,255,0.8);
    width: 80%;
    font-size: 1.5vw;
    padding: 20px;
    overflow: hidden;
    top: -9vw;
    vertical-align: middle;
    left: 10%;
    position: relative;
    color: #000000;
    text-align: center;
    box-shadow: 0 3px 6px 1px #868686;
}

.ibt-who-are-we p {
    margin-bottom: 2vw;
    font-size: 1.6vw;
}

.ibt-who-are-we header {
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    margin: 2vw 0;
    font-family: 'CoolveticaRegular';
    letter-spacing: 3px;
}

.ibt-planes-header-container header {
    font-size: 3vw;
    font-weight: bold;
    padding-left: 2vw;
}

.ibt-plan-header header{
	font-size: 2.2vw;
    font-weight: bold;
    margin-bottom: 2vw;
    margin-left: 2%;
}

.ibt-panel-group{
    padding: 0 3%;
    border: none;
    box-shadow: none;
}

.ibt-table-description{
    text-transform: none;
    font-size: 1vw;
    text-align: center;
}

.ibt-table-icon{
	color: #ffffff;
	background-color: #000000;
	border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 20px;
    padding-left: 2px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: none;
}

.ibt-table-price-discount td span img{
    position: absolute;
    width: 4vw;
    top: -1.8vw;
    right: -1.5vw;
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    z-index: 99;
}

.ibt-table-borderless-row{
	background: none !important;
}

.ibt-no-bg-row{
    background: none !important;
}

.ibt-table{
    table-layout: fixed;
    font-family: "CoolveticaRegular";
}

.ibt-table tr td:not(:first-child), .ibt-table tr th{
	text-align: center;
}

.ibt-table tbody tr {
    background: radial-gradient(circle at bottom, black 1px, transparent 1.5px) repeat-x bottom;
    background-size: 5px 2px;
    word-wrap: break-word;
}

.ibt-table tbody tr td {
    /*font-weight: 600;*/
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 2px;
    font-size: 1.3vw;
    color: #000000;
}

.ibt-table tbody tr td.ibt-table-precio {
    font-size: 2vw;
}

.ibt-table-grey-bg span{
    color: #ffffff;
    background-color: #57585A;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.6vw;
    letter-spacing: 3px;
    line-height: 3vw;
}

.ibt-table-black-bg span{
    color: #ffffff;
    background-color: #231F20;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.8vw;
    letter-spacing: 3px;
    line-height: 3vw;
    position: relative;
}

.ibt-table-black-bg button{
    color: #ffffff;
    background-color: #231F20;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.8vw;
    letter-spacing: 3px;
    line-height: 3vw;
    position: relative;
    width: 100%;
}

.ibt-planes-container{
	margin-top: 50px;
}

tr.ibt-spacer {
    height: 15px;
}

.ibt-panel{
	padding: 15px 0 15px 15px;
}

.ibt-panel-title{
	font-size: 2vw;
	font-weight: bold;
}

.ibt-mvv-container{
    width: 80%;
    vertical-align: middle;
    margin: 0 10% 0 10%;
    padding-bottom: 5vw;
}

.ibt-panel-title a{
	display: block;
    text-shadow: 2px 1px #b7b1b1;
}

.ibt-gallery {
    width: 22vw;
    height: 15vw;
    margin: 0 auto;
}

.ibt-gallery figure{
    margin: 0 12px 12px 0;
    float: left;
    overflow: hidden;
    width: 10vw;
}

.ibt-primary-thumb {
    height: 10.6vw;
}

.ibt-secondary-thumb {
    height: 5vw;
}

.ibt-main-header {
    font-family: 'BebasNeueBold';
    text-align: center;
    font-size: 7vw;
}

header.ibt-secondary-header {
    font-family: 'CoolveticaRegular';
    letter-spacing: 2px;
    font-size: 4vw;
    text-align: center;
    /*padding-bottom: 2vw;*/
}

.ibt-gallery-column header {
    text-align: center;
    font-size: 2vw;
    padding-bottom: 2vw;
}

/****** LOGIN MODAL *****/

.login-fb-span{
	display: inline-block;
	line-height: 36px;
	float: left;
	width: 184px;
	border-left: 1px solid #4376B0;
	margin-top: 0px;
}
.login-fb-icon{
	display: inline-block;
	font-size: 22px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 36px;
	width: 36px;
	padding-top: 6px;
	padding-left: 4px;
	border: 0;
	border-radius: 3px;
}
.login-fb-button{
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	height: 36px;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 232px;
	display: block;
}
.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.9em;
    font-family: 'CoolveticaRegular';
    font-weight: bold;
    padding-bottom: 25px;
    letter-spacing: 2px;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
}

.loginmodal-submit {
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;
}

.login-help a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-help{
	font-size: 12px;
}

.modal {
	text-align: center;
	padding: 0!important;
}

/*.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}*/

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	/*height: 382px;*/
	/*width: 352px;*/
}

.loginmodal-register {
	width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    border: 0px;
    border: 0px;
    color: #ffffff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    text-align: center;
}

/*  END LOGIN MODAL */

/* BUY MODAL */
.modal-title {
    font-family: 'CoolveticaRegular';
    font-size: 2vw;
    line-height: 2vw;
}
/* END BUY MODAL */

@media only screen and (max-width: 1599px) {
	.carousel-inner {
		height: inherit;
	}

	.ibt-navbar ul li a{
		font-size: 20px;
	}

	.ibt-section{
	    font-size: 20px;
	}

	.ibt-nav-rubro {
	    font-size: 20px;
	}

	.ibt-top-bar li {
	    height: 80px;
	    line-height: 80px;
	}

	.ibt-top-bar {
	    height: 80px;
	    margin-bottom: 0;
	}

	.ibt-top-bar-container {
	    height: 80px;
	}

	.ibt-agenda-container {
	    height: 80px;
	}

	.ibt-top-logo {
	    max-height: 60px;
	}

	.ibt-navbar {
	    height: 40px;
	    line-height: 40px;
	}

	.ibt-navbar-container {
	    min-height: 40px;
	}

	.ibt-fb-menu {
	    width: 40px;
	    height: 40px;
	}
}

@media only screen and (max-width: 1365px) {
	.ibt-section{
	    font-size: 17px;
	}

	.ibt-navbar ul li a{
	    font-size: 18px;
        line-height: 49px;
	}

    .ibt-gallery {
        width: 23vw;
    }
}

@media only screen and (max-width: 991px){

    /*.modal:before {
        height: inherit;
    }*/

    .ibt-who-are-we-container{
        height: 95vw;
    }

    .btn {
        font-size: 4vw;
    }

    .form-control {
        font-size: 4vw;
        line-height: 4vw;
        height: 9vw;
    }

    .control-label {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }

    input[type='checkbox'] {
        width: 4vw;
        height: 4vw;
    }

    .ibt-btn {
        font-size: 4vw;
    }

    .ibt-gallery {
        width: 88vw;
        height: 50vw;
        margin-bottom: 5vh;
    }

    .ibt-gallery figure {
        margin: 0 12px 12px 0;
        width: 40vw;
    }

    .ibt-secondary-thumb {
        height: 23vw;
    }

    .ibt-primary-thumb {
        height: 49vw;
    }

    header.ibt-secondary-header {
        font-size: 11vw;
    }

    .ibt-gallery-column header {
        font-size: 8vw;
    }

	.ibt-navbar{
		background: none;
		box-shadow: none;
	}

	.ibt-navbar ul{
		margin: 0;
	}

	.ibt-navbar ul li{
	    padding: 0;
	    margin: 0;
	    width: 100%;
	}

	.ibt-fb-menu{
		display: none;
	}

	.home-middle div img {
	    width: 66vw;
	}

	.home-icons-title {
	    font-size: 10vw;
	    line-height: 25vw;
	}

	.home-icons-text-container span {
	    font-size: 6vw;
	}

	.ibt-top-bar-container {
	    height: 50px;
	}

	.ibt-top-bar {
        height: 50px;
	    text-align: center;
	    overflow: hidden;
	    position: fixed;
	    width: 100%;
	    background-color: #ffffff;
	    z-index: 999;
        border-bottom: 1px solid #000000;
	}

	.ibt-top-bar li {
        height: 50px;
	    line-height: 50px;
	    display: inline-block;
        width: 100%;
	    position: absolute;
	    left: 0;
	    margin: 0;
	    padding: 0;
	}

	.ibt-top-logo {
	    max-height: 35px;
	}

	.ibt-login-button img {
        height: 32px;
	}

	.ibt-mm-btn{
	    display: block;
	    float: left;
	    font-size: 25px;
        padding: 0 15px;
	    cursor: pointer;
	    pointer-events: all;
        border-right: 1px solid #cecece;
        position: absolute;
	}

	.ibt-top-bar li:last-child{
	    float: right;
	    width: initial;
	    position: relative;;
	}

	.ibt-top-bar li:nth-child(2){
		display: none;
	}

	.ibt-top-bar li:nth-child(3){
		display: none;
	}

	.ibt-navbar-container {
        position: fixed;
	    z-index: 100000000;
	    width: 66vw;
	    height: 100vh;
	    background-color: #ffffff;
        top: 0;
    	left: 0;
    	display: none;
	}

	.ibt-navbar ul li a {
        color: black;
	    text-align: left;
	    padding-left: 15px;
	    border-bottom: 1px solid #ccc;
	}

	.ibt-login-button {
		right: 15px;
	}

	.ibt-login-button span{
		display: none;
	}

	.contact-left i {
	    font-size: 4vw;
	}

	.contact-list li{
		padding: 10px 0;
	}

	.ibt-map-container {
	    height: auto;
	}

	.carousel-container {
	    margin-bottom: 30px;
	}

	.affix {
	    position: relative;
	}

	h3{
		font-size: 10vw;
	}

	.home-icons-title {
		font-size: 12vw;
		line-height: 25vw;
	}

	.home-icons-text-container span{
		font-size: 7vw;
	}

	.contact-list{
		padding: 0;
	}

	.contact-left i{
		line-height: 50px;
	}

	.contact-right{
		font-size: 5vw;
		line-height: 50px;
	    padding-left: 10px;
	}

	.contact-left{
		width: 50px;
		height: 50px;
	}

	.ibt-map-container iframe{
		height: 300px;
	}

	.ibt-map-container{
		box-shadow: none;
	    margin: 0 auto;
	}

	.ibt-section{
		font-size: 7vw;
	}

	.ibt-login {
		font-size: 7vw;
		padding: 0;
	}

	.carousel-inner {
		height: inherit;
	}

	.home-middle div{
		margin-bottom: 20px;
	}

	.home-middle div img{
	    width: 73vw;
	}

	.ibt-middle-section {
		margin-bottom: 40px;
	}

	.ibt-services .row {
	    border: none;
	    margin-left: 0;
	}

	.ibt-table-icon {
	    height: 20px;
	    width: 20px;
	    margin: 0 auto;
	    line-height: 20px;
	    font-size: 10px;
	    padding-left: 1px;
	}

	.ibt-table tbody tr td {
	    font-size: 2.1vw;
	}

	.ibt-service p {
	    font-size: 4.5vw;
	}

	.ibt-planes-header-container header {
	    font-size: 6vw;
	}

	.ibt-estacionamiento-disclaimer {
	    font-size: 3vw;
	}

	.ibt-panel-title {
	    font-size: 4vw;
	}

	.ibt-who-are-we header {
	    font-size: 7vw;
	}

	.ibt-who-are-we p {
	    font-size: 3vw;
	}

	.ibt-who-are-we {
	    bottom: 30vw;
	}

	.ibt-us-row h2 {
	    font-size: 5vw;
	}

	.ibt-us-row p {
	    font-size: 3.5vw;
	}

	.ibt-logo {
	    width: 80%;
	}

	.ibt-logo-container {
	    margin-bottom: 7vh;
	}

	.ibt-rubros li a {
	    font-size: 8vw;
	}

	.ibt-rubros li {
	    margin-bottom: 4vw;
	}

	.ibt-plan-header header {
	    font-size: 6vw;
	    margin-bottom: 5vw;
	    margin-left: 0;
	}

	ul#ibt-rubros-menu {
	    padding-left: 20px;
	    display: block !important;
	}

    .ibt-video-container{
        height: auto;
    }
}