﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.presentar {
    text-align: center;
}

    .presentar a, .presentar img, .presentar a span {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .presentar a {
        position: relative;
        display: inline-block;
    }

        .presentar a span {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .presentar a:hover span {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

.mr-30 {
    margin-right: 10px;
    margin-bottom: 10px;
}



@font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url("../fonts/Montserrat-SemiBold.ttf");
}

.navbar-light .navbar-nav .active .nav-link {
    color: red;
}
.navbar {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0%), 0 2px 4px rgb(0 0 0 / 0%);
    padding-top: 0.5625rem;
    background-color:#fff;
}
body {
    font-family: Montserrat-SemiBold;
    font-size: 15px;
    color: #000;
}
footer {
    font-family: Montserrat-Bold !important;
    font-size:13px;
}
.bg-index{
    background-image:url('../img/bg-index.png');
    background-size:cover;
}
.bg-footer {
    background-image: url('../img/bg-footer-black.png');
    background-size: cover;
}
.tfb {
    font-family: Montserrat-Bold;
    font-size:12px;
}
.tfbb {
    font-family: Montserrat-Bold;
}
.txt-p{
    color:#DD0063;
}
.txt-b {
    color: #000;
    font-family: Montserrat-Bold;
    font-size: 15px;
}
.tx-r {
    font-family: Montserrat-Regular;
}
.tx-br {
    font-family: Montserrat-Regular;
    font-size:12px
}
.tx-bb {
    font-family: Montserrat-Bold;
    font-size: 12px
}
.tx-bbl {
    font-family: Montserrat-Black;
    font-size: 12px
}
.tx-b {
    font-family: Montserrat-Black;
    font-size: 12px;
    color:#fff
}
.btn-p {
    background-color: #DD0063;
    color: #fff;
}

/*NAV*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index:2;
    color: #000;
}
li.active {
    border-bottom: 1px solid #DD0063;
    border-left: 1px solid #DD0063;
    border-top: 1px solid #DD0063;
}

#topheader .navbar-nav li.active > a {
	background-color: #333;
	color: #fff;
}
.menu,
.menu2,
.menu3,
.menu4,
.menu1 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content:end;
}

    .menu li,
    .menu2 li,
    .menu3 li,
    .menu4 li,
    .menu1 li {
        display: block;
        height: 100%;
        font-size: 14px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        text-transform: uppercase;
        transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
        text-align: center;
        padding: 0 3px;
        margin-right: 60px;
        font-family: Montserrat-SemiBold;
    }
        .menu3 li:after,
        .menu3 li:before {
            content: "";
            position: absolute;
            display: block;
            border: 0px solid transparent;
            width: 0%;
            height: 0%;
            transition: all 0.5s ease;
        }

        .menu3 li:after {
            width: 0%;
            height: 110%;
            top: 0;
            left: 0;
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
        }


        .menu3 li:before {
            width: 0%;
            height: 0%;
            right: 0;
            bottom: 0;
            border-bottom: 1px solid transparent;
            border-right: 0px solid transparent;
        }

        .menu3 li:hover::before,
        .menu3 li:hover::after {
            width: 110%;
            height: 115%;
            border-color: #DD0063;
            z-index:1;
        }
        .tn{
            z-index:100;
        }

.bc {
    width: 30%;
    height: 0%;
    border-color: ;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    z-index: -1;
}
.bc2 {
    height:60px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    bottom: 25px;
    left:50px;
}
.bc3 {
    width: 30%;
    height: 0%;
    border-color: #fff;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    z-index: -1;
}
.bc4 {
    width: 20%;
    height: 8%;
    border-color: #fff;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    transform: rotate(90deg);
}
.bc5 {
    width: 80%;
    height: 0%;
    border-color: #DD0063;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    z-index: -1;
}
.bc6 {
    width: 90%;
    height: 0%;
    border-color: #DD0063;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    z-index: -1;
}
.bc7 {
    width: 10%;
    height: 100%;
    border-color: #000;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 2px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    z-index: -1;
}
.bc8 {
    width: 15%;
    border-color: #DD0063;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    z-index: -1;
    transform: rotate(90deg);
    top:25px;
}
.bc9 {
    width: 50%;
    height: 0%;
    border-color:#000 ;
    z-index: 10;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    z-index: -1;
    left:30px;

}
.mg-8{
    margin-left:3rem;
    margin-top:1rem;
    margin-right:3rem;
}
.form-control {
    margin-top: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-color: #000000;
}
    .form-control:focus {
        color: #DD0063;
        background-color: #fff;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(18,102,241,.25);
        transition: all .1s linear;
        border-color: #DD0063;
        box-shadow: inset 0 0 0 1px #1266f100;
    }
    }

.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}


.contennt {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

    .contennt .content-overlay {
        background: #00000085;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .contennt:hover .content-overlay {
        opacity: 1;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.contennt:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details p {
    color: #fff;
    font-weight: 500;
     letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 1.3em;
}

.fadeIn-bottom {
    top: 80%;
}


/*Diseño Gráfico*/
.brander {
    color: #ff595a;
}
.cumex {
    color: #f5a810;
}
.dallheim {
    color: #f7b512;
}
.emogen {
    color: #609830;
}
.fclass {
    color: #d60f16;
}
.lamheer {
    color: #f28b0c;
}
.hacienda {
    color: #aa9c2e;
}
.humandess {
    color: #34b8b6;
}
.infac {
    color: #c2a007;
}
.maha {
    color: #fab417;
}
.mt {
    color: #da0c1a;
}
.utani {
    color: #e9521c;
}

.bc10 {
    width: 80%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}
.bc11 {
    width: 10%;
    height: 18px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 145px;
}
.bc12 {
    width: 30%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}

.bc13 {
    height: 20px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 60px;
    top: 140px;
}
.bc14 {
    width: 30%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}

.bc15 {
    height: 40px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 60px;
    top: 140px;
}
.bc16pink {
    width: 12%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
    margin-left: 40px;
}
.bc17 {
    width: 10%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}

.bc18 {
    width: 10%;
    height: 20px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 140px;
}
.bc16black {
    width: 17%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
    margin-left: 55px;
}
.bc19 {
    width: 10%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    left: 100px;
    z-index: 1;
}

.bc20 {
    width: 11%;
    height: 25px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 160px;
}

.bc17pink {
    width: 10%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
}

.bc21 {
    width: 12%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}

.bc22 {
    width: 14%;
    height: 25px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 140px;
}

.bc18pink {
    width: 10%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 0px;
    margin-left: 140px;
}
.bc23 {
    width: 12%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    left: 220px;
}


.bc24 {
    height: 50px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 150px;
}

.bc19pink {
    width: 20%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 0px;
    margin-left: 10px;
}
.bc25 {
    width: 32%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}
}

