@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body{
    margin: 0%;
}
.everyone{
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: greenyellow;
}
.header{
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_logo{
    padding: 5px;
    height: 100%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_login{
    padding: 5px 5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.votar_btn, .login_btn{
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    color: white;
    background-color: aqua;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px;
    font-family: sans-serif;
    border: none;
}
.votar_btn{
    background-color: #F48629;
    transition: all 0.5s;
}
.login_btn{
    background-color: #3A8ED0;
    transition: all 0.5s;
}
.votar_btn:hover{
    background-color: #fff;
    color: #F48629;
    border: solid #F48629 2px;
}
.login_btn:hover{
    background-color: #fff;
    color: #3A8ED0;
    border: solid #3A8ED0 2px;
}
@media only screen and (max-width: 900px) {
.header{
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
}
.h_logo{
    padding: 0;
    margin-left: 0;
}
}


.mainbody{
    width: 100%;
}
.mainbody_t{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #245998;
    padding: 35px 0%;
}
.mainbody_t_d{
    width: 50%;
    padding-left: 10%;
    margin: 0%;
    color: white;
}
.mainbody_t_d>p:nth-child(7){
    font-size: 18px;
    color: white;
    margin: 0%;
    font-family: Open Sans Light;
    line-height: 40px;
}
.mainbody_t_d>p:nth-child(8){
    font-size: 30px;
    color: white;
    margin: 0%;
    font-family: Open Sans;
    line-height: 70px;
}
.maingody_t_d_b{
    width: 400px;
    height: 75px;
    font-size: 50px;
    font-weight: bold;
    background-color: #FFA253;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: sans-serif;
    margin-top: 30px;
    border: none;
    transition: all 0.5s;
}
.maingody_t_d_b:hover{
    background-color: #fff;
    color: #FFA253;
}

.mainbody_t_p{
    width: 50%;
    padding-right: 10%;
}
.mainbody_t_p>img{
    width: 110%;
}

.btnvotar{
    padding-left: 15% !important;
}

@media only screen and (max-width: 900px) {
    .mainbody_t{
        flex-direction: column;
    }
    .mainbody_t_d{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        padding: 0%;
        margin-bottom: 30px;
    }
    .mainbody_t_p{
        width: 60%;
        padding: 0%;
    }
    .btnvotar{
        padding:5% !important;
    }
    .maingody_t_d_b{
        width: 300px;
        height: 65px;
        font-size: 40px;
    }
    .hide-info{
        display: none !important;
    }
    .interlinea{
        display: block;
        height: 25px;
        background: #FFF;
    }
    .headerspace{
        margin-top: 20px !important;
    }
}



.mainbody_d{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
    background-color: #fff;
    padding-bottom: 60px;
}
.mainbody_d_c{
    width: 24%;
    height: 220px;
    padding: 2px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-right: #707070 solid 1px;
}
.mainbody_d_c_l{
    margin-top: -50%;
}
.mainbody_d_c:nth-child(4){
    border-right: none;
}
.mainbody_d_c_l{
    width: 20%;
    padding: 2px;
    height: 100%;
}
.mainbody_d_c_r{
    width: 80%;
    padding: 2px;
    height: 100%;
}
.mainbody_d_c_r>p:nth-child(1){
    font-size: 25px;
    font-weight: bold;
    border-left: solid 10px #3684C6;
    margin: 0%;
    font-family: Open Sans Semibold;
}
.mainbody_d_c_r>p:nth-child(2){
    font-size: 14px;
    /* font-weight: bold; */
    font-family: Open Sans;
    line-height: 25px;
    color: #363636;
}
.maingody_d_c_r_b{
    width: 150px;
    height: 35px;
    border: #3684C6 solid 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    color: #3684C6;
    font-weight: bold;
    transition: all 0.5s;
}
.maingody_d_c_r_b:hover {
    background-color: #3684C6;
    color: white;
}
@media only screen and (max-width: 900px) {
.mainbody_d{
    flex-direction: column;
    padding: 5%;
}
.mainbody_d_c{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    border: none;
    padding-bottom: 20px;
}
.mainbody_d_c_l{
    margin-top: 0%;
}
.mainbody_d_c{
    border-bottom: grey solid 1px;
}
.mainbody_d_c:nth-child(4){
    border-bottom: none;
}
}

.footer{
    width: 100%;
    background-color: #3684C6;
    display: flex;
    padding: 40px 0%;
    justify-content: space-between;
    align-items: center;
}
.footer_r{
    padding: 0 5%;
}
.footer_l{
    padding: 0 5%;
    border-left: white solid 2px;
}
.footer_l>p:nth-child(1){
    font-size: 17;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;
}
.footer_l>p:nth-child(2){
    font-size: 15;
    color: #fff;
    font-family: sans-serif;
    line-height: 25px;
}
@media only screen and (max-width: 900px) {
.footer{
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.footer_r{
    padding: 0;
    margin-bottom: 30px;
    padding: 0 5%;
}
.footer_l{
    padding: 0;
    border-left: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 0 5%;
}
}
.shadow-1{
    border-radius: 30px;
    box-shadow: 2px 2px 10px 5px #70b3f9;
}
.title-coop-1{
    color: #245998; 
    margin: 0px; 
    padding: 0px; 
    padding-top: 10px; 
    font-family: sans-serif; 
    font-size: 25px;
    font-weight: bold;
}
.title-parafo-1{
    color: #245998; 
    margin: 0px; 
    padding: 0px; 
    font-family: Open Sans;
    font-size: 13px;
    font-weight: bold;
}
.just-txt{
    text-align: justify;
}
.desing-child-1{
    font-family: Open Sans;
    color: #363636; 
    font-size: 14px; 
    /* font-weight: bold; */
}
.timer-style-1{
    font-family: Open Sans Light;
    color: white; 
    font-size: 24px; 
    /* font-weight: bold; */
}
.div-timer{
    text-align: left;
    /* padding-right: 48%; */
}
.div-timer-cronom{
    font-weight: bold;
    border: 1px solid;
    background: grey;
    padding: 7px;
    border-radius: 15px;
}
@font-face{font-family:open sans;font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans-Regular'),url(open-sans.woff) format('woff'),url(open-sans.ttf) format('truetype')}

/* PARTICIPACION SYLES */
.header-part{
    width: 100%;
    height: 100px;
    background-color: #245998;
    text-align: center;
    padding-top: 20px;
}
.separador-part{
    width: 100%;
    height: 50px;
    background-color: #245998;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    color: white;
    font-family: Open Sans;
    font-weight: lighter;
    font-size: 20px;
}
.div-title-part{
    width: 100%;
    text-align: center;
}
.p-title-part{
    width: 50%;
    color: #245998;
    margin: 0px;
    padding: 0px;
    font-family: Open Sans;
    font-size: 20px;
    padding-left: 25%;
}
.block-info-part{
    display: inline-block;
    margin: 10px;
    margin-block-start: 2em;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 25%;
    background: #c7deeb;
    color: #245998;
}
.block-info-title{
    font-weight: bold;
    font-size: 16px;
}
.block-info-info{
    font-weight: lighter;
    font-size: 14px;
}
.legenda-color-part{
    height: 15px;
    width: 15px;
    display: inline-block;
}
.legenda-info-part{
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: Open Sans;
    font-weight: lighter;
    font-size: 14px;
    color: #245998;
}
.info-char-part{
    display: inline-block;
    background: #245998;
    color: white;
    padding: 15px;
    position: absolute;
    top: 25%;
    width: 100px;
    height: 60px;
}
.cb-part{
    width: 20%;
    background: #245998;
    border: 2px #1aa3dd;
    border-radius: 5px;
    padding: 5px;
    color: white;
}
.div-bar-part{
    width: 50%; 
    height: 50%;
}
@media only screen and (max-width: 768px){
    .p-title-part-m{
        width: 100%;
        padding: 0px;
    }
    .block-info-part-m{
        display: block;
        margin: 2px;
        margin-block-start: 1em;
        width: 100%;
    }
    .legenda-color-part-m{
        /* height: 15px; */
        /* width: 15px; */
        display: block;
    }
    .info-char-part{
        display: block;
        position: initial;
        margin-left: 30%;
        margin-top: 15px;
    }
    .cb-part-m{
        width: 50%;
        padding: 8px;
    }
    .div-bar-part-m{
        width: 90%; 
        height: 90%;
        margin-left:20px;
    }
}