﻿/*!
 * Style V2 Css
 * Autor: Euromundo
 */

/*
@File: EuroMundo - EBE Booking HTML Template

* Este archivo contiene el estilo de la plantilla básica de EBE para sus White Labels, este
es el archivo que necesita editar para cambiar el aspecto del
plantilla.

Índice >>>>>

1. Common css
2. Heading Area Css
3. Button Area start
4. Home Page
5. About Page
6. Booking Confirmation Page
7. Booking History Page
8. Contact Page
9.  Dashboard Page
10. Error Page
11. Faqs Page
12. Flight-booking Page
13. Flight-booking-submission Page
14. Flight-search-result Page
15. forgot-password Page
16. hotel-booking Page
17. hotel-details Page
18. hotel-search Page
19. login Page
20. my-profile Page
21. news Page
22. news-details Page
23. notification Page
24. privacy-policy Page
25. register Page
26. reset-password Page
27. room-booking Page
28. room-details Page
29. terms-service Page
30. testimonials Page
31. top-destinations Page
32. top-destinations-details Page
33. tour-booking-submission Page
34. tour-details Page
35. tour-guides Page
36. tour-search Page
37. verify-otp Page
38. wallet Page
39. Footer 
40. Preloader

*/




html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
     background-color: #FFF;
    /*background-color: #F8F9FA;*/
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1 {
    font-size: 96px;
    font-weight: 900;
    line-height: 90px;
}

h2 {
    color: var(--main-color);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: start;
    margin-bottom: 10px;
    margin-left: 20px;

/*    line-height: normal;
    font-size: 60px;
    font-weight: 900;
    line-height: 40px;*/
}

h3 {
    font-size: 40px;
    font-weight:700;
}

h4 {
    font-size: 34px;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0;
    text-align: start;
}

    p:last-child {
        margin-bottom: 0;
    }

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        padding: 0;
    }



.m-t-48{
    margin-top: 8px;
}

.m-b-6 {
    margin-bottom: 6px;
}

.m-tb-24{
    margin-top: 24px;
    margin-bottom: 24px;
}

.p-lr-20{
    padding-left: 15px ;
    padding-right: 15px ;
}

.p-tb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Estilos defs cards de resultados defs busquedas*/

