@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/MuktaMahee-Regular.woff2') format('woff2'),
         url('../fonts/MuktaMahee-Regular.woff') format('woff');
}

@font-face {
    font-family: 'CustomFont_Bold';
    src: url('../fonts/MuktaMahee-SemiBold.woff2') format('woff2'),
         url('../fonts/MuktaMahee-SemiBold.woff') format('woff');
}

body {
    font: 400 22px/1.8 CustomFont, sans-serif;
    color: #000;
    overflow-y: auto;
}
h3,
h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;
    font-size: 20px;
    color: #111;
}

/* Navbar
 * --------------------------------------- */
nav.navbar-default {
    background-color: #E10027;
    border-color: #E10027;
    border-radius: unset;
}

nav .navbar-header img {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-left: 4em;
    width: 10em;
}

nav.no-fixed {
    position: relative!important;
}

.contenidos nav.no-fixed {
    position: absolute!important;
    background-color: rgba(255, 0, 39, .85);
}

.sin_margenes {
    padding: 0!important;
}

.overflow-hidden {
    overflow-y: hidden;
}

/* Menu
 * --------------------------------------- */
.box-primary-nav-trigger .box-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 5px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}

.box-primary-nav-trigger .box-menu-icon::before {
    top: -9px;
}

.box-primary-nav-trigger .box-menu-icon::after {
    top: 9px;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    background-color: #fff;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.box-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}

.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.box-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 0, 39, 0.8);
    background: #fff;
    z-index: 200;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}

.box-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
}

.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
}

.box-primary-nav a:focus {
    outline: none;
}

.no-touch .box-primary-nav a:hover {
    text-decoration: none;
    color: #ddd;
}

.box-primary-nav .box-label {
    color: #ffbf00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em;
}

.box-primary-nav .box-social {
    display: inline-block;
    margin: 10px .4em;
}

.box-primary-nav .box-social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 30px
}

.box-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box-primary-nav {
    padding: 150px 0 0;
}

.box-primary-nav li {
    font-size: 22px;
}

.intro p{
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

@media screen and (max-width: 767px) {
    .navbar-header img {
        display: initial;
    }

    li.hide-this {
        display: none!important;
    }
}

/* video banner */
.hero {
    /*position: relative;
    z-index: 0;
    background-size: cover;
    background-position: 100% 50%;
    text-align: center;
    color: #fff;
    background-color: #555;*/
    /*margin-bottom: 25px;*/
    width: 100%;
}

.hero .l-container {
    position: relative;
    /*padding: 90px 0;*/
    padding: 5vh 0 50vh 0;
}

.hero__title {
    /*font-size: 62px;*/
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800;
    background-size: auto 45px;
    height: 45px
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .hero__title {
        /*background-image: url(https://static-videos.pexels.com/assets/pexels-videos2x-2c3fa3656b8f558c0091ff4691afaa7e063e74baa6324c7dad2d8d03f0475bdb.png)*/
    }
}

.hero__subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px
}

@media(max-width:849px) {
    .hero__subtitle {
        margin-bottom: 40px
    }
}

.hero__info {
    position: absolute;
    z-index: 100;
    bottom: 16px;
    font-size: 12px;
    color: #eee;
    opacity: .7;
    -webkit-transition: .1s opacity ease-in-out;
    transition: .1s opacity ease-in-out
}

.hero__info:hover {
    opacity: 1
}

.hero__info a {
    text-decoration: none
}

.hero__info--social>iframe,
.hero__info>.fb-like {
    margin-right: 10px
}

.hero__info--social>* {
    vertical-align: middle!important
}

@media(max-width:1100px) {
    .hero__info--social>*:last-child {
        display: none!important
    }
}

@media(max-width:829px) {
    .hero__info--social {
        display: none
    }
}

.hero__info--left {
    left: 16px
}

.hero__info--right {
    right: 16px
}

.hero--video__video {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    width: 100%;
    overflow: hidden;
    max-height: 100%
}

.hero--video__video>video {
    width: 100%
}
/*
@media(max-width:1280px) {
    .hero--video__video>video {
        width: auto;
        height: 100%
    }
}
*/
.hero--video .l-container {
    position: relative;
    max-height: 426px;
    z-index: 1;
    background: rgba(50, 50, 50, .3)
}

.hero--video__info--right {
    right: 12px;
    bottom: 20px
}


/*******************************************/
.nav-pills>li {
    float: none;
    display: inline-block;
}

