
footer{
  background-color: #0033A0;
  height:40px;
  margin-top:40px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {   
  border-color:#00AEC7;
  box-shadow:none;
  outline: 0 none;
}




/* radio */
.radio-buttons{
  display:block;
}
.radio-buttons input{
  display: none;
}

.radio-buttons label{
  margin-right: 40px;
  color:#777E89;
  font-family: 'arial';
  font-size:14px;
}

.radio-buttons label span{
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  float: left;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-buttons input:checked + label span:before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00AEC7;
}
.radio-buttons input:checked + label span{
  border:1.3px solid #00AEC7;
}
/* radio*/

/* date picker*/
.datepicker-input{
  cursor: pointer;
}
.input-group-addon{
  background-color: #f1f1f14a;
  color:#0033A0;
  font-size:20px;
  box-shadow: none;
}
.dropdown-menu{
  box-shadow: none!important;
}
.datepicker {
  color:#000000;
  border:1px solid #00AEC7;
  border-radius:2px;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #00AEC7;
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {

    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -ms-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -o-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: linear-gradient(to bottom,#eee,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;

}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {

    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#00AEC7,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);

}

/* modal */
.icon-warning-modal{
  margin-left:10px;
  margin-right:10px;
}
.modal-header{
  border-bottom: none;
}
.modal-content{
  padding: 20px 40px;
}
.modal-content h1{
  font-size:28px;
  font-family: 'arial';
}
.modal-content{
  border-radius: 2px;
  padding-bottom: 20px;
}
.icon-modal{
  margin:0 20px 5px 20px;
  height:25px;
}
.modal-content p{
  margin-left:20px;
}
.modal-content .small-text{
  margin-top:50px;
  font-size: 14px;
  color:#777E89;
}
.modal-content .close-modal-btn{
   background-color: #00AEC7;
   color:#ffffff;
   width: 200px;
   height: 37px;
}
.close-modal-btn a{
  text-decoration: none!important;
}
/* selects */
.form-control{
  border-radius:2px;
  box-shadow: none;
  height:37px;
  color:#000;
  padding:6px 6px;
}
.select-arrow{
  border-radius:2px;
  height: 37px;
  box-shadow: none;
  -webkit-appearance: none;  /* Remove style Chrome */
  -moz-appearance:none;
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAwCAYAAAD+djETAAAABHNCSVQICAgIfAhkiAAAAF96VFh0UmF3IHByb2ZpbGUgdHlwZSBBUFAxAAAImeNKT81LLcpMVigoyk/LzEnlUgADYxMuE0sTS6NEAwMDCwMIMDQwMDYEkkZAtjlUKNEABZiYm6UBoblZspkpiM8FAE+6FWgbLdiMAAAC2UlEQVRIie2XP0xTURTGv/P6sBbbQtxI7GDCxGCCAyJlUBJXB0x0NVGIAxr6KoQQk0cXQOi/GAaDcXKWxcn4JyBgCYMkDkwkkmCCi6b/oLRUPodiofD6+lrZ5Nvevef8zneTm/vOEViQrutqciv53H3O/SAQCOQrxStWoKmtLT8p9xLbKc1KvFQK8A0NNSOX/UoRh5AZnLFfioyPr9XslKQgl5umiAMAKOJALjdN0tSMzWwzsZ2+D+BRyaLg4tv3774vfY59KZdXtmL/8HATdjKrEGk0OEIcZx0t0dHRTaPc8sfPZqcMgQAg0ohsdqpcqiHU7/d3A+wuW7Bgt7sQZ1Dz6IKu642JVHIVIk3mUADkZoPL3RIIBOKmTpPp9KQlIACINCXT6UlTp9rg4PXf+d0PIlLx/h6YJVVRukKh0Owxp75w2MH87nQ1wIJZkT3uvfCFw45jUGxsjFCkuRpg0a1IMzY2RoqFAEAb0lqZl2WSai3Qfcd5UdkWHg+viK7rajKVWqagtVZgEUysuF2uNjWxndJwAkAAoKA1sZ3SVAVYhYLbJwHdV+YEWac61an+d0m/3/+68u+4KuSMAru9D2S8crAFkXHY7X22pfn5dHun9yeIm/8MtSkPo08nPkmhAMU38PgjyGs1A0VmI5PBLhGhUvgWilrXI2RNr7aQGVHrekSEwKFWcmlh4Vd7Z8cuiBtVU23yJDox+ebvZ0nb01DvCguxUp1LrDTUu8Ila0eDqukBDv/rS4wfDYwtxH5cvdLuhIi3InSPwUgw8urounHT6/GMCGk6LAi5Bo9nxGjPEBrRtIyodb0kabRPkqLW9UY0zfC2lB0kYouL6x0d3gsALh9zIsrLSDD4rFyu6cjjdjoHQJYOC+Sm2+kcMMszHXnm5uZ2vB3ebwTuFBNEuTs2NmZ67Sw1uAcvmcxEQ6FbleItzab7L9k67PY+S/FW5dP18ycKrFZ/AExrGEaJr9oCAAAAAElFTkSuQmCC) 96% / 7px no-repeat;*/

}

.datepicker-input{
  background: url(../img/icon-calendar.png) 96% / 26px no-repeat;
}
.input-group-addon{
  border-radius:2px;
}
/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

/* tooltip*/

.tooltip-sura{
  width:13px;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#333333;
}
.tooltip.top .tooltip-inner {
    background-color:#333333;
    border-radius:2px;
}




/*alert danger*/
.alert-danger{
  margin-top:60px;
  color:#D0021B;
  font-size: 14px;
  border-radius:2px;
}

/*error*/
.sura-form-error{
  border:1px solid #D0021B;
}
.sura-form-exito{
  /*border:1px solid #00AEC7;*/
  border-color: #00AEC7;
}

/*tabs */
/* tabs */

/*deducible tabs */
.nav-deducible{
  border:none;
}
.nav-deducible .uf-tab {
  font-weight: bold;
}

.nav-deducible > li.active .precio{
  text-decoration: none;
  color:#00AEC7;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-deducible > li > a:hover{
  background-color: #00AEC7;
  color:#ffffff;
}
.nav-deducible > li.active > a, .nav-deducible > li.active > a:focus, .nav-deducible > li.active > a:hover {
    color: #0033A0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
  border:none;
}
@media screen and (max-width: 560px){
  .nav-deducible > li > a {
    padding: 0;
        padding-top: 0px;
    padding-top: 9px;
    margin-right: 0px;
    font-size: 12px;
  }

  .nav-deducible > li.active::after {
    content: "";
    background-image: url(../img/checked-icon.png);
    position: absolute;
    transform: translateX(-50%);
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    left: 50%;
    top: -10px;
  }
}

@media screen and (max-width: 764px){
  .uf-tab, .uf-tab-text{
    display: block;
  }
}

/* deducible tabs */
.box-deducible{
  border:1px solid #C3CAD6;
  width:84%;
  color:#777E89;
  background-color: #F9F9FA;
  width: 100%!important;
  display: inline-block;
}
.active-box{
  border-bottom:7px solid #00AEC7;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
  -moz-box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
  box-shadow: 10px 10px 5px -8px rgba(125,125,125,0.66);
}
.active-box .precio{
  color:#00AEC7;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */ 
    overflow: hidden;  /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto;      /* let the content decide it  */
} /* bootstrap hack end */

/*boxex */


/* wizard */

.sura-wizard {
    position: relative
}
.sura-wizard .sura-texto{
  color:#333333;
}
@media (min-width: 992px) {
    .sura-wrap-wizard .sura-step,
    .sura-wrap-wizard .sura-texto {
        display: none;
    }
}
@media (max-width: 991px) {
    .sura-wrap-wizard {
        margin-bottom: 20px;
    }
    .sura-wrap-wizard .sura-wizard-mobile {
        text-align: center;
        padding-bottom: 16px;
    }
    .sura-wrap-wizard .sura-wizard-mobile .sura-step {
        width: 41px;
        height: 41px;
        font-size: 20px;
        line-height: 41px;
        border-radius: 50%;
        color: white;
        background-color: #00AEC7;
        display: inline-block;
        margin-bottom: 4px;
    }
    .sura-wrap-wizard .sura-wizard-mobile .sura-texto {
        display: block;
    }
    .sura-wrap-wizard .sura-wizard-mobile .sura-texto br {
        display: none;
    }
    .sura-wrap-wizard .sura-step-mobile {
        height: 2px;
        display: block!important;
        position: absolute;
        bottom: 7px;
        left: 0;
        background-color: #00AEC7;
        -webkit-transition: .2s width;
        -o-transition: .2s width;
        transition: .2s width;
        z-index: 100;
    }
    .sura-wrap-wizard .sura-wizard {
        padding-bottom: 0;
    }
    .sura-wrap-wizard .sura-wizard {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .sura-wrap-wizard .sura-wizard li {
        z-index: 10;
        width: 25%;
        display: table-cell;
        position: relative;
    }
    .sura-wrap-wizard .sura-wizard li span {
        display: none!important;
    }
    .sura-wrap-wizard .sura-wizard li:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 7px;
        left: 0;
        background-color: #adb2b9;
    }
    .sura-wrap-wizard .sura-wizard li:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #adb2b9;
        display: inline-block;
        border-radius: 50%;
        z-index: 10;
        position: relative;
    }
    .sura-wrap-wizard .sura-wizard li:first-child:after {
        left: 50%;
    }
    .sura-wrap-wizard .sura-wizard li:last-child:after {
        left: inherit;
        right: 50%;
    }
    .sura-wrap-wizard .sura-wizard li.sura-complete small {
        width: 100%;
    }
    .sura-wrap-wizard .sura-wizard li.sura-complete:first-child small {
        left: 50%;
    }
    .sura-wrap-wizard .sura-wizard li.sura-active small {
        left: inherit;
        right: 50%;
    }
    .sura-wrap-wizard .sura-wizard li.sura-complete~.sura-active .sura-step-mobile {
        width: 100%;
    }
    .sura-wrap-wizard .sura-wizard li.sura-active:before,
    .sura-wrap-wizard .sura-wizard li.sura-complete:before {
        background-color: #00AEC7;
    }
}
.sura-wizard {
    padding-left: 0;
    padding-bottom: 30px;
    display: table;
    margin:0 auto;
    margin-top:20px;
}
.sura-wizard li {
    display: inline-block;
    list-style: none;
    font-size:12px;
}
.sura-wizard li+li {
    margin-left: 35px;
}
.sura-wizard li.sura-active .sura-step {
    color: white;
    border-color: transparent;
    background-color: #00AEC7;
}
.sura-wizard li.sura-active .sura-texto {
    color:#0033A0;
    font-weight: bold;
}
.sura-wizard li.sura-complete .sura-step {
    border-color: #00AEC7;
}
.sura-wizard li.sura-complete .sura-step i {
    color: #00AEC7;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sura-wizard .sura-step,
.sura-wizard .sura-texto {
    vertical-align: middle;
    display: inline-block;
}
.sura-wizard .sura-step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    color: #00AEC7;
    border: 1px solid #00AEC7;
}
.sura-wizard .sura-texto {
    line-height: 17px;
}

@media screen and (max-width: 540px){
  .sura-wizard .sura-texto {
    display: block;
  }
  .sura-wizard .sura-step {
    margin: 5px 10px;
  } 
  .sura-wizard .sura-step {
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
  }
  .sura-wizard li + li {
    margin-left: 25px;
  }
}


/** media queries ****/

@media screen and (max-width:970px){
  
  .sura-main-container{
    width: 88%;
  }
  .buttons-container{
    margin-top:40px;
  }
  .btn{
    margin-bottom: 20px;
  }
  .no-padding-right{
    padding-right:15px;
  }
  .padding-text{
    padding:50px 15px 0 15px;
  }
  .edit-icon{
    width:22px;
    position: absolute;
    bottom:50px!important;
    right:54px!important;
    top:-9px!important;
  }
  .container-valores{
    text-align: center;
  }
  .price-cont{
    margin-bottom:30px;
  }
  .container-btn-pat{
    text-align: center;
  }
  .nav-planes > li{
      width:40%;
  }

}

@media screen and (max-width: 540px){
  .nav-planes > li{
      width:100%;
  }

  
  #suscripcion-pat .modal-content{
    padding:0!important;
  }
  .box-deducible{
    width:75%;
  }
  
}

@media screen and (max-width:700px){
  .modal-content{
    padding:10px !important;
  }
}




@media screen and (max-width:400px){

}

@media screen and (min-width:410px) and (max-width:760px){


}

@media screen and (max-width:600px){  
  .content .caja { 
      background:url(../imagen.png);
    }
}
@media (min-width: 768px) {
    .modal-sm {
        width: 600px;
        margin: auto;
    }
}