/*RESET HTML*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/*FIM RESET HTML*/

body {
    background-image: url(../assets/img/fundoPagina.gif);
}

#main .interface {
    width: 977px;
    margin: 10px auto;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -1px rgba(107, 105, 107, 1);
}

/*CABEÃƒÆ’Ã¢â‚¬Â¡ALHO*/

#main .interface .cabecalho header {
    height: 120px;
}

#main .interface .cabecalho header a img {
    width: 100%;
}

.mobile-header {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 10px;
}

.mobile-header .sanduiche button {
    background-color: white;
    border: none;
    font-size: 2rem;
}

.mobile-header .sanduiche button i {
    color: black;
    cursor: pointer;
}

/*FIM CABEÃƒÆ’Ã¢â‚¬Â¡ALHO*/

/*NAVEGAÃƒÆ’Ã¢â‚¬Â¡AO E FORMULARIO*/
/*NAVEGAÃƒÆ’Ã¢â‚¬Â¡AO*/

#main .interface .flex {
    display: flex;
}

#main .interface .flex .nav-form {
    margin-left: 24px;
    width: 134px;
}

#main .interface .flex .nav-form .fundo-img {
    background-image: url(../assets/img/fondomenu.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

#main .interface .flex .nav-form .fundo-img ul li {
    display: flex;
    padding: 3px 0;
}

#main .interface .flex .nav-form .fundo-img ul li a {
    text-decoration: none;
    color: #3c4331cf;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: bolder;
    font-size: 90%;
}

#main .interface .flex .nav-form .fundo-img ul li a:hover {
    background-color: #F3F3F3;
    color: #3c4331cf;
}

.submenu {
    position: relative;
}

.submenu .flutuante {
    position: absolute;
    left: 100%;
    background: wheat;
    min-width: 170px;
    display: none;
}

.submenu .flutuante.ativo {
    display: block;
}

/*FORMULARIO*/

#main .interface .flex .form-left {
    display: block;
    border-radius: 4px;
}

#main .interface .flex .form-left .form-style {
    padding: 6px;
    background-color: #C98730;
    border-radius: 4px;
    margin-top: 30px;
}

#main .interface .flex .form-left .form-style .nome label {
    font-size: 13px;
    color: #3c4331cf;
    font-family: "MS Sans Serif", Geneva, sans-serif;
}

#main .interface .flex .form-left .form-style input {
    width: 100%;
}

#main .interface .flex .form-left .form-style .button-form {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}

#main .interface .flex .form-left .form-style .button-form button {
    border: none;
    padding: 2px 5px;
}

/*FIM NAVEGAÃƒÆ’Ã¢â‚¬Â¡AO E FORMULARIO*/

/*CONTEÃƒÆ’Ã…Â¡DO*/

#main .interface .flex .conteudo {
    margin-left: 20px;
    width: 80%;
}

#main .interface .flex .conteudo .banner-center {
    width: 84%;
}

#main .interface .flex .conteudo .banner-center .banner img {
    width: 100%;
}

#main .interface .flex .conteudo .banner-center .box-center {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.box {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

#main .interface .flex .conteudo .banner-button img {
    width: 100%;
}

#main .interface .flex .conteudo .box-left {
    margin-left: 15px;
}

#main .interface .flex .conteudo .box-left .video {
    margin-top: 34px;
}

/*FIM CONTEÃƒÆ’Ã…Â¡DO*/

/*FOOTER*/

#main .interface footer .rodape {
    display: flex;
    border-top: 1px solid lightgrey;
    width: 97%;
    margin: 20px auto 0;
}

#main .interface footer .rodape .contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    width: 85%;
    margin-left: 75px;
}

#main .interface footer .rodape .contato p {
    margin-top: 1px;
    margin-left: 5px;
    color: #91908e;
    font-family: Sans-Serif;
    font-size: small;
    text-align: center;
}

#main .interface footer .rodape .contato a {
    margin-left: 5px;
    color: #91908e;
    text-decoration: none;
    background-color: none;
    font-family: Sans-Serif;
    font-size: small;
    font-weight: bold;
}

#main .interface footer .rodape .btn-contato a button {
    color: #91908e;
    border: none;
    background-color: white;
    font-weight: bold;
}

/*FIM FOOTER*/

/*PAGE ABCPD*/

#main .interface .flex .conteudo .topico {
    width: 98%;
    text-align: center;
    background-color: #3E8DC6;
    border-radius: 4px;
}

#main .interface .flex .conteudo .topico p {
    color: white;
    font-size: 18px;
    padding: 4px;
}

.margin-txt {
    margin: 12px 0px;
}

.txt-style {
    color: #666666;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

/*FIM PAGE ABCPD*/

/*PAGE ABCPD*/

#main .interface .flex .conteudo .topico {
    width: 100%;
    text-align: center;
    background-color: #3E8DC6;
    border-radius: 4px;
}

#main .interface .flex .conteudo .topico p {
    color: white;
    font-size: 18px;
    padding: 4px;
}

#main .interface .flex .conteudo .list-img {
    width: 100%;
    display: flex;
}

#main .interface .flex .conteudo .list-img .list {
    /* margin-left: 15px; */
    width: 50%;
}

