body {

    background: url(https://fondosmil.com/fondo/17024.jpg);
    overflow-x: hidden;

}


.navbar {

    background: url(https://images6.alphacoders.com/130/1307777.jpg);

    font-weight: bold;

}


.navbar-brand {
    font-size: 36px;
    color: white;
}

.nav-link {
    color: white;
}


.title1 {
    color: rgba(255, 255, 255, 0.649);
    margin-left: 500px;
    margin-top: 10px;
    
}

.homebody{
    text-align: center;
    color: orange;
}

.containerform {
    margin-top: 50px;
}

.navbar-nav {
    margin-left: 180px;
}

.nav-link.active {
    color: rgb(0, 131, 231) !important;
}

.navbar-nav .nav-link:hover {
    color: rgb(0, 168, 246) !important;
}


.containerimages {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; /* Ajusta el tamaño máximo deseado */

}

.card{
    width: 420px;
    margin-top: -10px;
    background-color: rgb(0, 0, 53);
    
}

.card-body{
    color: white;
    background-color: rgb(0, 59, 86);
    text-align: center;
}

.carousel.slide{
    margin-top: 20px;
    margin-left: 360px;
    margin-right: auto;
    width: 1220px;

}

.imagecarousel {
    width: 1450px;
    height: 600px;
    
  }

.carousel.slide2{
    margin-top: 20px;
    margin-left: 360px;
    width: 700px;
    height: 700px;
}


.imagecarousel2 {
    width: 800px;
    height: 660px;
}

.btn.btn-success{
    transform: translate(203%, -180%);
    width: 250px;
}




@media (max-width: 767px) {
    .homecards {
        width: 400px;
        transform: translate(10%, 10%);
    }
    .card-img-top {
        margin-top: 0px;
        transform: translate(0%, 0.5%);
        width: 417px;
        height: 250px;
    }

    .card{
        width: 420px;
        margin-left: 0px;
    }

    .carousel.slide{

        width: 415px;
        margin-left: 0px;
    }
    
    .imagecarousel {
        transform: translate(-20%, 0.5%);
        width: 600px;
        height: 400px;
        
      }
      .btn.btn-success{
        transform: translate(45%, -180%);
        width: 250px;
    }

    .title1 {
        color: rgba(255, 255, 255, 0.649);
        margin-left: 75px;
        margin-top: 10px;
        
    }

    .nav-link {
        color: rgb(255, 255, 255);
        margin-left: -185px;
    }
    .navbar-brand {
        font-size: 25px;
        color: white;
    }



    
}