/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Rafael Rodriguez
 Author URI:     https://registrodeimpagadosjudiciales.es
 Template:       Divi
 Version:        1.0.0
*/
 




.print-logo{
	display: none !important;
}

.btn-print::before {
    font-family: 'ETmodules';
    font-size: 16px;
    font-weight: 400;
	content: "\e0fa";
}


@media print {
	header, footer, nav, aside, iframe {
	  display: none;
	}
	
	.btn-print{
		display: none;
	}
	
	.print-logo{
		display: inline-block !important;
	}
}

/*******************************************************************************************************
GENERAL
*******************************************************************************************************/
h1, h2, h3, h4, h5, h6, p, ul{
    width: 100%;
}


/*******************************************************************************************************
FONDOS
*******************************************************************************************************/

.bg-transparent{
    background-color: transparent !important;
}

.bg-gris{
    background-color: #edf4fd !important;
}

.bg-blanco{
    background-color: #ffffff !important;
}

.bg-blue {
    background-color: #004787;
}

.bg-blue-texture{
    background-color: #072146;
    background: url(/wp-content/uploads/2022/09/textura1.webp) center center no-repeat;
    background-size: cover; 
}

.bg-blue-texture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #072146;
    opacity: 0.7;
    z-index: 1;
}

/*******************************************************************************************************
SEPARADORES
*******************************************************************************************************/

.section-title:after,
.text-separator:after,
.text-separator-center:after,
.text-separator-white:after{
    content: '';
    width: 40px;
    display: block;
    border-top: 1px solid;
    margin: 1rem auto 0;
}

.text-separator:after{
    margin-left: 0;
}

.text-separator-center:after{
    margin: 1rem auto 0;
}

.text-separator-white{
    color: #ffffff;
}

/*OTROS*/

.float-none{
    float: none !important;
}

/*******************************************************************************************************
TEXTOS
*******************************************************************************************************/

.text-white{
    color: #ffffff !important;
}

.text-blue{
    color: #004787 !important;
}

.text-blue-light{
    color: #487BA9 !important;
}

.text-yellow{
    color: #EFC650 !important;

}

.text-aqua{
    color: #008080 !important;
}

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

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-justify{
    text-align: justify;
}

/*******************************************************************************************************
BOTONES
*******************************************************************************************************/
.btn{
    display: inline-block;
    border: 2px solid;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-out;
    will-change: color, border-color, background-color, width;
    cursor: pointer;    
	font-variant: none !important;
    text-transform: none !important;
	padding-top: 10px!important;
    padding-right: 20px!important;
    padding-bottom: 10px!important;
    padding-left: 20px!important;
	border-radius: 50px;
}

.btn:hover{
    text-decoration: none;
    background-color: #1464a5 !important;
    color: #ffffff;
}

.btn-small {
    padding: 0 3px !important;
    font-size: 10px !important;
}

.btn-transparent{
    color: #1464a5;
    background: none;
}

.btn-transparent:hover{
    border-color: #1464a5;
}

.btn-sin-borde{
    border: none !important;
}

.btn-sin-borde:after{
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.btn-red{
    color: #ffffff;
    background-color: #00a5a5;
    border-color: #00a5a5;
}

.btn-red:hover{
    background-color: #028484 !important;
    border-color: #028484 !important; 
}

.btn-aqua{
    color: #ffffff;
    background-color: #00a5a5;
    border-color: #00a5a5;
}

.btn-aqua:hover{
    background-color: #028484 !important;
    border-color: #028484 !important;    
}  

.btn-yellow{
    color: #404040;
	font-weight: bold !important;
    background-color: #EFC650;
    border-color: #EFC650;
}

.btn-yellow:hover{
    background-color: #ddb33b !important;
    border-color: #ddb33b !important; 
	color: #404040;
}  


.btn-video:before{
    font-family: 'ETmodules' !important;
    font-size: 16px;
    position: absolute !important;
    left: 0;
    top: 0;
    font-weight: lighter;
    content: "\49";
    font-size: 65px !important;    
}

.btn-video-module{
    margin: 3em 0;
    text-align: center;
}

.btn-link{
	color: #0070ba;
	font-weight: 700;
}

.btn-link-arrow:after{
    font-family: 'ETmodules';
    content: '\24';
    background: #deebf5;
    border-radius: 50px;
    font-size: 35px;
    padding: 1px;
    color: #2196f3;
    line-height: 25px;
    bottom: -10px;
    position: relative;
    font-weight: 500;
}

.inline-buttons .et_pb_button_module_wrapper {
	display: inline-block;
}

.inline-buttons-center {
	text-align: center;
}

.inline-buttons-left {
	text-align: left;
}

.inline-buttons-right {
	text-align: right;
}

.inline-buttons-center .et_pb_button_module_wrapper {
	margin-right: 10px
}

.inline-buttons-left .et_pb_button_module_wrapper {
	margin-right: 10px	
}

.inline-buttons-right .et_pb_button_module_wrapper {
	margin-left: 10px	
}


/*Padding botones plantilla*/

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt.disabled, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt.disabled, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .woocommerce input.button, .woocommerce input.button:hover {
    padding: 0.3em 1em !important;
    padding: .9375rem 1rem .875rem !important;
}

/*******************************************************************************************************
MARGENES Y PADDING
*******************************************************************************************************/
.mt-0{
    margin-top: 0 !important;
}

.mt-1{
    margin-top: 1em !important;
}

.mt-2{
    margin-top: 2em !important;
}

.mt-3{
    margin-top: 3em !important;
}

.mt-4{
    margin-top: 4em !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-1{
    margin-bottom: 1em !important;
}

.mb-2{
    margin-bottom: 2em !important;
}

.mb-3{
    margin-bottom: 3em !important;
}

.mb-4{
    margin-bottom: 4em !important;
}

.pt-0{
    padding-top: 0 !important;
}

.pt-1{
    padding-top: 1em !important;
}

.pt-2{
    padding-top: 2em !important;
}

.pt-3{
    padding-top: 3em !important;
}

.pt-4{
    padding-top: 4em !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pb-1{
    padding-bottom: 1em !important;
}

.pb-2{
    padding-bottom: 2em !important;
}

.pb-3{
    padding-bottom: 3em !important;
}

.pb-4{
    padding-bottom: 4em !important;
}


/*******************************************************************************************************
MENU
*******************************************************************************************************/


.mobile_menu_bar.mobile_menu_bar_toggle:before {
    /*color: #ffffff !important;*/
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color: #ffffff30 !important;
    opacity: 1 !important;
}

#logo {
    max-height: 100%;
}


/*Menu secundario*/

#top-header .container {
    padding: 0.5em 0;
    font-weight: 600;
}

#et-secondary-menu {
    float: right;
}

#top-header, #et-secondary-nav {
    -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

#et-secondary-nav li {
    position: relative;
    text-align: right;
}

#et-secondary-nav li {
    margin-right: 15px;
}

#et-secondary-nav, #et-secondary-nav li {
    display: inline-block;
}

#et-info, #et-secondary-menu > ul > li a {
    padding: 0 0 10px 20px;
    font-weight: 400;
    font-size: 13px;   
	/*color: #ffffff;*/
}

