@font-face {
    font-family:'interstate-bold';
    src: url('265507-interstate-bold-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family:'interstate-light';
    src: url('566856-interstate-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

.carousel-inner img:hover {
      cursor:pointer;
}

.fondo{
  background-image: url('372476-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgb(248, 220, 219);
}

.logo-b{
	width: 175px;
    height: 48px;
    margin-top: 4.6%;

}

.contenido{
	margin-top: 5%;
    display: block;
}

.fuente{
	font-family: 'interstate-bold' !important;
	font-size: 32px;
	color:#000000;
	letter-spacing: -1px;
}

.btn-1{
    font-family: 'interstate-light' !important;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 32px;
    font-size: 14px;
    margin-top: 4%;
    display: inline-block;
    margin-bottom: 4%;
    min-width: 210px;
}

.btn-2{
	font-family: 'interstate-light' !important;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 32px;
    font-size: 14px;
    margin-top: 4%;
    margin-bottom: 4%;
    display: inline-block;
    min-width: 210px;
}

a:hover{
	background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

#logo-fly {
    display:none;
}

#carouselExampleIndicators2m {
	    display: none;
	}
	
#carouselExampleIndicatorsm {
	    display: none;
	}


@media only screen and (max-width: 830px) {
  .btn-1{
	    margin-right: auto;
    	display: block;
    	max-width: 65%;
    	margin: 0px auto;
    	margin-top: 40px;
	}

	.btn-2{
		margin-right: auto;
    	display: block;
    	max-width: 65%;
    	margin: 0px auto;
    	margin-top: 20px;
	}

	.contenido {
    	margin-top: 55%;
	}
	
	#carouselExampleIndicatorsm {
	    display: block;
	}
	
	#carouselExampleIndicators {
	    display: none;
	}
	
	#carouselExampleIndicators2m {
	    display: block;
	}
	
	#carouselExampleIndicators2 {
	    display: none;
	}
	
}

@media (min-width: 992px) {
    #col-izq {
        padding-right: 0;
    }
    #col-der {
        padding-left: 0;
    }   
    #logo-fly {
        position: absolute;z-index: 0;bottom: 10%;
        display:block;
    }
    
	/* Declare heights because of positioning of img element */
    .carousel-item {
      height: 600px !important;
    }
    .carousel-item > img {
      height: 600px !important;
    }
}


