@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:500,600,700,400,300,800);
@import "animate.css";

/*============= Overflow ===============*/

.o__hidden {
    overflow: hidden;
}


/*========================================================
                    Main layout styles
=========================================================*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    background: #191919;
    color: #FFFFFF;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:active {
    background: transparent;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 81px;
    line-height: 80px;
    font-weight: 800;
    text-transform: uppercase;
    /*  letter-spacing: -4.86px;*/
}

@media (min-width: 768px) and (max-width: 979px) {
    h1 {
        font-size: 72px;
        line-height: 74px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 69px;
        line-height: 74px;
    }
}

h2,
h3,
h4 {
    color: #191919;
}

h2,
h3 {
    text-transform: uppercase;
    font-weight: 700;
}

h2 span,
h3 span {
    font-weight: 300;
}

h2 {
    font-size: 70px;
    line-height: 79px;
    letter-spacing: -1.2px;
}

h3 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1px;
}

@media (max-width: 479px) {
    h3 {
        font-size: 42px;
        line-height: 48px;
    }
}

h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

h4 a:hover {
    color: #6182BC;
}


/* Gallery Hover */

a[data-gal] {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

a[data-gal] img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media (max-width: 1199px) {
    a[data-gal] img {
        width: 100%;
    }
}

a[data-gal] .gallery-overlay {
    position: absolute;
    text-align: center;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
}

a[data-gal] .gallery-overlay:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 30px;
    margin-top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lt-ie9 a[data-gal] .gallery-overlay:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.lt-ie9 a[data-gal] .gallery-overlay:before {
    display: none;
}

a[data-gal]:hover {
    text-decoration: none;
}

a[data-gal]:hover img {
    transform: scale(1.2);
}

a[data-gal]:hover .gallery-overlay {
    background: rgba(97, 130, 188, 0.50);
}

.lt-ie9 a[data-gal]:hover .gallery-overlay {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80278032', endColorstr='#80278032');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80278032', endColorstr='#80278032');
    zoom: 1;
}

a[data-gal]:hover .gallery-overlay:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.lt-ie9 a[data-gal]:hover .gallery-overlay:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}

.lt-ie9 a[data-gal]:hover .gallery-overlay:before {
    display: block;
}

.appear {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lt-ie9 .appear {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.page {
    overflow: hidden;
}


/*========================================================
                    Main Layout
=========================================================*/

a[data-gal]+.off1,
img+.off1 {
    margin-top: 21px;
    color: #004996;
}

h3+.off1 {
    margin-top: 27px;
    color: #004996;
    font-size: 22px;
}

h3+.off2 {
    margin-top: 45px;
}

h3+.off3 {
    margin-top: 24px;
}

h3+.off4 {
    margin-top: 37px;
}

.row+.off1 {
    margin-top: 33px;
}

p+.off1 {
    margin-top: 48px;
}

p+.off2 {
    margin-top: 23px;
}


/*========================================================
                    HEADER styles
=========================================================*/

.header {
    /*background: #8B0000;*/
    background: #FFFFFF;
    color: #004996;
}

.header>.container {
    padding: 17px 0 31px;
}

@media (max-width: 767px) {
    .header {
        text-align: center;
    }
    .header .company,
    .header .contact-info,
    .header .header-menu,
    .header .social-list {
        float: none;
    }
    .header .stuck {
        padding-bottom: 10px;
    }
}

.company {
    float: left;
    margin-top: 8px;
}

.company_slogan {
    font: 800 15px/25px 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #A01319;
    margin: 9px 0px 0px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 979px) {
    .company_slogan {
        font-size: 13px;
        line-height: 28px;
    }
}

@media (max-width: 479px) {
    .company_slogan {
        font-size: 13px;
        line-height: 28px;
    }
}

.contact-info {
    float: right;
    margin-top: 20px;
    text-align: right;
    line-height: 33px;
}

.contact-info p {
    font-size: 28px;
}

.contact-info .phone {
    margin-top: 8px;
    color: #6182BC;
    font-size: 30px;
    font-weight: 700;
}

.contact-info .phone span {
    font-size: 44px;
    line-height: 33px;
    color: #A01319;
}

@media (max-width: 479px) {
    .contact-info p {
        font-size: 20px;
    }
    .contact-info .phone {
        font-size: 33px;
    }
    .contact-info .phone span {
        font-size: 54px;
    }
}

.stuck {
    background: #004996;
}

.stuck:before,
.stuck:after {
    content: " ";
    display: table;
}

.stuck:after {
    clear: both;
}

.header-menu {
    float: left;
}

.social-list {
    float: right;
    color: #004996;
    margin-top: 4px;
}

.social-list li {
    display: inline-block;
    font-size: 36px;
    line-height: 22px;
}

.social-list li+li {
    margin-left: 5px;
}

.social-list a:hover {
    color: #6988C1;
}


/*========= Stuck menu styles ======================*/

.isStuck {
    z-index: 999;
}

.isStuck .sf-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.isStuck .social-list {
    margin-top: 9px;
}

.isStuck .sf-menu ul {
    top: 53px;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}


/* Main menu styles
========================================================*/

.sf-menu>li {
    position: relative;
    float: left;
}

.sf-menu>li>a {
    display: inline-block;
    position: relative;
    padding: 23px 28px 24px 29px;
    font-size: 18px;
    line-height: 33px;
    font-weight: 600;
    color: #ffffff;
}

.sf-menu>li>a:hover {
    color: #FFFFFF;
    background: #6182BC;
}

.sf-menu>li>a:hover.sf-with-ul:after {
    color: #191919;
}

@media (min-width: 768px) and (max-width: 979px) {
    .sf-menu>li>a {
        padding: 23px 14px 24px;
    }
}

.sf-menu>li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #FFFFFF;
}

.sf-menu>li:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #FFFFFF;
}