.hero__title {
    background-color: rgba(255,0,0, 0.5);
    color: white;
    width: 60%;
    margin-left: 20%;
}

.hero__title li a, 
.hero__title li a:hover,
.hero__title li a:active {
    color: white;
    font-weight: 100;
    background-color: transparent;
}

.hero__title li a:hover,
.hero__title li a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

/*ul.hero__title li+li:before {
    padding: 0px 15px;
    font-size: 25px;
    font-weight: 100;
    color: white;
    content: "|";
}*/

/* cambiar el separador de cada item */
ul.breadcrumb {
    padding: 0px 0px;
    background-color: rgba(255,0,0, 0.5);
    color: white;
    width: 60%;
    margin-left: 20%;
}

ul.breadcrumb li a, 
ul.breadcrumb li a:hover,
ul.breadcrumb li a:active {
    color: white;
}

ul.breadcrumb li+li:before {
    padding: 0px 15px;
    font-size: 25px;
    font-weight: 100;
    color: white;
    content: "|";
}

.dropdown-content {
    display: none;
    margin-left: 1.6%;
    margin-top: 2px;
    position: absolute;
    background-color: rgba(255,0,0, 0.5);
    min-width: 11vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content.chico {
    min-width: 9vw;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: rgba(255,0,0, 0.5);}

.dropbtn:hover .dropdown-content {display: block;}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-collapse.collapse.in {
    display: block!important;
}

.nav.navbar-collapse.collapse.in>li {
    position: relative;
    display: block;
}

.navbar-collapse.collapse.in .navbar-nav>li,
.navbar-collapse.collapse .navbar-nav>li {
    float: none!important;
}

.navbar-nav.interiores {
    padding-top: 0.5em;
}
.navbar-nav.interiores.navbar-right:last-child {
    margin-right: 15px!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font: 400 22px/1.8 CustomFont, sans-serif;
}

.nav.responsivo {
    display: none;
}

.linea_hr {
    border: 10px solid #E10027;
    width: 8em;
    margin-left:0;
}

.container {
    width: 85%;
    text-align: justify;
}

.container.cotizacion {
    width: 55%;
    text-align: justify;
}

.resalta {
    color: #E10027;
    font-weight: bold;
}


/******************************************    secciones *********/
.carousel-inner {
    margin-left: 10%;
    width: 80%;
}

.carousel-control.left {
    background-image: none;
    color: red;
    opacity: 1;
}

.carousel-control .icon-prev {
    font-size: 5em;
    margin-top: -40%;
}

.carousel-control.right {
    background-image: none;
    color: red;
    opacity: 1;
}

.carousel-control .icon-next {
    font-size: 5em;
    margin-top: -40%;
}

.inline_images {
    display: inline-flex;
}

.inline_images img {
    max-width: 10%;
}
/*
.marque-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    position: relative;
    display: inline-block;
    animation: notice-marquee 15s linear infinite;
}

.collection_1 {
    position: relative;
  left: 0%;
  animation: swap 15s linear infinite;
}

.collection_2 {
}

@keyframes notice-marquee {
    0% {transform: translate(0);}
    100% {transform: translate(-100%);}
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}*/
.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    margin-top: 5px;
    animation: marquee 40s linear infinite;
}

.item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 40s linear infinite;
}

@keyframes swap {
    0%, 50% {
        left: 0%;
    }
    50.01%,
    100% {
        left: 100%;
    }
}

.marquee-content:hover {
    animation-play-state: paused
}

.item1 {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-left: 2em;
}

.item2 {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-left: 2em;
    line-height: 14px;
}
/* Transition */

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

/*****************************************    contenidos ************/
.ver_galeria {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.ver_galeria a {
    color: #E10027;
    font-size: 0.8em;
}

.mapa iframe {
    width: 100%;
    height: 30em;
}

.red_line.contacto {
    margin-top: 5%;
    border: 8px solid red;
}

.redes_sociales {
    max-width: 4em;
    padding-top: .5em;
    padding-bottom: 1em;
}

.redes_sociales2 {
    max-width: 4em;
    padding-top: .5em;
}

.sombreado {
    box-shadow: -15px 13px 20px #ccc;
}

.sombreado_der {
    box-shadow: 15px 13px 20px #ccc;
}

.img_right {
    float: right;
    margin-right: 5%;
}

.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
}

.form-control:active, .form-control:focus {
     border-bottom: 3px solid #E10027;
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #000;
    padding: 0.7em 2em;
    font-size: 1em;
    border-radius: unset;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #E10027;
    border-color: #E10027;
}

