body, html{
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#444444;
	background: transparent;
}

html{
	background-image: url('../images/principal-bg.jpg');
	background-size: cover;
	background-position: 54%;
	background-repeat: no-repeat;
	overflow: auto;
	height: auto;
	min-height: 100%;
    background-attachment: fixed;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: 'Play';
	color:#000;
}
ul.contact-list {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 20px;
}
.logo-empresa {
    float: left;
    height: 80px;
}
.header-container{
	width: 1000px;
	max-width: 100%;
	border-radius: 20px 20px 0 0;
	background-color: rgba(255,255,255,1);
	border-bottom: 2px solid #000;
}
.principal-container{
    width: 1000px;
	max-width: 100%;
	background-color: rgba(255,255,255,0.97);
}
ul.contact-list li i {
    font-size: 16px;
    margin-right: 8px;
}
label.input-desc{
	font-size:11px;
	color:#000;
}
.form-control{
	font-size:12px;
	color:#444444;
}
label.custom-checkbox-wrapper span {
	color: #313131;
    font-weight: 600;
    font-size: 14px;
}

.form-datetime .input-group-addon,
.form-date .input-group-addon,
.form-time .input-group-addon{
    background: rgba(238,238,238,0.4);
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    color: #41300F;
}

.input-group-btn > .btn{
    padding: 8px 12px;
}