#et-info, #et-secondary-menu > ul > li a::before {
    font-family: 'ETmodules';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
}

#mobile_menu > li a::before {
    display: none !important;
}

.menu-item-72 a::before{
    content: "\e0ed";
}

.menu-item-73 a::before{
    content: "\e0ed";
}

.menu-item-74 a::before{
    content: "\74";
}

.menu-item-75 a::before{
    content: "\77";
}

.menu-item-76 a::before{
    content: "\e010";
}

/*.menu-item-76 a{
    color: #efc650 !important;
}*/


   

/*Menu principal*/

/*
.sub-menu{
    border: none !important;
    border-radius: 0.25rem;
    width: 350px !important;
    background: #00639d !important;
}
*/

#main-header .nav li ul {
    border-top: none !important;
}

#main-header .nav li ul a {
    color: #008080 !important;
    line-height: 1.25;
    /*width: 310px;*/
    border-left: 3px solid #ffffff;
}

#main-header .nav li ul a:hover {
    border-radius: 3px;
    /*box-shadow: 0 1px 20px rgba(0,0,0,.25);
    transition: box-shadow .3s,transform .5s;
    background: #ffffff30 !important;
    border-color: #00639d !important;*/
    border-left: 3px solid;
}

#top-menu li a {
    border-bottom: 5px solid #ffffff;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    color: #404040 !important;
    line-height: 1.25;
    border-left: none !important;
	font-size: 1.5em;
}

#top-menu li.mega-menu>ul {
    position: absolute !important;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 40px 0 rgb(165 179 199 / 56%);
    box-shadow: 0 8px 40px 0 rgb(165 179 199 / 56%);
    padding: 1.875rem 1.625rem;
    width: 38.75rem;
    visibility: hidden;
    opacity: 0;
    /*-webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;*/
    display: block !important;
    -moz-column-count: 3;
    right: 0 !important;
	left: auto !important;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1 !important;
    color: #246198;
    border-bottom: 5px solid;
    /*padding-bottom: 20px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.1s ease-in-out;*/
}

#main-header .nav li ul a small {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

#mobile_menu li a small {
    /*color: #012060;*/
    font-size: 13px;
    font-weight: 400;
}


@media only screen and (min-width: 981px){
    .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 25px;}
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
        padding: 33px 0 0 0;        
    }

    .et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a {
        color: #1464a5 !important;
    }       

    /*.mega-menu .sub-menu:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 3.5em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #ffffff;
    filter: drop-shadow(0 -.0625rem .0625rem rgba(0,0,0,.1));
    }

    .mega-menu ul .sub-menu:before{
    content: none !important;
    }*/	
	
}

@media only screen and (max-width: 981px){
    .sub-menu{
        width: 100% !important;
    }
}

/*Menu collapse*/
 
.et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\3b';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\3a';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}

/*Menu mobile*/

.et_mobile_menu {
    /*background: #fff !important;*/
    border-top: none;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

/*#mobile_menu {
    background: white !important;
}*/

#mobile_menu li a {
    /*color: #072146;*/
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

#mobile_menu .second-level a {
    border-bottom: none !important;
}

/*Boton mi cuenta*/

.btn-menu {
    line-height: 0px;
    height: 35px;
    width: 120px;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
}

.btn-menu a {
    color: #ffffff !important;
    border-bottom: none !important; 
}

.btn-menu a:hover {
    color: #ffffff !important;

}

#mobile_menu .btn-menu {
    margin: 1em 0 !important;
    width: 100%;
    height: 40px;
}

#mobile_menu .btn-menu a:hover {
    background-color: transparent !important;
}

/*******************************************************************************************************
SECCION HEADER LANDING
*******************************************************************************************************/

