@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background: url(../../img/fondo-body-edit.jpg);
    background-repeat: no-repeat;
}

.navbar-brand img {
    max-width: 300px;
    margin-left: 13px;
}

ul {
    list-style-type: none;
    float: left;
}

li {
    float: left;
    text-align: center;
    font-size: 15px;
    transition: all .6s ease;
}

.menuHeader {
    margin-top: 20px;
}

.menuHeader li a {
    color: #333;
    font-weight: 600;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.activePlania {
    background: red;
    color: #fff !important;
}

li:hover {
    background: red;
    color: #fff;
    transition: all .6s ease;
}

li a {
    text-decoration: none;
    color: #333;
    transition: all .6s ease;
    display: block;
    padding: 20px 15px;
}

li a:hover {
    color: #fff;
    text-decoration: none;
    transition: all .6s ease;
}



.boxPlania-page {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    background: url(../../img/bg-inicio.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height:700px;
}

.copyrightPlania {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline 2.5px solid red;
    margin-bottom: 0;
}

span {
    color: red;
}

.designby {
    font-size: 12px;
}

.designby a {
    text-decoration: none;
    color: red;
    font-weight: 600;
}

.designby a:hover {
    color: #fe912a;
}

.boxPlania-portfolio {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background: url(../../img/bg-portfolio.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.boxPlania-about {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background: url(../../img/bg-about.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.boxPlania-proyectos {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.boxPlania-contacto {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background: url(../../img/bg-contacto.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.boxPlania-sublimacion {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background: url(../../img/sublimacion_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.box-items {
    padding: 80px 0;
    padding-right: 100px;
    position: relative;
    z-index: 999;
}

.box-items h5 {
    padding: 5px 10px;
    font-size: 16px;
}

.accordion {
    margin: 0;
    padding: 0;
}

.itemPlania-portfolio {
    font-size: 13px;
    font-weight:900;
    color:rgb(129, 129, 129);
    transition: all .6s ease;
}

.itemPlania-portfolio:hover {
    color: red;
    cursor: pointer;
    margin-left: 50px;
    text-shadow: 2px 3px 12px #30303086;;
    transition: all .6s ease;
}

.itemSize2 {
    font-size: 13px;
}

.itemSize3 {
    font-size: 13px;
}

.box-projectPlania {
    padding-top: 95px;
    padding-left: 30px;
}

.title-project {
    width: 40%;
    color:#444;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 10px solid red;
    margin-bottom: 20px;
}

.acordionPlania {
    font-size: 15px;
    color: rgb(201, 25, 25);
    display: block;
    font-weight: 900;
}

.accordion-button:not(.collapsed) {
    background-color: red;
    border: 0;
    box-shadow: none;
}

.accordion-header {
    box-shadow: 0;
    border: none !important;
}

.projectSizeText {
    font-size: 40px;
}

.sizeP1 {
    font-size: 35px;
}

.btn-proyect {
    margin-top: 15px;
    background-color: red;
    padding: 10px 30px;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
}

.btn-proyect:hover {
    box-shadow: 1px 2px 18px #33333365;
    transform: scale(1.1);
    transition: all .3s ease;
}

.btn-proyect a {
    text-decoration: none;
    color: #ffF;
}

.btn-proyect a:hover {
    color:#fff;
}

.img-plotter-scale img {
    width: 100%;
}

.accordion {
    box-shadow: -2px -2px 12px #33333373;
}

.box-info {
    margin-top: 100px;
    margin-left: 55px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 9px #49494928;
    border-bottom: 3px solid red;
    border-right: 3px solid red;
}

.p-contact {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.p-contact span {
    color: #474747;
    font-size: 13px;
    font-weight: 900;
}

.p-contact .bi {
    color: red;
    font-size: 25px;
}

.p-weight-minor {
    font-weight: 500;
}

.marginPlaniaContactText {
    margin-left: 30px;
}

.box-info-2 {
    background: #fff;
    margin-top: 20px;
    margin-left: 55px;
    padding: 20px;
    box-shadow: 1px 1px 9px #49494965;
    border-bottom: 3px solid red;
    border-right: 3px solid red;
}

.fontPlaniaContact {
    font-size: 28px;
}

.p-filesUp {
    font-size: 13px;
    margin: 0;
    font-style: italic;
}

.mailSend {
    background: red;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 5px;
    transition: all .3s ease;
}

.mailSend a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 7px 12px;
    border-radius: 5px;
    transition: all .3s ease;
}

.mailSend a:hover {
    background: #c4c4c4;
    color: red;
    text-decoration: none;
    transition: all .3s ease;
}

.mapPlaniaOficina {
    margin-top: 100px;
    margin-right: 30px;
}

.mapPlaniaBox {
    box-shadow: 1px 1px 9px #49494965;
}

.box-info-fabian img {
    width: 170px;
    margin-top: 10px;
    border: 4px solid red;
    box-shadow: 1px 1px 9px #3333332f;
    margin-bottom: 10px;
    margin-top: 13px;
}

.infoFabian .bi {
    font-size: 17px;
}

.infoFabian p {
    font-weight: 700;
    font-size: 22px;
}

.infoFabian a {
    color: red;
    text-decoration: none;
}

.infoFabian a:hover {
    color: red;
    text-decoration: underline;
}

.delgText {
    font-weight: 500 !important;
    font-size: 17px !important;
}

.img-footer img {
    width: 50%;
    margin-left: 150px;
    margin-top: 65px;
}

.img-footer-col2 img {
    width: 180px;
    margin-top: 54px;
    margin-left: 160px;
}

.p-wsp {
    margin-right: 100px;
}

.wsp-button {
    position: fixed;
    left: 94%;
    top: 86%;
}

.wsp-button .bi {
    font-size: 60px;
    display: block;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 3px #50505091;
    color: green;
    transition: all .3s ease;
    cursor: pointer;
}

.wsp-button .bi:hover {
    transform: scale(1.3);
    transition: all .3s ease;
}

.wsp-button a {
    color: green;
}

.p-textHora {
    color: #fff;
    font-weight: 700;
    background: red;
    float: center;
    text-align: center;
    margin-top: 30px;
    padding: 7px 0;
    box-shadow: 1px 1px 12px #7c7c7c75;
    transition: all .3s ease;
}

.p-textHora:hover {
    transform: scale(0.9);
    transition: all .3s ease;
}

.loader-section {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 999;
    transition: all 1s 1s ease;
    opacity: 1;
}

.loaded {
    opacity: 0;
    z-index: -1;
}

.loader {
    width: 47px;
    height: 47px;
    border: 5px solid red;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-section img {
    width: 80px;
}

.menuHeader i {
    font-size: 33px;
    color: red;
    padding-top: 20px;
    margin-right: 10px;
}

.imgProjects img {
    margin-top: 90px;
    width: 100%;
    box-shadow: 1px 1px 12px #8080805b;
}

.box-img-sublimacion {
    padding: 10px;
    display: inline-block;
    margin-left: 10px;
}

.box-img-sublimacion img {
    width: 110px;
    margin: auto;
    margin-top: 420px;
    margin-left: 8px;
    transition: all .4s ease;
}

.box-img-sublimacion img:hover {
    transform: scale(1.3);
    transition: all .4s ease;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1200px) {
    .box-sublimacion-movil {
        display: none;
    }

    .boxPlania-sublimacion {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .box-items {
        padding-top: 70px;
        width: 100%;
        padding-right: 35px;
    }

    .box-items .accordion-body {
        font-size: 12px;
        text-align: justify;
    }

    .box-projectPlania h2 {
        font-size: 25px;
    }

    .boxPlania-contacto {
        background: transparent;
    }

    .mapPlaniaOficina {
        width: 100%;
        margin-left: 0 !important;
        padding-top: 30px !important;
    }

    .boxPlania-sublimacion {
        display: block;
    }
    

    .boxPlania-sublimacion {
        display: block;
    }

    .box-sublimacion-movil {
        display: none;
    }
}

@media screen and (max-width: 995px) {
    .menuHeader {
        display: none;
    }

    .btn-menuPlania {
        float: right;
        border: none;
        margin-top: 10px;
        width: 60px;
    }

    .btn-menuNav {
        border: none;
    }

    .btn-menuNav .bi {
        font-size: 30px;
        width: 30px;
        padding: 0 10px;
        box-shadow: 1px 1px 11px #50505060;
    }

    .box-items h5 {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

    .menuHeader {
        font-size: 9px;
        margin: 0;
        padding-left: 0;
        margin: 0;
        padding-top: 25px;
    }

    .menuHeader li {
        padding: 0;
        margin: 0;
    }

    .menuHeader li a {
        font-size: 9px;
        padding: 10px 8px;
    }

    .menuHeader .bi {
        font-size: 17px;
        margin: 0;
        margin: 10px 3px;
    }

    .btn-menu-plania {
        margin-top: 10px;
    }

    .box-items {
        width: 700px;
    }

    .boxPlania-contacto {
        height: 1200px;
    }

    .boxPlania-sublimacion {
        display: block;
    }

    .box-sublimacion-movil {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .box-items {
        width: 100%;
        margin-right: 0;
        padding-right: 20px;
    }

    .box-items .accordion-body {
        font-size: 10px;
    }

    .box-projectPlania h2 {
        font-size: 25px;
    }

    .imgProjects img {
        display: none;
    }

    .boxPlania-contacto {
        height: 900px;
    }

    .box-info, .box-info-2 {
        margin-left: 0;
    }

    .mapPlaniaOficina {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .box-sublimacion-movil {
        display: block;
    }

}

@media screen and (min-width: 990px) {
    .btn-menuPlania {
        display: none;
    }

    .title-page {
        display: none;
    }

    .btn-page-contacto {
        display: none;
    }

    .contacto-box {
        display: none;
    }

    .title-portfolio {
        display: none;
    }

    .title-about {
        display:none;
    }

    .p-about {
        display: none;
    }

    .arbolPlania {
        display: none;
    }

    .box-projectPlania {
        width: 100%;
        padding-bottom: 30px;
    }

    .box-projectPlania h2 {
        margin-top: 0;
        font-size: 30px;
    }

    .boxPlania-proyectos {
        background: transparent;
    }

}

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

@media screen and (max-width: 769px) {
    .btn-menuPlania {
        margin-top: 25px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .boxPlania-page {
        background: transparent;
    }

    .title-page {
        color: #444;
        font-size: 70px;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        text-align: center;
    }

    .btn-page-contacto {
        background: red;
        border: none;
        border-radius: 5px;
        margin-top: 20px;
    }

    .btn-page-contacto a {
        color: #fff;
        text-decoration: none;
        display:block;
        padding: 10px 35px;
    }

    .btn-page-contacto a:hover {
        color: #fff;
    }

    #footer {
        margin-top: 40px;
        position: relative;
        z-index: -1;
    }

    .wsp-button {
        top: 88%;
        left: 85%;
    }

    .boxPlania-portfolio {
        background: transparent;
    }

    .boxPlania-portfolio {
        height: 600px;
    }

    .box-items {
        font-size: 13px;
        margin-top: -100px;
        width:100%;
        margin-right: 0;
        padding-right: 0;
    }

    .box-items .accordion-body {
        font-size: 20px;
    }

    .title-portfolio {
        text-align: center;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: 700;
        color: #444;
        font-size: 30px;
        margin: 70px 0;
    }

    .boxPlania-about {
        background: #fff;
        padding: 15px;
        height: 1170px;
    }

    .title-about {
        color: #444;
        font-weight: 800;
    }

    .sizeAbout {
        text-align: center;
        font-size: 22px;
    }

    .p-about {
        text-align: justify;
        font-weight: 500;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }


    .boxPlania-about img {
        width: 100%;
    }

    .boxPlania-proyectos {
        background: transparent;
    }

    .title-project {
        width: 100%;
        font-size: 35px;
    }

    .itemPlania-portfolio {
        font-size: 30px;
    }

    .sizeP1 {
        font-size: 17px;
    }

    .infoFabian p {
        font-size: 17px;
    }

    .textRare p {
        font-size: 15px !important;
    }

    .box-info {
        margin: 0;
        margin-bottom: 15px;
    }

    .box-info-2 {
        margin: 0;
    }
    
    .img-footer {
        display: none;
    }

    .mapPlaniaOficina iframe {
        width: 100% !important;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
    }

    .img-footer-col2 {
        display: none;
    }

    .hide {
        margin-left: -100%;
        transition: all .3s ease;
    }

    .show {
        margin-left: 0;
        transition: all .3s ease;
    }

    .contacto-box {
        background: #fff;
        width: 70%;
        height: 100vh;
        padding-left: 20px;
        padding-top: 40px;
    }

    .contacto-box a {
        padding: 0;
        margin: 0;
        display:block;
        color: #444;
        font-weight: 700;
        text-decoration: none;
    }

    .contacto-box a:hover {
        color: red;
    }

    .contacto-box .bi {
        color: red;
        font-size: 30px;
    }

    .boxPlania-sublimacion {
        display: none;
    }

    .t-sublimacion {
        font-size: 30px;
        text-align: center;
        color: #333;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .st-sublimacion {
        font-size: 35px;
        text-align: center;
        color: #666;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        font-style: normal;
    }

    .box-sublimacion-movil img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .p-productos {
        color: #333;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .title-page {
        display: none;
    }

    .btn-page-contacto {
        display: none;
    }
    
    .title-about {
        display:none;
    }

    .p-about {
        display:none;
    }

    .boxPlania-about img {
        display: none;
    }

    .contacto-box {
        display: none;
    }

    .boxPlania-portfolio {
        height: 600px;
    }

    .box-items {
        font-size: 13px;
        width: 100%;
        margin-top: 20px;
    }

    .box-items button {
        padding: 10px 5px;
    }

    .mapPlaniaOficina {
        box-shadow: none;
        margin-left: 55px;
    }

    .mapPlaniaOficina iframe {
        width: 100% !important;
    }

    .img-footer {
        display: none;
    }

    .img-footer-col2 {
        display: none;
    }


}

@media screen and (max-width: 576px) {
    .boxPlania-page {
        min-height: 300px;
    }
    
    .btn-menuPlania {
        margin-top: -50px;
    }

    .navbar-brand img {
        width: 240px;
    }
    
    .textRare p {
        font-size: 10px;
    }
}

@media screen and (max-width: 476px) {
    .boxPlania-page {
        height: 500px;
    }
    
    .textRare p {
        font-size: 2px;
    }
    
    #footer {
        margin-top: 30px;
        position: relative;
        z-index: -1;
    }
}

@media screen and (max-width: 401px) {
    #footer {
        margin-top: 200px;
    }
    
    .imgProjects {
        display: none;
    }
}