body {
    margin: 0;
    padding: 0!important;
    overflow: auto!important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.4;
}
a {
    color: #fff;
}
a:hover {
    color: #01d1fe;
}
p {
    margin: 16px 0;
}
#root {
    position: relative;
    display: block;
    width: 100%;
    margin: 124px auto 0;
    background-color: #fff;
}
header {
    position: fixed;
    top: 44px;
    background-color: #070026;
    width: 100%;
    z-index: 2;
}
footer {
    width: 100%;
    background-color: #070026;
}
nav {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
section {
    min-height: 396px;
}
.MuiLink-underlineHover:hover {
    text-decoration: none;
}
.MuiTypography-colorPrimary {
    color: #fff;
}
.MuiTypography-h1 {
    font-size: 2rem; /*32px*/
    color: #01d1fe;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 15px 0;
}
.MuiTypography-h2 {
    font-size: 1.625rem; /*26px*/
    color: #01d1fe;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 17px 0;
}
.MuiTypography-h3 {
    font-size: 1.125rem; /*18px*/
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 10px 0;
}
.MuiTypography-h4 {
    font-size: 1rem; /*16px*/
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
}
.MuiTypography-h5 {
    font-size: 0.875rem; /*14px*/
    line-height: 1.4;
    letter-spacing: normal;
}
.MuiTypography-h6 {
    font-size: 0.75rem; /*12px*/
    line-height: 1.4;
    letter-spacing: normal;
}
.MuiTypography-subtitle1 {
    font-size: 1.5rem; /*24px*/
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 10px 0;
}
.MuiTypography-subtitle2 {
    font-size: 1.5rem; /*24px*/
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 10px 0;
}
.MuiTypography-body1 {
    font-size: 1.25rem; /*20px*/
    line-height: 1.4;
    letter-spacing: normal;
}
.MuiTypography-body2 {
    font-size: 1.25rem; /*20px*/
    line-height: 1.4;
    letter-spacing: normal;
}
.MuiTypography-body3 {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
.MuiTypography-body4 {
    font-size: 1.125rem; /*18px*/    
    line-height: 1.4;
    letter-spacing: normal;
}
span.MuiFormControlLabel-label {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: normal;
}

.MuiFormLabel-root.Mui-error {
    color: #FF1D1D;
}

/* Accordion */
.MuiPaper-root {
    color: #7d7d7d;
}
.MuiAccordionSummary-root {
    padding: 0px 35px;
}
.MuiAccordion-root.Mui-expanded {
    margin: 0;
}
.MuiAccordionSummary-content.Mui-expanded {
    margin: 0px 0;
}
.MuiAccordionSummary-content {
    margin: 4px 0;
}
.MuiAccordionSummary-content.Mui-expanded {
    margin: 4px 0;
}
.MuiAccordionSummary-root.Mui-expanded {
    min-height: 48px;
}
.MuiAccordionDetails-root {
    display: flex;
    padding: 30px 35px;
}
.MuiIconButton-root {
    padding: 0;
}
.MuiPaper-elevation1 {
    box-shadow: initial;
}
.MuiAccordion-root.Mui-expanded:before {
    opacity: 1;
}
.MuiRadio-colorPrimary.Mui-checked {
    color: #0d0048;
}
.MuiRadio-colorSecondary.Mui-checked {
    color: #01D1FE;
}
.MuiSelect-selectMenu {
    padding: 17.5px 26px 17.5px 12px;
}
.containerForm {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    background: #fff;
    padding: 46px 45px;
    max-width: 388px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    color: #7D7D7D;
}

.containerForm2 {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    background: #fff;
    padding: 46px 45px;
    max-width: 1279px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    color: #7D7D7D;
}

.containerForm3 {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    background: #fff;
    padding: 46px 45px;
    max-width: 640px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    color: #7D7D7D;
}

.containerForm4 {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    background: #fff;
    padding: 46px 45px;
    max-width: 480px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    color: #7D7D7D;
}

/************************************************/
/* LABEL */

/* LABEL - FOCUS */
.MuiInputLabel-root.Mui-focused {
	color: #3D3078;
}
/* LABEL - FILLED */
.MuiInputLabel-root.MuiFormLabel-filled {
	color: #3D3078;
}
/* LABEL - ERROR */
.MuiFormLabel-root.Mui-error {
  color: #FF1D1D;
}
.MuiFormLabel-root.Mui-disabled {
  color: #3D3078;
}
/* HELPER TEXT */
.MuiFormHelperText-root.Mui-error {
  color: #FF1D1D;
}
.MuiFormHelperText-root {
  position: absolute;
  top: 59px;
  margin: 0 0 0 14px;
  line-height: 1.1;
}

/********** OUTLINED - INPUT ***********/

/* OUTLINED - HOVER */
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #3D3078;
  border-width: 2px;
}
/* OUTLINED - FOCUS */
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #3D3078;
  border-width: 2px;
}
/* OUTLINED - ERROR */
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #FF1D1D;
  border-width: 2px;
}
.MuiOutlinedInput-notchedOutline + fieldset{
  border-color: #7D7D7D;
  color: #7D7D7D;
}
/* OUTLINED - ERROR */
.MuiOutlinedInput-root.Mui-error.MuiOutlinedInput-notchedOutline.MuiInputBase-inputAdornedEnd.MuiOutlinedInput-adornedEnd {
  border-color: #FF1D1D;
}
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #B00020;
}
/* OUTLINED - ERROR - PASSWORD */
.MuiInputBase-adornedEnd.Mui-error > input:valid:required + .MuiInputAdornment-root + fieldset {
  border-color: #FF1D1D;
}
/* OUTLINED - SUCCESS */
input:valid:required + fieldset {
  border-color: #3D3078;
  border-width: 2px;
}
/* OUTLINED - SUCCESS - PASSWORD */
input:valid:required + .MuiInputAdornment-root + fieldset {
  border-color: #3D3078;
}
/* OUTLINED - ERROR - PASSWORD */
.MuiInputBase-adornedEnd.Mui-error > input:valid:required + .MuiInputAdornment-root + fieldset {
  border-color: #FF1D1D;
}
/* OUTLINED - VALID FOCUS */
input:valid:focus + fieldset {
  border-color: #3D3078;
  border-width: 1px;
}
/* OUTLINED - DISABLED */
.MuiInputBase-input.Mui-disabled {
  opacity: 1;
  background-color: #EDEDED;
}
/* OUTLINED - DISABLED */
.MuiInputBase-input.Mui-disabled ~ fieldset {
  color: #7D7D7D;
}
/* OUTLINED - DISABLED */
input:not([type]).MuiInputBase-input.Mui-disabled ~ fieldset,
input[type=text].MuiInputBase-input.Mui-disabled ~ fieldset,
input[type=password].MuiInputBase-input.Mui-disabled ~ fieldset,
input[type=email].MuiInputBase-input.Mui-disabled ~ fieldset {
  border-color: #3D3078;
}
/* OUTLINED - DEFAULT */
.MuiOutlinedInput-notchedOutline {
  border-color: #7D7D7D;
  color: #7D7D7D;
}

