/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@500&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');*/

/*html, body {*/
/*    font-size: 100% !important;*/
/*    font-family: Raleway,sans-serif !important;*/
/*}*/
/*#cotizador-form {*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*}*/

#cotizador-form table, .table {
    font-size: 12px;
    overflow-x:auto;
    width:100%;
    height:auto !important;
}

.sticky {
    overflow: hidden;
}

form select {
    border-radius: .35rem !important;
    box-shadow: none;
    height: 40px;
}

form select:active {
    border-color: #7EA0B7;
}

/*-------------------- START COTIZADOR --------------------------*/

/*div.cotwrapper{*/
/*    width: 100%;*/
/*    height: 650px;*/
/*    background: url("../../../../uploads/banner-principal.jpg") no-repeat center center / cover;*/
/*}*/

div.cotizador {
    background: #012168b8;
    z-index: 1;
    padding: 20px 25px !important;
    border-radius: 30px;
    box-shadow: 3px 3px 8px -2px #0c0c0c;
}

rs-layer-wrap div.cotizador{
    width: 100%;
    overflow: hidden;
}

div.cotizador form {
    color: white;
    font-weight:400;
    text-align: center !important;
}

div.cotizador form > div{
    width: 48%;
    margin: 5px;
    float: left;
}

div.cotizador form h2 {
    text-align:center !important;
    font-weight:600 !important;
    font-size: 1.8rem;
    margin: 5px 0 !important;
    color: #ffffffee;
    text-shadow: 0px 1px 1px #444;
}

div.cotizador form h3 {
    margin: 0;
    color: #7EA0B7;
    text-shadow: 0 1px 1px #444;
    text-align:center !important;
}

div.cotizador > form label {
    letter-spacing: -0.2px;
    font-size: 93%;
    padding: 10px 24px;
    background: rgba(0,160,223,0.5);
    border-radius: 30px;
    width: 94%;
    margin: 0 4%;
    text-align: left;
}

/*noinspection CssInvalidPropertyValue*/
rs-layer-wrap div.cotizador > form label {
    float: left;
    text-wrap: wrap;
}

div.cotizador > form label a {color: white;}

div.cotizador input:not(input[type='checkbox']){
    border-radius: 30px;
    color: white !important;
    background: transparent;
    margin: 4% 5%;
    width: 92% !important;
    height: 50px;
    font-size: 1.1rem;
    padding: 6px 12px;
}
div.cotizador .select2{margin: 0 0 1% 4%;}
div.cotizador input[type=submit]{
    background:#0D2678 !important;
    font-weight:700;
    color:white !important;
    font-size: 1.5rem !important;
    text-transform: uppercase;
}

rs-layer-wrap div.cotizador input[type=submit]{float:left; text-align: center !important;}

div.cotizador input:not(input[type='submit']), .wpcf7-form textarea{
    border: 3px solid #ffffff61!important;
}

div.cotizador .select2-container--default .select2-selection--single{
    font-weight: 400 !important;
    height: 49px !important;
    height: 6.5vh;
    padding: 5px !important;
    border-radius: 30px !important;
    border: 1px solid white;
    width: 100%;
    letter-spacing: -0.2px !important;
    /* font-size: 93% !important; */
    font-size: 1rem;
    margin: 6px 3px;
    background: rgba(255,255,255,0.6);
    color: black !important;
}

div.cotizador .select2-container .select2-selection--single .select2-selection__rendered{line-height: 37px !important;}

div.cotizador .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px !important;
    right: 34px !important;
}

div.cotizador .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 8px 6px 0px !important;
}

@media all and (max-width: 768px){
    div.cotwrapper {
        height: 270px;
    }
    div.cotizador {
        width: 100%;
        left: 0;
        top:0;
        height: 100%;
        padding: 20px 2% !important;
    }
    div.cotizador form label {font-size: 0.7rem;}
    div.cotizador form h2 {
        font-size: 1.2rem;
        margin: 0 !important;
    }
    /*div.cotizador form input[type="submit"] {*/
    /*    height: 40px !important;*/
    /*}*/
    div.cotizador form > div {width: 47%;}
    div.cotizador form input[type="text"], div.cotizador form input[type="email"], div.cotizador .select2-container--default .select2-selection--single{
        margin:0;
        height: 40px !important;
    }
    div.cotizador .select2-container .select2-selection--single .select2-selection__rendered{line-height: 28px !important;}
    div.cotizador .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 1px !important;
        right: 9px !important;
    }
}

