@font-face{
    font-family: "Gotham Rounded";
    src: url("../fonts/GothamRounded-Book.otf");
  }


a {
    color: #0074eb !important;
}


.row {
    margin: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


footer .row {
    margin: 0 auto !important;
    padding-bottom: 0;
}


footer .row .col-7 {
    padding-bottom: 1.5em;
}

footer i.fa.fa-phone {
    float: left;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .fa-phone:before {
    content: "\f095";
    font-size: 25px;
}

footer .col-5 {
    display: flex;
    align-items: center;
    float:left;
}

footer .col-7 .img {
    background-image: url(../beds/img/logo.svg);
    background-repeat: no-repeat;
    float: right;
    margin-right: 0em;
    height: 87px;
    background-size: 100%;
    width: 150px;
    right: -9%;
    margin-top: 0em;
    margin-bottom: 0em;
    position: relative;
    vertical-align: middle;
    top: 1.5em;
}


.container-fluid .fechaentregarow {
    width: 90%;
    margin: 0 auto;
    margin-top: 3em;
    min-height: 624px;
}

body {
    padding-bottom: 0;
    font-family: 'Gotham Rounded', sans-serif !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.header{
    display: block;
    width: 100%;    
}

.content-prevent.content-prevent-blue {
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 14px;
}

.content-prevent.content-prevent-red {
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 14px;
}


.icon-info-blue {
    background-image: url("../../images/info-azul.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 14px;
}


.icon-info-red {
    background-image: url("../../images/info-rojo.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    font-family: 'Gotham Rounded', sans-serif;
}


footer .row:first-child {
    width: 100%;
    padding-bottom: 0;
}

.form-check {
    position: initial !important;
}


body {
    padding: 0 !important;
}

a:hover {
    text-decoration: underline !important;
}

.row{
    margin: 0;
}
.container-fluid {
    text-align: left;
    /*min-height: 1010px;*/
}

.logo{
    background-image: url(../beds/img/logo.svg);
    background-repeat: no-repeat;
    height: 135px;
    width: auto;
    background-position: center;

}

.logoCabecera {
    background-image: url(../beds/img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 72px;
    width: auto;
    background-size: contain;
    margin: 15px 0 !important;
}


.lineas {
    background-image: url(../beds/img/bg-lineas.jpg);
    background-repeat: repeat-x;
    height: 40px;
    background-position: center;
}
.row .col-5{
    padding: 0 1.5em;
}
.row .col-5 h1{
    font-family: 'Gotham Rounded', sans-serif !important;
    color: #5a5a5a;
    font-weight: 400;
    margin-bottom: 1em;
    font-size: 2.3em;
}
    .row .col-5 p {
        font-family: 'Gotham Rounded', sans-serif !important;
        color: #5a5a5a;
        font-size: 14px;
    }

.container-fluid {
    text-align: left;
}

.container-fluid .row {
    margin: 0 auto !important;
    margin-top: 3em !important;
}


.container-fluid-error {
    width: 80%;
    text-align: left;
    margin: 0 auto;
}

.texto-confirmacion .col-sm-10 {
    margin-left: 0 !important;
    padding: 0;
}
.formulario {
    background: #f6f6f6;
    padding: 1em 1.5em;
    margin-bottom: 6em;
    font-family: 'Gotham Rounded', sans-serif !important;
}
    .formulario label {
        color: #5a5a5a;
        font-size: 14px;
        font-family: 'Gotham Rounded', sans-serif !important;
    }

#panelDatosContacto {
    position: relative;
    z-index: 1;
}


.formulario label span{
    color: #2366B5;
}
.formulario .texto-confirmacion p, .formulario label.form-check-label {
    font-size: 14px;
    color: #808080;
    font-family: 'Gotham Rounded', sans-serif !important;
}

.formulario label.form-check-label {
    font-size: 14px !important;
    padding-left: 2em !important;
    font-weight: 400;
}


.popup {
    font-family: 'Gotham Rounded' !important;
}

    .popup .btn-primary {
        padding: 10px;
        background-color: #2366B5;
        border: 0;
        cursor: pointer;
        font-size: 14px;
        color:white !important;
        text-decoration:none;
    }

.btn-primary:hover {
    background-color: #2366B5 !important;
    border: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.formulario .btn-primary {
    background-color: #2366B5;
    border: 0;
    cursor: pointer;
    font-family: 'Gotham Rounded' !important;
}
.formulario .btn-primary:hover, .formulario .btn-primary:focus{
    opacity: .8;
}
.texto-confirmacion .row {
    width: 100%;    
    margin-bottom: 1em;
    margin-top: 1em;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
		position: absolute;
		left: 0;
		opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
		position: relative;
		padding-left: 1.5em;
		font-size: 1em;
		cursor: pointer;
}

	/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left: 0px;
        top: 1px;
        width: 18px;
        height: 18px;
		border: 1px solid #2366B5;
		background: #FFF;
		border-radius: .2em;
		box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
		-webkit-transition: all .275s;
				transition: all .275s;
}

	/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, 	[type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
            
        top: 5px;
        left: 4px;
        border: 5px solid #2366B5;     
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-90deg) !important;
        border-radius: 0;
}

	/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
				transform: scale(1) rotate(0);
}
	
.lineaFooter{
    background-image: url(../beds/img/linea_footer.jpg); 
    background-repeat: repeat-x;
    height: 21px;
}
footer .row {
    margin: 0 auto !important;
    padding: 1.5em 0;
}


footer .col-5 .img{
    background-image: url(../beds/img/iconphone.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    background-size: 70px;
    margin-right: 1em; 
}
footer  .col-5 p {
    padding: 1em;
    font-size: 12px;
    color: #808080;
    padding-left: 2em;
    font-family: 'Gotham Rounded', sans-serif !important;
    margin-bottom: 0;
    float: left;
    text-align: left;
}
footer .col-7 {
    float: left;
}

    footer .col-7 .img {
        background-image: url(../beds/img/logo.svg);
        background-repeat: no-repeat;
        float: right;
        height: 72px;
        background-size: 50%;
    }
footer {
    border-bottom: 21px solid #0084C8;
}
footer .col-5 p span{
    color: #2366B5;
}

.datos ul li {
    font-size: 14px !important;
}

    footer .col-5 p span a {
        font-family: 'Gotham Rounded', sans-serif !important;
        color: #0074eb;
    }
/****datos entrega*****/
.header-title h1 {
    color: #848686;
    font-weight: 400;
    font-family: 'Gotham Rounded', sans-serif !important;
}
.header-title p {
    color: #848686;
    font-weight: 400;
    font-family: 'Gotham Rounded', sans-serif !important;
}
.header-title {
    margin-bottom: 30px;
}
.col-left i, .col-right i {
    color:  #0074eb;
    padding-right: 0.3em;
}
.col-left h4, .col-right h4 {
    font-weight: bold;
    font-family: 'Gotham Rounded', sans-serif !important;
}
.box {
    background: #efefef;
    padding: 1em 2em;
    float: none;
    margin-bottom: 2em;
}
.box.datos i, .box.datos p {
    color: #0074eb;
   
}
.box.fecha i, .box.fecha p{
    color: #e4002b; 
   
}

    .box .description p {
        color: inherit;
        font-weight: normal;
        font-family: 'Gotham Rounded', sans-serif !important;
    }
    .box.datos a, .box.fecha a {
        color: #0074eb;
        text-align: right;
        display: block;
        font-family: 'Gotham Rounded', sans-serif !important;
        font-size: 1em;
        margin-top: 1em;
    }
    .box.contact .description {
        width: 93%;
        margin: 0 auto;
        font-family: 'Gotham Rounded', sans-serif !important;
        font-size: 1em;
    }
.box.contact .description p{
    margin: 0;
    padding: 0;
}
.box.contact p{
    margin-top: 1em;
}
.box.contact .description a{
    color: #0074eb;
}

.linkLogin {
    font-family: 'Gotham Rounded', sans-serif !important;
    color: #848686 !important;
    font-size: 14px;
}



.box.container {
    background-color: #fff;
    display: flex;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.box.container .left {
    float: left;
}
.box.container .left img{
    padding-right: 1em;
}
    .box.container .right h5 {
        font-family: 'Gotham Rounded', sans-serif !important;
        font-size: 1em;
    }
.box.container .right p{
    font-size: 1em;
}
.box.detail{
    padding: 1em;
    display: block;
    padding-bottom: 0.2em;
}
  


/********/
.formulario.entrega{
    background-color: #fff;
    margin-bottom: 4em;
    float: left;
}
    .formulario.entrega h6 {
        text-align: center;
        font-family: 'Gotham Rounded', sans-serif !important;
    }
    .formulario.entrega label {
        font-size: 1em;
        margin-bottom: 0;
        font-family: 'Gotham Rounded', sans-serif !important;
    }
.form-group.direccion div {
    float: left;
    width: 25%;
    padding: 0 .3em;
}
.form-group.direccion div:nth-child(4) {
    padding-right: 0;
}

.form-group.direccion div:nth-child(1) {
    padding-left: 0;
}
.form-group.poblacion div{
    margin-top: 1em;
}
.form-group.poblacion div:nth-child(2) {
    width: 30%;
    float: left;
}

.form-group.poblacion div:nth-child(1) {
    width: 70%;
    float: left;
    padding-right: 0.6em;
}
.footerform{
    margin-top: 3em;
    float: left;
    width: 100%;
}
    .footerform a {
        color: #0074eb;
        font-family: 'Gotham Rounded', sans-serif !important;
    }
.footerform .col-lg-2.col-md-2.col-sm-6 {
    float: left;
    padding-left: 0;
}
.footerform .col-lg-10.col-md-10.col-sm-6 {
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}
    .footerform .btn {
        font-family: 'Gotham Rounded', sans-serif !important;
    }
.col-5 ul{
    list-style: none;
    padding-left: 0;
}
    .col-5 ul li a {
        color: #0074eb;
        font-family: 'Gotham Rounded', sans-serif !important;
    }
.col-5 ul li{
    color: #848686;
    font-size: 1em;
}


.container-fluid .loginrow {
    width: 90%;
    margin: 0 auto !important;
    margin-top: 6em !important;
    min-height: 585px;
}

.row.wizard {
    border: 0;
}

.wizard > .wizard-step > .wizard-dot {
    background: #025dba !important;
}

    .wizard > .wizard-step > .wizard-dot:after {
        left: 11px !important;
        top: 5px;
        left: 9px;
        content: " " !important;
    }

.wizard > .wizard-step > .progress, .wizard > .wizard-step > .progress > .progress-bar {
    background-color: #025dba !important;
    height: 3px !important;
    margin: 18px 0 !important;
}

.wizard > .wizard-step.semicomplete .wizard-dot {
    background: #fff !important;
    box-shadow: none;
    border: 3px solid #025dba;
}

.wizard > .wizard-step > .wizard-dot {
    width: 21px;
    height: 21px;
    bottom: 32px;
}

.wizard > .wizard-step.disabled > .wizard-dot {
    background-color: #025dba !important;
}

.wizard > .wizard-step .wizard-stepnum {
    order: 2;
    color: #848686;
    text-transform: initial;
    font-weight: bold;
    font-family: 'Gotham Rounded';
}

.wizard-step.wizard-4-steps {
    display: flex !important;
    flex-direction: column !important;
}

.wizard > .wizard-step.active .wizard-dot {
    box-shadow: 0 0 0 5px rgb(2 93 186 / 40%) !important;
}



footer  .col-7 {
    min-width: 50%;
    max-width: 50%;
    margin: 0 auto !important;
    padding-left: 0;
    padding-right: 0;
}


footer .col-5 {
    min-width: 50%;
    max-width: 50%;
    margin-top: 0.75em;
}

body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}


.container-fluid.datosentrega {
    max-width: 1240px;
    margin: 0 auto !important;
}

section #home {
    margin: 10px 0;
}

