@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Regular.ttf) format("opentype");
}
body{
    font-family: lato;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
}
.carousel-indicators {
    bottom: 16px;
}
.w-100{
    height: 100vh;
}

.first-slide-1{
    background:url('../img/img-1.png') !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.first-slide-2{
    /* background:url('../img/img-2.png') !important; */
    /* background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh; */
    position: relative;
}
.first-slide-3{
    /* background:url('../img/img-3.png') !important; */
    /* background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh; */
    position: relative;

}
.row{
    margin-right:0 !important;
    margin-left: 0;
}
.col-md-6{
    padding-right:0 !important;
    padding-left: 0;
}
.video {
    width: 90%;

    box-shadow: 0 -3px 10px 0 rgba(0,0,0,0.2),50px 50px 50px 50px rgba(0,0,0,0.19) !important;

}
.image-mark{
    position: fixed;
    top: 36px;
    left:50%;
	z-index:999999999;
}
.image-mark-h24{
    position: fixed;
    top: 158px;
    left:50%;
}
/* @media (max-width: 2685px) {
    .image-mark{
        left:49.67%;
    }
}
@media (max-width: 2310px) {
    .image-mark{
        left:49.65%;
    }
}
@media (max-width: 1990px) {
    .image-mark{
        left:49.56%;
    }
}
@media (max-width: 1573px) {
    .image-mark{
        left:49.5%;
    }
}
@media (max-width: 1460px) {
    .image-mark{
        left:49.35%;
    }
}
@media (max-width: 1235px) {
    .image-mark{
        left:49.2%;
    }
}
@media (max-width: 881px) {
    .image-mark{
        left:49%;
    }
} */

@media (max-width: 2685px) {
	.letter-pannel{
		width: 280.23px;
		height: 270.45px;
		background:url('../img/opercity.png') !important;
		position: absolute;
		top: 114px;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	   

	}
	.letter-pannel-h24{
		width: 280.23px;
		height: 270.45px;
		background:url('../img/opercity.png') !important;
		position: absolute;
		top: 234px;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	   

	}
	.title{
		padding:20px;
		font-size: 28px;
		font-family: Lato;
		font-weight: bold;
		color: white;
	}
	.letter-pannel>p{
		margin-bottom: 0;
	}
}
@media (max-width: 881px) {
    .letter-pannel{
        width: 193px;
        height: 186.27px;
        background:url('../img/small-letter-background.png') !important;
		opacity: 0.9;
        right: 0;
        top: 10%;
    }
    .title{
        font-size: 20px;
    }
}
.content-4_1{
    height: 100vh;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10%;
}
.content{
    height: 100vh;
    padding-left: 20%;
    padding-right: 33%;
    padding-top: 10%;
}

.content-title{
    font-weight: bold;
    font-size: 21px;
    color: #000000;

}
.content-sub-title{
    font-size: 16px;
    color: #707070;
}
.text-red{
    color: red;
}
.error-title{
    font-size: 16px;
    color: red;
}
.error-title-2{
    font-size: 16px;
    color: red;
	padding-bottom: 30px;
    text-align: center;
}
.submit_alert{
	padding: 5px;
	text-align: right;
    font-size: 16px;
    color: red;
}

.content-text{
    font-size: 16px;
    color: #000000;
}
.panel{
    text-align: center;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 60px;
    background-color: #FAF7F2;
    border-radius: 15px 15px 0 0;
}
.panel-expirado{
    text-align: center;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 60px;
    background-color: #FAF7F2;
    border-radius: 15px 15px 15px 15px;
}
.panel-top-text{
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
.panel-top-title{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}
@media (max-width: 1842px) {
    .content{
        padding-left: 28%;
        padding-right: 28%;
    }
}
@media (max-width: 1588px) {
    .content{
        padding-left: 25%;
        padding-right: 25%;
    }
}
@media (max-width: 1370px) {
    .content{
        padding-left: 23%;
        padding-right: 23%;
    }
}
@media (max-width: 1290px) {
    .content{
        padding-left: 15%;
        padding-right: 15%;
    }
}
.h24-header{
    height: 112px;
    width: 50%;
    top: 0;
    right: 0;
    position: fixed;
    background-color: #FFADAD;
    border: #FFADAD;
    z-index: 99999;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .h24-header{
        width: 100%;
    }
    .image-mark{
        position: fixed;
        width: 60px;
        height: 57.91px;
        top: 20px;
        left: 0;
        z-index: 999;
    }
    .image-mark-h24{
        position: fixed;
        width: 60px;
        height: 57.91px;
        top: 132px;
        left: 0;
        z-index: 999;
    }
    .content {
        padding-left: 11%;
        padding-right: 11%;
    }
}

.panel-square{
    width:100%;
    max-width:300px;
    align-items: center;
}
.panel-middel{
    margin-top: 20px;
}
.middle-letter{
    font-size: 13px;
    color: #707070;
    margin-bottom: 0;
}
.middle-text{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}
.col-6{
    padding-right: 0;
}
a>.middle-letter{
    text-decoration: none;
    color: blue;
    margin-bottom: 20px;
}
.footer-button{
    background-color: #FD5000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 0 0 15px 15px;
}
.button-letter{
    color: white;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
}
.chat-icon-test{
    bottom: 13px;
    right: 0;
    position: fixed;
    cursor: pointer;
}
.chat-icon{
    bottom: 13px;
    right: 0;
    position: fixed;
    cursor: pointer;
	visibility: hidden;
}
.footer-address{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}
.address-letter{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
.address-text{
    font-size: 13px;
    margin-bottom: 0;
}
.small-button{
    position: absolute;
    top: 30px;
    right: 10px;
    display: none;
}
@media (max-width: 767px) {
    .footer-address{
        display: block;
    }
    .w-100{
        height: auto;
    }
    .first-slide-1{
        /* background-image: none !important; */
        height: auto !important;
        
    }
    .video{
        width: 100%;
        height: 402px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .small-button{
        display: block;
    }
    .lte{
        display: none;
    }
}
.panel-footer-main{
    display: none; 
}
.panel-footer{
    text-align: left;
}
.panel-footer-2{
    text-align: left;
    margin-top: 10px;
    padding-bottom: 30px;  
}
.border-header{
    border-top: solid 3px #FD5000;
    width: 100px;
    margin-top: 40px;
    padding-bottom: 15px;
}
.add-center{
    text-align: center;
}
.add-right{
    text-align: right;
}
.input-content{
    margin-top: 0px;
}
.input-content>.content-text{
   color: #707070;
   
}
.email-verify{
    width: 100%;
    border: 1px solid #9C7070;
    background-color: white;
    height: 51px;
	padding: 20px;
}
.input-verify{
    width: 100%;
    border: 1px solid #9C7070;
    background-color: white;
    height: 51px;
	padding: 20px;
}
.file-verify{
	margin-top: -5px;
	text-align: center;
    color: #707070;
}
.h24-input{
    width: 100%;
    border: 3px solid white;
    height: 51px;
    background-color: transparent;
}

.right-side{
    background-color: #FAF7F2;
}
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.h22-checkbox {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #000000;
    border: 1px solid #9C7070;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
	border: 1px solid #9C7070;
}
.container-checkbox .h22-checkmark {
    top: 8px;
    left: 0;
}
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer-button-1{
    text-align: right;
    margin-top: 60px;
}
.footer-button-2{
    text-align: right;
    margin-top: 60px;
}
.spacing{
    line-height: 30px;
    letter-spacing: 0.5px;
}
@media (max-width: 470px) {
    .left-side{
        display: none;
    }
    .footer-button-1{
        text-align: center;
        margin-top: 30px;
    }
    .footer-button-2{
        text-align: right;
        margin-top: 30px;
    }
    .input-content{
        margin-top: 60px;
    }
    .border-header
    {
        margin-top: 40px;
    }
}
.option-tag{
    padding: 30px !important;
}


.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    margin-top: 30px;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
	border: 1px solid #9C7070;
    height: 51px;
    padding: 10px
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px ;
    font-size: 16px;
    color: #707070;
    height: 51px;
    background: #ffffff;
    cursor: pointer;
    width: 100%;

}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    padding: 0 22px 0 22px;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s;
    border-top:2px solid #FAF7F2 ;
}
.custom-option:hover {
    cursor: pointer;
    /* background-color: #b2b2b2; */
}
.arrow {
    position: relative;
    height: 15px;
    width: 10px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: #394a6d;
}
.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}
.open .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
}
.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}
@media (max-width: 470px) {
    .custom-select-wrapper {

        margin-top: 100px;
    }
}
.h09-header{
    text-align: center;
    margin-top: 50px;
    
}
.h09-header-letter{
 font-size: 16px;
 color: #707070;
 text-align: center;
    
}
.h09-body-1{
    margin-top: 30%;
}
.h09-body-2{
    margin-top: 15%;
}
@media (max-width: 470px) {
    .h09-body-1{
        margin-top: 15%;
    }
    .h09-body-2{
        margin-top: 10%;
    }
}
input[type="text"]::placeholder {  
    text-align: center;
}
input.h24-input::placeholder {  
    text-align: center;
    color: #000000;
    font-size: 16px;
}
.nSocioDiv{
    display: none;
}
.nSocioDiv_1{
    display: none;
}
.nSocioDiv_2{
    display: none;
}
.nSocioDiv_3{
    display: none;
}
.dSocioDiv_1{
    display: none;
}
.dSocioDiv_2{
    display: none;
}
.dSocioDiv_3{
    display: none;
}
.h10-content>.content-text{
    margin-top: 30px;
    margin-bottom: 10px;
}
.h10-content>.content-text-bottom{
    margin-top: 5px;
    color: #707070;
    font-size: 80%;
}
.h10-content>.content-text-alert{
    color: red;
    font-size: 80%;
}
.previous-icon{
    bottom: 25px;
    left: 20px;
    position: fixed;
    cursor: pointer;
/*   display: none; */
}
@media (max-width: 470px) {
    .h10-content{
       margin-top:10px;
    }
    .h10-main-content{
        padding: 6% 6%;
    }
    .h10-content>.content-text{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .previous-icon{
        display: block;
    }
    .h15-select{
        margin-top: 20px;
    }
    
}
.custom-select-wrapper>p{
  font-size: 16px;
  color: #707070;
  margin-bottom: 5px;
  margin-top: 20px;
}
.price-table{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.second-head{
    background-color: #FD5000;
}
.second-head>p{
    color: white;
    font-weight: bold;
    text-align: center;
}
.thead-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
}
.thead-title-edp{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
}
.thead-letter{
    font-size: 11px;
    margin-bottom: 0;
    color: white;
}
.thead-title-1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FD5000;
}
.thead-title-1-edp{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FD5000;
}
.thead-letter-1{
    font-size: 11px;
    margin-bottom: 0;
    color: #FD5000;
}
th{
    padding-top:20px;
    border-radius: 20px 20px 0 0;
  /*  width: 33.333%; */
}
table>tbody>tr>td:nth-child(2){
    background-color: #FD5000;
}
table>tbody>tr>td:nth-child(1){
    padding: 5px;
    color: #FD5000;
}
table>tbody>tr>td:nth-child(3){
    padding: 5px 20px;
}
table.h13-table>tbody>tr>td:nth-child(3){
    display: none;
    /* width: 33%; */
}
table>tbody>tr>td:nth-child(4){
    padding: 5px 20px;
}
table.h13-table>tbody>tr>td:nth-child(4){
    display: none;
    /* width: 33%; */
}
table>tbody>tr>td:nth-child(1)>div{
    background-color: white;
    padding: 2px 5px;
    border-radius: 20px 20px;
    color: #FD5000;
    width: 180px;
}
table>tbody>tr>td:nth-child(3)>div{
    border-top: 1px solid #FFC8AE;
}
table>tbody>tr>td:nth-child(4)>div{
    border-top: 1px solid #FFC8AE;
}
.td-footer{
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
    
}
.h15-footer{
    margin-top: 60px;
    padding-bottom: 50px;
}
.link{
    text-align: left;
    color: #FD5000;
    font-size: 16px;
    margin-bottom:0;
    padding-top:10px ;
}
p>span>img{
    right: 0;
    float: right;
}
.h15-button{
    cursor: pointer;
 
}
.right-side{
    overflow-y: scroll;
    max-height: 100vh;
}
.h13-content{
    margin-bottom: 0;
}
.h13-table{
    width: 75%;
    margin: 30px auto;
}