.login-bttn-ACA {
    margin-top: 50px;
    padding: 1rem;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 10px 44px 0 #e3e6ea;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.login-btn-hero {
    margin-top: 50px;
    padding: 1rem;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.head-title, .head-title h1 {
    /*color: #efc650 !important;*/
	color: #ffffff !important;
	font-size: 1.75em;
	padding-bottom:0;
	
}

.head-text{
    color: #ffffff !important;
}

.head-breadcrumbs {
    color: #ffffffb3 !important;
}

.head-breadcrumbs a {
    color: #01e0e0 !important;
}

/*******************************************************************************************************
ACORDEON FAQS
*******************************************************************************************************/

.acordeon-faqs div {
    margin-bottom: 0 !important;
}

.et_pb_toggle {
    border: none !important;
    border-bottom: 1px solid #edf4fd !important;
}

.et_pb_toggle_close, .et_pb_toggle_open{
    padding: 0px !important;
}



.et_pb_toggle_title {
    font-weight: 600;
    font-size: 18px;
    color: #1464a5!important;
    padding: 20px !important;
    max-width: 95%;
}

.et_pb_toggle_title:before {
    color: #1464a5 !important;
    right: -3% !important;    
}

.et_pb_toggle_content {
    line-height: 18px;
    padding: 0;
    margin: 20px; 
}

.et_pb_toggle_content p:last-of-type {
    padding-bottom: 10px;
}

.et_pb_toggle_content ul {
    padding: 0 0 1em 2em;
    line-height: 18px;
}

.et_pb_toggle_content ul li {
    padding-bottom: 10px;
}

.bg-blanco .et_pb_toggle {
    border-color: #ffffff !important;
}

.bg-blanco .et_pb_toggle_open,
.bg-blanco .et_pb_toggle_close {
    background-color: #edf4fd !important;
}

/*******************************************************************************************************
COMPONENTE TESTOMINOS
*******************************************************************************************************/


.et_pb_testimonial:before {
    content: "" !important;
}

.et_pb_testimonial_description:before {
    content: "\7b";
    /* left: 50%; */
    position: absolute;
    top: -48px;
    /* margin-left: -16px; */
    /* z-index: 2; */
    font-family: 'ETmodules' !important;
    /* color: #959595; */
    -webkit-transform: rotate(-171deg);
    font-size: 4em;
	font-weight: 900;
}

.et_pb_testimonial_description {
    padding-top: 30px;
}

.et_pb_testimonial_author {
    margin-top: 20px;
    color: #012060;
}

.et_pb_testimonial .et_pb_testimonial_content p {
    font-size: 0.9em;
    line-height: 1.4em;
    letter-spacing: 0.6px;
    font-style: italic;
    padding-bottom: 0;
    padding-top: 0;
}



/*******************************************************************************************************
CARDS
*******************************************************************************************************/

.tarjeta-anuncio .et_pb_main_blurb_image {
 margin-bottom: 0 !important;
}

.tarjeta-anuncio .btn-tarjeta-anuncio{
    font-size: 1.1rem !important;
    margin-top: 20px;
}
.tarjeta-anuncio .et_pb_button {
 position: absolute;
 top: -95px;
 left: 0;
 width: 100%;
 height: 100%;
 zoom: 1;
 filter: alpha(opacity=0);
 opacity: 0;
}
.tarjeta-anuncio .et_pb_blurb {
 margin-bottom: 0 !important;
}
.tarjeta-anuncio .et_pb_column {
 position: relative;
}
.tarjeta-anuncio .et_pb_blurb_container {
 background: #fff;
 padding: 25px 25px 25px 25px;
 border-radius: 4px;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
 -webkit-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -ms-transition: all 0.1s linear;
 -kthtml-transition: all 0.1s linear;
 transition: all 0.1s linear;
 margin-top: -50px;
}


.tarjeta-anuncio .et_pb_blurb_container {
 background: #fff;
 padding: 75px 25px 25px 25px;
 border-radius: 4px;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
 -webkit-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -ms-transition: all 0.1s linear;
 -kthtml-transition: all 0.1s linear;
 transition: all 0.1s linear;
 margin-top: -50px;
}


.tarjeta-anuncio .et_pb_column:hover .et_pb_blurb_container {
 -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
 -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
 box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
 -webkit-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -ms-transition: all 0.1s linear;
 -kthtml-transition: all 0.1s linear;
 transition: all 0.1s linear;
}
.tarjeta-anuncio .et-pb-icon {
 padding: 0.75em;
 font-size: 35px;
 position: relative;
 z-index: 1;
 color: #ffffff !important;
 background-color: #00639d !important;
 -webkit-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -ms-transition: all 0.1s linear;
 -kthtml-transition: all 0.1s linear;
}
.tarjeta-anuncio .et-pb-icon:after {
 pointer-events: none;
 position: absolute;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 content: '';
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}
.tarjeta-anuncio .et-pb-icon:before {
 content: '';
 display: block;
}
.tarjeta-anuncio .et-pb-icon {
 -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
 -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
 transition: transform ease-out 0.1s, background 0.2s;
}
.tarjeta-anuncio .et-pb-icon:after {
 top: 0;
 left: 0;
 padding: 0;
 z-index: -1;
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
 opacity: 0;
 -webkit-transform: scale(0.9);
 -moz-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
.tarjeta-anuncio .et_pb_column:hover .et-pb-icon {
 color: #fff !important;
 -webkit-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -ms-transition: all 0.1s linear;
 -kthtml-transition: all 0.1s linear;
}
.tarjeta-anuncio .et_pb_column:hover .et-pb-icon:after {
 -webkit-animation: sonarEffect 0.5s ease-out 50ms;
 -moz-animation: sonarEffect 0.5s ease-out 75ms;
 animation: sonarEffect 0.5s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
 0% {
 opacity: 0.3;
 }
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px #00639d, 0 0 10px 10px #00639d, 0 0 0 10px #00639d;
 }
 100% {
 box-shadow: 0 0 0 2px #00639d, 0 0 10px 10px #00639d, 0 0 0 10px #00639d;
 -webkit-transform: scale(1.5);
 opacity: 0;
 }
}
@-moz-keyframes sonarEffect {
 0% {
 opacity: 0.3;
 }
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px #00639d, 0 0 10px 10px #00639d, 0 0 0 10px #00639d;
 }
 100% {
 box-shadow: 0 0 0 2px #00639d, 0 0 10px 10px #00639d, 0 0 0 10px #00639d;
 -moz-transform: scale(1.5);
 opacity: 0;
 }
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3;
 }
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px #00639d, 0 0 10px 10px #00639d, 0 0 0 10px #00639d;
 }
 100% {
 box-shadow: 0 0 0 2px #00639d, 0 0 10px 10px #00639d, 0 0 0 10px #00639d;
 transform: scale(1.5);
 opacity: 0;
 }
}


@media(max-width:767px) {    
    .tarjeta-anuncio .et_pb_blurb {
        margin-bottom: 30px !important;
    }
}


.tarjeta-anuncio-no-icon .et_pb_blurb_container {
    padding: 35px 25px 25px 25px !important;
}

.tarjeta-anuncio-gris .et_pb_blurb_container {
    background: #edf4fd !important;
}


.small-icon-burble img {
    max-width: 80px;
}


/*******************************************************************************************************
FOOTER
*******************************************************************************************************/

.footer-rij{
    width: 100%;
    background: #072146;;
    color: #ffffff;
    padding: 50px 0;
}
.footer-rij-container{
    width: 80%;
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;
    max-width: 1200px; 
}