#main .interface .flex .conteudo .list-img .img-gado {
    width: 50%;
}

#main .interface .flex .conteudo .list-img .img-gado .img {
    background-image: url(../assets/img/img-gado.png);
    background-position: center;
    background-size: cover;
    height: 268px;
    margin-left: 10px;
}

#main .interface .flex .conteudo .list-img .img-gado img {
    max-width: 100%;
    height: 100%;
    background-size: cover;
}

#main .interface .flex .conteudo .list-img .list ul li {
    /* margin: 0px 20px  10px 80px; */
    list-style-image: url(imagenes/lista.gif);
    list-style-position: outside;
    /* display: list-item; */
}

.nav-link ul {
    display: flex;
    justify-content: space-around;
    margin: 12px 27px;
    flex-wrap: wrap;
}

.nav-link ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.nav-link ul li a {
    color: #DC143C;
    text-decoration: underline;
    line-height: 16px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

.justify {
    display: flex;
    margin: 20px 4px 0;
}

/*FIM PAGE ABCPD*/

/*RACA PAGE*/

#main .interface .flex .conteudo .raca {
    margin: 20px 0 0;
}

#main .interface .flex .conteudo .raca .list-img .list-raca ul {
    margin-left: 40px;
}

#main .interface .flex .conteudo .raca .list-img .list-raca ul li {
    list-style: none;
    margin: 0 0 20px 0;
}

#main .interface .flex .conteudo .raca .list-img .list-raca ul li a {
    color: #DC143C;
    font-size: 13px;
    font-weight: bold;
}

#main .interface .flex .conteudo .raca .list-img .img-raca>.dimensao-img {
    height: 290px;
}

/*FIM RACA PAGE*/

/*HISTORIA PAGE*/

.buttons-nav {
    text-align: center;
}

.buttons-nav a {
    padding: 1px 10px;
    background-color: #DC143C;
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
}

.buttons-nav a:hover {
    background-color: white;
    color: #DC143C;
    border: 1px solid #DC143C;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #4682B4;
    background-color: #E0FFFF;
    font-weight: lighter;
    margin: 14px 0;
}

.txt-img {
    display: flex;
    margin-bottom: 15px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #4682B4;
    font-weight: normal;
    border-bottom: 1px dashed #ADD8E6;
    margin: 15px 0;
}

.historia .txt-img .historia-img {
    margin-left: 15px;
}

/*FIM HISTORIA PAGE*/

/*DISTRIBUICAO PAGE*/

.distribuicao>.txt-img {
    display: flex;
}

.distribuicao .txt-img .distribuicao-txt {
    margin-left: 10px;
}

.distribuicao .txt-img .distribuicao-txt p {
    font-size: 13px;
}

.distribuicao .txt-img .distribuicao-img>.dimensao-img {
    height: 220px;
}

/*FIM DISTRIBUICAO PAGE*/

/*AUSTRIANA PAGE*/

.austriana-img img {
    width: 100%;
    background-image: url(assets/img/austrianaImg.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*FIM AUSTRIANA PAGE*/

/*MORFOLOGIA PAGE*/

.mofologia .txt-img .morfo-img1 {
    order: 2;
    margin: 0 10px;
}

.mofologia .txt-img .morfo-txt1 {
    order: 1;
}

.mofologia .txt-img .morfo-txt {
    margin: 0 10px;
}

.mofologia .txt-img .morfo-img .dimensao-img {
    height: 215px;
    margin-bottom: 10px;
}

/*FIM MORFOLOGIA PAGE*/

/*SISTEMA PAGE*/

.sistema>p {
    margin: 0 10px;
}

.sistema-img {
    display: flex;
    justify-content: center;
}

.sistema-img .sistema-img1 {
    background-image: url(assets/img/sistemaImg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.sistema .txt-img .sistema-txt {
    margin: 0 10px;
}

/*FIM SISTEMA PAGE*/

/*CRUZAMENTO PAGE*/

.cruzamento p {
    margin: 0 10px;
}

/*FIM CRUZAMENTO PAGE*/

/*FIM CRUZAMENTO PAGE*/
.reprodutores .img-repro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.reprodutores .img-repro img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.reprodutores .img-repro a {
    width: 49%;
}

.reprodutores .imgCentro img {
    width: 100%;
}

/*FIM CRUZAMENTO PAGE*/

/*ESTRUTURA ABCPD*/

.list ul {
    margin-left: 15px;
}

.estrutura-abcpd .nav-link {
    margin-top: 40px;
}

/*FIM ESTRUTURA ABCPD*/

/*QUADRO ASSOCIADOS*/

.pdf-associados {
    margin-top: 40px;
}

/*FIM QUADRO ASSOCIADOS*/

/*ATIVIDADES ABCPD*/
.atividades-abcpd .nav-link ul {
    margin: 10px 0;
    display: block;
}

.atividades-abcpd .list-atividades ul {
    margin: 10px 20px;
}

.atividades-abcpd .list-atividades ul li {
    list-style: auto;
    color: #666666;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 8px 0;
    font-size: 12PX;
}

/*FIM ATIVIDADES ABCPD*/