.sf-menu>li>.sf-with-ul:after {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 31px;
    margin-left: 12px;
    color: #FFFFFF;
}

.sf-menu>li.current>a,
.sf-menu>li.sfHover>a {
    color: #FFFFFF;
    background: #6182BC;
}

.sf-menu>li.current>a.sf-with-ul:after,
.sf-menu>li.sfHover>a.sf-with-ul:after {
    color: #FFFFFF;
}


/* First level sub-menu styles
========================================================*/

.sf-menu ul {
    position: absolute;
    top: 80px;
    left: -40px;
    z-index: 4;
    width: 269px;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul li {
    position: relative;
    font: 500 15px/30px 'Raleway', sans-serif;
    text-align: left;
}

.sf-menu ul li a {
    display: block;
    background: #ffffff;
    color: #777777;
    padding: 15px 0 15px 20px;
}

.sf-menu ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #6182BC;
}

.sf-menu ul li+li {
    border-top: 1px solid #d9d9d9;
}

.sf-menu ul li.sfHover>a {
    color: #FFFFFF;
    background: #6182BC;
}

@media (min-width: 768px) and (max-width: 979px) {
    .sf-menu ul {
        width: 200px;
    }
}


/* Second level sub-menu styles
========================================================*/

.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 270px;
    z-index: 4;
}

