html{
    scroll-behavior: smooth;
}

body{   
    background-color: rgb(246,246,246);
}


.carousel-inner > .carousel-item > img {
    height: 35vh;
}

@media screen and (min-width: 768px){
    .carousel-inner > .carousel-item > img { width:100%; height:600px; }
}

.jumbotron{
    background-image: url(/img/heroalternative.jpg);
    background-position: center;
    position: relative;
    color: #ffffff;
    margin: 0 0.5rem;
    border-radius: 0.5rem;
}

.jumbotron:before {
	content:'';
    position: absolute;
    border-radius: 0.5rem;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: rgba(0,0,0,0.55);
    color: white;
    
}
.jumbotron h4 {
	font-size: 3rem ;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 150;
    padding-bottom: 1rem;
    
}

.jumbotron p{
    position: relative;
    font-weight: 450;
    margin-bottom: 3rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
    text-align: left;
}



@media screen and (min-width: 768px){
    .jumbotron{
        max-width: 800px;
        margin: 0 auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top bottom;
        background-attachment: fixed;
    }

    .jumbotron p {
      max-width: 75%;
      margin: 0 auto;
      text-align: left !important;
      margin-bottom: 3rem;
      line-height: 2.5rem;
      padding: 0 auto;
    }

    .jumbotron p:first-of-type{
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    
    /* p.ultimo{
        padding-left: 25rem;
    } */

}

.efect-img{
    transition: all 0.3s ease-in-out;
}

.efect-img:hover{
    transform: scale(1.05);
    -webkit-box-shadow: -2px 9px 13px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 9px 13px -2px rgba(0,0,0,0.4);
    box-shadow: -2px 9px 13px -2px rgba(0,0,0,0.4);
}


/*Footer*/
.footer{
    background-color: #ffffff;
    border-radius: 1rem;
    max-width: 90vw;
    margin: 0 auto;
}

.ul-redes{
    list-style: none;
    padding: 0;
}

.ul-redes li a i{
    font-size: 2rem;
    padding: 10px 15px;
    margin-right: 1rem;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.ul-redes li a i:hover{
    background-color: rgba(0, 0, 0, 0.048);
    transform: scale(1.2);
}

.fa-facebook{
    color: rgb(72,100,159);
}
.fa-instagram{
    color:rgb(200,53,102);
}
.fa-pinterest-p{
    color: rgb(230,0,35);
}

/* @media screen and (max-width: 768px){
    .fiscal  {
        max-width: 25vw ;
    }
}


@media screen and (min-width: 768px){
    .fiscal  {
        max-width: 10vw ;
    }
}

@media screen and (min-width: 1100px){
    .fiscal  {
        max-width: 5vw ;
    }
} */


.link{
    color: rgb(0,99,164);
    text-decoration: none!important;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.link:hover{
    color: rgb(0,123,255) ;
    font-size: 1.1rem;
}