@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

* {
    padding: 0;
    margin: 0;
}

html, body, .fullheight {
    min-height: 100% !important;
    height: 100%;
}

html {
    background-color: #F4F4F4;
}

body {
    font: 13px 'Signika', sans-serif;
    color: #696969;
}

@media only screen and (max-width: 430px) {
    body {
        font: 13px 'Signika', sans-serif;
    }
}

header {
    width: 100%;
    height: 63px;
    background: url(../img/bg-header.png) repeat;
    z-index: 10;
}

a {
    text-decoration: none;
    color: #333333;
}

header h1 {
    font: normal 32px/1.5 'Open Sans', sans-serif;
    color: #3F71AE;
    padding-bottom: 16px;
}

.contenedor h1 {
    font-size: 25px;
    color: #696969;
    padding-top: 25px;
    text-align: center;
}

.contenedor {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

header h2 {
    color: #F05283;
}

    header h2 a {
        color: inherit;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #F05283;
        padding: 10px 15px;
        border-radius: 3px;
        font: bold 14px/1 'Open Sans', sans-serif;
        text-transform: uppercase;
    }

        header h2 a:hover {
            background-color: #F05283;
            transition: 0.2s;
            color: #fff;
        }

header ul {
    max-width: 600px;
    margin: 60px auto 0;
}

    header ul a {
        text-decoration: none;
        color: #FFF;
        text-align: left;
        background-color: #B9C1CA;
        padding: 10px 16px;
        border-radius: 2px;
        opacity: 0.8;
        font-size: 16px;
        display: inline-block;
        margin: 4px;
        line-height: 1;
        outline: none;
        transition: 0.2s ease;
    }

    header ul li a.active {
        background-color: #66B650;
        pointer-events: none;
    }

    header ul li a:hover {
        opacity: 1;
    }

header ul {
    list-style: none;
    padding: 0;
}

    header ul li {
        display: inline-block;
    }


/* In our demo, the footers are fixed to the bottom of the page */

footer {
    position: fixed;
    bottom: 0;
}

@media (max-height:950px) {
    footer {
        position: static;
    }

    header {
        padding-top: 0px;
    }
}

#wrap {
    width: 90%;
    margin: 0px auto;
}

.icono_calendario {
    background: url(../img/icono_calendario.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    height: 15px;
}

#paso-a-paso {
    font-size: 15px;
    padding-bottom: 5%;
    padding-top: 3%;
}

    #paso-a-paso li span {
        display: block;
        text-align: center;
        padding-top: 17px;
    }

    #paso-a-paso li a {
        color: #FFFFFF;
    }

    #paso-a-paso li.seleccion {
        z-index: 3;
        position: relative;
    }

    #paso-a-paso li.activo {
        background: url(../img/bg-paso-a-paso-hover.png) center center no-repeat;
    }

    #paso-a-paso li.pago {
        z-index: 2;
        margin-left: -37px;
        position: relative;
    }

    #paso-a-paso li {
        list-style: none;
        display: inline-block;
        width: 280px;
        height: 51px;
        background: url(../img/bg-paso-a-paso.png) center center no-repeat;
    }

        #paso-a-paso li.confirmacion {
            z-index: 1;
            margin-left: -30px;
        }

#detailProduct .titulo {
    background: #0F3A4D;
    padding: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

#detailProductMas {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    margin: auto;
    line-height: 16px;
    text-align: justify;
    margin-top: 2%;
    margin-bottom: -1%;
}

.detalleProducto {
    width: 100%;
}

.title-wrap {
    font-size: 15px;
    color: #0A3B4D;
    font-weight: bold;
}

#detailPlan {
    /* border: 1px solid #CCCCCC; */
    margin: 0px 0px 30px 0px;
    width: 100%;
}


    #detailPlan .titulo {
        background: #0F3A4D;
        padding: 10px;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 16px;
        text-align: left;
    }


    #detailPlan .detail-left, #detailPlan .detail-right {
        width: 308px;
        padding: 10px 0px 0px 10px;
        float: left;
        margin-left: 38%;
    }

@media only screen and (max-width:1200px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 38%;
    }
}

