/*Bootstrap Image Carousel Slider with Animate.cssCode snippet by Hashif (http://hashif.com) for Bootsnipp.comImage credits: unsplash.com*/@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);/********************************//* Main CSS *//********************************/body{background: transparent url('../imgs/fondo.png') no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: 100%; height: 100%;}#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{color: #fff; font-size: 40px; font-weight:700;}#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{color: #fff; font-size: 20px; font-weight:700;}#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{padding-left: 20px;}#first-slider .carousel-indicators{bottom: 0;}#first-slider .carousel-control.right,#first-slider .carousel-control.left{background-image: none;}#first-slider .carousel .item{min-height: 500px; height: 100%; width:100%; top: 80px;}.carousel-inner .item .container{display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; top: -150px; left: 0; right: 0;}#first-slider h3{animation-delay: 1s;}#first-slider h4{animation-delay: 2s;}#first-slider h2{animation-delay: 3s;}#first-slider .carousel-control{width: 6%; text-shadow: none;}#first-slider h1{text-align: center; margin-bottom: 30px; font-size: 30px; font-weight: bold;}#first-slider .p{padding-top: 150px; text-align: center;}#first-slider .p a{text-decoration: underline;}#first-slider .carousel-indicators li{width: 14px; height: 14px; background-color: rgba(255,255,255,.4); border:none;}#first-slider .carousel-indicators .active{width: 16px; height: 16px; border:none;}.carousel-fade .carousel-inner .item{-webkit-transition-property: opacity; transition-property: opacity;}.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{opacity: 0;}.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity: 1;}.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.carousel-fade .carousel-control{z-index: 2;}.carousel-control .fa-angle-right, .carousel-control .fa-angle-left{position: absolute; top: 50%; z-index: 5; display: inline-block;}.carousel-control .fa-angle-left{left: 50%; width: 38px; height: 38px; margin-top: 55px; font-size: 30px; color: #000; border: 3px solid #000000; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 53px;}.carousel-control .fa-angle-right{right: 50%; width: 38px; height: 38px; margin-top: 55px; font-size: 30px; color: #000; border: 3px solid #000000; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 53px;}.carousel-control{opacity: 1; filter: alpha(opacity=100);}/********************************//* Slides backgrounds *//********************************/#first-slider .slide1{background-image: url(../imgs/01.png); background-size: contain; background-repeat: no-repeat; background-position: center;}#first-slider .slide2{background-image: url(../imgs/02.png); background-size: contain; background-repeat: no-repeat; background-position: center;}#first-slider .slide3{background-image: url(../imgs/03.png); background-size: contain; background-repeat: no-repeat; background-position: center;}#first-slider .slide4{background-image: url(../imgs/04.png); background-size: contain; background-repeat: no-repeat; background-position: center;}/********************************//* Media Queries *//********************************/@media screen and (min-width: 620px){}@media screen and (max-width: 1280px){}