input[type="submit"], input[type="button"], .button, .button-primary, .btn, button {
    color: #818181;
    background-color: #7EA0B7;
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
1    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cesp-cotizador form, .cesp-firma form {
    text-align: center;
    position: relative;
}

.cesp-cotizador form fieldset, .cesp-firma form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0;
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
}

div#cotizador-form, .cesp-cotizador form fieldset{position: relative;min-height: 400px;}

div#cotizador-form .screen{position: absolute;}

form#cotizador-form input[name*="beneficiario"], form#cotizador-form input[name^="beneficiario"] {
    margin-bottom: 0px;
}

form#cotizador-form .borrar{display: none;}

.cesp-cotizador input[type="radio"], .cesp-firma input[type="radio"],
.cesp-cotizador input[type="checkbox"], .cesp-firma input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.cesp-cotizador input[type="button"], .cesp-firma input[type="button"] {
    margin-bottom: 0;
    border-color: white;
    background-color: #7EA0B7;
    color: white;
}

.cesp-cotizador input[type="button"]:hover, .cesp-firma input[type="button"]:hover
.cesp-cotizador input[type="button"]:focus, .cesp-firma input[type="button"]:focus {
    border-color: #7EA0B7;
    color: #7EA0B7;
    background: transparent;
    box-shadow: none;
}

/*Hide all except first fieldset*/
.cesp-cotizador form fieldset:not(:first-of-type), .cesp-firma form fieldset:not(:first-of-type) {
    display: none;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 15px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #27AE60;
    color: white;
}

#submitcot {
    width: 41.6667%;
}


/* Customize the label (the checkcontainer) */
.checkcontainer {
    display: initial;
    position: relative;
    padding-left: 35px;
    margin: 6px 2px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 26px;
    align-items: center;
    justify-content: center;
    min-height: 16px;
}

/* Hide the browser's default checkbox */
.checkcontainer input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    bottom: 0;
}

/* Create a custom checkbox */
.checkcontainer .checkmark {
    position: absolute;
    /*top:0px;*/
    left: 4px;
    height: 25px;
    width: 25px;
    background-color: #bbb !important;
    /*border-radius: 5px;*/
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input[type="checkbox"] ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input[type="checkbox"]:checked ~ .checkmark {
    background-color: #7EA0B7 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Radio Button */

/* Customize the label (the container) */

.radiocontainer {
    display: block !important;
    position: relative;
    padding-left: 35px;
    margin: 5px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    line-height:25px;
}

/* Hide the browser's default radio button */
.radiocontainer input[type="radio"] {
    position: absolute;
    opacity: 0;
    bottom: 0;
}

/* Create a custom radio button */
.radiocontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input[type="radio"] ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input[type="radio"]:checked ~ .checkmark {
    background-color: #7EA0B7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 8.4px;
    left: 8.6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #7EA0B7;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.2s linear infinite; /* Safari */
    animation: spin 1.2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
}

#consulta-form {
    position: relative;
    min-height: 300px;
    height: 100%;
}

.screen {
    background: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

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

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{height: 28px!important;}

.ea-bootstrap .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display: block!important;}

#cotizador-form .major-progress {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

#cotizador-form .major-progress li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
    height: 86px;
    text-align: center;
    width: 21%;
}

#cotizador-form .major-progress li:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 83%;
    height: 4px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #F1F9FF;
    position: absolute;
    top: 8px;
    right: -62px;
    z-index: 2;
}

#cotizador-form .major-progress > li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #7EA0B7;
    position: absolute;
    left: 66px;
    top: 6px;
}

#cotizador-form .major-progress > li.current:before{
    box-shadow: 0 0 0 25px rgba(0, 160, 223, 0.2);
}

#cotizador-form .major-progress li.inactivo:before{
    background-color: #012169;
}
#cotizador-form .major-progress li a {
    font-weight: 500;
    line-height: 0;
    font-size: 1em;
    font-style: normal;
    text-decoration: initial;
    position: relative;
    left: -55px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    top: 43px;
    cursor: auto;
}

/*********************************/
.cabecera-cotizacion {
    text-align: center;
    height: 141px;
    background: url('../images/cabezera_interoceanica.png') no-repeat 94% / 0 0;
    margin-top: 10px;
    background-size: 100%;
}

.printable {
    display: none;
}

.cabecera-cotizacion span {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 3px;
    position: absolute;
    top: 60px;
    right: 91px;
}

.fecha-cotizacion {
    margin-bottom: 3px;
}

.firma-cotizacion {
    font-size: 15px;
    font-weight: bold;
    color: #7EA0B7;
}

