@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500&display=swap');
/* 
font-family: 'Alfa Slab One';
font-family: 'Oswald', sans-serif;
font-family: "Poppins", sans-serif;
font-family: 'Oleo Script Swash Caps', cursive; 
font-family: 'Dancing Script', cursive;
font-family: 'Silkscreen', cursive;
font-family: 'Roboto Mono', monospace;*/

:root {
    --pink: #CE4C9B;
    --navyblue: #0E4B8F;
    --lightblue:#85D2F5;
    --grappe: #964D9D;
    --bs-btn-border-width: 2px;
}

body {
    background-color: #231F20;
    color: #fff;
    position: relative;
}
select {
    font-family: 'Lato', 'Font Awesome 5 Free';
    font-weight: 900;
}

select option {
    margin: 40px;
    background: #292A2D;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* .tempate {
    width: 100%;
    height: 100%;
} */
  
/* Fonts */
/* .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #ffffff ;
    display: inline-block;
    line-height: 10px;
} */
/* .nav-item span {
    display: inline-block;
    width: 0;
    height: 1em;
    margin-top: 12px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
} */
.col-p-1 {
    width: 80%;
    text-align: start;
}

.col-p-2 {
    width: 20%;
    text-align: right;
}

.btn-play {
    width: 100%;
    height: auto;
    cursor: pointer;
    background-color: #000;
}

.img-responsive {
    width: 100%;
    height: auto
}

.img-whatsapp{
    max-width: 100%;
    height: auto;
}

