﻿.file-upload .file-upload-select {
	display: block;
	color: #707070;
	cursor: pointer;
	text-align: left;
	background: #dedede;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.file-upload .file-upload-select .file-select-button {
	background: #161f27;
	padding: 10px;
	display: inline-block;
}
.file-upload .file-upload-select .file-select-name {
	display: inline-block;
	padding: 10px;
}
.file-upload .file-upload-select input[type="file"] {
	display: none;
}

.bannerImg {
	background-position:center
}
.contentSub , .contentSub2,.contentSub3{
    font-size: 13px;
    text-align: left;
    color: #707070;
    display: inline-block;
    font-family: "Mohr-Mediumlt";
    margin-bottom: 15px;
}

.contentSub2{
    margin-top: 20px;
    max-width:100%;
    padding-right: 8%;
}

.contentSub3{
    margin-top: 10px;
    max-width:81%;
    padding-right: 8%;
}

.labelInput{
    color: #021f59;
    font-size: 15px;
    display: block;
    font-family: "Mohr-Mediumlt";
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}

.privForm{
    margin-top: 25px;
}

.inputPri{
    border-radius: 6px;
    border: solid 1px #dedede;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #707070;
}

.inputPri::placeholder{
    color: #a5a5a5;
    padding-left: 1px;
}

.inputPri:focus , .inputPri:hover{
    outline: none;
}

.optionSelect{
    width: 100%;
    border-radius: 6px;
    border: solid 1px #dedede;
    height: 40px;
    padding:0px 10px;
    color:  #a5a5a5;
    font-family: "Mohr-Medium";
}



.optionSelect:focus , .optionSelect:hover{
    outline: none;
}

.btnSelecionar{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: "Mohr-SemiBold";
    width: 20%;
    height: 40px;
    display:block;
    text-transform: uppercase;
    font-size: 11px;
    color: #00bf44;
    text-align: center;
}
.btnAcesse2 {
    float: left;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: white!important;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: "Mohr-SemiBold";
    width: 35%;
    height: 44px;
    text-transform: uppercase;
    font-size: 11px;
    color: #00bf44!important;
    text-align: center!important;
    transition: .3s;
    padding: 1%;
}
.btnAcesse2:hover , .btnAcesse2:focus{
    outline: none;
    background: #f2fcf5;
    border:1px solid #00bf44;
}



.btnEnviar{
    float: right;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: "Mohr-SemiBold";
    width: 35%;
    height: 40px;
    display:block;
    text-transform: uppercase;
    font-size: 11px;
    color: #00bf44;
    text-align: center;
}

.btnDiv{
    max-width: 100%;
}

.textCentral{
    width: 100%;
    height: 100px;
    padding: 10px;
    margin: 0;
    border: solid 1px #dedede;
    border-radius: 6px;
    color: #a5a5a5;
    font-family: "Mohr-Mediumlt";
    text-align: left;
    font-size: 13px;
}

.textCentral:focus{
    outline: none;
}
@media screen and (min-width:768px) and (max-width:1000px){
    .bannerImg {
        height: 40vh;
    }
    .title_poli {
        font-size: 54px;
        bottom: 7rem;
    }
      
    }

@media screen and (max-width:640px) {
    .bannerContent{
        padding: 10% 5%;
    }
    .file-upload{
        display: grid;
    }
    .bannerContent2 {
        padding: 5%;
    }
    .btnAcesse2 {
        width: 100%;
    }
    .bannerImg {
        height: 55vh;
    }
    
    .title_poli{
        max-width: 100%;
        bottom: 20px;
        font-size: 42px;
    }
    
    .inputPri{
        width: 100%;
    }

    .btnSelecionar{
        width: 100%;
    }

    .contentSub2{
        max-width:100% ;
    }

    .optionSelect{
        width: 100%;
    }

    .textCentral{
        width: 100%;
    }

    .btnDiv{
        max-width: 100%;
    }

    .btnEnviar{
        width: 100%;
    }
}
@media screen and (max-width: 320px){
    .content_poli {
        font-size: 14px;
    }
    .title_poli {
        bottom: 11rem;
        font-size: 30px;
    }
    }