/*
Theme Name: virtue-child
Author: Teoría
Author URI: http://www.teoria.com.mx
Template: virtue
Text Domain: virtue-child
*/

@import url("../virtue/style.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;900&family=Work+Sans:wght@400;600;700;900&display=swap');
/*
Principal Orange:  #fda424;
Principal Orange:  rgba(253, 164, 36, 1);
Second Orange: #fc8330;
Second Orange: rgba(252, 131, 58, 1);
Dark Gray: #292929;
Dark Gray: rgba(41, 41, 41, 1);
Heavy Gray: #5b5b5b;
Heavy Gray: rgba(91, 91, 91, 1);
Purple: #571c70;
Purble: rgba(87, 28, 122, 1);

*/

/*-------------------- Home --------------------*/
#custom .fbox {width:100%;padding:0;margin:0 0 2em;}

html {
  font-size: 16px;

}

a, a:hover {
    color: #fff;
}

@media (max-width: 900px) {

  html {
    font-size: 15px;
}

}

@media (max-width: 400px) {
    
  html { 
    font-size: 13px;
}

}

:root {
    --base-spacing: 172px;
}

.headerclass {
    background: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 2;
}

.headerclass .material-icons {
    font-size: 1.6875rem;
}

.sf-menu a {
    color: #fff;
}

.contentclass {
    padding: 0px;
    background-color: #292929;
}

.footerclass {
    background: #fda424;
    color: #5b5b5b;
}

.footerclass a {
    color: #fff;
}

.footerclass a:hover {
    color: #1279e0;
}

.footerclass ul {
    list-style: none;
    padding-left: 5px;
}

.footercredits p {
    color: #000;
    font-size: 0.6875rem;
}

.widget-1.widget-first.footer-widget {
    font-size: 1.6rem;
}

.subhead, .subhead a, .postmeta {
    display: none;
}

.footerclass .container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: transparent;
}

.contactform input.full,
.wpcf7 input,
.contactform textarea,
.wpcf7 textarea {
  border: 0;
  border-bottom: 1px solid #fc8330;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus
{
  border: 0;
  border-bottom: 1px solid #fc8330;
  box-shadow: none;
}

.wpcf7 input.wpcf7-submit {
  background: #000;
  border: 1px solid #fc8330;
}

.wpcf7 input.wpcf7-submit:hover {
  background: #571c70;
}

#topcontrol > div {
    background: rgba(253, 164, 36, 1.0);
}

#topcontrol > div:hover {
    background: rgba(252, 131, 58, 1);
}

.kad-navbtn, .kad-menu-name {
    color: #fff;
}

.kad-navbtn:hover, .kad-menu-name:hover, .nav-trigger-case:hover .kad-navbtn {
    color: #000 !important;
}

.kad-mobile-nav .kad-nav-inner li a {
    color: #fff;
}

/*---------- home ----------*/

/*-------------------- Cover --------------------*/
.cover {
  background-color: #fda424;
  text-transform: uppercase;
  position: relative;
  margin-top: -100px;
  z-index: 1;
  height: 1250px;
}

.cover-image {
    float: right;
    margin-top: -195px;
    margin-right: -100px;
    position: relative;
    z-index: 2;
}

.cover-text {
    position: absolute;
    z-index: 1;
    left: 20%;
    top: 30%;
    line-height: 3.5rem;
}

.cover-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 110px;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    position: relative;
    z-index: 1;
}

.cover-subtitle {
    font-size: 90px;
    color: #fc8330;
}

.cover-text-01 {
    font-size: 276px;
    color: #5b5b5b;
    padding-top: 4.2rem;
}

.cover-text-02 {
    width: 900px;
    color: #fff;
    font-size: 1rem;
    line-height: normal;
    padding-top: 5rem;
    text-transform: none;
}

.covert-text-03 {
    font-family: 'Work Sans', sans-serif;
    line-height: normal;
    font-weight: 900;
    display: inline-flex;
    margin-top: 5rem;
}