.heading-title {
    /* font-size: 54px; */
    font-size: 300%;
    font-family: 'Alfa Slab One';
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}
.alfaSlab {
    font-family: 'Oswald', sans-serif;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.oleoScript {
    font-family: 'Oleo Script Swash Caps', cursive; 
}

.dancing {
    font-family: 'Dancing Script', cursive;
}

.silkscreen {
    font-family: 'Silkscreen', cursive;
}

.roboto {
    font-family: 'Roboto Mono', monospace;
}

/*signed Colors*/

.text-pink {
    color: var(--pink);
}

.text-navyblue {
    color: var(--navyblue);
}

.text-lightblue {
    color: var(--lightblue);
}

.text-grappe {
    color: var(--grappe);
}

/*Background*/
.bg-dark-p {
    background-color: #231F20;
}

.content-type {
    min-height: 600px;
}

.bg-pink-line {
    background:linear-gradient(#CD4B9B 50%, #CD529E 50%);
    background-size:100% 20px;
}

.bg-blue-line {
    background:linear-gradient(#83D1F4 50%, #91D6F6 50%);
    background-size:100% 20px;
}

.bg-purple-line {
    background:linear-gradient(#9C62A9 50%, #A672B0 50%);
    background-size:100% 20px;
}

.bg-pink {
    background-color: var(--pink);
}

.bg-navyblue {
    background-color: var(--navyblue);
}

.bg-lightblue {
    background-color: var(--lightblue);
}
.bg-grappe {
    background-color: var(--grappe);
}
/*button desing*/

.btn-desing {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    /* --bs-btn-color: #212529; */
    --bs-btn-bg: #000000;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    /* color: var(--bs-btn-color); */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
    /* border-radius: var(--bs-btn-border-radius); */
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-principal {
    background-color: #000000;
    color: var(--pink);
    padding: 5px 15px 5px 15px;
    font-size: 24pt;
    font-weight: bold;

}
.btn-pink {
    /* background-color: var(--pink); */
    color: var(--pink);
    border: var(--bs-btn-border-width) solid var(--lightblue);
}

.btn-navyblue {
    color: var(--navyblue);
    border: var(--bs-btn-border-width) solid var(--lightblue);
}

.btn-lightblue {
    color: var(--lightblue);
    border: var(--bs-btn-border-width) solid var(--pink);
}

.btn-grappe {
    background-color: var(--grappe);
    color: #fff;
}

.btn-pink:hover {
    background-color: #000;
    color: var(--pink);
}

.btn-navyblue:hover {
    background-color: #000;
    color: var(--navyblue);
}

.btn-lightblue:hover {
    background-color: #000;
    color: var(--lightblue);
}

.btn-grappe:hover {
    background-color: #000;
    color: var(--grappe);
}
/*spacer*/
.spacer-element {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
}

.vertical {
    border-right: 2px solid #fff;
    height: 150px;
    margin-left: 10px;
}

.line-separate {
    border-right: 2px solid #fff;
    height: 150px;
    height: 1em;
}

.big-space {
    min-height: 350px;
    width: auto;
}

/*efectos*/
.zoom {
    transition: transform .2s; 
}
 
.zoom:hover {
    transform: scale(1.1); 
}

.typeText {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 22px;
}
/*input*/
.input-rose {
    height: 35px;
    width: 100%;
    padding: 0.5em;
    margin-top: 0.5em;
    font-size: 17px;
    font-weight: normal;
    color: #97cae3;
    background-color: rgba(41, 67, 117, 0.30);
    border: #ae4f87 1px solid;
    box-shadow: #ae4f87 1px 2px 3px;
    border-radius: 5px;
}

.input-grappe {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* height: 35px; */
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #fff;
    /* font-size: 17px;
    font-weight: normal; */
    /* color: #97cae3; */
    background-color: rgba(41, 67, 117, 0.30);
    background-clip: padding-box;
    border: var(--grappe) 1px solid;
    box-shadow: var(--grappe) 1px 2px 3px;
    border-radius: 0.375rem;
  /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.select-grappe {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* height: 35px; */
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #fff;
    /* font-size: 17px;
    font-weight: normal; */
    /* color: #97cae3; */
    background-color: rgba(41, 67, 117, 0.30);
    background-clip: padding-box;
    border: var(--grappe) 1px solid;
    box-shadow: var(--grappe) 1px 2px 3px;
    border-radius: 0.375rem;
  /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.bg-ddl {
    background-color: #292A2D;
}
.template {
    position:relative;
}

/*
background-color: green;
    clip-path: polygon(0 28%, 12% 26%, 21% 19%, 27% 10%, 33% 4%, 42% 0, 62% 0%, 68% 6%, 74% 13%, 78% 21%, 86% 27%, 100% 30%, 99% 84%, 85% 88%, 78% 94%, 67% 100%, 29% 100%, 23% 96%, 17% 89%, 10% 83%, 0% 80%);
    height: 150px;
*/

.content-template {
    position: absolute;
    /* background-color: red; */
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 120px;
}

.img-logo {
    height: 120px;
}
.display-none {
    display: none;
}

.orderby-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.orderby-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:768px) {
    
    .orderby-0 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .orderby-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width:991px) {
    .nav-item span {
        display: inline-block;
        width: 0;
        height: 1em;
        margin-top: 12px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }   
}

/*dropZone*/
.dropzone {
    /* width : 200px ; */
    min-height : 300px ;
    border : 2px dashed #eee ;
    text-align : center ;
    /* line-height : 100px ; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dropzone.active{
    border: 2px solid #fff;
  }
  .dropzone .icon{
    font-size: 50px;
    color: #fff;
  }
  .dropzone header{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
  }
  .dropzone span{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 15px 0;
  }

/*formas*/
.oval-half-red {
    width: 250px;
    height: 100px;
    -moz-border-radius: 0 50% / 0 100%;
    -webkit-border-radius: 0 50% / 0 100%;
    border-radius: 0 50% / 0 100%;
    background: #5cb85c;
    border: 3px solid #555;
}
/*Ribbon*/

#badge-ribbon {
    position: relative;
    background: red;
    height: 100px;
    width: 100px;
    border-radius: 50px;
  }
  #badge-ribbon:before,
  #badge-ribbon:after {
    content: '';
    position: absolute;
    border-bottom: 70px solid red;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 70px;
    left: -10px;
    transform: rotate(-140deg);
  }
  #badge-ribbon:after {
    left: auto;
    right: -10px;
    transform: rotate(140deg);
  }

  /*TV form*/
  #tv {
    position: absolute;
    width: 70%;
    height: 150px;
    margin: 21% 10%;

    /* background: red; */
    border: solid 1px red;
    border-radius: 50% / 40%;
    color: white;
    text-align: center;
    text-indent: .1em;
    /**/
    /* -moz-border-radius: 0 50% / 0 100%;
    -webkit-border-radius: 0 50% / 0 100%;
    border-radius: 0 50% / 0 100%; */
  }

  #tv:before,
  #tv:after {
   content: "";
   width: 28%;
   height: 80%;
   position: absolute;
   left: 6%;
   top: 0;
   /* background: red; */
   border: solid 1px green;
   border-radius: 10em 1em 0 0;
   transform: rotate(-83deg);
   transform-origin: 0 100%;
  }
  /* #tv:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
  } */

.preview-wrapper {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    background-color: #231F20;
}
.canvas {
    background: transparent;
    width: 911.5px;
    max-width: 100%;
}
fieldset {
    background-color: #000 ;
    color: #fff;
    border-color: #fff;    
}
  

canvas, img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    /* border: 5px solid #ddd; */
}