﻿.txt_banner{
	left: 5%;
	width: 90%;
}
.mostresul{
    color: #021f59;
    font-size: 21px;
    line-height: 70px;
    text-align: left;
    font-family: "Mohr-SemiBold";
}
.limpar{
    color: #00bf44;
    font-size: 21px;
    line-height: 70px;
    text-align: left;
    font-family: "Mohr-Mediumlt";
    text-decoration: none;
    cursor: pointer;
}
.limpar:hover{
    color: #00bf44;
}

.title_poli{
    color: #fff;
    font-size: 72px;
    padding:0% 5%;
    font-family: "Mohr-BoldIt";
}

.content_poli{
    color: #fff;
    font-size: 16px;
    padding:0% 5%;
    font-family: "Mohr-Mediumlt";
}

.acessorias{
    background-color: #f5f5f5;
    height: auto;
    padding:2%;
    border-radius: 6px;
}

.titleAc{
    color: #021f59;
    font-size: 24px;
    font-family: "Mohr-Mediumlt";
}

.acPais{
color: #00bf44;
font-family: "Mohr-SemiBold";
font-size: 1rem;
}

.acEmpresa{
    color: #021f59;
    font-family: "Mohr-SemiBold";
    font-size: 1rem;
}

.acDados{
    font-family: "Mohr-Mediumlt";
    font-size: 1rem;
    color: #707070;
}

#cards_landscape_wrap-2{
    text-align: center;
    background: #ffffff;
  }
  #cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
    height: 35rem;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 6px 6px 0px 0px;
    height: 200px;
    position: relative;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
	height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:translate(-50%, -50%) scale(1.15);
    -moz-transform:translate(-50%, -50%) scale(1.15);
    -ms-transform:translate(-50%, -50%) scale(1.15);
    -o-transform:translate(-50%, -50%) scale(1.15);
    transform:translate(-50%, -50%) scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
  }
  #cards_landscape_wrap-2 .card-flyer{
    background: #f5f5f5;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    background: #f5f5f5;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    line-height: 21px;
    font-family: "Mohr-Mediumlt";
    color: #707070;
    text-align: left;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 20px;
    font-family: "Mohr-Medium";
    line-height: 28px;
    color: #021f59;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: bold;
    }
    #cards_landscape_wrap-2 .card-flyer .text-box p {
	    margin-top: 10px;
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	    font-size: 14px;
	    line-height: 21px;
	    font-family: "Mohr-Mediumlt";
	    color: #707070;
	    text-align: left;
	    overflow: hidden;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	    
	}


  .btnVer{
      background: #00bf44;
      text-align: center;
      width: 60%;
      height: 35px;
      font-size: 12px;
      font-family: "Mohr-SemiBold";
      padding: 9px 7px;
      border: 1px solid transparent;
      text-decoration: none;
      border-radius: 6px;
      color: #fff;
      display: block;
      margin-bottom: 15px;
      text-transform: uppercase;
      cursor: pointer;
  }

  .btnCarregar{
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    text-align: center;
    width: 35%;
    height: 40px;
    font-size: 12px;
    font-family: "Mohr-SemiBold";
    padding: 10px 7px;
    border: 1px solid transparent;
    text-decoration: none;
    border-radius: 6px;
    color: #00bf44;
    display: block;
    margin: 1rem auto;
    text-transform: capitalize;
    transition: .3s all ease;
    border: 1px solid transparent;
}

.btnCarregar:hover{
    background: #00bf44;
    transform: scale(1.05);
    color: #fff;
}
  

.pesquise{
    background: #f5f5f5;
    padding: 5%;
    height: auto;
}

/*
.inputP{
    margin: 10px 0px;
    border: none;
    border-bottom: 2px solid #021f59;
    font-size: 14px;
    font-family: "Mohr-LighIt";
    background: transparent;
    width: 80%;
    color: #021f59;
    transition: .3s;
}

.inputP::placeholder{
    padding-left: 2px;
    color: rgba(2, 31, 89, 0.5);
}

.input:focus-visible{
    outline: none;
    border: 1px solid transparent;
}*/

.imgInput{
    background-image: url("/es/Style%20Library/images/lupa.svg");
    background-repeat: no-repeat;
    width: 1.56rem;
    height: 1.56rem;
    float: right;
    transform: translate(-3px , -40px);
}

.imgInput2{
    background-image: url("/es/Style%20Library/images/limpar.svg");
    background-repeat: no-repeat;
    width: 1.56rem;
    height: 1.56rem;
    float: right;
    transform: translate(-3px , -40px);
    display: none;
}


