.btn-franquias{
    background: #0066ff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    border-radius: 15px !important;
    border:2px solid #fff;
    font-size: 18px;
    padding: 6px 15px 10px 15px !important;
}
.nav-container{
    display:table;
    width:1270px !important;
    margin:0 auto;
}
.display-franquias{
    display:none !important;
}
.float.bar .menu{
    width: 825px;
}

.section-contact{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
     padding: 30px 10px; 
}

.section-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 

.sec-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fale{
    font-size: 21px;
    text-align: center;
    background: #0066ff;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    width: 220px;
    padding-bottom: 4px;
}

.p-fale{
    text-align: center;
    color: #282828;
    font-weight: 100;
    font-size: 15px;
    padding: 10px 0px 16px 0px;
}

section.map .info-item {
    text-align: center;
    padding: 40px 30px;
    border-radius: 5px;
    background-color: #10af00;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
    transition: all .5s;
  }
  
  section.map .info-item:hover {
    margin-top: -70px;
  }
  
  section.map .info-item i {
    font-size: 36px;
    color: #43ba7f;
    margin-bottom: 25px;
  }
  
  section.map .info-item h4 {
    font-size: 18px;
    color: #212741;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  section.map .info-item a {
    font-size: 15px;
    font-weight: 600;
    color: #43ba7f;
    transition: all 0.3s;
  }
  
  section.map .info-item a:hover {
    color: #ff511a;
  }

.checkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.checkbox input{
  border: 1px solid #10af00;
  margin-right: 10px;
}

.checkbox label{
    color: #282828;
    text-align: center;
    font-size: 13px;
}

.input {
    width: 100%;
    height: 45px;
    background-color: rgb(17 175 1 / 3%);
    color: #10af00 !important;
    border-radius: 10px;
    border: 2px solid #10af00;
    font-size: 14px;
    outline: none;
    margin-bottom: 11px;
    text-align: center;
  }
  
  #contact textarea {
    width: 100%;
    height: 180px;
    max-height: 24px;
    min-height: 150px;
    background-color: #f4fff3;
    color: #10af00 !important;
    border-radius: 5px;
    border: none;
    padding: 15px 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 15px;
  }
  
  #contact input::placeholder, 
  #contact textarea::placeholder {
    color: #10af00;
  }
  #contact button.orange-button {
    font-size: 16px;
    color: #ffffff;
    background-color: #0167ff;
    padding: 6px 26px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border: 2px solid #ffffff;
    transition: all .3s;
    cursor: pointer;
  }
  
  #contact button.orange-button:hover {
    background-color: #0047b1;
  }

  fieldset {
    border: none !important;
    padding-left: 0px;
    padding-bottom: 0px;    
  }

  .row{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .col-lg-6{
    position: relative;
    width: 100%;
  }

  .h4-contact{
    color: #0167ff;
    font-size: 17px;
    padding-bottom: 7px;
    text-align: center;
  }

  .h4-contact i{
    color: #0167ff;
    font-size: 19px;
    margin-right: 5px;
  }


  .one.bx, .two.bx, .three.bx {
	position:fixed;
	top:50%; left:50%;
	transform:translate(-50%,-50%);
}

.one.tl, .two.tl, .three.tl {
	font-family: var(--font-family);
	font-size:2rem;
	font-weight: normal !important;
	text-align:center;
}

.two.modal, .two.modaldp {
	display: none;
}

.two.modal {
    width: 440px;
    height: 665px;
    background: rgb(255 255 255 );
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 4px;
    z-index: 99999;
    border-radius: 10px;
}

.two.modal iframe {
	width: 100%;
	height: calc(100% - 45px);
}

.two.modaldp {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	backdrop-filter: blur(2px);
	z-index: 4;
}

.two.modalbtn {
	position: absolute;
	bottom:20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 6px;
	width: 140px;
	background: var(--principal);
	color:#fff;
	text-align: center;
	display: inline-block;
	border-radius: 15px;
	margin: 0 auto;
	cursor: pointer;
}

.two.desc {
	text-decoration: underline;
    font-size: 14px;
    font-style: italic;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.two.descop {
	position: absolute;
    left: 50%;
    width: 100%;
    font-size: 14px;
    background: #ececec;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 5px;
	max-width: 400px;
    transform: translateX(-50%);
    padding: 10px 5px;
	display:none;
	-webkit-box-shadow: 0px 0px 18px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -12px rgba(0,0,0,0.75);
}

.two.desc:hover ~ .two.descop {
	display: block;
}

.two.checkbox {
	margin-top:10px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.two.cx {
	width: 16px;
	height: 16px;
	border:2px solid var(--principal);
	background-color: var(--principal);
	border-radius: 5px;
	/* display: inline-block; */
	display: none;
	vertical-align: middle;
	transition: background .2s;
}

.two.cx img {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	display: inline-block;
}

.two.ctx {
	font-size: 13px;
	/* width: calc(100% - 35px); */
	width: 100%;
    display: inline-block;
	vertical-align: middle;
	margin-left:5px;
}

.two.tm {
	text-decoration: none;
	color:#0066ff;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
}

.two.tm i{
	margin-right: 10px;
    font-size: 25px;
}

.two.tm:hover {
	text-decoration: none;
	color:#003d99;
    transition: .4s;
}

.two.input {
	display: table;
    margin: 0 auto;
}

.a-ter{
    color: #0066ff;
    font-size: 23px;
    padding-left: 37px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s all;
}

.a-ter i{
	margin-right: 5px;
    font-size: 25px;
}

.a-ter:hover{
    color: #0047b1;
}

.col-footer{
    display: flex;
}
  
@media only screen and (max-width: 1360px) {
    .nav-container{
        width:1100px !important;    
    }
}


@media only screen and (max-width: 1250px) {
    .col-footer{
        flex-direction: column;
        margin: 10px 0px;    
    }
    .a-ter{
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1180px) {
    .nav-container{
      width:950px !important;    
    }
}



@media only screen and (max-width: 950px) {
    .nav-container{
        width:780px !important;    
    }
}

@media only screen and (max-width: 800px) {
    .nav-container{
        width: calc(100% - 20px) !important;
    }
    .display-franquias{
        display:flex !important;
    }
    .a-ter{
        font-size: 20px;
    }
    .two.tm{
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .two.modal{
        width: 340px;
    }
}

@media only screen and (max-width: 400px) {
    .btn-franquias{
        font-size: 15px !important;
        padding: 4px 10px 7px 10px !important;
    }
    .float.bar .logo svg{
        height: 33px !important;
    }
}

@media only screen and (max-width: 385px) {
    .two.modal{
        width: 320px;
    }
    .checkbox label{
        font-size: 14px;
    }
}

@media only screen and (max-height: 760px) {
    .two.modal{
        height: 500px;
    }
}