.footer-rij-list{
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-rij-list-box{
    width: 100%;
    padding: 10px;
}

.footer-rij-copyright p {
    margin: 10px 0 0 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
}

.footer-rij-logo {
    max-width: 200px;
    object-fit: contain;
}

.footer-rij-list-url{
    text-align: left;
}

.footer-rij-list-url h3 {
    margin: 0 0 1em;
    color: #ffffff;
}

.footer-rij-list-url a{
    display: block;
    color: white;
    text-decoration: none;
    line-height: 25px;
}

.footer-rij-list-url a:hover{
    text-decoration: underline;
}

.footer-rij-logo-colaboration{
    max-width: 150px;
    object-fit: contain;
    height: 50px;
    width: 100%;
}

.footer-rij-list-box img{
    margin: 0 auto;
}

.list-colaboration{
    margin-top: 50px;
    width: 100%;
}

.list-colaboration-title{
    display: block;
    width: 100%;
    color: #ffffff !important;
}


@media screen and (max-width: 768px) {
    .footer-rij{
        text-align: center;
    }
    .footer-rij-list{
        flex-flow: wrap;
    }
    .footer-rij-list-box{
        margin: 10px 0;
        width: 100%;
        max-width: none;
    }
    .footer-rij-list-url{
        text-align: center;
    }
}

/*******************************************************************************************************
ERROR 404
*******************************************************************************************************/

.section-error-404 {
    background-position: top center;
    background-image: url(/wp-content/uploads/2020/10/textura1.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;    
    color: white;
    text-align: center;
    padding: 15%;
}   


.section-error-404 h1{
    color: #efc650;
}


/*******************************************************************************************************
PASOS - STEPS
*******************************************************************************************************/

.pasos h5 {
    padding-left: 60px !important;
    padding-right: 30px !important;
}

.et_pb_toggle_title::before{
    content: "\33" !important;
    font-size: 35px !important;     
}

.et_pb_toggle_open .et_pb_toggle_title::before{
    content: "\32" !important;
    font-size: 35px !important;     
}

.pasos h5:after {
    position: absolute;
    left: 20px;
    font-size: 18px;
    color: #f4f4f4;
    top: 50%;
    margin-top: -11px;
    background-color: #1464a5;
    border-radius: 5px;
    padding: 8px;
    /*width: 10px;
    height: 10px;*/
    line-height: 10px;
    }

.paso1 h5:after{
    content: "1";
}

.paso2 h5:after{
    content: "2";
}

.paso3 h5:after{
    content: "3";
}

.paso4 h5:after{
    content: "4";
}

.paso5 h5:after{
    content: "5";
}

.paso6 h5:after{
    content: "6";
}

.paso7 h5:after{
    content: "7";
}

.paso8 h5:after{
    content: "8";
}

.paso9 h5:after{
    content: "9";
}

.paso10 h5:after{
    content: "10";
}

/*******************************************************************************************************
VENTAJAS
*******************************************************************************************************/


.ventajas {
    padding: 0 !important;
    background-color: transparent !important;
    color: #404040 !important;
}

.ventajas h3 {
    padding-left: 30px;
    border-bottom: 1px solid #ababab;
    text-align: left;
    margin-bottom: 1em;
    color: #668EA7 !important;
}

.ventajas h3:after {
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 5px;
    content: "\52";
    font-family: etmodules;
}


/*******************************************************************************************************
VERTICAL TABS
*******************************************************************************************************/

.vertical-tabs1 {
    border: none;
}

.vertical-tabs1 ul.et_pb_tabs_controls {
    float: left;
    width: 30%;
    margin-right: 3%;
    background: transparent;
}

.vertical-tabs1 ul.et_pb_tabs_controls:after {
    content: none;
}

.vertical-tabs1 .et_pb_tabs_controls li {
    width: 100%;
    height: 50px !important;
    border-right: none !important;
    border-left: 5px solid transparent;
    background: #edf4fd;
}

.vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active {
    border-left: 5px solid #1464a5 !important;
    background: #ffffff;
}

.vertical-tabs1 .et_pb_tabs_controls li a {
    padding: 0px 0 0 20px;
    line-height: 50px;
}

.vertical-tabs1 .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #1464a5 !important;
}

.vertical-tabs1 .et_pb_tab {
    padding: 0;
}

.vertical-tabs1 .et_pb_tab_content {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:767px) {    
    .vertical-tabs1 ul.et_pb_tabs_controls {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    
    .vertical-tabs1 .et_pb_tabs_controls li {
        border-bottom: none;
    }
    
    .vertical-tabs1 .et_pb_tab {
        padding: 0;
    }
  
    .vertical-tabs1 .et_pb_tab_content {
        display: block;
    }    
}

/*******************************************************************************************************
SOBRE NOSOTROS
*******************************************************************************************************/

.sobre-nosotros h2 {
    font-weight: 600;
    padding-bottom: 1em;
}

.sobre-nosotros h3 {
    font-weight: 600;
    color: #0062aa;
    padding-bottom: 0.75em;
}

.sobre-nosotros p{
    padding-bottom: 1em !important;
}

.sobre-nosotros table thead {
    background: #edf4fd;
    font-weight: 600;
}


@media(max-width:767px) {    
    ul.et_pb_tabs_controls {
        display:none !important;
    }
}


@media(min-width:768px) {
    .select-quienes-somos {
        display: none !important;
    }
}

.select-quienes-somos {
    margin-bottom: 10px;
    width: 100%;
    border-width: thin;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    /*height: 50px;
    line-height: 50px;*/
    border: 2px solid #2E9ECE;
    border-radius: 5px;
    vertical-align: top;
    background-image: none;
    background-color: white;
    cursor: pointer;
    transition: .5s;
}


.et_pb_tabs {
    border: none !important;
}

/*******************************************************************************************************
BLOG
*******************************************************************************************************/


/*Contenido*/

.post .entry-content h2 {
    font-size: 27px;
    color: #17c !important;
    border-left: 2px solid #17c;
    padding-left: 10px;
    margin: 2em 0 1em;
}

.post .entry-content h3, .post .entry-content h3 span {
    font-size: 24px;
    color: #17c;
    margin: 1.8em 0 1em;
}

.post .entry-content a {
    color: #00a5a5;
    font-weight: bolder;
    text-decoration: underline;
}

.post .entry-content ul {
    list-style: outside;
}

.post .entry-content ol {
    list-style: decimal;
}

.kk-star-ratings .kksr-legend .kksr-count {
    background-color: #fff;
    border-radius: 0 10rem 10rem 0;
    margin-right: 2px;
    padding: 4px 6px;
    color: black
}

.kk-star-ratings .kksr-legend {
    color: #fff;
    border-radius: 10rem;
    margin-right: 8px;
    font-family: monospace;
    align-items: center;
    display: flex;
    background: black;
}

.kk-star-ratings .kksr-legend .kksr-score {
    font-weight: 700;
    padding: 4px 8px;
}

.kksr-muted, .kksr-legend strong:nth-child(3) {
    display: none;
}

strong.kksr-count:before {
    content: "0";
} */


.td-comments-title span {
    margin-bottom: 0px;
}

.comment-list footer a {
    display: inline;
}

.comment-list footer {
    border-top: 0px;
    padding-top: 0px;
}

.comment-list footer {
    border-top: 0px;
    padding-top: 0px;
    overflow: visible;
}



.simplePullQuote {
    box-shadow: none !important;
    border: 1px solid #c2dbfb;
    border-top: 1px solid #c2dbfb!important;
    border-bottom: 1px solid #c2dbfb!important;
    background: #edf4fd!important;
    border-left: 5px solid #2769ce !important;
    font-style: italic;
    padding: 5px 20px !important;
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px 0!important;
    text-indent: 10px;
}

.simplePullQuote {
    margin-bottom: 0px;
}

.simplePullQuote p {
    text-indent: 30px;
}
.simplePullQuote p::before {
    font-family: 'ETmodules';
    color: #2769ce;
    font-size: 40px;
    content: "\7b";
    display: -webkit-inline-box;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: bolder;
    position: absolute;
    left: 35px;
    }


 .simplesocialbuttons.simplesocialbuttons_inline.simplesocial-round-btm-border button {
     width: 195px;
 }

 .simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share {
    background-color: rgba(67,96,156,.25);
}

.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share {
    background-color: rgba(29,161,242,.2);
}

.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share {
    background-color: rgba(0,119,181,.2);
}

.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share {
    background-color: rgba(52,175,35,.2);
}

/* MEJORAS EN COMENTARIOS DIVI */
.comment_avatar img { border-radius: 50%; } /** avatares circulares **/
.comment {padding-bottom: 50px;}
    .comment_area .comment-reply-link {
            top: auto;
            bottom: -45px;
            padding: 4px 10px;
            font-size: 20px;}

@media (min-width: 768px) { /** El salto para el formulario de comentarios **/
 
 .children .comment.depth-2 { margin-left: 30px;} /** margen en el primer anidado pero no en el resto **/
 .comment .children { margin-left: 0px; } /** margen en el primer anidado pero no en el resto **/
 .comment .children .comment_avatar img { max-width: 60px; } /** hace que los avatares de las respuestas sean más pequeños **/
 .comment .children .comment_avatar { margin-left: 20px; } /** mantiene a los avatares de respuestas a la izquierda **/
 
}

@media (max-width: 767px) {
 .comment-reply-link { bottom: -20px !important; top: auto !important; } /**mantiene el botón fuera del texto **/
 .comment_area { padding-bottom: 40px; } /** mantiene el botón fuera del texto **/
 .comment_avatar { max-width:50px } /** avatar más pequeño en móvil **/
 .comment_postinfo, .comment-content.clearfix { margin-left: -30px; } /** el avatar pequeño se mantiene a la izquierda **/
}

/*SIDEBAR BLOG*/

.textwidget {
    background: #edf4fd !important;
}

.widgettitle {
    background: #042d58 !important;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cat-item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    margin-bottom: 0px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.3em;
}


#recent-posts-2 {
    background: #edf4fd;
}

.et_pb_widget li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    margin-bottom: 0px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.3em;
}

