@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif !important;
    font-style: normal;
    background-color: hsl(220, 43%, 99%);
}
body a {
	font-weight: normal;
    font-size: 14px;
    color: hsl(0, 0%, 20%);
}

h1 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    color: hsl(0, 0%, 20%);
} 

h2{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300;
    font-size: 36px;
    color: hsl(0, 0%, 20%);
    letter-spacing: -0.5px;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 18px;
	font-weight: bold;
}

p {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

form {
    width: 700px;
    margin: auto;
}

label {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: hsl(0, 0%, 20%);
}

select {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%) !important;
    box-sizing: border-box;
    border-radius: 8px !important;
}

input {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%) !important;
    box-sizing: border-box;
    border-radius: 8px !important;
}

ul{
    padding-left: 0px;
    margin-top: 25px;
}
ul li{
	color:#21244d;
	font-size: 16px;
    font-weight: 400;
}
ul.lista_bonita li {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    background-image: url(../images/ico_requisitos.svg);
    background-repeat: no-repeat;
    background-position: left 3px;
    list-style: none;
    padding: 3px;
    padding-left: 30px;
    background-size: 25px;
    margin: 10px 0px;
    color: hsl(0, 0%, 20%);
}


strong{
	font-weight: bold;
}

.tacpos {
    position: fixed;
    right: 0px;
    z-index: 9999;
}

    header {
        width: 4%;
        background: #000;
    }

            
.cabezote {
    background-color: hsl(0, 0%, 100%);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
}





.espacio_interna{
	padding-top: 80px;
}

.separador-c {
    padding: 10px;
}

.separador-k {
    padding: 20px;
}

.separador-a {
    padding: 5px;
}

.separador-r {
    padding: 30px;
}

.separador-l {
    padding: 40px;
}

.separador-m {
    padding: 50px;
}

.separador-x {
    padding: 60px;
}

.pasos-form {
    width: 700px;
    margin: auto;
}

.pasos-form .primary-color, ul.stepper li.completed a .circle {
    background-color: #CCCCCC;
}

.pasos-form .primary-color, ul.stepper li.completed a .circle:hover {
    background-color: #00005B;
    text-decoration: none;
}

.pasos-form .primary-color, ul.stepper li.active a .circle {
    background-color: #00005B !important;
}

.pasos-form ul.stepper {
    counter-reset: section;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1em -1.5rem;
    padding: 1.5rem;
}
.pasos-form .stepper-horizontal {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pasos-form .stepper-horizontal, .stepper-horizontal li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
}

.pasos-form ul.stepper li a .circle {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.38);
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    line-height: 1.7rem;
    margin-right: .5rem;
}

.pasos-form ul.stepper li a .label {
    display: inline-block;
    color: rgba(0,0,0,.38);
}

.pasos-form .stepper-horizontal li a .label {
    margin-top: 0;
}

.pasos-form .stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0!important;
}

.pasos-form .stepper-horizontal li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pasos-form .stepper-horizontal, .stepper-horizontal li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
}

.pasos-form .stepper-horizontal li:not(:first-child):before, .stepper-horizontal li:not(:last-child):after {
    content: "";
    position: relative;
    top: -18%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: .5rem 0 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}

.pasos-form ul.stepper li a {
    padding: 1.5rem;
    /* text-align: center; */
}

.pasos-form ul.stepper li a:hover {
    text-decoration: none;
}





.pasos-form a {
    cursor: pointer;
    /* text-decoration: none; */
    color: #007bff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pasos-form ul.stepper li.active a .label, ul.stepper li.completed a .label {
    font-weight: 600;
    color: rgba(0,0,0,.87);
}

.number_one {
    background: #00005B;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: auto;
}

.number_one p{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: .8;
    text-align: center;
 }

 .paso_1-color {
    font-weight: 600;
    font-size: 10.6772px;
    line-height: 15px;
    color: #00005B;
    width: 100px;
    position: relative;
    left: -8px;
 }




 .number_two {
    background: #CCCCCC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: auto;
}