@media only screen and (max-width:1100px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 37%;
    }
}

@media only screen and (max-width:1050px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 36.5%;
    }
}

@media only screen and (max-width:1000px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 36%;
    }
}

@media only screen and (max-width:960px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 35%;
    }
}

@media only screen and (max-width:910px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 34%;
    }
}

@media only screen and (max-width:890px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 33%;
    }
}

@media only screen and (max-width:800px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 32%;
    }
}

@media only screen and (max-width:740px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 31%;
    }
}

@media only screen and (max-width:700px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 30%;
    }
}

@media only screen and (max-width:670px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 27%;
    }
}

@media only screen and (max-width:630px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 28%;
    }
}

@media only screen and (max-width:600px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 22%;
    }
}

@media only screen and (max-width:550px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 19.5%;
    }
}

@media only screen and (max-width:490px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 13.5%;
    }
}

@media only screen and (max-width:450px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 11.5%;
    }
}

@media only screen and (max-width:400px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 10.5%;
        width: 214px;
    }
}

@media only screen and (max-width:330px) {
    #detailPlan .detail-left, #detailPlan .detail-right {
        margin-left: 9.5%;
    }
}

/*.continue-button {
    width: 50%;
    margin-top: 5%;
    margin-right: 25%;
    padding: 10px 0px 0px 10px;
    float: right;
}*/

#detailPlan .detail-left table td {
    text-align: left;
    padding: 5px 0px;
    text-decoration: underline;
}

#detailPlan .detail-right p {
    margin: 5px 0px;
}

#detailPlan .detail-right span.option-detail {
    text-transform: uppercase;
    font-size: 15px;
    color: #0F3A4D;
}

@media only screen and (max-width: 430px) {
    #detailPlan .detail-right span.option-detail {
        font-size: 14px;
    }
}

#detailPlan .detail-right span {
    display: block;
    overflow: hidden;
    font-weight: bold;
}

#detailPlan .detail-right p.total {
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 25px;
}

@media only screen and (max-width: 430px) {
    #detailPlan .detail-right p.total {
        font-size: 25px;
    }
}

@media only screen and (max-width: 380px) {
    #detailPlan .detail-right p.total {
        font-size: 23px;
    }
}

a.continue {
    float: right !important;
    background: #0A3B4D;
    color: #FFFFFF;
    padding: 5px 25px;
    border: none;
    cursor: pointer;
}

    a.continue:hover {
        text-decoration: underline;
    }

.jcarousel li p {
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
    cursor: pointer;
    margin: 0px auto;
    font-size: 12px;
    background: #0F3A4D;
    color: #FFFFFF;
    padding: 10px 32px !important;
    height: 35px;
}

.jcarousel li div {
    background: #CCCCCC;
    padding: 8px 20px;
    margin-bottom: 3px;
}

    .jcarousel li div a {
        text-decoration: none;
        margin-left: 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: #696969;
    }

    .jcarousel li div span {
        margin-left: 10px;
    }