/*BANNERS BLOG*/

.navegador, .ad_responsive{
    margin: 1.25em 0;
}

@media only screen and (max-width: 600px){
.navegador{
    display: none !important;
}
}
@media only screen and (min-width: 600px){
    .ad_responsive{
        display: none !important;
    }
}




/*FORMULARIO CONTACTO COMERCIAL*/


/* Form */

    form {
        margin: 0 0 2em 0;
    }

        form .field {
            margin: 0 0 2em 0;
        }

            form .field label {
                margin-top: -1.5em;
            }

            form .field:first-child label {
                margin-top: 0;
            }

        form > :last-child {
            margin-bottom: 0;
        }

    label {
        color: #404040;
        display: block;
        font-size: 0.8em;
        font-weight: 700;
        margin: 0 0 0.7em 0;
        text-transform: uppercase;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select,
    textarea {
        color: #494e54;
        font-family: "Roboto", sans-serif;
        font-size: 0.9375rem;
        line-height: 1.3;
        display: block;
        width: 100%;
        border-radius: 4px;
        border: solid 2px #dcdfe0;
        background-color: #ffffff;
        /*-webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
        padding: 0 1em;
    }

        input[type="text"]:invalid,
        input[type="password"]:invalid,
        input[type="email"]:invalid,
        input[type="tel"]:invalid,
        input[type="number"]:invalid,
        select:invalid,
        textarea:invalid {
            box-shadow: none;
        }

        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        input[type="number"]:focus,
        select:focus,
        textarea:focus {
            border-color: #5b6ba6;
        }

    .select-wrapper {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .select-wrapper:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        .select-wrapper:before {
            color: #404040;
            content: '\f078';
            display: block;
            height: 2.75em;
            line-height: 2.75em;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 2.75em;
        }

        .select-wrapper select::-ms-expand {
            display: none;
        }

    select option {
        color: #404040;
        background: #f1f1f1;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select {
        height: 2.75em;
    }

    textarea {
        padding: 0.75em 1em;
    }

    
    input[type="radio"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: block;
        float: left;
        margin-right: -2em;
        opacity: 0;
        width: 1em;
        z-index: -1;
    }

        input[type="radio"] + label {
            text-decoration: none;
            color: #404040;
            cursor: pointer;
            display: inline-block;
            font-size: 1em;
            font-family: "Source Sans Pro", Helvetica, sans-serif;
            text-transform: none;
            letter-spacing: 0;
            font-weight: 300;
            padding-left: 2.4em;
            padding-right: 0.75em;
            position: relative;
        }

            input[type="radio"] + label:before {
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-transform: none !important;
            }

            input[type="radio"] + label:before {
                background: rgba(255, 255, 255, 0.025);
                border-radius: 5px;
                border: solid 2px #404040;
                content: '';
                display: inline-block;
                height: 1.65em;
                left: 0;
                line-height: 1.58125em;
                position: absolute;
                text-align: center;
                top: 0;
                width: 1.65em;
            }

        input[type="radio"]:checked + label:before {
            background: #404040;
            border-color: #404040;
            content: '\f00c';
            color: #f1f1f1;
        }

        input[type="radio"]:focus + label:before {
            border-color: #ffffff;
        }


    input[type="radio"] + label:before {
        border-radius: 100%;
    }

    ::-webkit-input-placeholder {
        color: #767676 !important;
        opacity: 1.0;
    }

    :-moz-placeholder {
        color: #767676 !important;
        opacity: 1.0;
    }

    ::-moz-placeholder {
        color: #767676 !important;
        opacity: 1.0;
    }

    :-ms-input-placeholder {
        color: #767676 !important;
        opacity: 1.0;
    }

    .polyfill-placeholder {
        color: #767676 !important;
        opacity: 1.0;
    }

    
    input[type="number"]
    {
        -webkit-appearance: textfield !important;
        margin: 0;
        -moz-appearance:textfield !important;
    }


    .wpcf7-list-item {
    margin: 0 !important;
    }

    #button-form {
        background-color: #00a5a5;
        border-color: #00a5a5;
        color: #ffffff;
        width: 100%;
        box-shadow: none;
        font-size: 20px;
        font-weight: 500;
        text-transform: none;
        padding: 10px 15px;
        line-height: 0;
        height: 50px;
        letter-spacing: 1px;
        border-radius: 3px;
        text-transform: uppercase;
    }

#wpcf7-f709-p327-o1, #wpcf7-f709-p327-o1 label {
    color: #ffffff !important;
}

#wpcf7-f709-p327-o1 a {
    color: #06d5e0 !important;
}


/* PÁGINA DE PRECIOS */


.et_pb_pricing_heading {
    background: #00639d !important;
}

.et_pb_sum {
    color: #999999 !important;
}

.et_pb_pricing_table {
    background: #edf4fd !important;
}

.et_pb_pricing_table_button {
    border-radius: 4px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: .9375rem 1rem .875rem !important;
    font-size: 1rem !important;
    text-decoration: none;
    font-family: "Nexa",sans-serif;
    transition: all 0.3s ease-out;
    will-change: color, border-color, background-color, width;
    cursor: pointer;
    color: #ffffff;
    background-color: #df0049;
    border-color: #df0049;
}

.et_pb_pricing_table_button:hover {
    background-color: #ff0049 !important;
    border-color: #ff0049 !important;
}


.login-btn-hero > .popmake-precios-en-pdf:before {
    font-family: 'ETmodules';
    font-size: 16px;
    /*position: absolute;*/
    /* left: 0; */
    /* top: 0; */
    margin-right: 10px;
    font-weight: 400;
    content: "\e092";
}

#table-precio thead tr td{
    background-color: #edf4fd;
}

#table-precio tbody tr:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(56,66,88,0.1);
    box-shadow: 0 4px 16px 0 rgba(56,66,88,0.1);
    z-index: 5;
    background: #fff;
}

.h2-precio{
    color: #1464a5;
    font-weight: 400;
    font-size: 24px;
    margin: 2em 0 1em 0;    
}

.table-precio-1{
    width: 35%;
}

.table-precio-2{
    width: 0%;
    text-align: center;
}

.table-precio-3{
    width: 30%;
    text-align: right;    
}

.table-precio-4{
    width: 35%;
    text-align: right;
}

.table-precio-link{
    color: #1464a5;
}

.table-precio-link:hover, .table-precio-btn:hover{
    text-decoration: underline;
}

.table-precio-2 > .table-precio-link:before {
    font-family: 'ETmodules';
    font-size: 16px;
    /*position: absolute;*/
    /* left: 0; */
    /* top: 0; */
    margin-right: 10px;
    font-weight: 400;
    content: "\68";
}

.table-precio-4 > .table-precio-btn:after {
    font-family: 'ETmodules';
    font-size: 16px;
    position: absolute;
    font-weight: 400;
    content: "\24";
    padding-top: 2px;
    right: 15px;
}

.table-precio-btn{
    color: #1464a5;
    margin-right: 10px;    
}


.comparativa-productos-btn btn{

}



@media(min-width:768px) {    
    .precios-responsive{
        display: none
    }
}