.covert-text-03 p:nth-child(1) {
    font-size: 1.32rem;
    color: #571c70;
    transform: rotate(-90deg);
}

.covert-text-03 p:nth-child(2) {
    font-size: 3.25rem;
    color: #fff;
    line-height: 2.5rem;
    margin-left: -5.8rem;
}

/*---------- cover ----------*/

/*-------------------- Sublimation --------------------*/
.sublimation {
    background-color:  #292929;
    display: flex;
    justify-content: space-evenly;
    margin-top:  var(--base-spacing);
}

.sublimation .tshirt, .sublimation .ribbon, .sublimation .cup {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5625rem;
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.tshirt img:nth-child(1), .ribbon img:nth-child(1), .cup img:nth-child(1) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.5s;
}

.sublimation .tshirt:hover img:nth-child(1), .sublimation .ribbon:hover img:nth-child(1), .sublimation .cup:hover img:nth-child(1) {
    display: inline;
    opacity: 1;
    transition: 0.5s;
}

.sublimation .tshirt a p, .sublimation .ribbon a p, .sublimation .cup a p {
    position: relative;
    z-index: 1;
}

.sublimation .tshirt a > p:nth-child(3), .sublimation .ribbon a > p:nth-child(3), .sublimation .cup a > p:nth-child(3) {
    margin-top: -90px;
}

