@font-face {
    font-family: 'GreatVibes';
    src: url('/fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lobster';
    src: url('/fonts/Lobster-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.page-footer {
    padding-top: 20px;
    color: #e8eaf6;
    background-color: #8e24aa;
}

.copyright a {
    color: #c5cf31!important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.texto-fondo {
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 2rem;
    background: black;
    opacity: 0.6;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    right: 0;
}

.home-titulo {
    font-size: 2rem;
    font-family: GreatVibes;
    font-weight: bold;
}

.list-plato .avatar {
    min-height: auto!important;
}

.primary-content {
    float: left;
}

.circle-2 {
    width: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.circle-3 {
    width: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.nombre-comercio {
    font-size: 1.5rem;
}

.icono-redes {
    font-size: 1.5rem;
}

.fa-facebook {
    color: blue!important;
}

.fa-twitter {
    color: #00A2F3!important;
}

.fa-youtube,
.fa-pinterest {
    color: red!important;
}

.fa-tripadvisor {
    color: green!important;
}

.fa-instagram {
    color: #fd5949!important;
}

.direccion,
.telefono,
.horarios {
    font-size: 1.2rem;
    font-weight: bold;
}

.logo-front {
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    position: absolute;
    height: auto;
    margin-bottom: 60px;
}

.color-white {
    color: white!important;
}

.titulo {
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

.sub-titulo {
    font-size: 2rem;
    margin-bottom: 15px;
}

.primer-linea {
    font-size: 1.5rem;
    width: 100%;
}

.segunda-linea {
    font-size: 1.5rem;
    width: 100%;
}

.red-bold {
    font-weight: bold;
    color: #4d446b;
}

.btn-lakarta {
    color: white;
    background: #4d446b;
    font-weight: bold;
}

.f-25 {
    font-size: 2.5rem;
}

.h-card {
    height: 270px;
}

.lakarta {
    font-family: GreatVibes;
    font-size: 2rem;
}

.color-black {
    color: black!important;
}

.icon-ventajas {
    font-size: 4rem;
    margin-top: 15px;
    color: #4d446b;
}

.texto-ventajas {
    color: #4d446b;
    font-weight: bold;
    font-size: 1rem;
}

.titulo-ventajas {
    font-size: 1.8rem;
    color: #4d446b!important;
    font-family: GreatVibes;
}

.pasos {
    /* tamaño */
    width: 60px;
    height: 60px;
    /*texto centrado*/
    text-align: center;
    padding-top: 1rem;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    /*centrado*/
    margin-left: auto;
    margin-right: auto;
}

.tercero {
    background: rgb(13, 71, 161);
    background: linear-gradient(50deg, rgba(13, 71, 161, 1) 0%, rgba(227, 242, 253, 1) 100%);
}

.segundo {
    background: rgb(26, 35, 126);
    background: linear-gradient(50deg, rgba(26, 35, 126, 1) 0%, rgba(232, 234, 246, 1) 100%);
}

.primero {
    background: rgb(49, 27, 146);
    background: linear-gradient(50deg, rgba(49, 27, 146, 1) 0%, rgba(237, 231, 246, 1) 100%);
}

.titulo-pasos {
    color: #4d446b!important;
    font-size: 1.4rem;
    font-weight: bold;
}

.texto-pasos {
    color: #4d446b!important;
    font-size: 1.1rem;
}

.h-230 {
    height: 160px;
    ;
}

.texto-inferior {
    background-color: #4d446b!important;
    color: white;
    font-size: 1.3rem;
    text-align: justify;
}

.lobster {
    font-family: Lobster;
}

.btn-lakarta-comenzar {
    background: white;
    color: #4d446b;
    font-weight: bold;
}

nav,
footer {
    background-color: #4d446b!important;
}

nav {
    height: 70px;
}

.planes {
    font-weight: bold!important;
    font-size: 3rem!important;
    margin-top: 18px!important;
}

.precio-plan {
    width: 80%;
    text-align: center;
    color: white;
    background: #4d446b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
}

.precios {
    list-style: none;
}

.cucarda {
    position: absolute;
    top: -8.5rem;
    right: -3rem;
}

.cucarda img {
    height: 150px;
}

.precios li:before {
    content: '✓';
    color: green;
    font-size: 1.5rem;
    margin-right: 15px;
    ;
}

.banderas {
    right: 14px!important;
    top: 44px!important;
    min-width: 40px;
    ;
}

.dropdown-content li>a,
.dropdown-content li>span {
    padding-top: 2px;
    padding-bottom: 2px;
    ;
}

.dropdown-content li {
    min-height: 0px;
    ;
}

.deep-purple.darken-5 {
    background-color: #4d446b!important;
}

.fixed-action-btn.top {
    top: 7px;
}

.FAB2 {
    position: relative !important;
    display: inline-block;
    bottom: 0 !important;
    padding: 0 0 0 25px !important;
}

.FAB2-li {
    margin: 0 15px 0 0 !important;
}

#s-idiomas {
    right: 0px!important;
    left: unset!important;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.menu-idioma {
    position: absolute;
    top: 5px;
    right: 21px;
}

@media (min-width: 600px) {
    .h-230 {
        height: 230px;
        ;
    }
    .h-card {
        height: 315px;
        ;
    }
    .cucarda {
        position: absolute;
        top: -10rem;
        right: -3rem;
    }
    .cucarda img {
        height: 150px;
    }
}

@media (min-width: 669px) {
    .cucarda {
        position: absolute;
        top: -10rem;
        right: -3rem;
    }
}

@media (min-width: 992px) {
    .h-card {
        height: 325px;
        ;
    }
    .titulo {
        margin-top: 90px;
    }
    .cucarda {
        position: absolute;
        top: -10rem;
        right: -4rem;
    }
}

@media (min-width: 1201px) {
    .h-card {
        height: 400px;
        ;
    }
}

@media (min-width: 1600px) {
    .h-card {
        height: 310px;
        ;
    }
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 95%!important;
        height: max-content;
        max-height: 80%!important;
    }
}