/************************************************/
/* SELECT */

/* SELECT - DEFAULT */
.MuiSelect-outlined.MuiSelect-outlined {
  border-color: #7D7D7D;
  box-shadow: none;
}
/* SELECT - FOCUS */
.MuiSelect-outlined.MuiSelect-outlined:focus {
  border-color: #3D3078;
}
/* SELECT - HOVER */
.MuiSelect-outlined.MuiSelect-outlined:hover {
  border-color: #3D3078;
  border-width: 2px;
}
.MuiInputLabel-root.MuiFormLabel-filled + .MuiInputBase-root .MuiSelect-outlined.MuiSelect-outlined {
  border-color: #3D3078;
  border-width: 2px;
}
input:valid:required + .MuiAutocomplete-endAdornment + fieldset {
  border-color: #3D3078;
}
.MuiInputLabel-root.MuiFormLabel-filled + .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
    border-color: #3D3078;
    border-width: 2px;
}

/************************************************/



.containerForm button {
    color: #fff;
}

.marginTermoCriacao {
    position: relative;
    margin: 30px 5px 30px 5px;
    color: #303030;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0px;
}
.marginTermoCriacao .MuiFormHelperText-root {
    position: relative;
    top: 0;
    margin-left: 23px;
}
#termoCriacao .MuiCheckbox-root {
    top: -12px;    
    margin-right: 10px;
}

.margimTermoUso {
    position: relative;    
    margin: 40px 0 40px 0;

}
.margimTermoUso .MuiFormHelperText-root {
    position: relative;
    top: 0;
    margin-left: 23px;
}
#termoUso .MuiCheckbox-root {
    top: -29px;    
    margin-right: 10px;    
}

