html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-image: url(../img/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.navbar {
    background-color: #003466;
	
}

.blancotr{
	background-color: rgba(229, 229, 229, 0.45);
	margin: 30px;
}
.botn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px !important;
 
    max-width: 220px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
	border-radius: 0px; 
  }


.botn,
  .botn:before,
  .botn:after {
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
  }

.btn-2 {
    letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  border: 1px solid #fff;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
}


.btn-3 {
    display: inline-block;
    margin-right: 0px;
	background-color: #003466;
	color: #fff;
    position: relative;
    overflow: hidden; 
    transition: 0.8s cubic-bezier(.7,.24,0.26,1.52);

}

.btn-3:hover {
	background-color: #4d4b5a;
	color: #fff;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.logoarriba {
    padding: 5px;
	max-width: 260px;
}
.logoarriba img{
	max-width: 250px;
}

/* Home Page Carousel */

header.carousel {
    height: 82%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.interno {
  padding-top: 12%;
}
.carousel-content{
  color: #fff;
}
#myCarousel {
  
  text-shadow: 3px 3px 4px rgba(44, 44, 44, 0.80);
}
#myCarousel .carousel h2 {
  font-size: 48px;
  color: #fff;
}
#myCarousel .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 0;
  margin-top: 5px;
}
#myCarousel .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#myCarousel .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(288, 288, 288, 0.5);
  display: inline-block;
}


#myCarousel .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

.tituloslide {
	font-size: 58px;
	font-weight: 600;
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#myCarousel .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#myCarousel .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#myCarousel .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.cajaz:hover{
    transition: all .3s;
	}
.cajaz:hover{
    background: #fff;
    border-radius: 4px;
	-webkit-box-shadow: 4px 7px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 7px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 7px 16px 0px rgba(0,0,0,0.75);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


.gallery-title
{
    font-size: 36px;
    color: #003466;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #003466;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #003466;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #003466;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
	border: 1px solid #003466;
    border-radius: 5px;
    text-align: center;
    color: #003466;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.gallery_product { overflow: hidden; }
.zoomcont { overflow: hidden; }

.zoom { display: block; margin: 0; width: 100%; height: auto; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}

.zoom:hover{ transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }

.lblanco {
font-size: 1.4rem;
color: #ffffff;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


.textod {
    font-family: calibri,arial, verdana;
    line-height: 1.3em;
    text-align: justify;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	.navbar-collapse{
	    background-color: rgba(0, 58, 114, 0.71);
	}
	.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
	}
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}