.p0{
    padding:0px !important;
}

md-tabs{
    flex-shrink: 1 !important;
}

.tac{
    text-align: center !important;
}

.bgcprimary{
    background:#1C4E8F !important;
    color:white !important;
    text-align: left;
    padding-left: 30px;
   
}

.bgcwhite{
    background:#fff !important;
}

body{
    background:white !important;
    font-family: 'Montserrat', sans-serif !important;
}
.fwb{
    font-weight: bold !important;
}
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-item{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.qcard{
    margin:1% !important;
    padding:10px;
    border-radius:5px !important;
}

.card{
    background: #FFFFFF;
    border: 2px solid #E6EBF1;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    min-height: 450px;
}

.mt2{
    margin-top:1% !important;
}
.mt3{
    margin-top:3% !important;
}

.mt4{
    margin-top:4% !important;
}

.mb5{
    margin-bottom:5% !important;
}

.cblueq{
    color: #1c4e8f !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500 !important;
}
.ng-binding{
    font-size: 13px;
    font-weight: 500;
}
button{
    background: #1C4E8F !important;
    color: white !important;
    border-radius: 30px !important;
    min-width: 290px !important;
    min-height: 39px !important;
    font-family: Montserrat;
    font-style: normal;
    font-size: 15px !important;
    line-height: 22px;
    margin-left: 155px;
}
.wwbw{
    word-wrap: break-word !important;
}

.h80vh{
    min-height: 80vh !important;
}

.hfill{
     height: -webkit-fill-available !important;
}

md-tabs .md-tab.md-active{
    color: #ffffff !important;
    font-weight: bold !important;
    background: #1C4E8F !important;
    
}

.md-padding {
    padding: 0px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#tab-item-2{

    border-radius: 0px 20px 0px 0px;
    background-color: #E6EBF1;
    max-width: 33.33% !important;
}
#tab-item-1{

    border-radius: 0px 0px 0px 0px;
    background-color: #E6EBF1;
    max-width: 33.33% !important;
}
#tab-item-0{

    border-radius: 20px 0px 0px 0px;
    background-color: #E6EBF1;
    max-width: 33.33% !important;
}
#tab-item-0:active,#tab-item-1:active,#tab-item-2:active, #tab-item-0:visited,#tab-item-1:visited,#tab-item-2:visited, #tab-item-0:hover,#tab-item-1:hover,#tab-item-2:hover{
    color:#fff;
    background-color: #1C4E8F;
    max-width: 33.33% !important;
}

md-tabs md-ink-bar {
    color: #1c4e8f !important;
    background: #1c4e8f !important;
}
md-content.md-default-theme, md-content {
    background-color: white !important;
}

.ofxh{
    overflow-x: hidden !important;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-xs-12{
    margin-top: 1px;
    margin-bottom: 1px;
}

@media only screen and (max-width: 480px){
    .oculto-movil {  
        display:none !important;
    }  
    .col-xs-12{
        padding-right: 0px !important;
    padding-left: 0px !important;
    }
  }  

  /* configuración alto scroll*/
  md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 500px;
}
.md-tab{
    text-transform: capitalize !important;
}

.textoQR{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    margin-left: 3.54%;
    margin-top: 1%;
}

.politicas{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    border: 1px solid #1c4e8f;
    padding: 13px;
    border-left: white;
    border-right: 1px;
    border-right-style: solid;
    margin-top: 18px;
    height: 20px;
    padding-right: 50px;
}


a:hover {
    color: #e6ebf1;
    text-decoration: underline;
}

.border-left-poli{
    
    margin-top: 30px;
}

.btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #0f3860 !important;
}

@media only screen and (max-width: 480px){
.movil2{
    margin-left: 36px;
}
}