
.establishments_list{
    
}
.establishments_list li{
    padding: 4rem 0 4rem 0;
    border-bottom: 1px solid #e0e1e3;
}

.establishment_image{
    width: 70%;
    display: block;
    margin: 0 auto;
}

.establishment_image img{
    display: block;
    margin: 0 auto;
    border-radius:1rem;
}

.establishment_data{
    width: 100%; 
    display: block;
    margin: 0 auto;
}

.establishment_data .es_title{
    text-align: center;
    display: block;
    font-size: 4rem;
    color: #295e03;
    font-weight: bold;
    padding: 2rem 0rem 0rem 0rem;
}

.es_content{
    display: block;
    justify-content: space-between;
    color: #626773;
}

.es_content .es_info{
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 2rem;
}

.es_content .es_info table
{
    width: 100%;
}

.es_content .es_info table tr
{
    padding: 0rem 0rem 1rem 0rem;
}

.es_content .es_info table th
{
    font-size: 2rem;
    font-weight: bold;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.es_content .es_info table td
{
    font-size: 2rem;
    width: 70%;
    padding: 0rem 0rem 1.0rem 0rem;
    display: inline-block;
    overflow-wrap: break-word;
}
.es_content .es_info table tr:nth-child(3)
{
    font-size: 2rem;
    width: 100%;
    padding: 4rem 0rem 1.0rem 0rem;
    display: block;
    text-align: center;
    overflow-wrap: break-word;
}

.es_content .es_info table tr a span
{
    padding: 1.5rem 4rem 1.5rem 4rem;
    background-color: #295e03;
}

.es_content .es_info table td a span
{
    color: #fff;
}

#confirma-voto{
    width: 100%;
    text-align: center;
    display: block;
    padding: 4rem 0 4rem 0;
}

#confirma-voto input[type='text']{
    font-size: 2rem;
    width: 90%;
    padding: 1rem 2rem;
}

#confirma-voto input[type='submit']{
    color: #fff;
    font-size: 2rem;
    padding: 1.5rem 4rem 1.5rem 4rem;
    background-color: #295e03;
    margin-top: 4rem;
}

#box-error {
    display: block;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    width: 100%;
    font-size: 1.6rem;
    padding: 2.0rem;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Cabin', sans-serif;
    margin: 0rem 0rem 1.0rem 0rem;
}

#box-success {
    display: block;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    width: 100%;
    font-size: 1.6rem;
    padding: 2.0rem;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Cabin', sans-serif;
    margin: 0rem 0rem 1.0rem 0rem;
} 


.es_c{
    display: block;
    justify-content: space-between;
    color: #626773;
}

.es_c .es_data{
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 2rem;
}

.es_c .es_data table
{
    width: 100%;
}

.es_c .es_data table tr
{
    padding: 0rem 0rem 1rem 0rem;
}

.es_c .es_data table th
{
    font-size: 2rem;
    font-weight: bold;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.es_c .es_data table td
{
    font-size: 2rem;
    width: 70%;
    padding: 0rem 0rem 1.0rem 0rem;
    display: inline-block;
    overflow-wrap: break-word;
}
.es_c .es_data table tr:nth-child(3)
{
    font-size: 2rem;
    width: 100%;
    padding: 4rem 0rem 1.0rem 0rem;
    display: block;
    text-align: center;
    overflow-wrap: break-word;
}

.es_c .es_data table tr a span
{
    padding: 1.5rem 4rem 1.5rem 4rem;
    background-color: #295e03;
}

.es_c .es_data table td a span
{
    color: #fff;
}

.establishment_image_full{
    width: 100%;
}
.establishment_image_full img{
    display: block;
    margin: 0 auto;
    width: 90%;
}

.back_enquete{
    font-size: 2rem;
}

@media screen and (min-width: 600px) {
    .es_content .es_info{
        margin: 0 auto;
        display: block;
        width: 70%;
    }
    .establishment_image_full{
        width: 100%;
    }
    .establishment_image_full img{
        display: block;
        margin: 0 auto;
        width: 70%;
    }
}

@media screen and (min-width: 800px) {

.establishments_list{
    
}
.establishments_list li{
    padding: 4rem 0 4rem 0;
    border-bottom: 1px solid #e0e1e3;
}

.establishment_image{
    width: 30%;
    float: left;
}

.establishment_image img{
    display: block;
    margin: 0 auto;
    border-radius:1rem;
}

.establishment_data{
    width:70%; 
    float:left;
    padding-left: 3rem;
}

.establishment_data .es_title{
    display: block;
    font-size: 5rem;
    color: #295e03;
    font-weight: bold;
    padding: 0rem 0rem 3rem 0rem;
}

.es_content{
    display: flex;
    justify-content: space-between;
    color: #626773;
}

.es_content .es_info{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.es_content .es_info table
{
    width: 100%;
}

.es_content .es_info table tr
{
    padding: 0rem 0rem 1.0rem 0rem;
}
.es_content .es_info table tr:first-child
{
    padding: 2rem 0rem 1rem 0rem;
}


.es_content .es_info table th
{
    font-size: 2rem;
    font-weight: bold;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.es_content .es_info table td
{
    font-size: 2rem;
    width: 70%;
    padding: 0rem 0rem 1.0rem 0rem;
    display: inline-block;
    overflow-wrap: break-word;
}
.es_content .es_info table tr:nth-child(3)
{
    font-size: 2rem;
    width: 100%;
    padding: 4rem 0rem 1.0rem 0rem;
    display: block;
    text-align: center;
    overflow-wrap: break-word;
}


.es_content .es_info table tr a span
{
    padding: 1.5rem 4rem 1.5rem 4rem;
    background-color: #295e03;
}

.es_content .es_info table td a span
{
    color: #fff;
}

#confirma-voto{
    width: 100%;
    text-align: center;
    display: block;
    padding: 4rem 0 4rem 0;
}

#confirma-voto input[type='text']{
    font-size: 1.6rem;
    width: 60%;
    padding: 1rem 2rem;
}

#confirma-voto input[type='submit']{
    color: #fff;
    font-size: 2rem;
    padding: 1.5rem 4rem 1.5rem 4rem;
    background-color: #295e03;
    margin-top: 4rem;
}


.establishment_image_full{
    width: 100%;
    display: block;
}
.establishment_image_full img{
    width: 70%;
    border-radius: 1rem;
}

.es_c{
    display: block;
    width: 100%;
    justify-content: space-between;
    color: #626773; 
}

.es_c .es_data{
    display: block;
    width: 60%;
    margin: 0 auto;
}

.es_c .es_data table
{
    width: 100%;
}

.es_c .es_data table tr
{
    padding: 0rem 0rem 1rem 0rem;
}

.es_c .es_data table th
{
    font-size: 2rem;
    font-weight: bold;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.es_c .es_data table td
{
    font-size: 2rem;
    width: 70%;
    padding: 0rem 0rem 1.0rem 0rem;
    display: inline-block;
    overflow-wrap: break-word;
}
.es_c .es_data table tr:nth-child(3)
{
    font-size: 2rem;
    width: 100%;
    padding: 4rem 0rem 1.0rem 0rem;
    display: block;
    text-align: center;
    overflow-wrap: break-word;
}


}