.bc26 {
    height: 40px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 60px;
    top: 140px;
}

.bc20pink {
    width: 12%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 150px;
    margin-left: 180px;
}
.bc27 {
    width: 17%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    left: 100px;
}


.bc28 {
    height: 30px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 150px;
}

.bc21pink {
    width: 11%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 0px;
    margin-left: 80px;
}
.bc29 {
    width: 10%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}

.bc30 {
    height: 30px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 60px;
    top: 140px;
}

.bc22pink {
    width: 8%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
    margin-left: 40px;
}

.bc23pink {
    width: 5%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
    margin-left: 20px;
}

.bc31 {
    width: 16%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    left: 125px;
}

.bc32 {
    width: 11%;
    height: 25px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 175px;
}
.bc24pink {
    width: 30%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
}
.bc27 {
    width: 17%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    left: 10px;
}


.bc28 {
    height: 20px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 160px;
}

.bc25pink {
    width: 9%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 0px;
    margin-left: 40px;
}
h4 {
    margin-bottom: 0px !important;
}

.bc34 {
    width: 20%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    left: 110px;
}

.bc35 {
    width: 10%;
    height: 18px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 170px;
}
.bc36 {
    width: 20%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    left: 10px;
}

.bc37 {
    width: 12%;
    height: 30px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 140px;
}
.bc25black {
    width: 25%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 0px;
}


.bc38 {
    width: 18%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
}

.bc39 {
    height: 30px;
    border-color: #000;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 60px;
    top: 140px;
}

.bc35pink {
    width: 8%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    padding-left: 20px;
    margin-left: 10px;
}

.bc46 {
    width: 50%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 40px;
}
.bc80 {
    height: 170px;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 370px;
    left: 70px;
}

.line-22 {
    height: 50px;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 480px;
}

/*Plecas Form*/

.fadeLeft {
    opacity: 0;
    transform: translate(-10vh, 0vh);
    transition: all 1.5s;
}

.fadeRight {
    opacity: 0;
    transform: translate(10vh, 0vh);
    transition: all 1.5s;
}
.fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1.5s;
}
.fadeBottom {
    opacity: 0;
    transition: all 1.5s;
    transform: rotate(90deg) !important;
}
.visible {
    opacity: 1;
    transform: translate(0, 0);
}
.content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s;
}

    .content > div {
        background-color: #fff;
        grid-area: 2 / 2 / 5 / 5;
    }
.bc48 {
    width: 40%;
    height: 0%;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 20px;
}
.bc49 {
    width: 45%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 20px;
}
.bc50 {
    width: 15%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 20px;
}
.line-3 {
    width: 2px;
    height: 30px;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 380px;
    left: 45px;
}
.line-4 {
    width: 2px;
    height: 30px;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 445px;
    left: 45px;
}
.bc51 {
    width: 40%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 12px;
    top: 25px;
}

.line-5 {
    width: 2px;
    height: 30px;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    top: 500px;
    left: 115px;
}
.bc52 {
    width: 40%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 12px;
 
    left: 40px;
    top: 3px;
}
.bc53 {
    width: 15%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 12px;
    left: 80px;
    top: 3px;
}
.btn {
    text-transform: capitalize;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 0%);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
}
.bc54 {
    width: 9%;
    height: 0%;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    top: 28px;
    right: 40px;
}
.line-6 {
    width: 2px;
    height: 18px;
    border-color: #DD0063;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    transform: rotate(180deg);
    z-index: -1;
    position: absolute;
    z-index: 3;
    bottom: 25px;  
    top: 572px;
    left: 520px;
}
.bc55 {
    width: 100%;
    height: 0%;
    border-color: #fff;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    z-index: 1;
    right: 20px;
}

