/* NEW FONT */
@font-face {
    font-family: 'Unilever Regular';
    src: url(../../assets/webfonts/UnileverShilling.ttf) format("truetype");
}

@font-face {
    font-family: 'Unilever Medium';
    src: url(../../assets/webfonts/UnileverShillingMedium.ttf) format("truetype");
}

@font-face {
    font-family: 'Unilever Bold';
    src: url(../../assets/webfonts/UnileverShillingBold.ttf) format("truetype");
}

/* RE-DESING */

html, body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Unilever Medium';
    font-style: normal;
}

.container-fluid {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

header {
    height: 18vh;
}

header .logo {
    max-width: 80%;
}

header h1 {
    font-family: 'Unilever Medium';
    font-size: 2.83vmax;
    font-style: normal;
    font-weight: 800;
    color: #fff;
}

header .row {
    height: 18vh;
}

header .left {
    background-color: #fff; 
    text-align: center;
    height: 18vh;
}

header .right {
    background-color: #0054E5;
    padding-left: 85px;
    height: 18vh;
}

main {
    flex: 1 0 auto;  /* Allow main to grow and shrink, but not to base its size on its children */
    /* height: 70vh; */
    margin-left: -15px;
    margin-right: -15px;
}

main .section-1 {
    /* height: 30vh; */
}

main .hello {
    background-color: #FF5451;
    color: #fff;
    font-family: 'Unilever Medium';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    height: 15vh;
}

main .ilustration {
    background: url(../images/ilustracion.png) no-repeat center;
    background-size: cover;
    height: 15vh;
}

main .welcome {
    background: url(../images/bienvenidos.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-family: 'Unilever Bold';
    font-size: 5vmax;
    font-style: normal;
    font-weight: 800;
    height: 30vh;
}

main .mills {
    background: url(../images/molinos.png) no-repeat center;
    background-size: cover;
    height: 30vh;
}

main .section-2 {
    padding-bottom: 50px;
    padding-top: 50px;
    background: url(../images/fondo-flags.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 40vh; */
}

main .world-img {
    width: 77px;
    height: 64px;
    margin-bottom: 10px;
}

main .world {
    color: #1F36C7;
    font-family: 'Unilever Medium';
    font-style: normal;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 100px;
}

main .world-txt {
    display: block;
    width: 100px;
}

main .countries-container {
    display: flex;
    flex-wrap: wrap;
}

main .country a:hover {
    background-color: #F7F7EF;
}

main .country a {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    width: 12vmax;
}

main .country-img {
    width: 100%;
    margin-bottom: 10px;
}

main .country-name {
    color: #0054E5;
    font-family: 'Unilever Medium';
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    margin-left: 20px;
}

footer {
    background-color: #0054E5;
    color: #FFFFFF;
    flex-shrink: 0; /* Prevent footer from shrinking */
    font-family: 'Unilever Regular';
    font-size: 14px;
    font-weight: 100;
    /* height: 12vh; */
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

footer img {
    height: 30px;
}

footer .f-left {
    text-align: left;
}

footer .f-right {
    text-align: right;
}

/* MODALS */
.modal-dialog {
    max-width: 450;
}

.modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0 !important;
}

.modal-body {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.modal-header .close {
    background-color: #1F36C7;
    color: #fff;
    height: 40px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    opacity: 1;
}
.modal-header .close:hover {
    background-color: #77DDF5;
}

.modal-header .close-txt {
    font-family: 'Unilever Regular';
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.modal-country-img {
    width: 58px;
    height: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.modal-title {
    color: #005EFF;
    font-family: 'Unilever Bold';
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
}

.modal-body label {
    border-radius: 0;
    color: #73706E;
    font-family: 'Unilever Medium';
    font-size: 16px;
    font-weight: 700;
}

.modal-body input {
    border-radius: 0;
}

.btn-modal {
    background-color: #005EFF;
    border-radius: 0;
    color: #fff;
    font-family: 'Unilever Medium';
    font-size: 19px;
    font-weight: 700;
}

.txt-help {
    color: #1D1E1C;
    font-family: 'Unilever Regular';
    font-size: 14px;
}
    .txt-help a {
        color: #1D1E1C
    }

.links, .link a {
    color: #005EFF;
    font-family: 'Unilever Regular';
    font-size: 16px;
}

.isHidden {
    display: none;
}

.b-hello-d {
    display: block;
}

.b-hello-m {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 780px) {

    header {
        height: 14vh;
    }

    header .logo {
        max-width: 100%;
    }

    header .row {
        height: 14vh;
    }
    
    header .left {
        background-color: #fff; 
        text-align: center;
        height: 14vh;
    }

    header .right {
        background-color: #0054E5;
        height: 14vh;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .b-hello-d {
        display: none;
    }
    
    .b-hello-m {
        display: block;
    }

    main .section-2 {
        padding-bottom: 20px;
        padding-top: 30px;
        background: url(../images/fondo-flags.png) no-repeat center;
        background-size: cover;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        /* height: 40vh; */
    }

    main .country {
        flex: 1;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px !important;
    }

    main .country a {
        display: block;
        width: 100%;
    }

    main .country-name {
        margin-left: 30; 
    }

    main .world {
        flex-direction: initial;
        align-items: normal;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-top: 20px; 
    }

    main .world-img {
        width: 40px;
        height: 34px;
    }

    main .world-txt {
        font-size: 20px;
        margin-left: 10px; 
        width: auto;
    }

    main .country-img {
        margin-bottom: 10px;
        width: auto;
    }

    main .country-name {
        margin-left: 0px;
    }

    main .countries-container {
        display: flex;
        flex-wrap: wrap;
    }

    footer .f-left {
        text-align: center;
    }

    footer .f-right {
        text-align: center;
        margin-top: 20px;
    }

    .modal-dialog-centered {
        min-height: auto;
    }
    .modal-title {
        font-size: 26px;
    }

    .separador {
        display: none;
    }
    

}

/* ICONS */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 200, 'opsz' 18;
  vertical-align: middle;
  /* margin-right: 0.5rem; */
}

.buttons-row .button .material-symbols-outlined,
.close-button .material-symbols-outlined {
  margin-right: 0.5rem;
}

.options .material-symbols-outlined{
    margin-right: 0;
}

.card-item .options {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  color: var(--color-black);
  cursor: pointer;
  line-height: 1;
}

/* ACTIONS */
.actions {
  display: flex;
  /* display: none; */
  justify-content: flex-start;
  width: 100%;
  padding: 1rem 0;
}



.search {
  margin-left: auto;
  display: flex;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background-color: var(--color-white);
  padding: 0.5rem 1.2rem;
  width: 100%;
  font-family: var(--font-primary);
  transition: border 0.3s ease;
}

.search-box:hover {
  border-color: var(--color-black);
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.9rem;
  /* padding-right: 4rem; */
  background-color: transparent;
  color: var(--color-black);
  font-family: var(--font-primary);
}

.search-box .material-symbols-outlined {
  color: var(--color-black);
  cursor: pointer;
}