@media (max-width: 470px) {
    .h13-table{
        width: 80%;
        margin: 30px auto;
    }
    
}

.select-1,.select-2,.select-3,.select-4,.select-5{
    margin-top: 0 !important;
}
.content-header-h17{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}
.content-text-h17{
    font-size: 13px;
    color: #000000;
    margin-top: 0;
}
.h17-select-title{
    margin-top: 100px !important;
}
.h17-button{
    text-align: center;
    margin-top: 100px;
}
.h19-header{
    background-color: #000000;
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h19-header-text{
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}
.h19-family-2{
    margin-top: 100px;
}
.h19-footer{
    margin-top: 100px;
}
.h22-border{
    border-top: 1px solid #000000;
}
.h22-section2{
    margin-top: 80px;
}
.h22-footer{
    padding-bottom: 100px;
}

.left-side{
    padding-left: 0 !important;
}
.h24-header-title{
    color: #FD5000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}
.h24-header-letter{
    color: #FD5000;
    font-size: 16px;
    margin-bottom: 0;
}
.h24-content-1-title{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}
.h24-content-1-letter{
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}
.h24-content-1{
    margin-top: 30px;
}
.h24-content-2{
    margin-top: 50px;
}
.h24-right-text{
    text-align: right;
}
.h24-footer{
    margin-top: 50px;
    padding-bottom: 50px;

}
.h24-footer>.btn{
  width: 100%;
  color:white;
  border-radius:20px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;

    
}
.h25-body{
/* 
 background-color: #FD5000;
*/
}
.h25-content{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.last-mark{
    margin-top: 7%;
}
.h25-header{
    margin-top: 20px;
    color: #FD5000;
    font-weight: bold;
    font-size: 40px;
}
.h25-text-1{
    margin-top: 20px;
    color: #FD5000;
    font-weight: bold;
    font-size: 21px;

}
.h25-text-2{
    margin-top: 50px;
    color: #FD5000;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}
.last-button{
    margin-top: 50px;
    background-color: #FD5000 ;
    border-radius: 20px;
    width: 218px;
    height: 40px;
    font-size: 18px;
    color: white;
/*    font-weight: bold; */
}
.last-button:hover{
    color: white;
    font-weight: bold;
}
@media (max-width: 470px) {
    .last-mark{
        margin-top: 70px;
    }
}
#h5-submit{
    cursor: pointer;
}