@media (min-width: 768px) and (max-width: 979px) {
    .sf-menu ul ul {
        left: 202px;
    }
}

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    .select-menu {
        display: block;
        clear: both;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin: 14px auto;
        padding: 0;
        height: 40px;
        background: #ffffff url(../images/select.png) 99% center no-repeat;
        color: #05090d;
        border-radius: 0;
        -webkit-appearance: none;
        outline: none;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/*========================================================
                    CONTENT styles
=========================================================*/

.content {
    background: #e5e5e5;
}


/*========= Wrappers ======================*/

.wrapper1 {
    padding: 80px 0 82px;
    position: relative;
}

.wrapper1__ins1 {
    padding-bottom: 106px;
}

.wrapper1__ins2 {
    padding-bottom: 73px;
}

@media (max-width: 767px) {
    .wrapper1__mod {
        padding-bottom: 0;
    }
}

.wrapper2 {
    padding: 61px 0 92px;
    position: relative;
}

.wrapper2__ins1 {
    padding-bottom: 80px;
}

.mt-img {
    margin-top: 8px;
}


/*========= Boxes ======================*/

.box {
    position: relative;
}

.box img {
    width: 100%;
}

.box h3 {
    color: #ffffff;
}

.box h3 span {
    color: #E5E5E5;
}

.box_cnt {
    padding-right: 30px;
}

.box .link {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 64px;
    line-height: 64px;
    color: #278032;
}

.box .link:hover {
    color: #ffffff;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .box h3 {
        font-size: 36px;
        line-height: 41px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .box h3 {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width: 479px) {
    .box h3 {
        font-size: 36px;
        line-height: 41px;
    }
}

.box__mod h3 span {
    color: #ffffff;
}

@media (max-width: 979px) {
    .box__mod h3 span {
        color: #eec511;
    }
}

.box2_cnt {
    background: #ffffff;
    padding: 11px 5px 29px 20px;
    border: 1px solid #d9d9d9;
}

@media (max-width: 1199px) {
    .box2 a[data-gal] {
        display: block;
    }
}


/*========= Buttons ======================*/

.btn1 {
    display: inline-block;
    font: 600 22px/33px 'Raleway', sans-serif;
    padding: 24px 0 23px;
    text-align: center;
    min-width: 199px;
    color: #FFFFFF;
    background: #A01319;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn1 span {
    line-height: 33px;
    color: #ffffff;
    margin-left: 9px;
}

.btn1:hover {
    color: #FFFFFF;
    background: #004996;
}

.btn2 {
    display: inline-block;
    font: 600 20px/33px 'Raleway', sans-serif;
    padding: 19px 0 18px;
    text-align: center;
    min-width: 162px;
    color: #ffffff;
    background: #A01319;
}

.btn2:hover {
    background: #004996;
}


/*========= Backgrounds ======================*/

.bg {
    background: #0a59ad;
    position: relative;
    overflow: hidden;
}

.bg h3,
.bg h4,
.bg p {
    color: #ffffff;
}

.bg .overlay {
    right: 32.7%;
    height: 140%;
    background: #A01319;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .bg .overlay {
        right: 57.7%;
    }
}

@media (max-width: 979px) {
    .bg .overlay {
        display: none;
    }
}

.lt-ie9 .bg .overlay {
    right: 61.7%;
}

.overlay {
    position: absolute;
    width: 120%;
    top: 0;
    -moz-transform: rotate(114deg);
    -ms-transform: rotate(114deg);
    -webkit-transform: rotate(114deg);
    -o-transform: rotate(114deg);
    transform: rotate(114deg);
}

.bg2 {
    background: #004996;
    color: #ffffff;
}

.bg2 h3 {
    color: #ffffff;
}

.bg3 {
    background: #071e46;
    color: #ffffff;
}

.bg3 h3 {
    color: #ffffff;
}


/*========= Caption ======================*/

.caption {
    text-align: right;
}

.caption h2 {
    color: #ffffff;
}

@media (min-width: 768px) and (max-width: 979px) {
    .caption h2 {
        font-size: 65px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .caption h2 {
        font-size: 44px;
        line-height: 50px;
    }
}

.caption h2+.btn1 {
    margin-top: 16px;
}

@media (max-width: 479px) {
    .caption {
        text-align: center;
        bottom: 40px;
    }
    .caption h2 {
        font-size: 37px;
        line-height: 40px;
    }
}


/*========= Markered List ======================*/

.markered-list li+li {
    margin-top: 31px;
}

.markered-list a {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-size: 22px;
}

.markered-list a:before {
    content: '\f105 ';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 30px;
    color: #eec511;
}

.markered-list a:hover {
    color: #eec511;
}

.markered-list a:hover:before {
    color: #ffffff;
}

.img-wrap {
    position: absolute;
    bottom: 0;
}

.img-wrap img {
    width: 100%;
}

@media (max-width: 767px) {
    .img-wrap {
        position: relative;
    }
}


/*========= Address ======================*/

address {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
}

address p {
    position: relative;
    padding-left: 45px;
    font-weight: 600;
}

address p:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    line-height: 34px;
    color: #B3D1FF;
}

address p+p {
    margin-top: 21px;
}

address .addr:before {
    content: '\f041';
    font-size: 40px;
}

address .phone {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

address .phone:before {
    content: '\f232';
    font-size: 35px;
}

address .pho {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

address .pho:before {
    content: '\f10b';
    font-size: 50px;
}

address .hours:before {
    content: '\f017';
    font-size: 33px;
}

address .mail:before {
    content: '\f0e0';
    font-size: 28px;
}

address .mail a {
    color: #ffffff;
}

address .mail a:hover {
    text-decoration: underline;
}

@media (max-width: 479px) {
    address {
        font-size: 18px;
        line-height: 28px;
    }
    address .phone {
        font-size: 30px;
    }
}


/*========= Map ======================*/

.map {
    height: 550px;
    position: relative;
    overflow: hidden;
}

.map_caption {
    position: relative;
    padding-top: 51px;
    z-index: 1;
    display: inline-block;
}

@media (max-width: 767px) {
    .map_caption {
        padding-bottom: 20px;
    }
}

.map h3 {
    color: #ffffff;
}

.map .overlay {
    right: 27.2%;
    height: 170%;
    background: rgba(40, 50, 59, .8);
    z-index: 1;
}

.lt-ie9 .map .overlay {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    zoom: 1;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .map .overlay {
        width: 156%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .map .overlay {
        width: 192%;
        right: 9.2%;
    }
}

@media (max-width: 767px) {
    .map .overlay {
        width: 100%;
        left: 0;
        right: 0;
        top: 350px;
        bottom: 0;
        height: auto;
        transform: none;
    }
}

.lt-ie9 .map .overlay {
    right: 50%;
}

@media (max-width: 767px) {
    .map {
        height: auto;
        padding-top: 350px;
        overflow: inherit;
    }
}


/*========= Number-box ======================*/

.number-box {
    position: relative;
    padding-left: 100px;
}

.number-box:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 10px;
    width: 66px;
    height: 66px;
    line-height: 57px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    background: #278032;
}

.number-box:after {
    content: '';
    position: absolute;
    left: 66px;
    top: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #278032;
}

@media (min-width: 768px) and (max-width: 979px) {
    .number-box {
        padding: 100px 0 0;
    }
    .number-box:before {
        top: 0;
        left: 50%;
        margin-left: -33px;
    }
    .number-box:after {
        display: none;
    }
}

@media (max-width: 479px) {
    .number-box {
        padding: 100px 0 0;
    }
    .number-box:before {
        top: 0;
        left: 50%;
        margin-left: -33px;
    }
    .number-box:after {
        display: none;
    }
}


/*========= Quote ======================*/

.quote {
    padding-left: 58px;
    position: relative;
}

.quote:before {
    content: '\f10d ';
    position: absolute;
    left: 0;
    top: 8px;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}

.quote p+h4 {
    margin-top: 29px;
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../SLP.png);
    background-size: cover;
}

#map-canvas img {
    max-width: none !important;
}

.policy-box+.policy-box {
    margin-top: 26px;
}

.policy-link {
    margin-top: 29px;
}

.policy-link a {
    text-decoration: underline;
}

.policy-link a:hover {
    color: #278032;
}


/*========================================================
                    FOOTER styles
=========================================================*/

.footer {
    padding: 25px 0 26px;
    background: #004996;
}

@media (max-width: 767px) {
    .footer {
        border-top: 1px solid #777;
    }
}

.copyright a:hover {
    color: #B3D1FF;
}


/*========================================================
                    Widget styles
=========================================================*/


/* parallax styles
========================================================*/

.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .parallax {
        background-position: 50% 0 !important;
        background-size: cover;
    }
}

