/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.abrangencia-campo {
    width: 100%;
}

.convenio-ul {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 10px;
    margin: 0;
}

.convenio-item {
    position: relative;
    padding-right: 9px;
    display: inline-block;
    top: 0px;
    height: 100%;
    width: 33%;
    /*box-shadow: 3px 3px 15px #bbb*/
}

.convenio-item {
    position: relative;
    padding-right: 9px;
    display: inline-block;
    top: 0px;
    height: 100%;
    width: 33%;
    /*box-shadow: 3px 3px 15px #bbb*/
}

@media screen and (max-width: 480px) {
    .convenio-item {
        position: relative;
        padding-right: 9px;
        display: inline-block;
        top: 0px;
        height: 100%;
        width: 100%;
        /*box-shadow: 3px 3px 15px #bbb*/
    }
}

.convenio-nome {
	position: relative;
    width: 100%;
    top: 50%;
    height: auto;
    text-align: center;
    margin-left: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #034180;
    border-radius: 50px 50px 50px 50px;
}

@media screen and (max-width: 480px) {
    .convenio-nome {
	    position: relative;
    width: 100%;
    top: 50%;
    height: auto;
    text-align: center;
    margin-left: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #034180;
    border-radius: 50px 50px 50px 50px;
    }
}

.convenio-nome:hover {
	position: relative;
    width: 100%;
    top: 50%;
    height: auto;
    text-align: center;
    margin-left: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #034180;
    border-radius: 50px 50px 50px 50px;
}

.pagination {
    width: 100%;
    height: 80px;
    text-align: center;
}

.pagination-ul {
    display: inline-block;
    position: relative;
    padding-top: 20px;
}

.pagination-item {
    display: inline-block;
}

.pagination-button {
    width: 40px;
    left: auto;
    right: auto;
    padding: 0px;
    color: #3080e8;
    background-color: white;
    border: 1px solid #3080e8;
    margin-left: 0px;
}

.pagination-button-selected {
    width: 40px;
    left: auto;
    right: auto;
    padding: 0px;
    color: #1f2130;
    background-color: white;
    border: 1px solid #1f2130;
    margin-left: 0px;
}

.pagination-button:hover {
    width: 40px;
    left: auto;
    right: auto;
    padding: 0px;
    color: #555;
    background-color: white;
    border: 1px solid #555;
}

.pesquisar {
    width: 100%;
}

.pesquisa-campo {
    position: relative;
    width: 100%;

}

.pesquisa-form {
    position: relative;
    width: 100%;
}

.url-search {
    display: none;
}

.input-pesquisar {
    margin-left: 0px !important;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: #034180 !important;
    border-radius: 50px 50px 50px 50px !important;
}

.input-limpar {
    display: inline;
    margin-left: 0px !important;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #034180;
    border-radius: 50px 50px 50px 50px;
}

.container-titulo {
    float: left;
    width:20%;
    height: 100%;
}

@media screen and (max-width : 700px) {
    .container-titulo {
        width:100%;
        height: 100%;
        text-align: left;
    }
}

.complementos-wrapper {
    width: 90%;
    /*height: 200px;*/
    overflow: auto;
    padding-bottom: 50px;
    margin: auto;
}


@media screen and (max-width : 700px) {
    .complementos-wrapper {
        width: 100%;
        /*height: 200px;*/
        overflow: auto;
        padding-bottom: 50px;
        margin: 0;
    }
}
.titulo {
    height: 100%;
}

.complementos {
    float: right;
    width: 80%;
    height: 100%;
    padding-left: 20px; 
    border-left: 2px solid #ccc;
}

@media screen and (max-width : 700px) {
    .complementos {
        float: right;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        border-left: 2px solid #ccc;
        font-size: 13px
    }
}


.descricoes {
    padding-top: 20px;
}


/*Loading Bars*/


/*----------------------*/


/*----------------------*/

#loadFacebookG {
    top: 5px;
    width: 50px;
    height: 23px;
    display: none;
    position: relative;
    margin: auto;
}

.facebook_blockG {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    float: left;
    height: 100%;
    margin-left: 1px;
    width: 13%;
    opacity: 0.1;
    animation-name: bounceG;
    -o-animation-name: bounceG;
    -ms-animation-name: bounceG;
    -webkit-animation-name: bounceG;
    -moz-animation-name: bounceG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
}

#blockG_1 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#blockG_2 {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#blockG_3 {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.7);
        opacity: 0.1;
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -o-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    }
}


/*
--------------------------
--------------------------
-------IMAGE SLIDER-------
--------------------------
--------------------------
*/

.carousel {
    margin: 50px auto;
    width: 500px;
    height: 300px;
    overflow: hidden;
    border: 2px solid;
    border-top-color: #856036;
    border-left-color: #5d4426;
    border-bottom-color: #856036;
    border-right-color: #5d4426;
    position: relative;
}

.photo {
    position: absolute;
    animation: round 16s infinite;
    opacity: 0;
}

@keyframes round {
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}

img:nth-child(1) {
    animation-delay: 12s;
}

img:nth-child(2) {
    animation-delay: 8s;
}

img:nth-child(3) {
    animation-delay: 4s;
}

img:nth-child(4) {
    animation-delay: 0s;
}


/*
---------------------------
---------------------------
Image Slider 2
---------------------------
---------------------------
*/

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 700px) {
    .slides {
        padding: 0;
        width: 300px;
        height: 180px;
        display: block;
        margin: 0 auto;
        position: relative;
    }
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input {
    display: none;
}

.slide-container {
    display: block;
}

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

@media screen and (max-width: 700px) {
    .slide {
        top: 0;
        opacity: 0;
        width: 300px;
        height: 190px;
        display: block;
        position: absolute;
        transform: scale(0);
        transition: all .7s ease-in-out;
    }
}


.slide img {
    width: 609px;
    height: 420px;
}

@media screen and (max-width: 700px) {
    .slide img {
        width: 300px;
        height: 190px;
    }
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

@media screen and (max-width: 700px) {
    .nav label {
        width: 100px;
        height: 100%;
        display: none;
        position: absolute;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
        transition: opacity .2s;
        color: #FFF;
        font-size: 90pt;
        text-align: center;
        line-height: 180px;
        font-family: "Varela Round", sans-serif;
        background-color: rgba(255, 255, 255, .3);
        text-shadow: 0px 0px 15px rgb(119, 119, 119);
    }
}

.slide:hover + .nav label {
    opacity: 0.5;
}

.nav label:hover {
    opacity: 1;
}

.nav .next {
    right: 0;
}

input:checked + .slide-container .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
    display: block;
}

.nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}

.nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1, input#img-2:checked ~ .nav-dots label#img-dot-2, input#img-3:checked ~ .nav-dots label#img-dot-3, input#img-4:checked ~ .nav-dots label#img-dot-4, input#img-5:checked ~ .nav-dots label#img-dot-5, input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}