.sublimation .tshirt a > p:nth-child(4), .sublimation .ribbon a > p:nth-child(4), .sublimation .cup a > p:nth-child(4) {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.sublimation-example, .catalogue, .know-us, .contact {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    margin-top: var(--base-spacing);
}

.sublimation-example p:nth-child(2), .catalogue-text p:nth-child(2), .know-us p:nth-child(2), .contact p:nth-child(2) {
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
    margin-top: 45px;
    padding: 0px 45px;
}

section {
    position: relative;
    width: 900px;
    height: 500px;
    margin: auto;
    background: url(http://new.expressart.mx/wp-content/uploads/2021/12/fabric-white-dinamic.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

section:before {
  content:'';
  position: absolute;
  width: 150px;
  height: 500px;
  background:url(http://new.expressart.mx/wp-content/uploads/2021/12/fabric-color-dinamic.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 20px 0 100px rgba(0,0,0,0.2),
             -20px 0 100px rgba(0,0,0,0.2);*/
  background-size: 30%;
  background-position: center;
  animation: animate 5s ease-in-out infinite;
}

@keyframes animate {
    0%, 100% {
    left:0px;
  }
  
  50% {
    left:calc(93% - 100px);
  }

}

/*---------- sublimation ----------*/

/*-------------------- Catalogue --------------------*/
.catalogue-categories {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5625rem;
    margin-top: 3rem;
}

.catalogue-categories p {
    margin: revert;
}

.catalogue-categories a {
    transition: 0.4s;
}

.catalogue-categories a:hover {
    color: #fda424;
    transition: 0.4s;
}

/*---------- catalogue ----------*/

/*-------------------- Contact --------------------*/
.know-us iframe {
    margin-top: 3rem;
}

.contact-data {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.contact-icons {
    text-align: left;
    margin-top: 2%;
}

.contact-icons .material-icons {
    border: solid 1px #fc8330;
    border-radius: 1.6rem;
    padding: 0.8rem;
}

.contact-icons span:nth-child(2) {
    font-size: 1rem;
}

.contact-icons a {
    padding: 0, 1rem;
    transition: 0.4s;
}

.contact-icons a:hover {
    color: #fda424;
    transition: 0.4s;
}

/*---------- contact ----------*/

/*-------------------- Responsive --------------------*/
:root {
    --base-spacing-responsive: 100px;
}

:root {
    --base-spacing-tablet: 50px;
}

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

    .cover {
        height: 1049px;
    }

    .cover-image {
        width: 77%;
    }

    section, section:before {
        background-size: 35%;
    }

@keyframes animate {
    0%, 100% {
    left: 60px;
  }
  
  50% {
    left:calc(88% - 100px);
  }

}

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

    .cover {
        height: 1003px;
    }

    .cover-text-02 {
        width: 800px;
    }
}

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

    .cover {
        height: 881px;
    }

    .cover-image {
        width: 73%;
    }

    .sublimation {
        margin-top: 50px;
    }

    section, section:before {
        background-size: 40%;
    }
}

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

    .cover {
        height: 831px;
    }

    .cover-image {
        width: 73%;
    }

    .cover-text {
        line-height: 2.7rem;
    }

    .cover-title {
        font-size: 5.7291666666667vw;
    }

    .cover-subtitle {
        font-size: 4.6875vw;
    }

    .cover-text-01 {
        font-size: 14.5vw;
        padding-top: 2.8rem;
    }

    .cover-text-02 {
        padding-top: 3.5rem;
        width: 700px;
    }

    .sublimation {
        margin-top: 50px;
    }

}

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

    .cover {
        height: 832px;
    }

    .cover-image {
        width: 78%;
    }

    .cover-text-02 {
        width: 500px;
    }

    .covert-text-03 p:nth-child(1) {
        font-size: 1rem;
    }

    .covert-text-03 p:nth-child(2) {
        font-size: 2.5rem;
        line-height: 2rem;
        margin-left: -4.6rem;
    }

    .sublimation, .sublimation-example, .catalogue, .know-us, .contact  {
        margin-top: var(--base-spacing-responsive);
    }

    section, section:before {
        background-size: 45%;
    }
}

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

    .cover {
        height: 712px;
    }

    .cover-image {
        margin-top: -130px;
        margin-right: 0;
    }

    .cover-text {
        line-height: 2rem;
        left: 15%;
    }

    .covert-text-03 {
        margin-top: 3rem;
    }

    .sublimation {
        margin-top: 50px;
    }

    section, section:before {
        background-size: 55%;
    }

    @keyframes animate {
    0%, 100% {
        left: 60px;
    }

    50% {
        left:calc(88% - 100px);
    }

    }

}

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

    .headerclass {
        background: #fda424;
    }

    .cover-image {
        width: 75%;
        margin-top: 42px;
    }

    section {
        width: 970px;
    }

    section, section:before {
        background-size: 65%;
    }

    .map-responsive{
        padding: 25% 0;
        position: relative;
        height: 0;
    }

    .map-responsive iframe{
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

}

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

        .cover {
            height: 661px;
        }

        .cover-image {
            margin-top: 80px;
        }

        .cover-text {
            margin-top: 5%;
        }

        .cover-text-01 {
            padding-top: 2rem;
        }

        .cover-text-02 {
            width: 400px;
            padding-top: 2.7rem;
        }

        section {
            height: 400px;
        }

        section:before {
            height: 400px;
        }

        .contact-image {
            width: 55%;
        }

    }

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

    .cover {
        height: 567px;
    }

    .cover-text {
        line-height: 1.5rem;
        left: 10%;
    }

    .cover-text-01 {
        padding-top: 1.5rem;
    }

    .covert-text-03 {
        margin-top: 2rem;
    }

    section {
        width: 750px;
    }

}

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

    .cover {
        height: 498px;
    }

    .covert-text-02 {
        padding-top: 2.7rem;
    }

    .covert-text-03 {
        margin-top: 1rem;
    }

    .sublimation-example {
        display: none;
    }
}

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

    .cover {
        height: 550px;
    }

    .cover-image {
        display: none;
    }

    .cover-text {
        margin-top: 0;
    }

    .cover-title {
        font-size: 12vw;
    }

    .cover-subtitle {
        font-size: 9.8vw;
    }

    .cover-text-01 {
        font-size: 27vw;
        padding-top: 2rem;
    }

    .cover-text-02 {
        width: 100%;
    }

    .sublimation {
        flex-wrap: wrap;
        gap: 4rem;
    }

    .contact-data {
        flex-direction: column;
        align-items: center;
    }

    .contact-image {
        padding: 2rem 0;
    }



}

/*---------- responsive ----------*/