﻿body {
    background-color: #eeeeee;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 60;
    backdrop-filter: blur(6px);
    
}

.logo {
    position:relative;
    top: -2px;
    left: 24px;
}

.menu-end {
    position: relative;
    top: 17px;
    left: 816px;
}

.btn1 {
    font-size: 80%;
    font-weight: bold;
    height: 40px;
    width: 103px;
    position: relative;
    top: 16px;
    left: 796px;
    background-color: black;
    color: white;
    border-radius: 20px;
}

    .btn1:hover {
        animation:animate__bounce;
        animation-duration: 4s;
    }

.carousel1 {
    height: 740px;
    width: 500px;
    position: relative;
    left: 25%;
}

.carousel-item1 {
    position: relative;
    left: 65px;
}

.carousel-caption1 {
    position: relative;
    top: -200px;
    left: -62px;
}

.conocer-mas {
    font-weight: bold;
    background-color: white;
    color: black;
    border-radius:20px;
    border-color: white;
    position: relative;
    top: 15px; 
    width: 340px;
}

section .subtitle1 {
    font-size: 180%;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.card1 {
    position: relative;
    left: 45px;
    width: 1000px;
}

    .card1:hover {
        animation: animate__heartBeat;
        animation-duration: 2s;
    }

.link-card {
    /*text-decoration: none !important;*/
    font-weight: bold;
    color: black;
}

.btn-control-lg {
    position: relative;
    width: 100%;
    background-color: white;
    border-color: black;
    font-weight: bold;
    border-radius: 20px;
    border-width: 2px;
}

.carousel2 {
    height: 1010px;
    width: 1050px;
    position: relative;
    left: 20px;
}

.img-top1 {
    position: relative;
    top: 150px;
}

.img-top2 {
    position: relative;
    top: -50px;
}

.card2 {
    border-radius: 20px;
}

.group1 {
    position: relative; 
    left: 50px;
}

.group2 {
    position: relative;
    left: 300px;
}

.btn-control-lg2 {
    background: none !important;
    width: 90%;
    position: relative;
    left: 55px;
}

footer {
    background: black;
    color: white;
}

footer a {
    text-decoration: none !important;
    color: white;
    font-weight: bold;
}

.footer-mexico {
    position: relative;
    left: 700px;
}

.footer-logo {
    position: relative;
    left: 30px;
}

.footer-preguntas {
    position: relative;
    left: 30px;
}

li {
    list-style-type: none;
}

.accesibility {
    background: none;
}