.label-float input ,textarea{
    border: none;
    border-bottom:  2px solid #021f59;
    background:transparent;
    outline: none;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    transition: 0.2s;
    -webkit-appearance:none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    font-weight: bold;
    color:#021f59;
    padding-top: 0.8rem;
    margin-bottom: 3%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-appearance:none;
}

.label-float input:focus textarea:focus{
    border: none;
    transition: 0s;
    border-bottom: 2px solid #021f59;
    color: #021f59;
    padding-left: 0px;
    margin-bottom: 4%;
}

.label-float input::placeholder {
    color: transparent;
}

.label-float label  {
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 64px;
    margin-left: 35px;
    color: rgba(2, 31, 89, 0.5);
    font-family: "Mohr-LighIt";
    transition: 0.5s;
}



.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label{
    font-size: 16px;
    margin-top: 0;
    color: transparent;
    top: 75px;
    left: -77px;
    font-family: "Mohr-LighIt";
    margin-top: -10px;
    margin-left: 0px;
    transition: 0s;
}


.txt_Pesquise{
    display: block;
    font-family: "Mohr-LighIt";
    color: #021f59;
    font-size: 24px;
}

.btnsNav{
    padding-top: 10px ;
}

.btnTipos{
    width: auto;
    padding: 12px 15px;
    height: 40px;
    color: #fff;
    background: #00bf44;
    border-radius: 6px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: "Mohr-SemiBold";
    font-size: 12px;
    transition: .3s;
    margin-left: 5px;
    cursor: pointer;
}

.btnTipos.active{
    background:#fff;
    color: #00bf44;
}

.btnTipos:hover ,.btnTipos:focus-within{
    background:#fff;
    color: #00bf44;
}

a.btnTipos:active{
    background:#fff;
    color: #00bf44;
}

@media screen and (min-width:1920px) {
    .label-float label{
        margin-top: 69px;
        margin-left: 42px;
    }
}


@media screen and (min-width:1024px) and (max-width:1300px){
.btnVer {
    width: 75%;
}
}

@media screen and (min-width:768px) and (max-width:1000px){
.acessorias{
    order: 1;
}

.divBusca{
    order: 2;
   
}

.divCard{
    order: 3;
}
.btnVer {
    width: 65%;
}
.bannerImg {
    height: 40vh;
}
}
@media(min-width: 768px) and (max-width: 821px) {
    .label-float label {
        margin-top: 82px;
        margin-left: 58px;
    }
    .imgInput {
        transform: translate(-3px , -48px);
    }
}
@media screen and (max-width:640px) {
    .container-fluid , .col-12{
        padding-right: 0px;
        padding-left: 0px;
    }

    .contentIm , .bannerImg{
        padding-left: 15px;
        padding-right: 15px;
    }

    .bannerImg{
        background-position-x:-170px;
    }

    .bannerContent{
        padding: 0% 4%;
    }
    
    .title_poli{
        max-width: 100%;
        font-size: 56px;
    }

    .content_poli, .title_poli{
        padding: 0%;
    } 

    .acessorias{
        padding: 10% 5%;
        border-radius: 0px;
    }

    .divCard , .divBusca{
        padding: 0% 7%;
    }

    .acessorias{
        order: 1;
    }

    .divBusca{
        order: 2;
        padding:0% 0%;
        margin-top: 20px !important;
    }

    .divCard{
        order: 3;
        margin-top: 1rem !important;
    }

    .btnVer{
        width: 55%;
    }

    .pesquise{
        padding: 5% 5%;
    }

    .label-float label{
        margin-left: 20px;
    }
    .bannerImg {
        height: 55vh;
    }
    #cards_landscape_wrap-2 .card-flyer .text-box p {
	    margin-top: 10px;
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	    font-size: 14px;
	    line-height: 21px;
	    font-family: "Mohr-Mediumlt";
	    color: #707070;
	    text-align: left;
	    overflow: hidden;
	    -webkit-line-clamp: 6;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	}
	#cards_landscape_wrap-2 .card-flyer .text-box h6 {
	    margin-top: 0px;
	    margin-bottom: 4px;
	    font-size: 21px;
	    font-family: "Mohr-Medium";
	    line-height: 21px;
	    color: #021f59;
	    text-align: left;
	    overflow: hidden;
	    -webkit-line-clamp: unset;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	}
    #cards_landscape_wrap-2 .card-flyer {
        height: auto;
    }
}
@media screen and (max-width: 320px){
.btnVer {
    width: 75%;
}
}