/***************************************/
.tdetalle .header {
    background-color: #65B3F1;
    font-weight: bold;
    text-align: center;
    color: #818181;
}

.tdetalle td.det {
    border: 1px solid #ddd;
}

.tdetalle td.valor {
    border: 1px solid #ddd;
    text-align: right;
    width: 70px;
}

.tdetalle td.sumary {
    font-weight: bold;
    border: 1px solid #ddd;
}

.tdetalle td.total,
.tdetalle td.subtotal {
    text-align: right;
}

/************* chat ************************************************************/

.chat-window {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.chat-window .sender .texto-sender {
    width: 68%;
    display: inline-block;
    margin: 0px;
}

.chat-window .sender .boton-sender {
    width: 30%;
    display: inline-block;
    margin: 0px;
}

.chat-window .chat-historial {
    height: 400px;
    overflow-y: auto;
}

.chat-window .chat-historial .system {
    color: rgb(20, 20, 20);
    text-align: center;
    background-color: rgba(20, 20, 20, 0.1);
}

.chat-window .chat-historial .usuario {
    color: white;
    text-align: right;
    background-color: #0B93F6;
    margin-left: 50px;
}

.chat-window .chat-historial .asesor {
    color: black;
    background-color: #E5E5EA;
    margin-right: 50px;
}

.chat-window .chat-historial .chat-mensaje .nombre {
    font-weight: bold;
    padding-left: 6px;
    padding-right: 3px;
}

.chat-window .chat-historial .chat-mensaje .mensaje {
    padding-left: 3px;
    padding-right: 3px;
    word-break: break-all;
}

.chat-mensaje {
    border-radius: 25px;
    box-shadow: 1px 1px 4px 0px #ddd;
    padding: 8px;
    margin: 8px 2px;
}

/***************************************/
/***** css para el boton de chat *******/

.botonchat {
    display: inline-block;
    background-color: #43474d;
    color: white;
    position: fixed;
    bottom: -5px;
    right: 10%;
    box-shadow: 0px 3px 5px 1px #cdcdcd;
    -webkit-box-shadow: 0px 3px 5px 1px #cdcdcd;
    -moz-box-shadow: 0px 3px 5px 1px #cdcdcd;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.botonchat:hover {
    box-shadow: none;
    transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    -o-transform: translate(0px, -4px);
}

.botonchat > h2 {
    margin: 10px 15px 15px 15px;
    font-size: 19px;
    color: white;
}

.botoncita {
    display: inline-block;
    background-color: #7EA0B7;
    color: white;
    position: relative;
    top: 10px;
    left: 1px;
    box-shadow: 0px 3px 5px 1px #cdcdcd;
    -webkit-box-shadow: 0px 3px 5px 1px #cdcdcd;
    -moz-box-shadow: 0px 3px 5px 1px #cdcdcd;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.botoncita:hover, .botoncita:focus{
    text-decoration: none;
    box-shadow: none;
    transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    -o-transform: translate(0px, -4px);
}

.botoncita > h2 {
    margin: 10px;
    font-size: 140%;
    color: white;
}

/* select */
.select-chat {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.12);
    height: 40px;
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857;
    vertical-align: middle;
    background-color: #818181;
    background-image: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.alert-error {
    color: rgba(177, 0, 0, 1);
    border-color: rgba(177, 0, 0, 0.5);
    background: rgba(177, 0, 0, 0.1);
}

#agenda-form{
    margin: 80px;
}

#cotizador-form table:not('.a4wrapper table'), #agenda-form table {
    overflow-x: auto;
    width: 100% !important;
    word-break: break-word;
}

#agenda-form table {
    width: auto; !important;
}

#agenda-form tbody {
    width: 100% !important;
    display: table;
}

.addrow, .removerow, .dependienteadd, .dependienteremove, .filaremove, a[class*="filaadd"]{
    cursor: pointer;
    position: relative;
    top: 2px;
}
.removerow span, .dependienteremove span, .filaremove span, a[class*="activosadd"] span {font-size: 20px !important;}
.addrow span, .dependienteadd span, a[class*="filaadd"] span {font-size: 22px !important;}
.addrow span, .dependienteadd span, a[class*="filaadd"] span {margin: 0;}

#cotizador-form table td, #cotizador-form table th, .resumen table td, .resumen table th {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 10px;
    word-break: initial;
}

#cotizador-form .table tr td:first-child, .resumen .table tr td:first-child{
    text-align: left;
}

#cotizador-form table tr td:nth-child(2), .resumen table tr td:nth-child(2){
    text-align: center;
}

