/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */


@import 'animate.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'slick.css';


@font-face {
    font-family: 'Squared_Display';
    src: url('../fonts/Squared_Display.ttf');
}


.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 { 

	padding-right: 15px !important;
    padding-left: 15px !important;

}
.fnd-s2 {
    background: url('../img/FondoMovil.png') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fnd-s1 {
    background: url('../img/FondoMovilAzul.png') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fnd-s3 {
    background: url('../img/FondoMovilGris.png') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.palf-100 {
    padding-left: 100px;
}


@media (max-width: 575.98px) {

    .palf-100 {
        padding-left: 0px;
    }

    #mainNav {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #303133;
        font-family: 'Libre Franklin', sans-serif;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        height: auto;
    }
}

body,
html {
    width: 100%;
    height: 100%;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #F05F40;
}

hr.light {
    border-color: #fff;
}

a {
    color: #F05F40;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Franklin', sans-serif;
}

.bg-primary {
    background-color: #F05F40 !important;
}

.bg-dark {
    background-color: #323232 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-fadedazul {
    color: #0070c9;
}

.text-fadedazul:hover {
    text-decoration: underline;
}

section {
    padding: 4rem 0;
    /* SECTION MARGEN TOP BOTTOM MODIFICADO */
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #303133;
    font-family: 'Libre Franklin', sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: auto;
}

#mainNav .navbar-brand {
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #F05F40;
    font-family: 'Libre Franklin', sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .85rem;
    font-weight: 700;
    /*  text-transform: uppercase; */
    color: #e4e4e4;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #F05F40 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: #323232;
    }

    #mainNav .navbar-brand {
        color: rgb(255, 255, 255);
    }

    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #FFF;
        font-family: 'Libre Franklin', sans-serif;
        font-weight: 100;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #323232cc;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #F05F40;
    }

    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #f05f40;
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #FFF;
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #ffffff;
    }

    header.masthead {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url("../img/fondo1.png");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    header.masthead h1 {
        font-size: 2rem;
    }

    header.masthead p {
        font-size: 21px;
        line-height: 1.38105;
        font-weight: 400;
        letter-spacing: .011em;
    }

    @media (min-width: 768px) {
        header.masthead p {
            font-size: 1.15rem;
        }

    }

    @media (min-width: 992px) {
        header.masthead {
            height: 87vh;
            /* min-height: 650px; */
            padding-top: 0;
            padding-bottom: 0;
        }

        header.masthead h1 {
            font-size: 3rem;
        }

    }

    @media (min-width: 1200px) {
        header.masthead h1 {
            font-size: 56px;
        }
    }


    section.masthead {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url("../img/fondo2.png");
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }


    section.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    section.masthead h1 {
        font-size: 2rem;
    }

    section.masthead p {
        font-weight: 300;
    }

    @media (min-width: 768px) {
        section.masthead p {
            font-size: 1.15rem;
        }
    }

    @media (min-width: 992px) {
        section.masthead {
            height: 97vh;
            /* min-height: 650px; */
            padding-top: 0;
            padding-bottom: 0;
        }

        section.masthead h1 {
            font-size: 3rem;
        }
    }

    @media (min-width: 1200px) {
        section.masthead h1 {
            font-size: 4rem;
        }
    }






    .service-box {
        max-width: 400px;
    }

    .portfolio-box {
        position: relative;
        display: block;
        max-width: 650px;
        margin: 0 auto;
    }

    .portfolio-box .portfolio-box-caption {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        background: rgba(240, 95, 64, 0.9);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Libre Franklin', sans-serif;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px;
    }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: none;
    }

    @media (min-width: 768px) {
        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
            font-size: 16px;
        }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
            font-size: 22px;
        }
    }

    .text-primary {
        color: #F05F40 !important;
    }

    .btn {
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        border-radius: 300px;
        font-family: 'Libre Franklin', sans-serif;
    }

    .btn-xl {
        padding: 1rem 2rem;
    }

    .btn-primary {
        background-color: #F05F40;
        border-color: #F05F40;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff;
        background-color: #ee4b28 !important;
    }

    .btn-primary:active,
    .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
        box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
    }

    .trns {
        color: #FFF;
        opacity: 0;
        margin-left: -90%;
        transition-property: all;
        transition-duration: 2s;
    }

    .trns: {

        opacity: 1;
        margin-left: 0%;
        transition-property: all;
        transition-duration: 1s;
    }
	
	.section-tlf-boleta {
		background:url(../img/boletafondo.jpg) no-repeat;
		background-size: cover;
		padding:3.5rem;
	} 

    /* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

    .video-area {
        position: relative !important;
        z-index: 1 !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 300px !important;
        /* border: 20px solid #fff; */
        /* border-radius: 20px; */
        /* -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08); */
        /* box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08); */
    }

    .video-area:after {
        position: absolute !important;
        content: "";
        top: -20px !important;
        left: -20px !important;
        /* border: 1px solid #f1f4f8; */
        z-index: 2 !important;
        border-radius: 20px !important;
    }
	
	.video-area .video-play-btn a {
		width: 80px !important;
		height: 80px !important;
		background-color: #39353e;
		color: #fff;
		text-align: center;
		display: block;
		font-size: 36px;
		line-height: 80px;
		padding-left: 5px;
		border-radius: 50%;
		top: 50%;
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
	}
    .video-area .video-play-btn a:hover {
        background-color: #282b2a;
        color: #fff;
    }


    /* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

