﻿@charset "utf-8";
/* CSS Document */

.b-top-bar {
    height: 42px;
    overflow: hidden;
    background: #2f3338;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 41px;
    font-size: 12px;
    color: #EFEFEF;
}

    .b-top-bar img {
        margin: 5px 0;
    }

    .b-top-bar .top-bar-text {
        margin-right: 25px;
        margin-top: 0;
        font-weight: 600;
    }

.nota {
    line-height: 14px !important;
    font-size: 12px;
    margin-top: 20px;
	color: #777;
	padding: 0 10px;
		clear:both; 
}
.section-padding-footer {
    padding: 45px 0 0 0;
}

button {
    background: #bf2723 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    padding: 5px 35px;
    /* text-transform: uppercase;*/
    width: inherit;
    font-family: 'Source Sans Pro', sans-serif;
}

.head-top-right {
    float: right;
}

.content-area ul, .content-area ol {
    margin: 0 0 0 35px;
}

    .content-area ul li, .content-area ol li, {
        margin-bottom: 10px;
    }

.content-area ul {
    list-style: disc;
}

.content-area {
    margin-bottom: 30px;
}

    .content-area a {
        text-decoration: underline;
    }
/*social icons */
.social-content ul li {
    margin: 0 !important;
    padding: 0 2px;
}

.social-content ul li {
    display: inline-block !important;
}

.visible-xs {
    height: 80px;
}

    .visible-xs .sin-info {
        margin: 0;
        width: 160px;
    }

        .visible-xs .sin-info::before {
            background: none;
        }

    .visible-xs .info-content span a {
        font-size: 20px;
        line-height: 40px;
		padding: 0 !important;
    }


.content_right {
    margin: 0 auto;
}

.content_right {
    background: #fff none repeat scroll 0 0;
    max-width: 1285px;
    min-width: 1050px;
    width: 68%;
}

    .content_right a {
        color: #008dde;
        cursor: pointer;
        text-decoration: none;
    }

#feature_slider {
    position: relative;
    width: 100%;
}

#previous_article {
    background: #ddd none repeat scroll 0 0;
    float: left;
    height: 360px;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#prev-article-tab {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #222;
    height: 70px;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: all 0.4s ease 0s;
    width: 110px;
    z-index: 4;
}

.prev-article {
    float: right;
    font-weight: 500;
    line-height: 15px;
    margin: 20px 10px 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
}

.article_prev {
    height: 17px;
    left: 17%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
}

.article_prev {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOSAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSAxNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNOC44LDE1LjhjMC4zLDAuMywwLjMsMC43LDAsMWMtMC4zLDAuMy0wLjcsMC4zLTAuOSwwTDAuMiw5Yy0wLjMtMC4zLTAuMy0wLjcsMC0xbDcuNy03LjcNCglDOC4xLDAsOC41LDAsOC44LDAuM2MwLjMsMC4zLDAuMywwLjcsMCwxbC03LDcuM0w4LjgsMTUuOHoiLz4NCjwvc3ZnPg0K");
}

#prev-article-tab:hover {
    cursor: pointer;
    transform: translate(-70px,-50%);
    -webkit-transform: translate(-70px,-50%);
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    background: #f07f3d;
    color: #FFF;
}

.articleHeader {
    background: #000 none repeat scroll 0 0;
    position: relative;
}

.cover {
    background-position: center top;
    background-size: cover;
    height: 360px;
}

#articleWrap {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}

    #articleWrap .cover {
        /* opacity: 0.8;*/
    }

#next_article {
    background: #ddd none repeat scroll 0 0;
    float: left;
    height: 360px;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

#next-article-tab {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #222;
    height: 70px;
    left: -70px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    transition: all 0.4s ease 0s;
    width: 110px;
    z-index: 4;
}

    #next-article-tab .next-article {
        float: left;
        font-weight: 500;
        line-height: 15px;
        margin: 20px 10px 0;
        text-transform: uppercase;
        font-size: 12px;
    }

