﻿.navbar-toggler:focus {
    outline: none; /* Removes the focus outline */
    box-shadow: none; /* Removes any shadow effect */
}

.tit-destino {
    font-size: 42px;
    text-transform: uppercase;
}

.subtit-destino {
    font-size: 30px;
}

.tit-fecha {
    font-size: 34px;
    text-transform: uppercase;
}

.subtit-fecha {
    font-size: 22px;
    font-style: italic;
}

.destino {
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-destino {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    padding: 10px;
}

.fondo-destino {
    position: absolute;
    top: 15%;
    left: 20%;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 70%;
    border-radius: 50%;
    width: 60%
}

.fondo-base {
    position: absolute;
    top: 15%;
    left: 20%;
    background-color: transparent;
    cursor: pointer;
    height: 70%;
    border-radius: 50%;
    width: 60%
}

.tit-aviso {
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.block-aviso {
    margin-top: 5px;
    display: block;
    text-align: justify;
}

.block-negocios {
    margin-top: 20px;
    display: block;
    text-align: justify;
}

.aviso {
    text-align: right
}

.loader {
    height: 22px;
}

.menu {
    font-family: 'Lateef', cursive;
    font-size: 26px;
    text-transform: uppercase;
}

.logo {
    height: 75px
}

.forma {
    margin-top: 300px;
    background-color: white
}

.entrar {
    color: white;
    Background: rgba(219, 189, 137, 0.60);
    border: 2px solid white;
    position: relative;
    top: 50px;
    font-size: 20px;
    padding: 5px 15px;
    font-family: 'Lateef', cursive;
    text-align: center;
    margin: 0;
    z-index: 9999;
    clear: both;
    cursor: pointer;
    width: 160px;
    text-transform: uppercase;
}

.imgCarrusel {
    top: 0;
    left: 0;
    position: absolute
}

.has-error {
    border-color: red !important
}

.titulo-pagina {
    font-size: 28px;
}

.place-holder {
    font-style: italic;
    font-size: 13px;
    color: gray;
}

.obligatorio {
    color: red !important
}

.direccion {
    padding-top: 50px;
    text-align: center;
    font-size: 18px
}

.negocio {
    width: 170px;
}

.blog {
    width: 100px;
}

@media (max-width: 1100px) {
    .negocio {
        width: 343px;
    }

    .blog {
        width: 343px;
    }

    .menu {
        font-size: 20px;
        margin: 0;
        width: 100%;
    }

    .logo {
        height: 65px
    }

    .imgCarrusel {
        top: 106px;
    }

    .forma {
        margin-top: 175px;
    }
}