.margimTermoAdesao {
    position: relative;
    margin: 40px 0 40px 0;    
}
.margimTermoAdesao .MuiFormHelperText-root {
    position: relative;
    top: 0;
    margin-left: 23px;    
}
#termoAdesao .MuiCheckbox-root {
    top: -29px;
    margin-right: 10px;
    align-items: flex-start! important;
}
.termoPrivacidadeLink {
    color: #3D3078;
    text-decoration: underline;
}
.termoPrivacidadeLink:hover {
    text-decoration: underline;
}
.boxPacotesWrapper {
    display: flex;
    justify-content: center;
    margin-top: 43px;
}
.containerPacotes {
    top: 3614px;
    /*left: 390px;*/
    width: 282px;
    height: 371px; /*341px*/
    background: var(--branco-ff) 0% 0% no-repeat padding-box;
    background: #fff 0% 0% no-repeat padding-box;
    margin: 0 16px;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;    
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;
}
.containerPacotesPessoaFisica {
    top: 1613px;
    left: 698px;
    width: 583px;
    height: 879px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 0 16px;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;    
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;
}
.containerPacotesPessoaFisicaMobile {
    left: 37px;
    width: 260px;
    min-height: 1160px;
    background: #fff 0% 0% no-repeat padding-box;
    margin: 0 16px;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;    
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;    
}
.containerPacotesInsider {
    top: 1613px;
    left: 698px;
    width: 583px;
    height: 260px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000061;
    border-radius: 4px;
    opacity: 1;
    margin: 0 16px;
    padding: 30px 14px 22px;
}
.containerValores {
    top: 3614px;
    width: 282px;
    height: 321px;
    background: #fff 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;
    margin: 0 16px;
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;
}
.containerValores2 {
    top: 3614px;
    width: 282px;
    min-height: 291px;
    background: #fff 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;
    margin: 0 16px;
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;
}
.containerValoresMobile {
    left: 37px;
    width: 260px;
    height: 305px;
    background: #fff 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;
    margin: 0 16px;
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;
}
.containerPacotesMobile {
    top: 1453px;
    left: 37px;
    height: 361px;
    background: #fff 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 0px 15px #00000061;*/
    opacity: 1;    
    padding: 30px 14px 22px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c0bebe;
    border-radius: 4px;
}
.containerDepoimentos {
    /*top: 1553px;*/
    width: 965px;
    margin: 0 auto;
    /*left: 37px;*/
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 4px;    
    padding: 30px 0px 22px;
}
@media only screen and (max-width: 980px) {
    .containerDepoimentos {
        width: 100%;
        padding: 20px 6px 22px;
    }
}

.MuiDrawer-paper {
    display: none;
}
#container-fullbanner {
    display: none;
}
#boxOption .MuiFormHelperText-root {
    position: relative;
    top: 0;
    margin: 0;
}
#boxOption .MuiFormControl-root {
    display: inline;
}

@media only screen and (max-width: 1382px) {
    #root {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 980px) {

    body {
        font-size: 16px;
    }
    #root {
        margin: 124px auto 0;
    }
    .MuiDrawer-paper {
        display: flex;
        top: 44px;
        background-color: transparent;
    }    
}

@media only screen and (max-width: 880px) {
    #root {
        margin: 83px auto 0;
    }
}

@media only screen and (max-width: 768px) {
    body {
        line-height: 1.7;
    }
    nav {
        flex-direction: initial;
    }
    .MuiTypography-h1 {
        font-size: 1.5rem; /*24px*/
    }
    .MuiTypography-h5 {
        font-size: 0.875rem; /*14px*/
    }  
    .MuiTypography-subtitle1 {
        font-size: 1.25rem; /*20px*/
    }
    .MuiTypography-body1 {
        font-size: 1rem; /*16px*/
        line-height: 1.7;
        letter-spacing: 0.00938em;
    }
    .MuiTypography-body2 {
        font-size: 1.25rem; /*20px*/
        line-height: 1.4;
        letter-spacing: normal;
    }
    .MuiTypography-body4 {
        font-size: 1.125rem; /*18px*/
        line-height: 1.4;
        letter-spacing: normal;
    }
    /*
    .MuiTypography-subtitle1 {
        font-size: 1.25rem;
    }*/
    .MuiDrawer-paper {
        background-color: transparent;
    }
    .bgPaper {
        background-color: #eee;
    }
    .bgPaperHome {
        top: 3614px;
        left: 85px;
        max-width: 281px;
        /*max-height: 341px; VCE-369*/
        background: #fff;
        box-shadow: inset 0px 0px 2px 0px rgba(125,125,125,0.5);
        border-radius: 4px;
        opacity: 1;
    }    
    .CarouselItem {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        top: 35px;
    }
    .MuiDrawer-paper {
        top: 37px;
    }
    .containerPacotes {
        width: calc(100% - 28px);
        margin: auto;
    }
    .containerForm {
        padding: 46px 25px;
    }
}

@media only screen and (max-width: 320px) {
    .containerForm {
        padding: 46px 15px;
    }
}

@media only screen and (max-width: 1279px) {
    .containerForm2 {
        padding: 46px 15px;
        top: 243px;
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../../../img/icons/ico_calendar_blue.svg) no-repeat;
    width: 24px;
    height: 26px;
    /*border-width: thin;*/
}

#busca {
    background: url(../../../img/icons/ico_search_gray.svg) no-repeat scroll 270px 13px;
    position: relative;
    display: block;
    padding-right: 50px;
}