.article_next {
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
}

.article_next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOSAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSAxNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNMC4yLDE1LjhjLTAuMywwLjMtMC4zLDAuNywwLDFjMC4zLDAuMywwLjcsMC4zLDAuOSwwTDguOCw5YzAuMy0wLjMsMC4zLTAuNywwLTFMMS4xLDAuMw0KCUMwLjksMCwwLjUsMCwwLjIsMC4zYy0wLjMsMC4zLTAuMywwLjcsMCwxbDcsNy4zTDAuMiwxNS44eiIvPg0KPC9zdmc+DQo=");
}

#previous_article .articleHeader, #next_article .articleHeader {
    opacity: 0.3;
}

#next-article-tab:hover {
    cursor: pointer;
    transform: translate(70px,-50%);
    -webkit-transform: translate(70px,-50%);
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    background: #f07f3d;
    color: #FFF;
}

.articleHeader h2 {
    position: absolute;
    top: 260px;
    left: 20px;
    color: #fff !important;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 6;
}

.notalegal {
    font-size: 14px !important;
}

.sidebar .col-sm-12, .sidebar .col-sm-8, .sidebar .col-sm-4 {
    padding: 0;
    line-height: 18px;
}

.sidebar .col-sm-8 {
    padding-left: 6px;
}

.sidebar p {
    margin: 0 0 3px 0 !important;
}
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 0;
    background-color: #f07f3d;
}
    /* Style the buttons inside the tab */
    div.tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 26px;
        transition: 0.3s;
        font-size: 17px;
        border-radius: 0 !important;
        border-right: 1px solid #b01d2e;
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: #b01d2e;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
            background-color: #b01d2e;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #f07f3d;
    border-top: none;
}

.arrow-up-productes {
    background: url(../img/arrow-up.png) no-repeat left;
    height: 16px;
    position: relative;
    margin: 0 20%;
}

.arrow-up-productes2 {
    background: url(../img/arrow-up.png) no-repeat right;
    height: 16px;
    position: relative;
    margin: 0 20%;
}

.destacat {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0px 0px;
    padding: 20px;
    position: relative;
    cursor: pointer;
    border: #CCC 1px solid;
}
/*perfils */
.particular {
    background: url(../img/particulars-home.jpg) no-repeat;
    height: 200px;
}

.professional {
    background: url(../img/professionals-home.jpg) no-repeat;
    height: 200px;
}

.empresa {
    background: url(../img/empresa-home.jpg) no-repeat;
    height: 200px;
}

.perfil {
    width: 100%;
    margin-top: 35px;
}

    .perfil h3.active, .perfil h3:hover {
        margin-top: 80px;
        padding: 10px 0 80px 0;
        background: rgba(226, 0, 26, 0.60) none repeat scroll 0 0;
        color: #FFF;
        text-align: center;
        cursor: pointer;
    }

    .perfil h3 {
        margin-top: 80px;
        padding: 10px 4px;
        background: rgba(255, 255, 255, 0.60) none repeat scroll 0 0;
        color: #f07f3d;
        text-align: center;
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    .perfil h3 {
        font-size: 12px;
    }
}

.no-padd {
    padding: 0 !important;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #444;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.latestNews-area .sin-news {
    margin-bottom: 30px;
}

.sidebar h5 {
    margin-bottom: 0;
}

.new {
    height: 440px;
}

.top-bar-text a {
    color: #FFF !important;
}

/*form*/
.form-row {
    clear: both;
}

.form-control {
    background: #f6f6f6;
    height: 55px;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    line-height: 40px;
}

select option:first {
    color: #999 !important;
}