@media(max-width:768px) {    
    .precios-desktop{
        display: none
    }
}

.r-table-precio {
    padding: 1.125rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dcdfe0;    
    padding: .75rem 1rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(56,66,88,0.1);
    box-shadow: 0 4px 16px 0 rgba(56,66,88,0.1);
    background-color: #fff;
    margin: 1rem 0;
    border-bottom: 0;
    width: auto;
}

.r-table-precio-row{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0.5rem;
    position: relative;
}

.r-table-precio-cell {
    flex-basis: 100%;
    display: flex;
    flex-flow: row;
}

.r-table-precio-cell-1 {
    min-width: 100px;
    font-size: .8125rem;
    font-weight: bold;
    color: #404040;
}

.r-table-precio-cell-2 {
    color: #494e54;
    font-size: .8125rem;
}

.precio-cell{
    font-size: .75rem;
    color: #8a898d;
}

/*MODALES*/

.modal-iframe{
    width: 100%;
    display: block;
    max-height: 100%;
    height: 800px;
}
.modal-iframe-pdf{
    width: 100%;
    height: 100%;
    display: block;
}

/*   NEWSROOM    */

.container-white-box{
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-sizing: border-box;
    background: #fff;
    margin: 2em auto;
}   

.c-headline--primary.c-headline--little {
    text-align: center;
}

.c-news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.c-news-box__item {
    margin: .625rem;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease
}
@media only screen and (min-width: 47.9375rem) {
    .c-news-box__item {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 1;
        -ms-flex: 1 40%;
        flex: 1 40%
    }
}
@media only screen and (min-width: 64.0625rem) {
    .c-news-box__item {
        max-width: 33.3333333333%;
        -webkit-box-flex: 1;
        -ms-flex: 1 30%;
        flex: 1 30%
    }
}
.c-news-box--separator .c-news-box__item {
    margin: 0;
    border-bottom: .0625rem solid #ebebeb
}
.c-news-box--hover-bg .c-news-box__item:hover {
    background-color: #ebebeb
}
.c-news-box--small-space .c-news-box__item {
    margin: 0
}
.c-news-box--small-space .c-news-box__item .c-news-box__content {
    padding: 1.25rem
}
.c-news-box__item:hover .c-news-box__thumbnail img {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.c-news-box__content {
    max-width: 25rem;
    margin: auto;
    padding: 2.5rem 1.25rem;
    text-align: center;    
}
.c-news-box__content a {
    display: inline-block;
    border-bottom: .0625rem solid transparent;
    color: #00aff5
}
@media only screen and (min-width: 47.9375rem) {
    .c-news-box__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 2.8125rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.c-news-box__date {
    display: block;
    margin: .625rem 0 1.25rem;
    color: #807e7e;
    font-size: .875rem;
    font-weight: 100;
    letter-spacing: .125rem
}
.c-news-box__logo {
    max-width: 11.25rem;
    max-height: 2.8125rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.c-news-box__thumbnail {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    mask-image: radial-gradient(circle, #fff, #000)
}
.c-news-box__thumbnail img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.c-news-box__thumbnail--rounded {
    max-width: 16.875rem;
    margin: auto;
    border-radius: 50%
}
.c-newsroom__media__content p {
    margin: 1.5625rem
}
@media only screen and (min-width: 47.9375rem) {
    .c-newsroom__media__content p {
        margin: 2.1875rem 1.25rem
    }
}
.c-newsroom__media__content p:first-of-type {
    margin-top: 2.1875rem
}
@media only screen and (min-width: 47.9375rem) {
    .c-newsroom__media__content p:first-of-type {
        margin-top: 2.8125rem
    }
}






/*EN LOS MEDIOS*/


.prensa-landing-img .et_pb_column .et_pb_module {
    text-align: center;
}


@media(min-width:980px) {

    .et_pb_column_1_2 .et_pb_button_1_wrapper, .et_pb_column_1_2 .et_pb_button_3_wrapper, .et_pb_column_1_2 .et_pb_button_5_wrapper {
        text-align: right !important;
    }

    .et_pb_column_1_2 .et_pb_button_2_wrapper, .et_pb_column_1_2 .et_pb_button_4_wrapper, .et_pb_column_1_2 .et_pb_button_6_wrapper {
        text-align: left !important;
    }
}


/*CTA LANDING*/

.cta-landing-basica .et_pb_row {
    display: flex;
}


.cta-landing-basica .et_pb_row .et_pb_column{
    align-self: center!important;
}

.cta-landing-basica .et_pb_row .et_pb_column .et_pb_image {
    text-align: center;
    max-width: 150px;
}

.head-home-particulares{
    background: url(/wp-content/uploads/2020/10/particulares-home-intro.jpg) center center no-repeat;   
}

.head-home-pymes{
    background: url(/wp-content/uploads/2020/10/pymes-home-intro.jpg) center center no-repeat;  
}


.head-home-particulares, .head-home-pymes{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.head-home-particulares:before, .head-home-pymes:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #012060;
    opacity: 0.7;
    z-index: 1; 
}   

/*******************************************************************************************************
SECCION DATOS HOME
*******************************************************************************************************/
#section-data {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(https://assets.iciredimpagados.com/assets/img/bg/textura1.jpg) bottom center no-repeat;
    background-size: cover; 
    opacity: 0.9;   
}

#section-data:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #012060;
    opacity: 0.7;
    z-index: 5; 
}

.bg-container{
    position: relative;
    z-index: 6; 
}

.icon-data {
    width: auto;
    height: 45px;
}

.number-data {
    font-size: 3.5rem;
}

.title-data {
    font-size: 1em;
    font-weight: 600 !important;
}

.title-data:after {
    content: '';
    width: 40px;
    display: block;
    border-top: 1px solid #fff;
    margin: .625rem auto 0;
}

.text-data{
    font-size: 1em;
    font-weight: 300 !important;    
}



/*******************************************************************************************************
FOOTER
*******************************************************************************************************/

.contain-prefooter {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.footer .contain-prefooter p {
    font-size: 15px;
    max-width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .contain-prefooter-simulator, .content-pre-footer {
        flex: 0 1 100%;
    }
    .contain-prefooter {
        justify-content: space-around;
    }
}

.contain-prefooter-simulator {
    padding: 20px;
    height: 250px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    border-radius: 3px;
    text-align: center;
}

.contain-prefooter-simulator h3 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 0px;
}

.contain-prefooter-simulator strong {
    display: block;
    margin-top: 3px;
    font-size: 1.8em;
    font-weight: 600;
    color: black;
}

.contain-prefooter-simulator .fa-hand-o-right {
    font-size: 5em;
    color: green;
    color: #86C82D;
    position: relative;
}

.contain-prefooter-simulator .fa-hand-o-right:after {
    position: absolute;
    content: "¡Nuevo!";
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    height: 20px;
    margin: 0;
    padding: 0
}

.icon-footer {
    position: absolute;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 100px;
    top: -30px;
    left: calc(50% - 30px);
    color: #00639d;
    border: 1px solid #cccccc;
    font-size: 2.5em;
    line-height: 2.5em !important;
}

.icon-footer-small {
    font-size: 1.8em;
}

.icon-footer.icon-footer-small::before {
    font-family: 'ETmodules';
    position: absolute;
    content: "\e064";
    font-style: normal;
}

.new.orange, .new-green, .new-red {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 35px;
    padding: 5px 0 0 15px;
    text-align: center;
}

.new-orange {
    background: url(https://assets.iciredimpagados.com/assets/img/new-orange.png) no-repeat scroll right 0 transparent;
}

.new-green {
    background: url(https://assets.iciredimpagados.com/assets/img/new-green.png) no-repeat scroll right 0 transparent;
}

.new-red {
    background: url(https://assets.iciredimpagados.com/assets/img/new-red.png) no-repeat scroll right 0 transparent;
}

.new-orange p, .new-green p, .new-red p {
    color: #FFFFFF;
}

/*******************************************************************************************************
FOOTER
*******************************************************************************************************/

.content-pre-footer {
    flex: 1 1 450px;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.line-separator-right {
    border-right: 1px solid #dddddd;
}

@media screen and (max-width: 1143px) {
    .content-pre-footer:first-child {
        border: 0;
    }
}

.content-pre-footer h3, .content-pre-footer p {
    flex-basis: 100%;
    text-align: center;
}

.content-pre-footer ul.list-prefooter-button {
    flex: 1 1 250px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 10px;
}

.content-pre-footer li.row-contact {
    flex-basis: 100%;
    height: 35px;
    margin: 10px 0 0;
    background-color: #00AEEB;
    padding: 0;
    display: flex;
}

.content-pre-footer li.row-contact a {
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    margin: 0;
    padding: 0 4px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.content-pre-footer li.row-contact i {
    background-color: #00AEEB;
    color: #FFFFFF;
    margin-right: 7px;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.content-pre-footer ul.list-medias {
    flex: 1 1 250px;
    max-width: 500px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0 50px;
    min-height: 100px;
    align-items: center
}

.content-pre-footer a {
    display: block;
}

/*******************************************************************************************************/

footer {
    width: 100%;
    padding-top: 1em;
    background-color: #edf4fd;
    position: relative;
    overflow: hidden;
    border-top: 10px solid #00639d;
}

footer a {
    line-height: 1.35em;
    /*color: #FFFFFF;*/
    display: block;
    /*font-size: .8em;*/
    margin-left: 0px;     
}

footer li a {
    margin-bottom: 3px;
    color: #404040
}

footer li a:hover {
    text-decoration: underline !important;
}

.footer-title {
    font-size: 1.25em;
    font-weight: 700;
}

#ekw46 {
    float: none !important;
}

.section-footer-ntp {
    padding-top: 20px;
}

.logos-footer {
    display: flex;
    justify-content: space-between;
    flex: inherit;
    border-top: 1px solid #dddddd;
}

#logo-einforma-footer {
    width: 120px
}

#logo-everis-footer {
    width: 120px
}

#logo-mastercard-footer {
    width: 50px
}

#logo-visa-footer {
    width: 50px
}

.line-payment-methods {
    display: flex;
}

.line-payment-methods img {
    height: 50px;
    object-fit: contain;
    margin: 0px 10px;
    transition: all 0.3s;
}

.line-payment-methods img:hover {
    filter: grayscale(0%);
}

.sub-footer {
    background-color: #072146;
    padding: 1.5em 0;
}

.sub-footer-internal {
    padding: 0 10%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
}

.sub-footer ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex: 0 1 100%;
}

.sub-footer ul li, .sub-footer ul a {
    /* line-height: 50px; */
    color: #5BBEFF;
    padding-top: 10px;
}

.sub-footer ul a {
    padding: 0 10px;
}

.sub-footer ul a:hover {
    text-decoration: underline;
}

.sub-footer span {
    margin: 1.5em 0;
    color: #fff;
}

.sub-footer-link a {
    color: #FFFFFF !important;
    font-size: 0.8em !important;
}

@media screen and (max-width: 768px) {
    .footer-title {
        font-size: 1.1em !important;
    }
    .sub-footer ul {
        display: list-item;
    }
}

@media screen and (min-width: 768px) {
    .footer-title {
        margin-top: 0;
    }
}




/*************************************************************/

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */


/*BOOTSTRAP CARD*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}


/*BLOG*/

a.blog-mobile {
  display: block;
  /*color: #00639D;*/
  padding: 15px 15px;
  border-bottom: 1px solid #D1D4D7;
  width: 100%;
  font-weight: 600;
}

a.blog-mobile:hover {
  background-color: #00639D;
  color: #FFFFFF;
}

.td-nr-views {
  font-size: 11px;
}

li.entry-category {
  font-size: 10px;
}

.td-post-views i, .td-post-comments i {
  margin-right: 5px;
}
/* Notas de prensa */

#section-notas-de-prensa {
  background: #edf4fd;
}

#section-notas-de-prensa .nav-item a {
  background: none;
}

