﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
    vertical-align:baseline;
}

/*nao deixa o width ser afetado pelo padding*/
*{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}


body {
    margin: 0px;
    overflow: hidden;
    overflow-y: auto;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    background-color:#fff;
}



/*geral*/

.d-table {
    display: table !important;
}

.float-none{
    float:none !important;
}

.boxcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grayscale {
    filter: grayscale(100%);
}

/*.imgpartido {
    display: table;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 6px;
    margin-bottom: 8px;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.2);
}*/

.imgpartido {
    display: table;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 6px;
    margin-bottom: 8px;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.imgpartido i {
    display: table;
    float:none !important;
    width: 44px !important;
    margin: auto !important;
    margin-top: 2px !important;
    height: 44px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    border:none;
    filter: none !important;
}

.sticky {
    position: sticky;
    top: 15px;
}

.fl{
    float:left;
}

.fr {
    float: right;
}

.m-auto {
    margin: auto;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 5px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top:40px;
}

.pt50 {
    padding-top: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-10{
    margin-top:10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.w-100{
    width:100% !important;
}

.hand {
    display: table;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 23px;
}

/*colunas*/

.stage {
    display: table;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 1300px;
    overflow: hidden;
    overflow-y: auto;
    background-color:#fff;
}

.collum{
    display:table;
    width:100%;
}

.boxarea {
    width: 96.5%;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
    border: 3px solid #DFECF4;
    position: relative;
}

.box32 {
    width: 32%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box32v2 {
    width: 33.3%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box42 {
    width: 42%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box26 {
    width: 26%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box68 {
    width: 68%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box54 {
    width: 54%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box58 {
    width: 58%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box46 {
    width: 46%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.box100 {
    width: 100%;
    float: left;
    display: table;
    margin-bottom: 18px;
}

.ct {
    display: table;
    margin: auto;
    width: 90%;
}

.ct50 {
    display: table;
    width: 50%;
}

.align {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}


/*conteudo*/

.title {
    display: table;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
    padding-bottom:16px;
    border-bottom: 3px solid #DFECF4;
    margin-bottom:20px;
}

.title span{
    display: table;
    width: 90%;
    max-width:400px;
}

.title div{
    display: table;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
    margin-top:6px;
}

.subtitle {
    display: table;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
}



/*grafico numero*/

.chartnumber1 {
    display: table;
    width: 100%;
    font-size: 136px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
    margin-top:40px;
}

.chartnumber1 span{
    font-size: 57px;
}

.chartnumber1 b{
    display: table;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
}

.chartnumber2 {
    display: table;
    width: 100%;
    font-size: 87px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1px;
    color: #EA6951;
    text-align: left;
    margin-top: 30px;
}

.chartnumber2 span{
    font-size: 57px;
}

.chartnumber2 b{
    display: table;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -1px;
    color: #EA6951;
    text-align: left;
}



/*grafico anel*/

#chartdoughnut {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #EA6951 0%, #EA6951 6%, #30567D 6%, #30567D 53%, #3D97CE 53%, #3D97CE 84%, #F3A333 84%, #F3A333 96%, #CF5998 96%, #CF5998 100% );
}

#chartdoughnut::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    height: 78%;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#chartdoughnut .label {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
}



#chartdoughnut2 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background: conic-gradient(#EA6951 0%, #EA6951 4%, #30567D 4%, #30567D 53%, #3D97CE 53%, #3D97CE 83%, #F3A333 83%, #F3A333 91%, #CF5998 91%, #CF5998 100%);*/
}

#chartdoughnut2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    height: 78%;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#chartdoughnut2 .label {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
}




/*grafico vertical*/

.chartvertical{
    display:table;
    width:100%;
}

.chartvertical .chart{
    display: table;
    width: 100%;
}

.chartvertical  .chart .bar{
    display: table;
    width:33.3%;
    height:204px;
    float:left;
    position:relative;
}

.chartvertical  .chart .bar div{
    display: table;
    width:80%;
    position:absolute;
    bottom:0px;
    left:10%;
    border-radius:20px;
}

.chartvertical  .chart .bar div span{
    display: table;
    position:absolute;
    width:100%;
    top:-25px;
    left:0px;
    font-size: 20px;
    line-height:20px;
    letter-spacing:-1px;
    text-align:center;
    font-weight: 700;
    color: #30567D;
}

.chartvertical .leg {
    display: table;
    width:33.3%;
    float:left;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing:-1px;
    color: #30567D;
    padding-top:10px;
}

.chartvertical .leg span{
    display: table;
    width:100%;
    max-width:65px;
    margin:auto;
}



/*grafico vertical com imagens*/

.chartverticalimgs {
    display:inline-block;
    width: 150px;
    height:270px;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor:grab;
}

.chartverticalimgsv2 {
    height: 265px;
}

.chartverticalimgs .scroll{
    display: table;
    width:1050px;
}

.chartverticalimgs .scroll2{
    display: table;
    width:1200px;
}

.chartverticalimgs .chart {
    display: table;
    width: 100%;
}

.chartverticalimgs .chart .bar {
    display: table;
    width: 150px;
    height: 180px;
    float: left;
    position: relative;
}

.chartverticalimgsv2 .chart .bar {
    height: 150px;
}

.chartverticalimgs  .chart .bar div{
    display: table;
    width:24px;
    position:absolute;
    bottom:0px;
    left:86px;
    border-radius:20px;
}

.chartverticalimgs .chart .bar:hover i{
    filter: initial;
}

.chartverticalimgs  .chart .bar i{
    display: table;
    width:80px;
    height:80px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:absolute;
    bottom:0px;
    left:0px;
    border-radius:100px;
    filter: grayscale(100%);
    transition:0.3s;
}

.chartverticalimgs  .chart .bar div span{
    display: table;
    position:absolute;
    width:100%;
    top:-25px;
    left:0px;
    font-size: 15px;
    line-height:15px;
    letter-spacing:-1px;
    text-align:center;
    font-weight: 700;
    color: #30567D;
}

.chartverticalimgs .leg {
    display: table;
    width: 150px;
    float: left;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing:-1px;
    color: #30567D;
    padding-top: 10px;
}

.chartverticalimgs .leg span {
    display: table;
    width: 100%;
    max-width: 100px;
}

.chartverticalimgs b {
    font-weight: 600;
    font-style:normal;
}

.chartverticalimgs i {
    font-weight: 400;
    font-style:normal;
}





/*grafico horizontal com 4 barras*/

.charthorizontal4bars {
    display: table;
    width: 100%;
    margin-bottom:10px;
}

.charthorizontal4bars .chart{
    display: table;
    position:relative;
    width: 100%;
}

.charthorizontal4bars:hover .chart i{
    filter: initial;
}

.charthorizontal4bars .chart i {
    display: table;
    float:left;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    margin-right:6px;
    margin-bottom:5px;
    filter: grayscale(100%);
    transition:0.3s;
}

.charthorizontal4bars .chart .imgpart {
    width: 44px;
    height: 44px;
}

.charthorizontal4bars:hover .chart .leg {
    opacity:1;
}

.charthorizontal4bars  .chart .leg{
    display: table;
    width:60%;
    float:left;
    height:24px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1px;
    color: #30567D;
    padding-top:0px;
    margin-bottom:5px;
    transition:0.3s;
}

.charthorizontal4bars  .chart .leg span{
    font-weight: 400;
}

.charthorizontal4bars .chart .legv2 {
    padding-top: 20px;
    width: 80%;
}

.charthorizontal4bars .chart .legv3 {
    padding-top: 20px;
    width: 80%;
}

.charthorizontal4bars .chart .legv4 {
    padding-top: 5px;
    width: 70%;
    padding-bottom:10px;
}

.charthorizontal4bars .chart .legv5 {
    padding-top: 5px;
    width: 70%;
    padding-bottom:10px;
    font-size: 46px;
    line-height: 40px;
    font-weight: 700;
}

.charthorizontal4bars .chart .bar{
    display: table;
    height:24px;
    float:left;
    position:relative;
    border-radius:20px;
    transition:0.5s;
}

.charthorizontal4bars  .chart .bar span{
    position:absolute;
    top:0px;
    display: table;
    font-size: 15px;
    line-height:22px;
    letter-spacing:-1px;
    text-align:center;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    z-index:1;
    transition:0.5s;
}

    .charthorizontal4bars .chart .saldo {
        display: table;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 44px;
        height: 44px;
        border-radius: 100px;
        background-color: #30567D;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -1px;
        text-align: center;
        font-weight: 700;
        color: #fff;
    }

        .charthorizontal4bars .chart .saldo span {
            display: table;
            width: 100%;
            font-size: 12px;
            line-height: 12px;
            font-weight: 700;
            padding-top: 10px;
            letter-spacing: 0px;
        }

.charthorizontal4bars  .chart .roundleft{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

.charthorizontal4bars  .chart .roundright{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}

.charthorizontal4bars .chart .barfix {
    display: table;
    width: 100%;
    height: 24px;
    border-radius: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 1;
}




/*grafico horizontal com 4 barras*/

.charthorizontal1bar {
    display: table;
    width: 100%;
    margin-bottom:5px;
}

.charthorizontal1bar .chart{
    display: table;
    width: 100%;
    position:relative;
}

.charthorizontal1bar  .chart .leg{
    display: table;
    float:left;
    height:24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
    color: #30567D;
    transition:0.3s;
    padding-bottom:10px;
}

.charthorizontal1bar  .chart .bar{
    display: table;
    height:24px;
    float:left;
    position:relative;
    border-radius:20px;
    z-index:2;
}

.charthorizontal1bar  .chart .barfix{
    display: table;
    width:100%;
    height:24px;
    border-radius:20px;
    position:absolute;
    top:0px;
    left:0px;
    background-color:rgba(0,0,0,0.07);
    z-index:1;
}

.charthorizontal1bar  .chart .bar span{
    position:absolute;
    top:0px;
    display: table;
    font-size: 15px;
    line-height:22px;
    letter-spacing:-1px;
    text-align:center;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.charthorizontal1bar  .chart .roundleft{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

.charthorizontal1bar  .chart .roundright{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}





/*grafico horizontal com 2 barras*/

.charthorizontal2bars {
    display: table;
    width: 100%;
    margin-bottom:0px;
}

.charthorizontal2bars .chart{
    display: table;
    width: 100%;
    position:relative;
}

.charthorizontal2bars:hover .chart i{
    filter: initial;
}

.charthorizontal2bars .chart .img {
    display: table;
    float:left;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right:6px;
    margin-bottom:8px;
    transition:0.3s;
    border:1px solid rgba(0,0,0,0.2);
}

.charthorizontal2bars .chart i {
    display: table;
    width: 44px;
    margin:auto;
    margin-top:2px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
}

.charthorizontal2bars .chart .imgv2 {
    width: 80px;
    height: 80px;
}

.charthorizontal2bars .chart .imgv2 i {
    width: 74px;
    height: 74px;
}

.charthorizontal2bars:hover .chart .leg {
    opacity:1;
}

.charthorizontal2bars .chart .leg{
    display: table;
    float:left;
    width:60%;
    height:24px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1px;
    color: #30567D;
    padding-top:30px;
    margin-bottom:10px;
    transition:0.3s;
}

.charthorizontal2bars  .chart .leg span{
    font-weight: 400;
}

.charthorizontal2bars .chart .legv2{
    padding-top:20px;
    width:80%;
}

.charthorizontal2bars  .chart .bar{
    display: table;
    height:34px;
    position:relative;
    border-radius:20px;
    margin-bottom:2px;
}

.charthorizontal2bars .chartback{
    display: table;
    width:100%;
    height:34px;
    position:absolute;
    top:0px;
    left:0px;
    border-radius:20px;
    background-color:rgba(0,0,0,0.07);
    border-radius:20px;
}

.charthorizontal2bars .chartback2{
    display: table;
    width:100%;
    height:24px;
    position:absolute;
    top:26px;
    left:0px;
    border-radius:20px;
    background-color:rgba(0,0,0,0.07);
    border-radius:10px;
}

.charthorizontal2bars  .chart .bar span{
    position:absolute;
    top:5px;
    display: table;
    font-size: 15px;
    line-height:22px;
    letter-spacing:-1px;
    text-align:center;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.charthorizontal2bars  .chart .bar b{
    font-weight: 400;
}

.charthorizontal2bars  .chart .roundleft{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

.charthorizontal2bars  .chart .roundright{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}






/*legenda*/

.legend {
    display: table;
}

.legend div{
    display: table;
    float:left;
    font-size: 15px;
    line-height:15px;
    text-align:left;
    letter-spacing: -1px;
    font-weight: 400;
    color: #6F5EA0;
    padding-left:0px;
    padding-right:10px;
    padding-bottom:8px;
}

.legend div span{
    display: table;
    float:left;
    width:14px;
    height:14px;
    border-radius:100px;
    margin-right:4px;
}



.separador{
    display:table;
    width:60px;
    margin:auto;
    padding-top:25px;
    padding-bottom:42px;
}



/*intro*/
.intro {
    display: table;
    margin: auto;
    width: 78%;
}

.ico {
    display: table;
    width: 80px;
    float: none;
    clear: both;
    position: relative;
    padding-bottom:5px;
}

.ico .portugal {
    display: table;
    width: 40px;
    z-index:1;
}

.ico .lupa {
    display: table;
    width: 50px;
    position: absolute;
    top: 30px;
    left: 0px;
    -webkit-animation: move 4s infinite linear;
    z-index:2;
}

@-webkit-keyframes move {
    0% {
        top: 5px;
        left: 0px;
    }

    45% {
        top: 50px;
        left: 28px;
    }

    75% {
        top: 50px;
        left: -20px;
    }

    100% {
        top: 5px;
        left: 0px;
    }
}


.intro .txt1 {
    display: table;
    width: 100%;
    margin: auto;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 46px;
    color: #30567D;
    text-align: left;
    margin-top: 10px;
}

.intro .txt1 span{
    color: #3d97ce;
}

.intro .txt2 {
    display: table;
    width: 100%;
    margin: auto;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
    margin-top: 20px;
    padding-bottom:5px;
}

.intro .txt2 div{
    display: table;
    margin-bottom:18px;
}

.intro .txt3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1px;
    color: #30567D;
    text-align: left;
    margin-top: 18px;
}

.intro .txt3 img{
    width:12px;
    margin-right:4px;
}

.intro .social {
    display: table;
    margin-top: 20px;
}




/*fonte*/

.Fonte {
    margin: auto;
    width: 95%;
    max-width: 650px;
    display: table;
    clear: both;
    font-size: 18px;
    font-weight: 600;
    color: #30567D;
    text-align: center;
    line-height: 26px;
    padding-bottom: 100px;
}

.Fonte .Right {
    margin-bottom: 5px;
}

.Fonte b {
    font-weight: 400;
}

.Fonte span {
    padding-left:5px;
    padding-right:5px;
}

    .Fonte a {
        color: #EA6951;
        cursor: pointer;
    }



/*menu*/

.menu {
    display: table;
    position: fixed;
    top: 0px;
    right: 20px;
    z-index: 1000;
    opacity:1;
    transition:0.5s;
}

.menu a {
    display: table;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    /*border:2px solid #fff;*/
    background-color:rgba(243, 243, 243,1);
    margin-bottom: 10px;
    border: 2px solid #30567D;
    /*box-shadow: 0 0 0 4px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 20%), inset 0 1px 0 rgb(255 255 255 / 20%);*/
    position: relative;
}

.menu a:hover span {
    display: table;
}

.menu a span {
    background-color: #30567D;
    position: absolute;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 6px;
    top: -4px;
    right: 25px;
    width: 110px;
    display: none;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    letter-spacing:-1px;
    font-weight: 600;
    text-align: right;
    color: #fff;
    border-radius: 3px;
}

.menu a:hover {
    cursor: pointer;
    background-color: #3D97CE;
    border: 2px solid #35414B;
}

.menu .select {
    cursor: pointer;
    background-color: #C5C6C8;
    border: 2px solid #35414B;
}




/*aba*/

.aba {
    display: none;
    width: 90%;
    max-width: 550px;
    /*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
    opacity: 0;
    padding-bottom: 20px;
    border-radius: 10px;
}

.aba .ct{
    display: table;
    width: 100%;
    padding:25px;
    padding-top:35px;
    position:relative;
    color:#35404a;
    font-size:18px;
    line-height:26px;
    letter-spacing:0px;
    font-weight:400;
}

.aba .ct .close{
    display: table;
    width:100%;
    padding-bottom:0px;
    position:absolute;
    right:26px;
    top:36px;
}

.aba .ct .close img{
    display: table;
    width:18px;
    float:right;
    cursor:pointer;
}

    .aba .ct .txt3 {
        display: table;
        position: relative;
        color: #30567D;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
        font-weight: 700;
        border-radius: 3px;
        margin-bottom: 15px;
    }
.aba .ct .txt3 span{
    font-size: 16px;
    display:table;
    font-weight: 600;
}

    .aba .ct .txt4 {
        display: table;
        position: relative;
        color: #30567D;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        font-weight: 700;
        padding: 5px;
        padding-left: 0px;
        padding-right: 8px;
        border-radius: 22px;
        margin-top: 10px;
    }

.Drop {
    display: table;
    float: right;
    background-color: #30567D;
    padding: 15px;
    padding-left:18px;
    padding-right: 30px;
    border-radius: 45px;
    border: 2px solid #30567D;
    font-family: "Open Sans", serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 700;
    color: #ECF4FA;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(../images/arrow.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 22px 15px;
}

    select::-ms-expand {
        display: none; /* hide the default arrow in ie10 and ie11 */
    }

input:focus {
    outline: none;
}

option {
    padding-left: 20px;
    padding-right: 20px;
}

select:focus {
    outline: none;
}

option:checked {
}


.resp {
    display: table;
    width: 100%;
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    color: #30567D;
    text-align: left;
    padding-bottom: 8px;
}

.resp img{
    width: 20px;margin-right:10px;
}

.red {
    color: #EA6951 !important;
}