@font-face {
font-family: 'Avenir Next LT Pro Condensed';
font-style: normal;
font-weight: normal;
src: url('fonts/AvenirNextLTPro-Cn.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Demi';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Demi'), url('fonts/AvenirNextLTPro-Demi.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Demi Condensed';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Demi Condensed'), url('fonts/AvenirNextLTPro-DemiCn.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Heavy Condensed';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Heavy Condensed'), url('fonts/AvenirNextLTPro-HeavyCn.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Medium Condensed';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Medium Condensed'), url('fonts/AvenirNextLTPro-MediumCn.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Regular'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Ultra Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Ultra Light Condensed'), url('fonts/AvenirNextLTPro-UltLtCn.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Bold'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Bold Condensed'), url('fonts/AvenirNextLTPro-BoldCn.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Bold Condensed Italic'), url('fonts/AvenirNextLTPro-BoldCnIt.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Condensed Italic'), url('fonts/AvenirNextLTPro-CnIt.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Demi Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Demi Condensed Italic'), url('fonts/AvenirNextLTPro-DemiCnIt.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Demi Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Demi Italic'), url('fonts/AvenirNextLTPro-DemiIt.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Heavy Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Heavy Condensed Italic'), url('fonts/AvenirNextLTPro-HeavyCnIt.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Italic'), url('fonts/AvenirNextLTPro-It.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Medium Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Medium Condensed Italic'), url('fonts/AvenirNextLTPro-MediumCnIt.woff') format('woff');
}


@font-face {
font-family: 'Avenir Next LT Pro Ultra Light Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Ultra Light Condensed Italic'), url('fonts/AvenirNextLTPro-UltLtCnIt.woff') format('woff');
}

*{
  margin: 0px;
  padding: 0px;
  
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative !important;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.container_princ{
  background-color: white;
}

.header_menu{
  margin-top: 0px;
  display: grid;
  width: 100%;
  grid-template-columns: 30% 1fr;
  grid-template-rows: repeat(1, 51px);
  background-color: white;
  margin-bottom: 1rem;
  position: fixed;
  z-index: 100;
  margin-bottom: 1rem;
}

.header_menu_1{
  text-align: center;
}

.header_menu_2{
  text-align: center;
}

.header_services{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 200px);
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 8px;
  grid-gap: 1rem;
}

.header_services_int{
  display: grid;
  width: 100%;
  grid-template-columns: 35% 1fr;
  grid-template-rows: repeat(2, 190px);
  background-color: #222222;
  margin-bottom: 1rem;
  border-radius: 8px;
  grid-gap: 1rem;
}

.img_services{
  width: 100%;
  height: 100%;
  border-style: inset;
  border-radius: 8px;
}

.header_img{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
  background-image:  url(../img/header_img.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  margin-top: 1rem;
  background-attachment: fixed;
  text-align: center;
  font-size: 26px;
  padding-top: 50px;
}

.header_suesca{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  /*! background: linear-gradient(#222222, #9c9c9c); */
	border-style:  solid;
	border-radius: 8px;
    background-color: #222222;
	padding-bottom: 15px;
}

.header_suesca_1{
	display: inline;
	text-align: center;
	margin-top: 10px;
}

.header_suesca_2{
	display: inline;
	text-align: center;
	margin-top: 5px;
}

.header_suesca_3{
	display: inline;
	text-align: center;
    margin: 15px;
	color: white;
}

.a_footer{
    margin: 20px;
	color: white;
}

.img_foot{
    width: 80px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img_interlaken{
  height: 100%;
}

.boton_contactanos{
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: white;
  width: auto;
}

.text_middle{
  margin-left: 15%;
  margin-right: 15%;
}

@media screen and (max-width:640px) {
body{
  background: -webkit-linear-gradient(#9c9c9c, #222222, #9c9c9c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#222222, #9c9c9c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#9c9c9c, #222222, #9c9c9c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#222222, #9c9c9c); /* Standard syntax */
  background: -moz-linear-gradient(#222222, #9c9c9c);
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center !important;
}

.container_princ{
  background: white;
  width: 100%;
  border-radius: 5px;
  height: auto;
}

.header_menu{
  margin-top: 0px;
  display: block;
  width: 100%;
  grid-template-columns: 50% 1fr;
  grid-template-rows: repeat(1, auto);
  background-color: white;
  margin-bottom: 1rem;
  position: fixed;
  z-index: 100;
  margin-bottom: 1rem;
}

.header_interlaken{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 40px);
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 5px;
  grid-gap: 1rem;
  text-align: center;
}

.header_services{
  display: block;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 200px);
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 8px;
  grid-gap: 1rem;
}

.header_services_int{
  display: grid;
  width: 100%;
  grid-template-columns: 35% 1fr;
  grid-template-rows: repeat(2, auto);
  background-color: #222222;
  margin-bottom: 1rem;
  border-radius: 8px;
  grid-gap: 1rem;
}

.img_interlaken{
  height: 50px;
}

.img_grupo{
  width: 100%;
}

.img_services{
  width: 100%;
  height: 60%;
  border-style: inset;
  border-radius: 8px;
}

.img_foot{
    width: 14%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
}