.contenedor div .card {
    padding: 20px;
    box-shadow: 0px 5px 5px #cccccc;
    background: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.asterisco {
    font-size: 20px;
}

@media only screen and (max-width: 350px) {
    .asterisco {
    }
}

.asteriscoRight {
    font-size: 20px;
}

@media only screen and (max-width: 350px) {
    .asteriscoRight {
    }
}

.campos {
    margin-left: 10px;
}

.asteriscoInicio {
    margin-top: -21px;
    font-size: 20px;
    margin-left: 244px;
}

@media only screen and (max-width: 440px) {
    .asteriscoInicio {
        margin-left: 209px;
    }
}

@media only screen and (max-width: 420px) {
    .asteriscoInicio {
        margin-left: 200px;
    }
}

@media only screen and (max-width: 400px) {
    .asteriscoInicio {
        margin-left: 189px;
    }
}

@media only screen and (max-width: 380px) {
    .asteriscoInicio {
        margin-left: 186px;
    }
}

@media only screen and (max-width: 370px) {
    .asteriscoInicio {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 350px) {
    .asteriscoInicio {
        margin-left: 162px;
    }
}

.contenedor div .card .left .camp .estandar {
    width: 483px;
}

@media only screen and (max-width: 1100px) {
    .contenedor div .card .left .camp .estandar {
        width: 474px;
    }
}

@media only screen and (max-width: 910px) {
    .contenedor div .card .left .camp .estandar {
        width: 467px;
    }
}

@media only screen and (max-width: 830px) {
    .contenedor div .card .left .camp .estandar {
        width: 464px;
    }
}

@media only screen and (max-width: 830px) {
    .contenedor div .card .left .camp .estandar {
        width: 456px;
    }
}

@media only screen and (max-width: 655px) {
    .contenedor div .card .left .camp .estandar {
        margin-left: -121px;
        width: 444px;
    }
}

@media only screen and (max-width: 630px) {
    .contenedor div .card .left .camp .estandar {
        width: 419px;
        margin-left: -109px;
    }
}

@media only screen and (max-width: 600px) {
    .contenedor div .card .left .camp .estandar {
        width: 400px;
        margin-left: -98px;
    }
}

@media only screen and (max-width: 550px) {
    .contenedor div .card .left .camp .estandar {
        width: 371px;
        margin-left: -88px;
    }
}

@media only screen and (max-width: 530px) {
    .contenedor div .card .left .camp .estandar {
        width: 355px;
        margin-left: -82px;
    }
}

@media only screen and (max-width: 500px) {
    .contenedor div .card .left .camp .estandar {
        width: 339px;
        margin-left: -69px;
    }
}

@media only screen and (max-width: 480px) {
    .contenedor div .card .left .camp .estandar {
        width: 325px;
        margin-left: -58px;
    }
}

@media only screen and (max-width: 450px) {
    .contenedor div .card .left .camp .estandar {
        width: 322px;
        margin-left: -61px;
    }
}

@media only screen and (max-width: 440px) {
    .contenedor div .card .left .camp .estandar {
        width: 286px;
        margin-left: -29px;
    }
}

@media only screen and (max-width: 420px) {
    .contenedor div .card .left .camp .estandar {
        width: 270px;
    }
}

@media only screen and (max-width: 380px) {
    .contenedor div .card .left .camp .estandar {
        width: 249px;
        margin-left: -21px;
    }
}

@media only screen and (max-width: 350px) {
    .contenedor div .card .left .camp .estandar {
        width: 237px;
        margin-left: -6px;
    }
}

@media only screen and (max-width: 330px) {
    .contenedor div .card .left .camp .estandar {
        width: 225px;
    }
}

@media only screen and (max-width: 320px) {
    .contenedor div .card .left .camp .estandar {
        width: 212px;
        margin-left: -1px;
    }
}

.contenedor div .card3 {
    padding: 20px;
    box-shadow: 0px 0px 5px #cccccc;
    background: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    min-height: 509px !important;
}

@media only screen and (max-width: 1100px) {
    .contenedor div .card3 {
        min-height: 503px !important;
    }
}

@media only screen and (max-width: 900px) {
    .contenedor div .card3 {
        min-height: 514px !important;
    }
}

@media only screen and (max-width:700px) {
    .contenedor div .card3 {
        min-height: 516px !important;
    }
}

@media only screen and (max-width:656px) {
    .contenedor div .card3 {
        min-height: 692px !important;
    }
}

@media only screen and (max-width:600px) {
    .contenedor div .card3 {
        min-height: 724px !important;
    }
}

@media only screen and (max-width:500px) {
    .contenedor div .card3 {
        min-height: 725px !important;
    }
}

@media only screen and (max-width:414px) {
    .contenedor div .card3 {
        min-height: 725px !important;
    }
}

@media only screen and (max-width:402px) {
    .contenedor div .card3 {
        min-height: 760px !important;
    }
}

@media only screen and (max-width:350px) {
    .contenedor div .card3 {
        min-height: 747px !important;
    }
}

@media only screen and (max-width:330px) {
    .contenedor div .card3 {
        min-height: 785px !important;
    }
}

@media only screen and (max-width:310px) {
    .contenedor div .card3 {
        min-height: 796px !important;
    }
}

.contenedor div .card2 {
    min-height: 121px !important;
}

.contenedor div .card4 {
    min-height: 220px !important;
}

.contenedor div .card5 {
    min-height: 270px !important;
}


.contenedor .card p {
    padding: 5px 0px 5px 0px;
}

.contenedor div .card .left {
    margin-right: 6%;
    float: left;
    margin-left: 25%;
}

@media only screen and (max-width: 1250px) {
    .contenedor div .card .left {
        margin-left: 24%;
    }
}

@media only screen and (max-width: 1190px) {
    .contenedor div .card .left {
        margin-left: 23%;
    }
}

@media only screen and (max-width: 1130px) {
    .contenedor div .card .left {
        margin-left: 22%;
    }
}

@media only screen and (max-width: 1070px) {
    .contenedor div .card .left {
        margin-left: 20%;
    }
}

@media only screen and (max-width: 1040px) {
    .contenedor div .card .left {
        margin-left: 19%;
    }
}

@media only screen and (max-width: 1010px) {
    .contenedor div .card .left {
        margin-left: 17%;
    }
}

@media only screen and (max-width: 980px) {
    .contenedor div .card .left {
        margin-left: 17%;
    }
}

@media only screen and (max-width: 900px) {
    .contenedor div .card .left {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 890px) {
    .contenedor div .card .left {
        margin-left: 14%;
    }
}

@media only screen and (max-width: 850px) {
    .contenedor div .card .left {
        margin-left: 13%;
    }
}

@media only screen and (max-width: 820px) {
    .contenedor div .card .left {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 800px) {
    .contenedor div .card .left {
        margin-left: 11%;
    }
}

@media only screen and (max-width: 790px) {
    .contenedor div .card .left {
        margin-left: 10%;
    }
}

@media only screen and (max-width: 750px) {
    .contenedor div .card .left {
        margin-left: 8%;
    }
}

@media only screen and (max-width: 720px) {
    .contenedor div .card .left {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 690px) {
    .contenedor div .card .left {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 670px) {
    .contenedor div .card .left {
        margin-left: 3%;
    }
}

@media only screen and (max-width: 655px) {
    .contenedor div .card .left {
        margin-left: 27%;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 630px) {
    .contenedor div .card .left {
        margin-left: 26%;
    }
}

@media only screen and (max-width: 600px) {
    .contenedor div .card .left {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 570px) {
    .contenedor div .card .left {
        margin-left: 24%;
    }
}

@media only screen and (max-width: 540px) {
    .contenedor div .card .left {
        margin-left: 23%;
    }
}

@media only screen and (max-width: 500px) {
    .contenedor div .card .left {
        margin-left: 21%;
    }
}

@media only screen and (max-width: 470px) {
    .contenedor div .card .left {
        margin-left: 17%;
    }
}

@media only screen and (max-width: 440px) {
    .contenedor div .card .left {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 400px) {
    .contenedor div .card .left {
        margin-left: 9%;
    }
}

@media only screen and (max-width: 370px) {
    .contenedor div .card .left {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 340px) {
    .contenedor div .card .left {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 350px) {
    .contenedor div .card .left {
        margin-left: 0%;
    }
}

.contenedor div .card .right {
    margin-right: 0%;
    float: none;
}

@media only screen and (max-width: 655px) {
    .contenedor div .card .right {
        margin-left: 27%;
    }
}

@media only screen and (max-width: 630px) {
    .contenedor div .card .right {
        margin-left: 26%;
    }
}

@media only screen and (max-width: 600px) {
    .contenedor div .card .right {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 570px) {
    .contenedor div .card .right {
        margin-left: 24%;
    }
}

@media only screen and (max-width: 540px) {
    .contenedor div .card .right {
        margin-left: 23%;
    }
}

@media only screen and (max-width: 500px) {
    .contenedor div .card .right {
        margin-left: 21%;
    }
}

@media only screen and (max-width: 470px) {
    .contenedor div .card .right {
        margin-left: 17%;
    }
}

@media only screen and (max-width: 440px) {
    .contenedor div .card .right {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 400px) {
    .contenedor div .card .right {
        margin-left: 9%;
    }
}

@media only screen and (max-width: 370px) {
    .contenedor div .card .right {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 340px) {
    .contenedor div .card .right {
        margin-left: 4%;
    }
}

@media only screen and (max-width: 350px) {
    .contenedor div .card .right {
        margin-left: 0%;
    }
}

.contenedor div .card .left .camp, .contenedor div .card .right .camp {
    background: #FFFFFF;
    margin-bottom: 6px;
}

.contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
    margin-right: 8px;
    width: 130px;
    display: table;
}

@media only screen and (max-width: 1000px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        width: 121px;
    }
}

@media only screen and (max-width: 980px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        margin-right: -26px;
    }
}

@media only screen and (max-width: 970px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        margin-right: -26px;
    }
}

@media only screen and (max-width: 920px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        margin-right: -44px;
    }
}

@media only screen and (max-width: 860px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        margin-right: -63px;
    }
}

@media only screen and (max-width: 820px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        margin-right: -74px;
    }
}

@media only screen and (max-width: 780px) {
    .contenedor div .card .left .camp .span_frm, .contenedor div .card .right .camp .span_frm {
        margin-right: -120px;
    }
}

/*.contenedor div .card .center .camp span {
    margin-right: 8px;
    width: 125px;
    display: table;
}*/

.contenedor div .card .left .camp input, .contenedor div .card .right .camp input {
    background: #f7f6f6;
    padding: 10px 10px;
    border: none;
    width: 208px;
    border-radius: 5px;
    color: #696969;
}

@media only screen and (max-width: 350px) {
    .contenedor div .card .left .camp input, .contenedor div .card .right .camp input {
        width: 196px;
    }
}

.contenedor div .card .left .camp select, .contenedor div .card .right .camp select {
    background: #f7f6f6;
    padding: 7px 5px;
    border: none;
    width: 218px;
    border-radius: 5px;
}

@media only screen and (max-width: 350px) {
    .contenedor div .card .left .camp select, .contenedor div .card .right .camp select {
        width: 207px;
    }
}

.contenedor div .card div .center .camp input, .contenedor div .card .center .camp select, .contenedor div .card .center .camp input, .contenedor div .card .center .camp select {
    background: #f7f6f6;
    padding: 7px 5px;
    border: none;
    width: 208px;
    border-radius: 5px;
}

@media only screen and (max-width: 350px) {

    .contenedor div .card div .center .camp input, .contenedor div .card .center .camp select, .contenedor div .card .center .camp input, .contenedor div .card .center .camp select {
        width: 165px !important;
    }
}

.contenedor div .card div .left div .camp select .multiple {
    background: #f7f6f6;
    padding: 7px 5px;
    border: none;
    width: 308px;
    border-radius: 5px;
}

.camp_dir input, .camp_dir select {
    background: #f7f6f6;
    padding: 7px 5px;
    border: none;
    width: 95%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
}

div .card div.block {
    overflow: hidden;
    margin-left: 229px;
}

@media only screen and (max-width: 1200px) {
    div .card div.block {
        margin-left: 175px;
    }
}

@media only screen and (max-width: 600px) {
    div .card div.block {
        margin-left: 45px;
    }
}

@media only screen and (max-width: 570px) {
    div .card div.block {
        margin-left: 44px;
    }
}

@media only screen and (max-width: 540px) {
    div .card div.block {
        margin-left: 43px;
    }
}

@media only screen and (max-width: 500px) {
    div .card div.block {
        margin-left: 43px;
    }
}

@media only screen and (max-width: 470px) {
    div .card div.block {
        margin-left: 42px;
    }
}

@media only screen and (max-width: 440px) {
    div .card div.block {
        margin-left: 41px;
    }
}

@media only screen and (max-width: 400px) {
    div .card div.block {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 370px) {
    div .card div.block {
        margin-left: 39px;
    }
}

div .card div.block label {
    display: block;
    float: left;
    text-align: left;
}

div .card div.block .input {
    margin-left: 0px;
    /*float: left;*/
    background: #f7f6f6;
    padding: 7px 5px;
    border: none;
    width: 80%;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

div .card div.block .input2 {
    width: 79%;
}

@media only screen and (max-width: 1200px) {
    div .card div.block .input2 {
        width: 84%;
    }
}

div .col1 {
    float: left;
    width: 38%;
}

div .col2 {
    float: left;
    width: 38%;
}

@media only screen and (max-width: 1200px) {
    div .col1 {
        width: 40%;
    }
}

@media only screen and (max-width: 450px) {
    div .col1 {
        width: 100%;
    }
}

@media only screen and (max-width: 570px) {
    div .col2 {
        width: 50%;
    }
}

@media only screen and (max-width: 380px) {
    div .col2 {
        width: 100%;
    }
}

div .card div.block .select {
    margin-left: 0px;
    /*float: left;*/
    background: #f7f6f6;
    padding: 6px 5px;
    border: none;
    width: 83%;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

div .card div.block .select2 {
    width: 83%;
}

@media only screen and (max-width: 1200px) {
    div .card div.block .select2 {
        width: 87.5%;
    }
}

div .card div.block span {
    /* margin-right: 8px; */
    width: 100%;
    display: inline-block;
    /* min-width: 125px; */
}

* {
    padding: 0;
    margin: 0;
}

.contenedor div.block .header {
    background: #0A3B4D;
    font-size: 12px;
    width: 260px;
    color: #ffffff;
    padding: 5px 0px;
    margin-bottom: 5px;
    width: 200px;
}

.contenedor div.celda {
    border: thin;
    width: 15%;
    border-color: red;
}

.contenedor div.celda .header {
    background: #0A3B4D;
    border: thin;
    width: 15%;
}

.w3-responsive {
    overflow-x: auto;
    padding-bottom: 50px;
}

table.browserref {
    border-collapse: collapse;
    width: 80%;
    text-align: center;
}

table.browserref .title {
    background: #0A3B4D;
    color: #ffffff;
    font-size: 14px;
}

table.browserref .content {
    font-size: 12px;
}

.button {
    background: #99BF14;
    font: 24px 'Signika', sans-serif;
    color: #0A3B4D;
    padding: 5px 25px;
    border: none;
    cursor: pointer;
    width: 36%;
    height: 47px;
    font-size: 24px;
    margin-top: 4%;
    border-radius: 3px;
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    .button {
        width: 100%;
    }
}

.separator {
    background: url(../img/bg-header.png) center 11px no-repeat;
    margin: 20px 0px;
    height: 20px;
}

.separator span {
    display: block;
    width: 25%;
    min-width: 30%;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    background: #0A3B4C;
    margin: 0px auto;
    padding: 3px 0px;
    font-size: 12px;
}

#ui-datepicker-div {
    background: #FFFFFF;
    border: 1px solid #0A3B4C;
    padding: 3px;
}

#ui-datepicker-div a.ui-datepicker-prev, #ui-datepicker-div a.ui-datepicker-next {
    cursor: pointer;
    color: #FFFFFF;
    padding: 2px 3px;
}

#ui-datepicker-div a.ui-datepicker-prev {
    float: left;
    width: 15px;
    visibility: hidden;
}

#ui-datepicker-div a.ui-datepicker-next {
    float: right;
    visibility: hidden;
}

#ui-datepicker-div a.ui-datepicker-prev, #ui-datepicker-div a.ui-datepicker-next {
    cursor: pointer;
    color: #FFFFFF;
    padding: 2px 3px;
}

#ui-datepicker-div a.ui-datepicker-prev {
    float: left;
    width: 15px;
    visibility: hidden;
}

#ui-datepicker-div a.ui-datepicker-next {
    float: right;
    visibility: hidden;
}

#ui-datepicker-div .ui-datepicker-title {
    background: #0A3B4C;
}

table.ui-datepicker-calendar thead {
    background: #0A3B4C;
    color: #FFFFFF;
}

table.ui-datepicker-calendar a.ui-state-default {
    border: 1px solid #0A3B4C;
    background: #F9F9F9;
    display: block;
    text-decoration: none;
    color: #0A3B4C;
    text-align: right;
    padding: 1px 2px;
}

table.ui-datepicker-calendar a.ui-state-highlight {
    background: #0A3B4C;
}