.number_two p{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: .8;
    text-align: center;
 }

 .paso_2-color {
    font-weight: 600;
    font-size: 10.6772px;
    line-height: 15px;
    color: #CCCCCC;
    width: 100px;
    position: relative;
    left: -8px;
 }



.box_formulario-1 {
    background: hsl(0, 0%, 100%);
    box-shadow: 0px 3px 13px #E2E8EE;
    border-radius: 11px;
    padding: 15px 40px;
    width: 700px;
    margin: auto;
}

.box_formulario-1 p{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: hsl(0, 0%, 20%);
}

.box_formulario-1 h4{
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: hsl(0, 0%, 20%);
    margin-top: -15px;
    margin-bottom: 0;
}





    /* FORMULARIO */

    .title-fordepago {
        width: 700px;
        margin: auto;
    }
    
    .text_mnz {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: hsl(0, 0%, 20%);
    }

    .anc_pd {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        color: hsl(0, 0%, 20%);
        display: block;
        background: hsl(0, 0%, 100%);
        box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
        border-radius: 11px;
        height: 78px;
    }

    .anc_pd:hover {
        border: 2px solid hsl(240, 100%, 18%);
    }

    .anc_pd:active {
        border: 2px solid hsl(240, 100%, 18%);
    }

    .anc_pd:focus {
        border: 2px solid hsl(240, 100%, 18%);
    }

    .anc_pd:visited {
        border: 2px solid hsl(240, 100%, 18%);
    }

    
    .btn_form-q {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        align-items: center;
        text-align: center;
        letter-spacing: -0.25px;
        color: hsl(0, 0%, 100%);
        background: hsl(240, 100%, 18%);
        border: 1px solid hsl(240, 100%, 18%);
        border-radius: 12px;
        width: 336px;
        padding: 12px;
    }

    .btn_form-q:hover {
        background: #66669D;
        color: hsl(0, 0%, 100%);
        border: 1px solid #66669D;
    }

    .ter_ms-s p{
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: hsl(0, 0%, 20%);
        margin-left: 185px;
        margin-right: 185px;
        display: block;
    }

    .ter_ms-s a{
        color: hsl(240, 100%, 18%);
        font-size: 12px;
        font-weight: 300;
        
    }

    .vigi_lado img {
        width: 150px;
    }

    .vigi_lado p {
        float: right;
        font-weight: 300;
        font-size: 12px;
    }

    .form-check-input {
        margin-top: 2.2rem;
        margin-left: 16rem;
    }

    .form-check-label {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        align-items: center;
        letter-spacing: 0.25px;
        color: hsl(0, 0%, 20%);
        cursor: pointer;
        padding: 27px 10px;
        width: 100%;
        height: 78px;
    }



    .form-control:focus {
        box-shadow: none;
    }

    .formulario_personas .form-control {
        color: hsl(0, 0%, 20%);
    }


    .color_fecha {
        color: hsl(240, 100%, 18%);
    }




    .tarjeta_formulario {
        
    }

    .tarjeta_formulario .card{
        background: hsl(0, 0%, 100%);
        border: 1px solid #E2E8EE;
        box-shadow: 0px 3px 13px #E2E8EE;
        border-radius: 11px;
        margin: auto;
    }

    .tarjeta_formulario .card-body{
        padding: 35px 96px 35px 20px;
    }

    .tarjeta_formulario .card-img{
        border-radius: 0px 11px 11px 0px;
        width: 255px;
        position: relative;
        right: 75px;
    }

    .tarjeta_formulario .card-title{
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.25px;
        color: hsl(0, 0%, 20%);
    }

    .tarjeta_formulario .card-text{
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: hsl(0, 0%, 20%);
    }


    .ter_ms-s .form-check-input {
        margin-top: 1.8rem;
        margin-left: 11rem;
    }

    .terminos_y-condiciones-1 {
        text-align: left;
    }

    .terminos_y-condiciones-1 a{
        color: hsl(240, 100%, 18%);
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
    }


    @media  (min-width: 721px) {
        .cabezote img {
            width: 220px;
            padding-top: 15px;
            padding-bottom: 15px;
            float: left;
            margin-top: -3px;
            margin-left: -100px;
        }
        
      
    }


    @media screen and (max-width: 720px) {
		
	h1 {
		font-family: 'Source Sans Pro', sans-serif !important;
		font-weight: 600;
		font-size: 26px;
		line-height: 32px;
		text-align: left;
		color: hsl(0, 0%, 20%);
	}
		.title-fordepago img {
    width: 60px;
    display: block;
    margin: initial;
    padding-bottom: 10px;
}
		.title-fordepago p {
    line-height: 25px;
    align-items: center;
    text-align: left;
    letter-spacing: 0.25px;
    font-size: 16px;
}

        form {
            width: auto;
        }

        .separador-movil {
            padding: 10px;
        }

        .ter_ms-s p {
            margin-left: 5px;
            margin-right: 5px;
        }

        .form-group {
            margin-bottom: 0;
        }

        .ter_ms-s .form-check-input {
            margin-left: -.1rem;
        }

        .pasos-form {
            width: 100%;
            margin: auto;
        }

        .title-fordepago {
            width: 100%;
            margin: auto;
        }

        .cabezote img {
            width: 220px;
            padding-top: 15px;
            padding-bottom: 15px;
            float: left;
            margin-top: -3px;
            margin-left: -7px;
        }
    }

