/*
Created by XDMedia: AGomez
Visit https://xdmedia.es
*/
@import url('css/fonts.css');

/*font-family: 'Fira Sans', sans-serif;
font-family: 'Cousine', monospace;*/

:root {
	--dark: #272727;
	--clear: #d2d1d1;
    --gray: #f2f2f2;
    --coorp: #e21533;
   /* --coorp: #05a081;*/
    --blue: #0022c9;
}
body {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background: white;
    color: #353545;
}
html {
	overflow-y: scroll;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
h1, h2, h3, h4 {
    font-weight: 600;
    margin: 6px 0;
    color: var(--dark);
}
p {
    margin: 12px 0;
}
a {
    text-decoration: none;
    color: var(--dark);
    outline: none;
    user-select: none;
    -moz-user-select: none;
}
a:hover {
    cursor: pointer;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
span.wpcf7-list-item {
    margin: 0 !important;
}
.flex {
    display: flex;
}
.container {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.row {
    margin: 0 -8px 0 -8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.col {
    float: left;
    padding: 8px;
    width: 100%;
}
.d-block {
    display: block;
    float: left;
    width: 100%;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mr-2 {
    margin-right: 2rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.pointer {
    cursor: pointer;
}
.ta-c {
    text-align: center;
}
.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 72px; 
}
.header {
    padding: 18px 12px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    text-align: center;
    /*background: white;*/
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header.header-mini {
    background: #020202ed;
    padding: 12px;
   /* box-shadow: 0 0 15px 1px rgba(162, 162, 162, 0.3);*/
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .logo {
    float: left;
}
.header .logo img {
    float: left;
    max-width: 195px;
}
.header .navbar {
    float: left;
}
.header .navbar ul {
    margin-left: 36px;
}
.header .navbar ul li {
    display: inline-block;
}
.header .navbar ul li a {
    display: inline-block;
    padding: 12px;
    color: white;
    font-weight: 600;
}
.header .phone {
    display: inline-block;
}
.header .form {
    display: inline-block;
}
.header .form input[type="number"] {
    border: none;
    background: var(--gray);
    padding: 11px 16px;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    float: left;
}
/* Edge */
::-webkit-input-placeholder {
  color: #b5b5b5;
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #b5b5b5;
}

::placeholder {
  color: #b5b5b5;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
.btn-custom {
    border: none;
    background: var(--coorp);
    color: white;
    padding: 12px 24px;
    min-width: 120px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom:hover {
    background: white;
    color: var(--coorp);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom-large {
    padding: 18px 28px;
    min-width: 240px;
    font-size: 20px;
}
.header .form input[type="button"] {
    margin-left: -42px;
    float: left;
    font-family: 'Raleway', sans-serif;
    padding: 11.6px 24px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.header .links {
    float: right;
}
.header .links a {
    display: inline-block;
}
.home { 
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden; 
}
.home img,
.home video { 
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home.page { 
    height: 60vh;
}
.home.page img,
.home.page video { 
    height: 60vh;
}
.home.page h1 {
    font-size: 46px !important;
    line-height: 50px !important;
}
.home span  {
    background: #00000082;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.home .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    z-index: 7;
    min-width: 700px;
    text-align: center;
    color: white;
    opacity: 0;
}
.home .center h1 {
    font-size: 64px;
    line-height: 66px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.home .center p {
font-size: 22px;
    line-height: 28px;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.home .center .btn-line {
    margin: 0 12px;
}
.btn-line {
    line-height: 20px;
    padding: 12px 20px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    background: var(--coorp);
    color: white;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    border: 1px solid #bd0d27;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    outline: none;
}
.btn-line:hover {
 /*   opacity: .8;*/
        background: white;
    color: var(--coorp);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-line.blue {
    background: white;
    color: var(--blue);
    border-color: var(--blue);
}
.btn-line.blue:hover {
    background: var(--blue);
    color: white;
}
.btn-line.large {
    padding: 14px 20px;
    min-width: 170px;
}
.container-s {
    max-width: 70%;
}
.custom-num {
    margin-right: 12px;
    background: transparent;
    color: white;
    padding: 11px 24px;
}
.custom-num:hover {
    background: transparent;
    opacity: .8;
}
.duo {
    background: #fff;
    margin: 60px 0;
}
.duo.gray{
    background: #f9f9f9;
    padding: 40px 0;
}
.duo .row {
    padding: 80px 0;
}
/*.duo.gray .row {
    padding: 80px 0;
}*/
.duo .row .col {
    position: relative;
    padding: 0 24px;
}
.duo .row .col .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 80px;
}
.duo .row .col img {
    float: left;
    width: 100%;
    height: 380px;
    object-fit: cover;
    border: 12px solid var(--coorp);
}
.duo .row .col h3 {
color: var(--clear);
    font-weight: bold;
    line-height: 18px;
    font-size: 21px;
}
.duo .row .col h2 {
font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 800;
}
.duo .row .col p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 18px;
}
.footer {
    background: #f9f9f9;
    padding: 68px 0;
    background-image: url(img/footer.jpg) !important;
    background-repeat: repeat-x;
    background-position-y: -221px;
    background-color: #000000e0;
    color: #c7c7c7;
}
.footer .row {
    padding: 12px;
}
.footer .col {
    padding-right: 24px;
}
.footer .col p {
    max-width: 280px;
    font-size: 17px;
    line-height: 23px
}
.footer .col h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    color: white;
}
.footer .col:first-child h4 {
    font-size: 26px;
}
.footer .col ul {
    line-height: 16px;
    margin-bottom: 12px;
}
.footer .col ul li {
    margin-bottom: 12px;   
}
.footer .col ul li a {
    display: block;
    color: #c7c7c7;
}
.footer .col:last-child {
    text-align: center;
    padding-right: 0;
}
.footer .col img {
    max-width: 120px;
    display: inline-block;
    margin-top: 48px;
}
.sub-footer {
    color: var(--clear);
    text-align: center;
    font-size: 12px;
    padding: 24px;
    background: #000;
    border-top: 1px solid #191919;
}
.sub-footer a {
    color: white;
    font-weight: 600;
}
.info {
    text-align: center;
    margin: 40px 0;
}
.info .col {
    height: 500px;
}
.info .row {
    max-width: 700px;
    margin: 0 auto; 
}
.info .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.info .col h3 {
    color: var(--clear);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    font-size: 25px;
}
.info .col h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.info .col p {
    font-size: 22px;
    line-height: 28px;
}
.info .col a {
    margin-top: 24px;
}
.comments {
    overflow: hidden; 
    margin-top: 120px;
    padding-bottom: 80px;
}
.comments .row {
    flex-wrap: nowrap;
    padding: 24px;
}
.comments h2 {
font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    max-width: 542px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 25px;
}
.comments .col {
    box-shadow: 0 2px 16px 0 rgba(0,26,77,.2);
    margin: 10px;
    padding: 15px 24px;
    background: white;
    border-radius: 6px;
}
/*.comments:first-child .col p {
    min-height: 120px;
}*/
.comments .col p {
    font-size: 16px;
    line-height: 22px;
}
.comments .user-info {
    float: left;
    width: 100%;
    padding-bottom: 12px;
}
.comments .user-info .icon {
    float: left;
    width: 15%;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px;
}
.comments .user-info .icon img {
    float: left;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.comments .user-info .infos {
    width: 80%;
    float: left;
    padding-left: 12px;
    margin-top: 12px;
}
.comments .user-info .infos h4 {
    margin: 0;
    font-size: 15px;
}
.comments .user-info .infos p {
    margin: 0;
    font-size: 15px;
    color: var(--clear);
}
.comments {
  /*  background: url(img/izquierda.png) left -0px bottom -4px no-repeat, url(img/derecha.png) right -0px bottom -4px no-repeat;
    background-size: 367px;*/
}
.top {
    background: black;
    color: white;
    position: fixed;
    z-index: 8;
    bottom: 1%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    border: 1px solid #2f2f2f;
    cursor: pointer;
}
.contact {
    padding: 120px 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 170px;
}
.contact .container {
    max-width: 700px;

}
.contact h1 {
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.contact h2 {
text-transform: uppercase;
    font-weight: normal;
    line-height: 28px;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: left;
}
.contact form {
    position: relative;
    margin: 0 auto;
}
.col.extra {
    text-align: left;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="number"],
.contact textarea {
    background-color: #fafafa;
    border: 1px solid var(--coorp);
    border-radius: 3px;
    display: block;
    font-size: 16px;
    padding: 8px;
    width: 100%;
    height: 48px;
    outline: none;
    font-family: 'Raleway', sans-serif;
}
.contact textarea {
    min-height: 220px;
}
.contact form .form-group {
    margin-bottom: 18px;
    display: flex;
}
.contact form .form-group.form-duo input:first-child {
    margin-right: 12px;
}
.contact form .form-group.form-duo input {
    width: 50%;
    float: left;
}
.contact form .form-group.form-one input:first-child,
.contact form .form-group.form-one input #cups {
    margin-right: 12px;
    width: 60% !important;
    float: left;
}
.contact form .form-group.form-one input:last-child {
    width: 40%;
    float: left;
}
.contact form .form-group .form-one {
    
}
.contact form h2:first-child {
    margin-top: 0;
}
.contact form h2 {
    font-size: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 16px;
}
.contact form h3 {
    margin-top: -16px;
    margin-bottom: 19px;
    font-weight: normal;
    font-size: 17px;
}
.contact form h3 i {
    cursor: pointer;
    position: relative;
}
.contact form h3 i:hover > img {
    display: block;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.contact form h3 i img {
    position: absolute;
    top: calc( -100% - 157px );
    left: calc( 0px - 435px );
    box-shadow: 0 0 15px 1px rgba(162, 162, 162, 0.3);
    display: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.contact form h2 span {
    width: 33px;
    height: 33px;
    border: 3px solid var(--coorp);
    color: var(--coorp);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 23px;
    font-size: 25px;
    margin-top: -3px;
    margin-right: 11px;
    float: left;
    margin-left: -44px;
}
.contact .extra span {
    color: var(--coorp);
    display: block;
    font-weight: bold;
}
.questions {
    padding-top: 120px;
    min-height: 600px;
   /* margin-bottom: -32px;*/
}
.questions h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}
.questions h2 {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 28px;
    font-size: 25px;
    margin-bottom: 8px;
    text-align: center;
}
.questions p {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 58px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}
.questions .col {
    padding: 32px;
}
.questions .col i {
    font-size: 33px;
    color: var(--coorp);
    margin-bottom: 16px;
}
.questions .col img {
    width: 55px;
}
.questions .col h3 {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
}
.questions .col p {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
}

.single {
    padding: 120px 0;
    min-height: 600px;
    padding-top: 140px;
}
.single h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}
.single h2 {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 28px;
    font-size: 25px;
    margin-bottom: 8px;
    text-align: center;
}
.single .col {
    padding: 0 28px;
}
.single .row {
    /*margin-top: 58px;*/
}
.single .col i {
    font-size: 33px;
    color: var(--coorp);
    margin-bottom: 16px;
}
.single .col h3 {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
}
.single .col p {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
}
.r-top {
    visibility: hidden;
}
.contact .form-group a {
    color: var(--coorp);
}
.navbutton {
    display: none;
}
.navphone {
    display: none;
}
.line {
        background: url(img/line.png) center center no-repeat;
    height: 130px;
    position: relative;
    z-index: 3;
    margin: -52px 0 -79px 0;
}
.line2 {
    margin: -108px 0 -79px 0;
}
.contact-2  {    
    margin: 80px 0 0 0;
}
.contact-2 .center {    
    margin-top: -73px;
}
.contact-2 {
    padding: 40px 0 !important;
}
.home h1 {

    padding: 0 24px;
}
.home p {

    padding: 0 24px;
}
.home.page h1 {
    font-size: 37px !important;
    line-height: 43px !important;

}
.home.page p {
    font-size: 16px !important;
    line-height: 22px !important;
}
.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.social {
    margin: 0;
}
.social li {
    display: inline-block;+
}
.social li a {
    display: inline-block;
    padding: 0 12px 0 0;
    font-size: 24px;
    opacity: .8;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.social li a:hover {
    opacity: .6;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.social li a i {
    
}
.mapa {
    margin-top: 70px;
}
.mapa h2 {
    margin-bottom: 25px;
}
.mapa p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
}
.mapa img {
    max-width: 100%;
}
.mapa .separe {
    text-align: center;
    margin-top: 32px;
}
/*
Blog CSS
*/
.blog2 {
    padding: 130px 12px;
}
.blog {
    text-align: center;
    padding: 100px 12px;
    padding-bottom: 130px;
    padding-top: 170px;
}
.blog .col {
    padding: 16px;
    padding-top: 0;
}
.blog .col img {
    object-fit: cover;
    float: left;
    width: 100%;
    height: 320px;
}
.blog .col h3 {
    color: var(--dark);
    font-size: 32px;
    margin-top: 24px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 26px;
}
.blog .col p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 24px;
}
.blog .col p a {
    color: var(--coorp);
    font-weight: 600;
}
.blog .col .date {
    font-weight: normal;
    margin-top: 14px;
    background: #f6f6f6;
    text-align: left;
    padding: 16px 25px;
    font-size: 14px;
}
.blog .col .date span {
    color: var(--dark);
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
}
.blog .col .date a {
    float: right;
    display: inline-block;
    color: var(--dark);
    margin-top: 9px;
    display: none;
    /* line-height: 44px; */
}
.pagination {
    margin-top: 24px;
    font-size: 16px;
}
.single-post .container {
    max-width: 980px;
}
.single-post .container img {
   width: 100%;
}
/*
End Blog CSS
*/
.list-text {
    margin: -5px 0 22px 30px;
    list-style: circle;
}
.list-text li {
    padding-bottom: 4px;
    list-style: circle;
}


















/* Firefox */
@-moz-document url-prefix() {

}

/* Explorer */
@supports (display:-ms-grid) { 

}

/* Responsive Medium */
@media all and (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
    .home .center {
 
    }
    .duo .row {
        padding: 80px 24px;
    }
    .footer {
        padding: 68px 12px;
    }
    .contact {
        padding-left: 24px;
        padding-right: 24px;
    }
}











/* Responsive Small */
@media all and (max-width: 800px) {


.blog .col .date {
    margin-bottom: 24px;
}


    .navphone {
    display: block;
    float: right;
    font-size: 25px;
    color: var(--coorp);
    position: absolute;
    z-index: 9;
    top: 21px;
    right: 56px;
    }


    .navbutton {
    display: block;
    float: right;
    font-size: 36px;
    margin-top: 2px;
    color: white;
    position: relative;
    z-index: 9;
}


    .navlist  {
    display: none;
    position: fixed;
    z-index: 2;
    height: 100%;
        background: #272727;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
    }

    .header .navbar {
    margin-left: 0;
    width: 100%;
    }

    .header .logo {
    position: relative;
    z-index: 6;
}
.header .phone {
    margin-top: 24px;
    margin-bottom: 24px;
}
.header .form input[type="number"] {
    max-width: 200px;
}
.header .links {
    float: none;
    width: 100%;
}


.footer {
	background-image: unset !important;
}



    .home .center {
    min-width: 100%;
    }
    .home .center h1 {
max-width: 100%;
    font-size: 50px;
    line-height: 48px;
}
.home .center p {
    max-width: 100%;
}
.btn-line {
    font-size: 14x;
}
.duo .row {
    padding: 40px 32px;
}
.duo .row .col h2 {
    font-size: 34px;
    line-height: 38px;
}
.duo .row .col {
    padding: 0;
}
.duo .row .col .btn-line {
    margin-bottom: 35px;
}
.comments {
    margin-top: 80px;
    padding: 0 28px;
}
.home img {
    width: 165%;
    left: -65%;
}
.home .center h1 {
   /* text-shadow: 2px 2px 4px white;*/
}
.comments h2 {
 font-size: 34px;
    line-height: 38px;
    margin-bottom: 40px;
}
.comments .row {
    flex-wrap: wrap;
    padding: 0;
}
.comments {
    background: unset;
}
.info .col {
    padding: 24px;
}
.info .col h2 {
    font-size: 36px;
    line-height: 40px;
}
.questions {
    padding: 26px;
    padding-top: 90px;
    padding-bottom: 0;
}
.questions .col {
    padding: 8px;
}
.duo .row .col h3 {
    line-height: 24px;
    font-size: 19px;
}
.info {
   /* margin-top: 40px;*/
}
.info .center {
    top: unset;
    transform: unset;
}
.questions h1 {
    font-size: 44px;
    line-height: 46px;
}
.contact h1 {
    font-size: 34px;
    line-height: 38px;
}
.contact form h2 {
    margin-top: 30px;
}
.contact form .form-group {
    display: block;
    text-align: left;
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="number"] {
    width: 100% !important;
    margin-bottom:  12px;
}
.contact form .form-group.form-one input:first-child, .contact form .form-group.form-one input #cups {
    width: 100% !important;
}
.btn-custom-large {
    padding: 15px 28px;
    min-width: 210px;
    font-size: 16px;
}
.single h1,
.single h2 {
    padding: 0 24px;
}
.questions .col i {
    font-size: 58px;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
}

.mb-35 {
    margin-bottom: 35px;
}
.line2 {
    margin: -110px 0 -79px 0;
}
.contact {
    padding-top: 90px;
}
.single {
    padding: 90px 12px;
}
.duo .row .col .center {
    top: unset;
    transform: unset;
    padding-right: 0;
}
.contact-2 {
    padding: 80px 0 20px 0 !important;
}
.header .navbar ul {
    margin-left: 0;
    margin-bottom: 24px;
}
.header .navbar ul li {
    display: block;
}
.home.page {
    height: 73vh;
}
.line {
    background: url(img/line-2.png) center center no-repeat;
    height: 101px;
    margin: -38px 0 -67px 0;
}





}

/* Columns responsive */
@media all and (min-width: 800px) {

.col-m-12 {
    width: 100%;
}
.col-m-11 {
    width: 91.66666667%;
}
.col-m-10 {
    width: 83.33333333%;
}
.col-m-9 {
    width: 75%;
}
.col-m-8 {
    width: 66.66666667%;
}
.col-m-7 {
    width: 58.33333333%;
}
.col-m-6 {
    width: 50%;
}
.col-m-5 {
    width: 41.66666667%;
}
.col-m-4 {
    width: 33.33333333%;
}
.col-m-3 {
    width: 25%;
}
.col-m-2 {
    width: 16.66666667%;
}
.col-m-1 {
    width: 8.33333333%;
}
}
@media all and (min-width: 1120px) {
.col-l-12 {
    width: 100%;
}
.col-l-11 {
    width: 91.66666667%;
}
.col-l-10 {
    width: 83.33333333%;
}
.col-l-9 {
    width: 75%;
}
.col-l-8 {
    width: 66.66666667%;
}
.col-l-7 {
    width: 58.33333333%;
}
.col-l-6 {
    width: 50%;
}
.col-l-5 {
    width: 41.66666667%;
}
.col-l-4 {
    width: 33.33333333%;
}
.col-l-3 {
    width: 25%;
}
.col-l-2 {
    width: 16.66666667%;
}
.col-l-1 {
    width: 8.33333333%;
}
}