#cotizador-form tr:nth-child(even), .resumen tr:nth-child(even){
    background-color: #f2f2f2
}

li.next {
    float: right;
}

.badges {
    padding-left: 30px;
    float: left;
}

.badges img {
    width: 40px;
    margin: 5px;
}

.div-detalle-condiciones-particulares {
    display: inline-block;
    float: left;
    margin: 20px;
    width: 40%;
}

/* Star Rating Start */

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    text-align: center;
}

.rating > strong {
    width: 100%;
    display: inline-block;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
}

.rating > label:before {
    position: relative;
    font: 24px/1 dashicons;
    display: block;
    content: "\f155";
    color: #ccc;
    background: #d9d9d9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #7EA0B7;
    background: #0074A2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star-rating .star-full:before {
    content: "\f155";
}

.star-rating .star-half:before {
    content: "\f459";
}

.star-rating .star-empty:before {
    content: "\f154";
}

.star-rating .star {
    color: #0074A2;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}

/* Star Rating End */

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #012169;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border:0 !important;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

* {
    box-sizing: border-box;
}
/* Style the buttons that are used to open and close the accordion panel */
#ampliacion .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#ampliacion .accordion.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
#ampliacion .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border:0 !important;
}

#ampliacion .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

#ampliacion .accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Chrome, Safari, Edge, Opera */
/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}

.ui-datepicker, .ui-datepicker a, .hasDatepicker, #beneficiarios {
    font-size: 1em;
}

.well form input{margin-bottom: 0px;}
.form-control, form input {
    display: block;
    font-size: 16px;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media all and (max-width: 767px) {
    #tipo_directorio, #ubicacion, .archive-contacto {
        width: 100%;
    }

    .major-progress li.inactivo, .major-progress > li:before, .major-progress > li:after, .major-progress li.activo:not(:last-child):after, #cotizador-form .major-progress li:not(.current) {
        display: none !important;
    }
    #cotizador-form .major-progress li a{font-size: 1.5rem;line-height: 1;}

    #cotizador-form table td{padding:5px;}

    /*.major-progress li{display: table-cell !important; padding:0 !important;left: 0 !important; top:0 !important;}*/
    .major-progress li {display: flex !important;width: 100% !important;justify-content: center;align-items: center;}
    #cotizador-form .major-progress li a{top:0 !important;}
    .major-progress li a{padding: 0!important;left: 0!important;font-size: 1rem !important;}

    #cotizador-form .major-progress li:after {
        display: inline-block !important;
        width: 100% !important;
        background-color: #428bca !important;
        top: 96% !important;
        right: 0 !important;
    }

    .archive-contacto {
        margin: 5px;
    }

    .content-wrapper .archive-contacto:nth-child(odd) {
        margin-left: 0px
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    h2 {
        font-size: 26px;
    }

    div#cotizador-form div.row:nth-child(2) {
        width: 100%;
    }
}
@media all and (min-width: 1023px) {
    .offset-1 {
        margin-left: 8.33333%
    }
    .offset-2 {
        margin-left: 16.66667%
    }
    .offset-3 {
        margin-left: 25%
    }
    .offset-4 {
        margin-left: 33.33333%
    }
    .offset-5 {
        margin-left: 41.66667%
    }
    .offset-6 {
        margin-left: 50%
    }
    .offset-7 {
        margin-left: 58.33333%
    }
    .offset-8 {
        margin-left: 66.66667%
    }
    .offset-9 {
        margin-left: 75%
    }
    .offset-10 {
        margin-left: 83.33333%
    }
    .offset-11 {
        margin-left: 91.66667%
    }
}
@media all and (max-width: 768px) {
    .offset-1 {
        margin-left: 0 !important;
    }
    .offset-2 {
        margin-left: 0 !important;
    }
    .offset-3 {
        margin-left: 0 !important;
    }
    .offset-4 {
        margin-left: 0 !important;
    }
    .offset-5 {
        margin-left: 0 !important;
    }
    .offset-6 {
        margin-left: 0 !important;
    }
    .offset-7 {
        margin-left: 0 !important;
    }
    .offset-8 {
        margin-left: 0 !important;
    }
    .offset-9 {
        margin-left: 0 !important;
    }
    .offset-10 {
        margin-left: 0 !important;
    }
    .offset-11 {
        margin-left: 0 !important;
    }
}

.table.cxc tr td{
    color: #707070;
    /*background: white;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}

.table.cxc tr:nth-child(odd){
    background: #00AED729;
}

.table.cxc tr th{
    color: #0D2678;
    /*background: white;*/
    font-weight: 600;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}
