@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i);

@font-face {
    font-family: 'Pirulen';
    src: url('../fonts/pirulen.otf') format('opentype');
}

body {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.8em; */
    padding: 0;
    /* background:#606060; */
}

.pirulen {
    font-family: 'Pirulen'
}

h1 {
    font-size: 16px
}

h1, h2, h3 {
    color: #000;
    font-weight: 300;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FAB702;
}

.swiper-button-next, .swiper-button-prev {
    color: black
}

.swiper-slide {
    cursor: pointer;
}

/* .swiper-slide img {  border:1px solid #ddd} */
.foot-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.foot-brand, .navbar-brand {
    position: relative;
}

.foot-brand small, .navbar-brand small {
    position: absolute;
    font-size: 11px;
    right: 0;
    bottom: -8px;
    color: #444;
}

.foot-brand small {
    color: #ddd;
}

.linea-bg {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.card-img-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.wrap {
    position: relative;
    margin: 3em 0;
}

.frame {
    height: 280px;
    overflow: hidden;
    /* margin:0 5px; */
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.frame ul li:hover a {
    transform: scale(1.1);
}

.frame ul li a {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    transition: 0.5s all ease-in-out;
}

.frame ul li {
    position: relative;
    float: left;
    width: 375px;
    height: 100%;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.frame ul li.active {}

.pro_nombre {
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#carouselExampleControls .carousel-caption {
    padding: 15px;
    right: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* Scrollbar */
.scrollbar {
    margin: 0 0 1em 0;
    height: 14px;
    background: #ddd;
    line-height: 0;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background-color: #EA7214;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* Pages */
.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
    background: #aaa;
}

.pages li.active {
    background: #666;
}



.ft-centered .ft-material span,
.ft-centered .ft-material i {
    display: inline-block;
    border: 1px solid #f8f8f8;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* color:rgba(194,60,59); */
    color: #EA7214;
}

/* .ft-centered .ft-material:hover span, .ft-centered .ft-material:hover i {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
} */

.ft-centered .ft-item {
    text-align: center;
}

.ft-centered .ft-item h5 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.ft-centered .ft-item span {
    padding: 0;
    width: 110px;
    height: 110px;
    font-size: 45px;
    line-height: 109px;
}

.ft-hover-item .ft-item {
    position: relative;
    height: 440px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ft-hover-item .ft-item .content-wrapper {
    position: absolute;
    left: 3vw;
    right: 3vw;
    bottom: 0;
    text-shadow: 1px 1px 3px #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ft-hover-item .ft-item .content-wrapper h3 {
    margin: 0;
    padding-bottom: 45px;
    color: #ececec;
    text-decoration: none;
}

.ft-hover-item .ft-item .content-wrapper p {
    margin: 0;
    padding-bottom: 45px;
    color: #ececec;
}

.ft-hover-item .ft-item .content-wrapper .ft-button {
    opacity: 0;
}

.ft-hover-item .ft-item:hover .bg-overlay {
    background: rgba(17, 17, 17, 0.8);
}

.ft-hover-item .ft-item:hover .content-wrapper {
    bottom: 100px;
}

.ft-hover-item .ft-item:hover .content-wrapper .ft-button {
    opacity: 1;
}

.ft-hover-item .ft-2 .bg-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.55);
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.ft-hover-item .ft-2 {
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: counter-reset;
    /* background-size: auto 100%; */
    background-position: left;
}

.ft-hover-item .ft-2 .bg-overlay {
    background: rgba(17, 17, 17, 0.4);
}

footer {
    color: #ccc;
}

footer a {
    color: orange;
    text-decoration: none;
}

footer a:hover {
    color: orange;
    text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link:after {
    color: #FAB702;
    content: "\f111";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    margin-left: 20px;
    margin-top: 0px;
    position: relative;
}

.navbar-dark .navbar-nav .nav-item:last-child :after {
    content: "";
    margin: 0;
}

@media(max-width:780px) {
    .linea-bg {
        height: 30vh;
    }

    #carouselExampleControls .carousel-inner {
        height: 45vh
    }
}

@media(min-width:780px) {
    .linea-bg {
        height: 80vh;
    }

    #carouselExampleControls .carousel-inner {
        height: 85vh
    }
}