@font-face {
    font-family: "FreightSansPro";
    src: url("/fonts/FreightSansProMedium-Regular.ttf");
}
@font-face {
    font-family: "Cormorant";
    src: url("/fonts/Cormorant-BoldItalic.ttf");
}
@font-face {
    font-family: "Poplar";
    src: url("/fonts/PoplarStd.otf") format("opentype")
}

.fondo{
    background-image: url('/images/main-bkg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.fondo.menu{
background-image:none !important;
    background:linear-gradient(
        to bottom,
        #E9E5DC 0%,
        #E9E5DC 50%,
        #FFFFFF 50%,
        #FFFFFF 100%
    );
    background-attachment: fixed;
}
.primary-font,p{
    font-family: 'Poplar';
    font-weight: 600;
}

.secondary-font,p.secondary{
    font-family: 'FreightSansPro';
}

.bkg-black{
    background-color: #2D2926 !important;
}

.bkg-red{
    background-color: #C43C32 !important;
}

.bkg-white{
    background-color: #E9E5DD !important;
}

.txt-black{
    color: #2D2926;
}

.txt-red{
    color: #C43C32;
}

.txt-white{
    color: #E9E5DD;
}

.btn{
    font-size: 12px !important;
}

.select-suc{
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.opciones-menu li button{
    text-transform: uppercase;
    letter-spacing: 3px;
}

.opciones-menu li{
    padding:4px
}
.btn-outline-danger{
    color: #fff !important;
    border-color: #C43C32 !important;
}
.btn-danger {
    color: #fff;
    background-color: #C43C32 !important;
    border-color: #C43C32 !important;
}

.btn-primary {
    color: #fff;
    background-color: #2D2926 !important;
    border-color: #2D2926 !important;
}

.btn-light {
    background-color: #E9E5DD !important;
    border-color: #E9E5DD !important;
}

.btn-outline-danger:hover,
.btn-danger:hover {
    color: #fff;
    background-color: #aa2f26 !important;
    border-color: #aa2f26 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #161413 !important;
    border-color: #161413 !important;
}

.btn-light:hover {
    color: #fff;
    background-color: #c6c3bd !important;
    border-color: #c6c3bd !important;
}

.sello{
    position:absolute;
    bottom:0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card{
    z-index: 9;
}

.sello-pdf{
    opacity: 0.5;
    margin:auto;
}

/*
  Enter and leave animations can use different
  durations and timing functions.
*/
.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}
  
.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
  
.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateY(20px);
    opacity: 0;
}

.vue-pdf-embed > div {
    -webkit-box-shadow: 0px 4px 25px 3px rgba(0,0,0,0.59); 
    box-shadow: 0px 4px 25px 3px rgba(0,0,0,0.59);
    margin-bottom:2rem;
}

.pdf{
    padding: 2rem;
}
  
.icon-italos {
    position: absolute;
    left: 5%;
    top: 5px;
}

.opciones-menu button,
.opciones-menu a{
    position:relative;
    font-weight: 600;
}

.footer{
    background-color: rgba(150, 150, 150, 0.6);
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.footer.end{
    position: static;
}

.social-icons{
    color: #E9E5DD;

}

.social-module{
    position:absolute;
    top:8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-box.d-md-none{
    padding: 1rem;
    background: #C43C32;
    border-radius: 100%;
    margin-left:10px;
    margin-right:10px;
}


.d-md-block .social-box{
    padding: 0.4rem;
    background: #C43C32;
    border-radius: 100%;
    margin-left:10px;
    margin-right:10px;
}


@media only screen and (min-width: 768px) {
    .fondo {
        background: linear-gradient(
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
          ), url('/images/main-bkg.jpg');
          background-repeat: no-repeat;
          background-size: cover;
          height: 100vh;
          background-position: center;
    }
  }

  