.pc{
    font-size:1rem;
}


.pl6 {
    padding-left: 60px;
}
.wdf{
    width:80px;
}
label{
    font-size:0.9rem;
}

.mpe {
    left: 90px;
    top: 90px;
}

@media (min-width: 280px) and (max-width:754px) {
    .wdf {
        width: 40px !important;
    }
    .contennt {
        position: relative;
        width: 80% !important;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
    }
    .pl6 {
        padding-left: 0px !important;
    }
    .bc8 {
        display: none !important;
    }
    .bc9 {
        display: none !important;
    }
    .bc2 {
        display: none !important;
    }
    .bc5 {
        display: none !important;
    }
    .img-3 {
        display: none !important;
    }
    .img-4 {
        display: none !important;
    }
   .line-2{
       display:none !important;
   }
    .line-6 {
        display: none !important;
    }
    .line-5 {
        display: none !important;
    }
    .line-3 {
        display: none !important;
    }
    .line-4 {
        display: none !important;
    }
    .bc52 {
        display: none !important;
    }
    .bc51 {
        display: none !important;
    }
    .bc50 {
        display: none !important;
    }
    .bc49 {
        display: none !important;
    }
    .bc48 {
        display: none !important;
    }
    .bc3 {
        display: none !important;
    }
    .bc4 {
        display: none !important;
    }
    .pleca-1{
        width: 150px!important;
    }
    .img-a{
        width:50%!important;
    }
}
@media (min-width: 300px) and (max-width:600px) {
    .wdf {
        width: 90px !important;
    }
    .pe{
        display:none!important;
    }
}
@media (min-width: 770px) and (max-width:1000px) {
    .wdf {
        width: 50px !important;
    }
}

@media (min-width: 1800px) and (max-width:2400px) {
    .mpe {
        left: 120px;
        top: 90px;
    }

    .line-2 {
        height: 2px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        z-index: 3;
        bottom: 25px;
        top: 380px;
       
    }
    .bc4 {
        width: 17%;
        height: 6%;
        border-color: #fff;
        z-index: 10;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        transform: rotate(90deg);
        right: 45px;
    }
    .img2 {
        right: 40px;
    }
    .bc8 {
        width: 15%;
        border-color: #DD0063;
        z-index: 10;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        z-index: -1;
        transform: rotate(90deg);
        right: 30px;
    }
    .img3 {
        right: 35px;
    }
    .bc2 {
        width: 5%;
        height: 10%;
        border-color: #000;
        z-index: 10;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        transform: rotate(90deg) !important;
        left: 20px;
        top: 1px;

    }
    .line-6 {
        width: 2px;
        height: 18px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 560px;
        left: 720px;
    }
    .bc80 {
        height: 170px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 300px;
        left: 70px;
    }
    .bc52 {
        width: 30%;
        height: 0%;
        border-color: #000;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        z-index: 1;
        right: 12px;
        left: 40px;
        top: 3px;
    }

    .line-5 {
        width: 2px;
        height: 30px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 520px !important;
        left: 115px;
    }
    .line-4 {
        width: 2px;
        height: 30px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 450px;
        left: 45px;
    }
    .line-3 {
        width: 2px;
        height: 30px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 380px;
        left: 45px;
    }
    .pap {
        padding-left: 20px;
        position: relative;
        left: 60px;
    }
    }
}
@media (min-width: 2450px) and (max-width:3000px) {
    .bc52 {
        width: 30%;
        height: 0%;
        border-color: #000;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        z-index: 1;
        right: 12px;
        left: 40px;
        top: 3px;
    }
    .line-5 {
        width: 2px;
        height: 30px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 520px !important;
        left: 115px;
    }
    .bc80 {
        height: 170px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 270px;
        left: 70px;
    }
    .line-2 {
        height: 80px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 350px;
    }
    .img1 {
        margin-left: 80px !important;
    }
    .bc4 {
        width: 17%;
        height: 5%;
        border-color: #fff;
        z-index: 10;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        transform: rotate(90deg);
        right: 40px;    
    }
    .bc2 {
        width: 10%;
        height: 10%;
        border-color: #000;
        z-index: 10;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        transform: rotate(90deg) !important;
        left: 0px;
        position: relative;
        top: 20px;
        right: 90px;
    }
    .pap {
        width: 300px;
        position: relative;
        left: 80px;
    }
    .pab {
        position: relative;
        right:90px;
    }
    
    
    .img2 {
        right: 85px;
    }

    .bc8 {
        
        border-color: #DD0063;
        z-index: 10;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        z-index: -1;
        transform: rotate(90deg);
        right: 100px;
        top: 20px;
        left: 10px;
    }
    .img3 {
        right: 85px;
    }
    .line-6 {
        width: 2px;
        height: 18px;
        border-color: #DD0063;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        transform: rotate(180deg);
        z-index: -1;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        top: 572px;
        left: 1000px;
    }
}