.dropDownLang {
    position: absolute;
    top: 0;
    right: 30px;
    width: auto;
    /*padding: 10px 25px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-toggle{
	
	color: #fff;
}

.dropDownLang img {
    height: 20px;
}

.form-group {
    margin-bottom: 20px;
}
.text-uper{
	text-transform: uppercase;
}
.btn{
	font-weight: bold;
}

.btn-medium {
    width: 215px;
}

.alerts{
	height: 40px;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    display: none;
}

.alerts--good{
	background-color: green;
}

.alerts--bad{
	background-color: red;
}

label.c-error{
	padding: 0;
	font-style: normal;
}

.titulo{
    margin: 30px 0;
}

.content{
	color: #242424;
	font-size: 17px;
    text-indent: 25px;
}
.content_slogan{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 0;
}
.content_box{

}
.header-container {
    position: relative;
}

.modal-body {
    padding: 30px 20px 0px;
}

.g-recaptcha div, .g-recaptcha iframe {
    margin: auto !important;
}

select {
    color: #555;
}

a#language-dropdown {
    color: #fff;
    padding: 10px 25px;
    display: flex;
}

div#ui-datepicker-div {
    box-shadow: 0 0 3px #555;
}

.input-group-addon[data-input] {
    cursor: pointer;
}

.sbHolder {
    background-color: #ffffff;
}

.container-cotizar{
	width: 80%;
    margin: auto;
}

.spinner-center{
	width: 120px;
}

legend{
	border-bottom: unset;
    color: #000;
    font-weight: 600;
    border-bottom: 1px dashed rgba(0,0,0,0.7);
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 35px;
}

.sbHolder{
	font-size: 12px;
}

.horizontal-spinner{
	text-align: center;
}

.form-control, .sbHolder, .sbToggle{
	height: 38px;
}

.bootstrap-touchspin-up.btn, .bootstrap-touchspin-down.btn {
    padding: 8px 12px;
}

textarea.form-control{
	resize: none;
	height: 38px !important
}

.input-group-addon {
    padding: 8px 13px;
    border: 1px solid;
}

label.input-desc {
    font-size: 11px;
    color: #000;
    font-weight: 300px;
}

fieldset{
	margin-bottom: 30px;
}

.psj_datos > h3{
	padding: 0 15px;
    font-family: 'Play';
    font-weight: 400;
    text-transform: uppercase;
}

hr {    
	border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    height: 1px;
    margin-top: 20px;
    text-align: center;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
}

.normal-selectbox{
    position: relative;
}

.select-group select:first-child{
	width: 50px;
    padding: 5px;
    display: inline-block;
}

.select-group select:last-of-type{
	width: 80px;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
}

#steps{
	display: flex;
}

#steps li{
	width: 33.33%;
    margin-bottom: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: #f1f1f1;
    border-left: 1px solid; 
}

#steps li.current{
    background-color: transparent;
    border-bottom: unset;
}

#steps li:last-of-type{
    border-right: 1px solid;
}

#steps li div{
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#steps li div span.paso{
	font-family: 'Play';
    font-size: 15px;
    font-weight: 200;
    display: inline-block;
}

#steps li div span.number{
	display: flex;
    width: 24px;
    height: 24px;
    background-color: #b5b5b5;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-right: 10px;
}

#steps li div span#stepNumber{
    display: flex;
}

#steps li div span#stepIcono{
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: none;
}

.stepCommands{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0;
}

.stepCommands a,
.stepCommands span{
	border: none;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	overflow:hidden;
    margin-left: 10px;
    cursor: pointer;
    width: 150px;
    text-align: center;
}

.stepCommands a{
    padding: 10px 35px;
}

.stepCommands input{
    background-color: transparent;
    border: unset;
    padding: 10px 35px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.stepCommands a:before,
.stepCommands span:before {
    font-family: 'Play';
    position: absolute;
    top: 11px;
    left: -30px;
    transition: all 200ms ease;
    font-weight: 500;
    z-index: 0;
}

.stepCommands #step0Next:before {
    content:"\f044";
}

.stepCommands #step1Next:before {
	content:"\f07a";
}

.stepCommands #step2Next:before {
    content:"\f09d";
}

.stepCommands a.prev:before {
	font-family: 'Play';
	content:"\f104";
	position: absolute;
	top: 11px;
	left: -30px;
	transition: all 200ms ease;
}

.stepCommands #step0Next:hover:before{
    left: 20px;
}

.stepCommands #step1Next:hover:before{
	left: 13px;
}

.stepCommands #step2Next:hover:before{
    left: 15px;
}

.stepCommands a.prev:hover:before{
	left: 25px;
}

.stepCommands a:hover{
	color: #fff;
}

.custom-checkbox-wrapper{
	padding: 0;
    text-align: right;
}

.custom-checkbox-container{
	margin: 0;
}

a{
    font-weight: 600;
}

.trmnsCnd_error{
	text-align: center;
    font-size: 17px;
    background-color: #D22500;
    color: #fff;
    padding: 10px;
    width: 50%;
    margin: auto;
    display: none;
}

.footer-container{
	width: 1000px;
    max-width: 100%;
    border-radius: 0 0 20px 20px;
    background-color: rgba(255,255,255,1);
    border-top: 2px solid #000;
}

.footer-text{
	text-align: center;
    margin: 0;
    color: #033d82;
    font-family: play;
    font-size: 10px;
}
.textpar{
	font-family: play; 
    color: #033d82;
}

.footer-enlaces{
	display: flex;
    justify-content: center;
    padding: 10px 0 20px;
}

.footer-enlaces li{
	margin: 0 10px;
}

.footer-enlaces li a{
	color: black;
    font-weight: 700;
}

#cantidad{
    border-right: 0;
    text-align: center;
}

.desc{
	min-height: 90px;
}

#desc_prod label{
	border-bottom: 1px solid;
    width: 100%;
    padding: 7px 0;
    margin-bottom: 15px;
}

#cupon{
    width: 400px;
    margin: 0 auto;
}

#CuponMontoDes{
    font-weight: 800;
    font-size: 15px;
}

#cobranza{
    display: flex;
    align-items: baseline;
}

#radio_cobranza{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#radio_cobranza li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

#radio_cobranza li input[type=radio]{
    position: absolute;
    visibility: hidden;
    margin:0;
}

#radio_cobranza li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    z-index: 9;
    cursor: pointer;
    margin: 0 5px;
}

#radio_cobranza li .check{
    display: block;
    position: relative;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    margin: 0 5px;
}

#radio_cobranza li:hover .check {
  border: 2px solid #000;
}

#radio_cobranza li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#radio_cobranza li input[type=radio]:checked ~ label.check{
    border: 2px solid rgba(0, 0, 0, 0.81);;
}

#radio_cobranza li input[type=radio]:checked ~ label.check::before{
    background: #25ce55;
}

#p_cobranza{
    display: inline-block;
    display: inline-block;
    font-weight: 600;
}

#datos_cobranza{
    display: none;
}

#comprarExitosa{
    top: 26%;
}

#cuponMensaje{
    top: 29%;
}

div.mensajeEmergente #cuponParrafo{
    font-weight: 400;
    padding: 0 40px;
    margin: 0 0 20px 0;
}

div.mensajeEmergente{
    width: 400px;
    height: auto;
    padding: 15px;
    top: 40%;
    left: 35%;
    position: fixed;
    z-index: 500;
    font-size: 13px;
    background-color: #fff;
    padding: 30px 0;
    display: none;
    font-weight: 600;
    border: 1px solid;
}

div.mensajeEmergente div.linea{
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgb(253, 181, 17);
    bottom: 0;
}

.compra-mnj{
    text-align: center;
    display: none;
}

.compra-mnj > figure {
    font-size: 40px;
}

.compra-mnj > p.error {
    font-size: 20px;
    font-weight: 600;
}

.compra-mnj > p.codigo {
    font-size: 15px;
    font-weight: 300;
}

.compra-mnj--ok > figure{
    color: green;
}

.compra-mnj--warning > figure{
    color: red;
}

.btn-ok-regresar{
    width: 210px;
    margin: auto;
}

.precio {
    font-size: 15px;
    font-weight: 600;
}

.precio .row{
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.precio .row:nth-child(4){
    display: flex;
}

.valor{
    color: green;
    text-align: right;
}

.totalRow{
    font-size: 16px;
    display: none;
    align-items: baseline;
}

.totalRow--green{
    background-color: rgba(119, 230, 18, 0.1);
}

.totalRow--yellow{
    background-color: rgba(255, 255, 0, 0.22);
}

.totalRow--orange{
    background-color: rgba(230, 175, 18, 0.1);
}

#total,
#descValor,
#totalDesc{
    font-size: 20px;
}

.datos{
    display: flex;
    align-items: center;
}

.datos_box{
    padding-left: 40px;
}

.datos_icon{
    font-size: 40px;
    text-align: center;
    color: #000;
}

.datos_info{
    padding: 0px;
}

.datos_info.datos_license{
    padding: 0 12px;
}

.datos_info p,
.datos_info {
    margin: 0px;
}

.datos_accent{
    font-weight: 600;
    color: #e6a612;
}

.datos_numero{
    font-size: 20px;
    font-weight: 600;
}

.cantidad_icon .bag1{
    position: relative;
    transform: rotate(-15deg);
    font-size: 30px;
    left: -5%;
    z-index: 1;
}

.cantidad_icon .bag2{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: rotate(10deg);
    font-size: 25px;
    z-index: 0;
}

.regalo {
    text-align: center;
}

.regalo > div{
    font-size: 50px;
    margin-top: 30px;
}

.producto_icon{
    font-size: 60px;
}

div#ui-datepicker-div {
    z-index: 9201 !important;
}

#descRow,
#totalDescRow{
    display: none;
}

#comprarExitosa .compra-mnj > p.error {
    font-size: 20px;
    font-weight: 600;
    width: 250px;
    margin: 10px auto 25px;
    text-transform: uppercase;
}

.compra-mnj legend {
    text-align: left;
}

#info_viaje_fin{
    text-align: left;
}

#info_viaje_fin > .row > div{
    margin-bottom: 15px;
}

#info_viaje_fin .datos_icon img{
    width: 35px;
}

#info_viaje_fin > .row > p{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.cargando{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    background-image: url('../images/principal-bg.jpg');
    background-size: cover;
    background-position: 54%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
}

.cargando > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    width: 37%;
    height: 45%;
    justify-content: center;
    border-radius: 0.5em;
    border: 1px solid #000;
    box-shadow: 1px 1px 9px #000;
    position: relative;
}

.cargando > div > img{
 
    position: relative;
    top: -1em;
}

.cargando > div > .preloader{
    top: 1em;
}

.cargando > div > h3{
    margin: 1.3em 0 2em 0px;
}

.cargando .linea{
    width: 100%;
    height: 15px;
    position: absolute;
    background-color: #02bda0;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    bottom: 0px;
}

.preloader{
    position:relative;
    width:12px;
    height:12px;
    background:#02bda0;
    border-radius:50px;
    animation: preloader 1.5s infinite linear;
}
.preloader:after{
    position:absolute;
    width:34px;
    height:34px;
    border-top:5px solid #000;
    border-bottom:5px solid #000;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-radius:50px;
    content:'';
    top:-11px;
    left:-11px;
    animation: preloader_after 1.5s infinite linear;
}
@keyframes preloader {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#000;}
    100% {transform: rotate(360deg);}
}
@keyframes preloader_after {
    0% {border-top:5px solid #000;border-bottom:5px solid #000;}
    50% {border-top:5px solid #02bda0;border-bottom:5px solid #02bda0;}
    100% {border-top:5px solid #000;border-bottom:5px solid #000;}
}

@keyframes preloader_after7 {
    0% {border-top:7px solid #000;border-bottom:7px solid #000;}
    50% {border-top:7px solid #02bda0;border-bottom:7px solid #02bda0;}
    100% {border-top:7px solid #000;border-bottom:7px solid #000;}
}

#preload .preloader{
    margin: 2em 0;
    width: 20px;
    height: 20px;
}

#preload .preloader:after{
    width: 50px;
    height: 50px;
    border-top: 8px solid #7dcfe1;
    border-bottom: 8px solid #7dcfe1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -15px;
    left: -15px;
    animation: preloader_after7 1.5s infinite linear;
}

.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
}

@media ( max-width : 800px  ){

    #steps li div span.paso {
        font-size: 14px;
    }
}

@media (max-width: 769px ) {

    body{
        padding: 10px;
    }

    #steps li div{
        flex-direction: column;
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

    #steps li div span.paso{
        font-size: 13px;
        margin: 2px;
        max-width: 80%;
        min-width: 80%;
    }

    #steps li div span.number{
        width: 23px;
        height: 23px;
        font-size: 12px;
        margin: 0;
    }

    .footer-enlaces {
	    flex-direction: column;
	}

	.footer-enlaces li {
	    margin: 5px 10px;
	}

	.footer-enlaces span {
	    display: none;
	}

    .precio {
        font-size: 13px;
        font-weight: 500;
    }

    .totalRow {
        font-weight: 600;
    }

    #cupon {
        width: 100%;
        margin: 0 auto;
    }

    .trmnsCnd_error{
        width: 90%;
    }

    .content {
        font-size: 13px;
    }

    .datos_box{
        padding-left: 0px;
    }

    .cantidad_icon .bag2 {
        left: 50%;
    }

    div.mensajeEmergente{
        width: 90%;
        left: 5%;
    }

    .cargando > div{
        width: 70%;
    }
}

@media ( max-width : 480px ){

    .container-cotizar {
        width: 95%;
    }

	.contact-list{
		font-size: 13px;
	}

    #steps li div span.paso{
        font-size: 11px;
    }

    .stepCommands a, 
    .stepCommands span{
        width: 96px;
        font-size: 14px;
    }

    .stepCommands a {
        padding: 9px 10px;
    }

    .stepCommands a::before,
    .stepCommands a.prev::before {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 5px;
    }

    .stepCommands span::before{
        position: absolute;
        left: 20px;
        top: 11px;
    }

    .stepCommands input {
        padding: 10px 0px 10px 28px;
    }

    .stepCommands #step0Next:hover:before,
    .stepCommands #step1Next:hover:before,
    .stepCommands a.prev:hover:before{
        left: 0;
    }

    .stepCommands #step2Next:hover:before{
        left: 20px;
    }

    #cobranza {
        flex-direction: column;
        align-items: center;
    }

    #p_cobranza {
        text-align: center;
    }

    .valor{
        font-size: 15px;
    }

    #total {
        font-size: 18px;
    }
    
    .cargando > div {
        width: 80%;
        height: 55%;
    }
    .cargando > div > img {
        width: 90%;
    }

    .preloader {
        width: 15px;
        height: 15px;
    }

    .preloader:after {
        width: 55px;
        height: 55px;
    }

    #steps li div span#stepIcono{
        display: flex;
    }

    #steps li div span#stepNumber{
        display: none;
    }

    #steps li div span.paso{
        display: none;
    }
}

@media ( max-width : 420px ){

	.jp-card-container{
        width: 100% !important;
        min-width: 100% !important;
        height: 180px !important;
    }

    .jp-card{
        min-width: 100% !important;
        height: 180px !important;
    }

    .jp-card .jp-card-front .jp-card-lower .jp-card-number{
        font-size: 14px !important;
    }

    .jp-card .jp-card-front .jp-card-lower .jp-card-name{
        font-size: 16px !important;
    }

    .jp-card .jp-card-front .jp-card-lower {
        bottom: 15px !important;
    }
}

@media ( max-width : 320px ){

    .cargando > div{
        height: 45%;
    }

    .cargando > div > h3 {
        margin-top: 2.2em;
    }
}
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-content .modal-body {
    min-height: 80px;
    min-height: 80px;
    max-height: initial;
    color: #666;
    font-weight: 400;
    overflow: hidden;
}
.modal .modal-content .modal-footer {
    background: transparent;
    margin: auto;
    display: block;
}
.modal .modal-content .modal-footer .form-control.buttonstep {
    display: inline;
    margin: 10px;
    width: 160px !important;
}
.btn-footer-modal .buttonstep {
    display: inline;
}

.simple-button {
    color: #fff;
    border: 0;
    font-size: 18px;
    outline: none;
    padding: 5px 10px;
    background: #ace;
    border-radius: 4px;
    
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    
    box-shadow: 0 4px 0 #9cb8d8, 0 3px 20px rgba(0,0,0,0.3);
}
.container-finalize{
    display: inline-block;
    text-align: center;
    padding: 50px !important;
    color: #ffffff;
    background-color: #02bda0;
    border-color: #0785a1;
    margin-top: 8%;
 }

 .succes-text{
     font-size: 25px !important;
 }
 .glyphicon-remove-circle{
    right: 20px!important;
}

.glyphicon-remove-circle{
    COLOR: red;
    position: absolute;
    padding: 35px;
    left: 3.4cm;
    float: right;
    padding-left: 0px;
    margin-left: 35px;
    padding-bottom: 0px;
    padding-right: 0px;
}
 @media screen and (max-width: 320px) {
    .info{
        display: none;
     }
     .dropDownLang{
        display: none;
     }
     .registrar{
        display: none;
     }
     .infotext{
        display: none;
     }
     .botom-bt{
        width: 100%;
     }
     .infomovil{
        display: block!important;
     }
     .inflang{
        display: block!important;
     }
     .verinfo{
        display: block!important;
     }
     .pt50{
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0px;
     }
     .content_box{
        font-family: play; 
        color: #033d82;
    }
    .glyphicon-remove-circle{
        right: 20px!important;
        left: 75%;
    }
}
@media screen and (max-width: 600px) and (min-width: 322px) {

    .info{
        display: none;
     }
     .registrar{
        display: none;
     }
     .dropDownLang{
        display: none;
     }
     .registrar{
        display: none;
     }
     .infotext{
        display: none;
     }
     .botom-bt{
        width: 100%;
     }
     .infomovil{
        display: block!important;
     }
     .pt50{
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0px;
     }
     .inflang{
        display: block!important;
     }
     .verinfo{
        display: block!important;
     }
     .content_box{
        font-family: play; 
        color: #033d82;
    }
    .glyphicon-remove-circle{
        right: 20px!important;
        left: 84.5%;
    }

}
@media screen and (max-width: 987px) and (min-width: 601px) {

    .info{
        display: none;
     }
     .registrar{
        display: none;
     }
     .dropDownLang{
        display: none;
     }
     .infotext{
        display: none;
     }
     .infomovil{
        display: block!important;
     }
     .botom-bt{
        width: 50%;
     }
     .pt50{
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0px;
     }
     .inflang{
        display: block!important;
     }
     .verinfo{
        display: block!important;
     }
     .content_box{
        font-family: play; 
        color: #033d82;
    }
    .glyphicon-remove-circle{
        right: 20px!important;
        left: 88%;
    }

}