#section-notas-de-prensa .card{
  height: 340px;
  /* border: 3px solid#0078D2; */
}
#section-notas-de-prensa a{
  text-decoration: none;
}

#section-notas-de-prensa .card img{
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  -webkit-transition: filter 0.7s; /* For Safari 3.1 to 6.0 */
  transition: filter 0.7s;
}
#section-notas-de-prensa .card-body{
  padding: 7% 3% 0% 3%;
  min-height: 100px;
  max-height: 100px;
  padding-bottom: 0;
}
#section-notas-de-prensa .card-text{
  text-align: center;
}
#section-notas-de-prensa .card h4{
  font-weight: 600;
  font-size: 0.9em !important;
}

#section-notas-de-prensa a:hover .card {
  box-shadow: 0 1px 20px rgba(0,0,0,.25);
  transform: translateY(-10px);
transition: box-shadow 0.3s, transform 0.5s;    
}

/*#section-notas-de-prensa .card:hover{-webkit-transform:scale(1.1);transform:scale(1.1);
  transition-duration: 0.7s;
  }
#section-notas-de-prensa .card {overflow:hidden;
  transition:all .5s ease-in-out;
}*/
#section-notas-de-prensa hr{
  margin:auto;
  margin-bottom: 0;
  margin-top:5px;
  width: 100%;
  background: #dfdfdf;
  -webkit-transition: width 0.7s; /* For Safari 3.1 to 6.0 */
  transition: width 0.7s, transform 0.7s;
}
#section-notas-de-prensa .hr1{
  margin:auto;
  margin-bottom: 0;
  margin-top:0;
  width: 100%;
  background: #dfdfdf;
  -webkit-transition: width 0.7s; /* For Safari 3.1 to 6.0 */
  transition: width 0.7s;
}

#section-notas-de-prensa a:hover .hr1,#section-notas-de-prensa a:hover .hr2,#section-notas-de-prensa a:hover .hr4{
  width: 0%;
}

#section-notas-de-prensa .hr4{
  margin:auto;
  margin-bottom: 0;
  margin-top:5px;
  width: 90%;
  background: #0078D2;
  -webkit-transition: width 0.7s; /* For Safari 3.1 to 6.0 */
  transition: width 0.7s;
}