.form-control:focus {
    border-color: #E2001A;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

fieldset {
    clear: both;
    margin-top: 40px;
}

.form-group {
    clear: both;
    padding-top: 10px;
}

.clear {
    clear: both;
    ;
}

.tachar {
    text-decoration: line-through;
}

.btn {
    text-decoration: none !important;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

label {
    font-weight: 400;
}

/*newsletter form*/
.input-news > input {
    background: transparent none repeat scroll 0 0;
    border: medium none transparent;
    color: #a4a4a4;
    font-weight: 400;
    width: 100%;
}

.input-news > select {
    background: #222222 none repeat scroll 0 0;
    border: medium none transparent;
    color: #a4a4a4;
    font-weight: 400;
}

.input-check label {
    line-height: 12px !important;
    font-size: 12px;
    border: none;
    color: #a4a4a4;
    font-weight: 400;
}

.input-check a {
    color: #CCC;
    text-decoration: underline;
}

.input-news {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 2px 10px;
    position: relative;
}

.modal_content {
    border: 1px solid rgb(34,34,34);
}

.ui-widget-header {
    background: rgb(34,34,34) !important;
    background: rgba(34,34,34,0.75) !important;
    color: #fff !important;
    font-weight: bold !important;
    border: none !important;
}

    .ui-widget-header button {
        background: inherit;
        color: #fff !important;
        border: none !important;
    }

.ui-dialog-title {
    display: none !important;
}


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%;*/
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    /*visibility: hidden;*/
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    overflow-y: hidden !important;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
	border-top: #f07f3d solid 32px;
}

.modal .titol-bloc {
    font-weight: bold;
}

.modal .blocs-home {
    line-height: 20px;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
	margin-top: -42px;
}

    .close-button:hover {
        background-color: darkgray;
    }

.show-modal {
    opacity: 1;
    visibility: visible !important;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    display: block !important;
}

addressMail:after {
    content: "\40angseguros.es";
}

addressMail {
    cursor: pointer;
}
#notaNews {
    font-size: 0.8em;
    padding: 10px;
    background-color: #555;
    color: #FFF;
    /*width: 326px;*/
    position: absolute;
    z-index: 2;
    border: 1px solid #f07f3d;
    margin-left: 0;
    margin-top: 6px;
	line-height: 18px;
}
#notaNews a {
    color: #FFF;
	text-decoration: underline;
}


/*cookies*/
#popup-cookies {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E2001A;
    color: #808080;
    font-size: 14px;
    padding: 30px;
    line-height: 24px;
    position: absolute;
    z-index: 1031;
    left: 5px;
    /*transform: translate(-50%, 0);*/
    width: 100%;
	top: 10px;
}

    /*#popup-cookies .text {
    padding: 20px 20px 20px 0;
}*/
#popup-cookies p a {
    color: #E2001A;
	text-decoration: underline;
}
#popup-cookies p a.btn {
    color: #FFF;
	text-decoration: none;
}

/*#popup-cookies {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #e8591f;
    color: #808080;
    font-size: 14px;
    padding: 30px;
    line-height: 24px;
    position: absolute;
    z-index: 2;
}

    #popup-cookies p a {
        color: #e8591f;
        text-decoration: underline;
    }

        #popup-cookies p a.btn {
            color: #FFF;
            text-decoration: none;
        }*/
.close {
    cursor: pointer;
    text-align: right;
	float:right;
	font-size: 20px;
	filter: alpha(opacity=99);
    opacity: .99;
	line-height: 28px;
	text-shadow: none;
}
 
 .icon-close {
    float: right;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
	height: 30px;
    margin: 0 3px;
    width: 30px;
}

    icon-close:hover {
        background-color: darkgray;
    }
.close a {
    text-decoration: none;
    color: #808080;
}
i.icon {
   /* background-image: url("../img/icons.png");*/
}
i.icon {
    display: inline-block;
    vertical-align: middle;
}
/*radio chek */




input[type="radio"], input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

input.legal[type="checkbox"] {
    top: 0;
}


/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	    background: none;
		padding: 4px;
}