.check_legal {
    font-weight: 300;
    font-size: 12px !important;
    line-height: 18px;
    text-align: left;
    margin: auto;
    display: block;
}



.check_legal input{
	width: 20px;
	float: left;	
}
.form-check-label-f{
	font-size: 12px;
	float: left;
    max-width: 300px;
    margin-top: -30px;
    min-height: 100px;
    line-height: 1.1rem;
}
.form-check-label-f a{
	font-size: 12px;
	color: hsl(240, 100%, 18%);
}
.form-check-label-f a:hover{
	font-size: 12px;
	text-decoration: underline;
	color: hsl(240, 100%, 18%);
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: -.3rem;
    margin-right: 0;
    margin-left: 22px;
}

.btn_atras p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.25px;
    background-image: url(../images/flecha-volver.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding: 10px 0px 10px 30px;
}

.btn_atras a:hover {
    text-decoration: none;
}

.btn_siguiente p {
    color: hsl(240, 100%, 18%);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.25px;
    background-image: url(../images/flecha-siguiente.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right center;
    padding: 10px 50px 10px 0px;
    float: right;
}

.btn_siguiente a:hover {
    text-decoration: none;
}

.anc_pd .custom-control-label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    padding: 27px 80px 27px 40px;
    right: 40px;
    position: relative;
}

.anc_pd .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/check-blue.svg);
}

.anc_pd .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
}

.anc_pd .custom-radio .custom-control-label::before {
    display: none;
}

.anc_pd .custom-control-label::after {
    position: absolute;
    top: 25%;
    left: 99%;
    display: block;
    width: 36px;
    height: 36px;
    /* content: ""; */
    background-repeat: no-repeat;
    /* background-position: right center; */
    background-size: 50% 50%;
}

.anc_pd:focus-within {
    border: 2px solid hsl(240, 100%, 18%);
}


.was-validated .form-control:invalid{
    border-color: #dc3545 !important;
}    
.invalid-feedback_radio {
    display: none;
    width: 100%;
    margin-top: 1.25rem;
    font-size: 80%;
    color: #dc3545;
}

.btm-small {
	width: 283px;
	height: 48px;
}
.centrar {
	justify-content: center;
	display: flex;
	margin-left: 0;
	margin-right: 0;

}

.btn-primary {
    color: #fff;
    background-color: #00005B;
    border-color: #00005B;
	padding: 10px;
	font-size: 18px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #66669d;
	border-color: #66669d;
	
}