.mobile .parallax,
.tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
}

.parallax1 {
    position: relative;
    background-image: url(../images/fletes-en-san-luis-potosi-caronte.jpg);
    overflow: hidden;
    padding: 317px 0 90px;
}

.parallax1 .caption {
    position: relative;
}

.parallax1 .camera_overlay {
    background: rgba(40, 50, 59, .8);
}

.lt-ie9 .parallax1 .camera_overlay {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    zoom: 1;
}

@media (max-width: 479px) {
    .parallax1 {
        padding-top: 150px;
    }
}

.parallax2 {
    background-image: url(../images/mudanzas-en-san-luis-potosi-caronte.jpg);
    color: #ffffff;
}

.parallax2 .parallax-overlay {
    background: rgba(40, 50, 59, .8);
}

.lt-ie9 .parallax2 .parallax-overlay {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    zoom: 1;
}

.parallax2 h3,
.parallax2 h4 {
    color: #ffffff;
}


/* UItoTop styles
========================================================*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    z-index: 20;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    background: #A01319;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 #fff;
}

#toTop:hover {
    background: #6182BC;
}

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}


/*============ Background RGBA==============*/


/*=========== I CAN SEE YOU ==============*/

.logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.white {
    color: #FFFFFF;
}

.parallax33 {
    background-image: url(../images/fondo-empresa.jpg);
    color: #ffffff;
}

.parallax33 .parallax-overlay {
    background: rgba(40, 50, 59, .8);
}

.lt-ie9 .parallax33 .parallax-overlay {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
    zoom: 1;
}

.parallax33 h3,
.parallax33 h4 {
    color: #ffffff;
}


/* UItoTop styles
========================================================*/

.red {
    color: #e50100;
    font-weight: bold
}

.contenedorimg {
    text-align: center;
}

.contenedorimg img {
    width: 500px;
    height: 400px;
    text-align: center;
}

h3.centrado {
    text-align: center;
}

.correos {
    height: 55px;
    width: 300px;
}

.correos img {
    height: 20px;
    display: inherit;
}

.correonava {
    color: black;
    font-size: 20px;
}

.correonavb {
    color: black;
    font-size: 16px;
}

.correonfoota {
    color: white;
    font-size: 28px;
}