input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #E2001A;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	 /*background: #FFF;
		padding: 4px;*/
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #f07f3d;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #f07f3d;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
legend {
	margin-left: 10px; 
}
.g-recaptcha {
	padding: 0 21px; 
}
.copyright a {
	color: #8c8c8c;
	text-decoration: underline;
}
addressmail {
	text-decoration: underline;
}
addressmail:hover {
	text-decoration: none;
}


/*cercador*/
#numResultatsCerca {
	font-size: 20px;
	font-weight: bold;
}
	
ul.list {
	background: #EFEFEF;
	padding:10px;
	margin: 20px 0;
	}
ul.list li{
	padding-bottom:10px;
	}
.name {
	text-decoration: underline;
	font-weight: bold; 
}

.avis a {
	text-decoration: none !important; 
	color: #CCC;
}
/*perfils */
.clubes {
    background: url(../img/clubes-home.jpg) no-repeat;
	height: 200px;
}
.jugadores {
    background: url(../img/jugadores-home.jpg) no-repeat;
	height: 200px;
}
.directivos {
    background: url(../img/directivos-home.jpg) no-repeat;
	height: 200px;
}

.perfil {
    width: 100%;
	margin-top: 35px;
}
.perfil h3.active, .perfil h3:hover {
    margin-top: 80px;
	padding: 10px 0 80px 0;
    background: rgba(226, 0, 26, 0.60) none repeat scroll 0 0;
	color: #FFF;
	text-align:center;
	cursor: pointer;
}
.perfil h3 {
	margin-top: 80px;
	padding: 10px;
    background: rgba(255, 255, 255, 0.60) none repeat scroll 0 0;
	color: #f07f3d;
	text-align:center;
}
.llistat ul {
	list-style:disc
} 
.bread-cumb > ul li {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
.widget-title {
	line-height: 1.1;
	font-family: 'Merriweather', serif;
	margin-top: 15px;
}
@media (max-width:767px){
	.bread-cumb-xs{
		float: left;
		margin-bottom: 20px !important; 
		clear:  both;
		width: 100%;
		z-index: 100;
			}
	.bread-cumb-xs ul {
		margin: 0 !important; 
		padding: 0 !important; 
			}
	.bread-cumb-xs ul li, .bread-cumb-xs ul li a {
    font-size: 11px;
			}
}
/*icones*/
.content-boxes-v1 {
    text-align: center;
}
h2.heading-md {
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #E2001A;
    text-shadow: none;
    font-weight: normal;
}
.seguros h2.heading-md {
    height: 160px;
}
i.icon-bg-dark {
    background: #E2001A ;
    color: #fff;
    border-color: transparent;
}
i.icon-custom {
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: none;
}
i.icon-md {
    width: 85px;
    height: 85px;
    font-size: 42px;
    line-height: 85px;
}
.content-boxes-v1 span {
    display: block;
    margin-top: 5px;
	font-weight: bold;
}
.contact-area2 {
    background: url("/img/bg-contact.jpg") no-repeat center bottom;
	padding-top: 40px;
}
.bg-contact-area2 {
    background: rgba(255, 255, 255, 0.3) ;
	padding: 20px 0;
	
}
.slider-area, main {
    margin-top: 120px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top2 {
    position: fixed;
    top: 42px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.mean-bar { display: none;}
.text {
	font-size: 20px;
font-weight: 400;
line-height: 30px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.is-invalid:not(.form-control) {
    color: #CE041C;
}

.legal.is-invalid ~ .label-text::before, .was-validated .legal:invalid ~ .label-text::before {
    color: #dc3545 !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.col-padding {
  padding: 3rem;
}
.container-fluid h2 {font-size: 46px;}
.container-fluid h3 {font-size: 36px;}
.align-items-stretch {
  align-items: stretch !important;
}
@media (min-width: 768px) {
  .order-md-last {
    order: 6 !important;
  }
}