
body {
    font-family: 'Museo Sans Rounded', sans-serif;
}

#contenidor_peu_cml {
    background-color: white;
    margin-top: 25px;
}

#peu_info_cml {
    display: flex;
    justify-content: space-between;
    margin: 0 14%;
    border-top: 1px solid #e2e8f0;
    padding-top: 40px;
}

#info1_cml {
    display: flex;
    flex-direction: column;
}

#info2_cml {
    display: flex;
    flex-direction: column;
}

#info3_cml {
    display: flex;
    flex-direction: column;
}

#info4_cml {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_cml_titols {
    font-family: 'Museo Sans Rounded', sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    color: #323232;
    text-align: initial;
    margin:0px;
}

.info_cml_list {
    display: flex;
    flex-direction: column;
    text-align: initial;
}

.info_cml_a {
    text-decoration: none;
    font-size: 16px;
    color: #7a7a85;
    font-weight: 300;
    margin-top: 20px;
    cursor: pointer;
}

.info_cml_a:hover {
    text-decoration: none;
    font-size: 16px;
    color: #7a7a85;
    font-weight: 300;
    margin-top: 20px;
    cursor: pointer;
}

#info1_cml .info_cml_list a:first-child {
    font-weight: bold;
}

#cr_text_cml {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.rrss_camaloon {
    margin: 0.2em;
}

.rrss_camaloon a {
    margin: 0.1em;
}

#info_cml_select {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    border: solid 2px #e2e8f0;
    border-radius: 0.25rem;
    cursor: pointer;
}

#info_cml_select:focus {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    border: solid 2px #e2e8f0;
    border-radius: 0.25rem;
    cursor: pointer;
    outline: none;
}

.img_reviews_peu {
    width: 50%;
    margin-top: 20px;
}

.cr_text_cml_data {
    font-size: 15px;
    color: #7a7a85;
    font-weight: 100;
}

#contenidor_pagaments_cml {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#contenidor_pagaments_cml img {
    height: 25px;
    width: auto;
}

#contenidor_pagaments_cml div[data-banner="MasterCard gray. CML"] img {
  height: 40px;
}

#contenidor_pagaments_cml div[data-banner="Maestro gray. CML"] img {
  height: 35px;
}

.titol_pagaments {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.green_lock_icon {
    margin-right: 15px;
}

.green_lock_title {
    color: #7a7a85;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 600px) {
    #peu_info_cml {
        flex-direction: column;
        border: none;
    }
    
    #info1_cml {
       margin-bottom: 30px; 
       border-top: 1px solid #e2e8f0;
       padding-top: 20px;
    }

    #info2_cml {
        margin-bottom: 30px;
        border-top: 1px solid #e2e8f0;
        padding-top: 20px;
    }

    #info3_cml {
        margin-bottom: 30px;
        border-top: 1px solid #e2e8f0;
        padding-top: 20px;
    }
    
    #info4_cml {
        margin-bottom: 30px;
    }
    
    .info_cml_list {
        text-align: center;
    }
    
    .info_cml_titols {
        text-align: center;
    }
    
    #contenidor_pagaments_cml {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .titol_pagaments {
        margin-bottom: 15px;
    }
    
    .cell-icones {
        margin-bottom: 15px;
    }
    
    #contenidor_peu_cml {
        margin-top: 0px;
    }
    
}

@media (min-width: 700px) {
    
    #contenidor_marques_peu {
        display: flex;
        justify-content: center;
    }

    #marques_peu {
        max-width: 1400px;
    }
}