.input-group-addon {
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: unset;
    border-bottom: 1px solid #000;
}

.galeria .img-responsive {
    margin-bottom: 1.5em;
}

.aviso {
    font-size: 0.7em;
}

.aviso a {
    color: #E10027;
}

.openGalery {
    cursor: pointer;
}

.modal-lg-galery .modal-lg {
    width: 80%;
}

.modal-lg-galery .close {
    font-size: 3em;
    color: #E10027;
    opacity: 1;
    /*text-shadow: 0 2px 5px #fff;*/
    text-shadow: none;
}

.modal-lg-galery .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.modal-lg-galery .modal-header {
    border-bottom: none;
}

.modal-lg-galery .carousel-control>span {
    /*text-shadow: 0 2px 5px #fff;*/
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.modal-lg-galery .modal-header .close {
    margin-top: -35px;
}

/************************ ventana emergente ******************************/
.sweet-alert {
  width: 50%;
  padding: 55px;
  left: 40%; 
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-color: rgba(0, 0, 0, 0.7);
}

.sweet-alert ul {
  text-align: justify;
}

.sweet-alert p {
  font-size: 1.2vw;
}

.sweet-alert button {
  background-color: #d51c28!important;
}

.sweet-alert h2 {
  color: #d51c28!important;
  text-align: left;
}

.texto-justify {
    text-align: justify!important;
}

/*****************************************    footer   ****************/
hr.red_line {
    border: 3px solid #E10027;
    margin-bottom: 0;
    margin-top: 0;
}

footer {
    background-color: #000;
    color: white;
    font-size: 0.8em;
}

footer div>img.img-responsive {
  display: initial;
  max-width: 35%;
  margin-bottom: 1em;
  margin-top: 1em;
}

footer .texto-footer {
  margin-bottom: 1em;
  margin-top: 2em;
}

.row {
    margin: 0;
}

.blackout {
    background-color: black;
    height: 0.4em;
}

/*****************************************************************
*********************   MEDIA QUERIES ****************************
******************************************************************/
@media screen and (max-width: 1512px) {
    ul.breadcrumb {
        width: 100%;
        margin-left: 0%;
    }

    .button--size-s {
      font-weight: 600;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .breadcrumb {
        display: none;
    }

    .navbar-header {
        margin: 0!important;
    }


    .hero .l-container {
      padding: 5vh 0 40vh 0;
    }


    .button--size-s {
      font-size: 1.4vw;
      font-weight: 600;
    }


    .box-primary-nav-trigger {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .nav>li>a {
        right: 2em;
    }

    .box-primary-nav-trigger {
        width: 100%;
    }
}


@media screen and (max-width: 800px) {
    .nav.responsivo {
        display: block;
        margin-top: 1.5em;
    }

    .nav.interiores {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    

    .box-primary-nav-trigger {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .nav>li>a {
        right: 2em;
    }

    .box-primary-nav-trigger {
        width: 100%;
    }
}


/* #### Mobile Phones Portrait or Landscape #### */
@media (-webkit-min-device-pixel-ratio: 2){
    body {
        font: 400 18px/1.8 CustomFont_Bold, sans-serif;
    }

    .contenidos nav.no-fixed {
        position: relative!important;
    }

    .box-primary-nav-trigger {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .nav>li>a {
        right: 40%;
    }

    .box-primary-nav a {
        font-size: 1.5em;
    }

    .box-primary-nav-trigger {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .breadcrumb {
        display: none;
    }

    .navbar-header {
        margin: 0!important;
    }


    .hero .l-container {
      padding: 5vh 0 40vh 0;
    }


    .button--size-s {
      font-size: 2vw;
      font-weight: 600;
    }

    .button {
      min-width: auto;
      max-width: auto;
    }

    .ver_galeria {
        bottom: 2%;
    }

    .ver_galeria a {
        font-size: 0.6em;
    }

    .item1,.item2 {
        width: 100px;
    }

    .container {
        width: 100%;
        padding: 0px;
    }

    .container.cotizacion {
        width: 100%;
    }

    .carousel-control .icon-prev {
        top: 90%;
        margin-left: 2em;
        font-size: 3em;
    }

    .carousel-control .icon-next {
        top: 90%;
        margin-right: 2em;
        font-size: 3em;
    }

    .carousel-inner {
        margin-left: 0%;
        width: 100%;
    }

    .inline_images img {
        max-width: 25%;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    footer .texto-footer {
      margin-top: 1em;
    }

    .modal-lg-galery .modal-lg {
        width: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
    
}