#section-notas-de-prensa .hr2, #section-notas-de-prensa .hr3{
  margin:auto;
  margin-bottom: 0;
  margin-top:5px;
  width: 30%;
  background: #0078D2;
}



/*TIPO DE IMPAGOS*/

#tipo-impagos {
  min-height: 475px !important;
}

.tipo-impagos-icon img {
  width: auto;
  height: 50px;
}

.tipo-impagos-text {
  /*height: 120px;*/
}

.tipo-impagos-text h3 {
    font-size: 1.17em;
    margin-top: 1em;
}

.tipo-impagos-text p {
    line-height: 1.45em;
    margin-bottom: 0.75em;
}

/*section-opinions*/

#section-opinions {
  overflow: hidden;
}
#section-opinions .fila {
  min-height: 443px !important;
  overflow: hidden;
}

/*grandes empresas */
#logos-clientes-blue img{
  height: auto;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*Modal*/
.modal-dialog button:hover i{
  transform: none !important;
  transition: none !important;
}
#section-notas-de-prensa .modal-content{
  top: 30vh;
}
/*Responsive secciones control de tamaño*/
@media screen and (max-width:991px) {
  .auto{
      min-height: auto !important;
  }

}

@media only screen and (min-width:600px){.ad_responsive{display:none!important}}



/******************************************************************************************
MAPA WEB
*******************************************************************************************/
.mapa-web-row ul, .mapa-web-row ol {
    padding-bottom: 0 !important;
}









/******************************************************************************************
EKOMI WIDGET
*******************************************************************************************/
.mapa-web-row ul, .mapa-web-row ol {
    padding-bottom: 0 !important;
}



#ekw46 {
    width: 246px;
    height: 80px;
    overflow: hidden;
    padding: 1px;
    float: left;
    cursor: pointer;
}

#ekw46 .shleft {
    float: left;
    margin-right: 16px;
    padding-left: 0;
}

#ekw46 .sseal-logo {
    width: 78px;
    height: 78px;
}

#ekw46 .widget-right {
    float: left;
    width: 150px;
    padding-top: 4px;
    padding-left: 0;
}

#ekw46 .stars-grey {
    background: url(https://sw-assets.ekomiapps.de/resources/stars-grey-s148x27.png);
    background-repeat: no-repeat;
    width: 148px;
    height: 27px;
    padding: 0;
}

#ekw46 .stars-yellow {
    background: url(https://sw-assets.ekomiapps.de/resources/stars-yellow-s148x27.png);
    height: 27px;
    max-width: 100%;
    background-repeat: no-repeat;
    float: left;
}

#ekw46 .rating-obtained {
    font-size: 20px;
    margin-top: 4px;
    line-height: 1;
    display: block;
    height: 19px;
    margin-bottom: 5px;
    color: #11265d;
}

#ekw46 .total_reviews {
    margin: 0;
    line-height: 1;
    color: #11265d;
}

#ekw46 .trs {
    display: inline-block;
}





.proceso-lista-numerica {
    list-style: none;
    padding-left: 0;
    counter-reset: count-number;
}

.proceso-lista-numerica li {
    margin: 0;
    padding: 0.25rem 0 1.875rem 3.125rem;
    counter-increment: count-number;
    position: relative;
}


.proceso-lista-numerica li::before {
    content: counter(count-number);
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    left: 2px;
    line-height: 24px;
    width: 30px;
    height: 30px;
    top: 1px;
    background-color: #6DA325;
    border-radius: 50%;
    border: 3px solid #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #babcbf;
    box-shadow: 0 0 0 1px #babcbf;
    z-index: 5;
}

.proceso-lista-numerica li::marker {
    content: none;
	display:none;
}

.proceso-lista-numerica li::after {
    content: "";
    border-left: 1px dotted #babcbf;
    height: 100%;
    position: absolute;
    left: 17px;
    top: 0;
    z-index: 0;
}

.proceso-lista-numerica li:last-child::after {
    display: none
}


/*Ventajas*/

.ventajas-lista-no-numerica {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1.5rem;
    text-align: left
}

.ventajas-lista-no-numerica li {
    padding-left: 1.5625rem;
    margin-bottom: 0.75rem
}

.ventajas-lista-no-numerica li::before {
	font-family: 'ETmodules' !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\4e" !important;
    color: #6DA325;
    font-size: 1rem;
    width: 1rem;
    margin: 0 9px 0 -25px;
    text-align: center
}


.ventajas-lista-no-numerica li::marker {
    content: none;
	display:none;
}



/*COOKIEBOT*/

div#CybotCookiebotDialog {
    z-index: 9999999999 !important;
}

a#CybotCookiebotDialogPoweredbyCybot {
    display: none;
}




/*landings*/
.checklist-icon p:after {
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 5px;
    content: "\52";
    font-family: etmodules;
}




/*Banner top*/
#banner-top{    
background: #00a5a5;   
color: #fff;  
padding: 1.375rem;
width: 100%;
}

.banner-top-button {    
text-align: center;
}


@media screen and (max-width: 720px) {
	.banner-desktop{
	display:none;
	width: 100% !important;
	}
}	
	
@media screen and (min-width: 720px) {
	.banner-mobile{
	display:none;
	width: 100% !important;	
	}
}


.banner-blog {
    border: 5px solid #c6cfde;
	padding: 1.5rem;
	margin-bottom: 2em;
}

.banner-blog .title{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.banner-blog .price{
	font-size: 4rem;
	font-weight:900;
	margin-bottom: 0.5em;
}

.banner-blog .moneda{
	font-size:0.75rem !important;
}

.banner-blog .btn{
	color: #ffffff !important;
}

@media screen and (max-width: 600px) {
	.banner-blog figure{
	display:none;
	width: 100% !important;
	}
}




@media (min-width: 981px){
	#main-content .container:before {
		display: none !important;
	}
}


@media (min-width: 981px) {
	#left-area {
		width: 80%;
		padding: 23px 0px !important;
		float: none !important;
		margin: auto
	}
}	














body > .main-container:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #111;
    opacity: 0 !important;
    z-index: -1;
    position: absolute;
}







.custom-list ul li {
  padding-left: 30px;
  list-style:none;
  margin-bottom: 10px;
}

.custom-list ul li::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;
}

.custom-list-separator ul li{
    margin-bottom: 8px !important;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px !important;
}

.custom-list-check ul li::before {
    content: '\4e';
    background: #009688;
    border-radius: 50px;
    font-size: 15px;
    padding: 0px 5px 0 5px;
    color: #ffffff;
    line-height: 25px;
}












/*EICIRED VISIBILIDAD*/
.eicired-visibilidad{
	/*display: none*/
}




/*TARJETA CONTACTO*/


.tarjeta-contacto .btn-tarjeta-contacto{
    font-size: 1.1rem !important;
    margin-top: 20px;
}
.tarjeta-contacto .et_pb_button {
 position: absolute;
 top: -95px;
 left: 0;
 width: 100%;
 height: 100%;
 zoom: 1;
 filter: alpha(opacity=0);
 opacity: 0;
}

/*TESTIMONIO HOME*/

.et_pb_testimonial_portrait:before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}