@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tenor+Sans&display=swap');

/*
Theme Name: Botiga Custom
Theme URI: https://athemes.com/theme/botiga/
Version: 5.0
Description: Botiga theme child for my web
Author: Isa Salinero
Author URI: http://isabelsalinero.es
Template: botiga
*/
/*DARK GREY #68828C*/
/*DARK-MID GREY #8D9FA6*/
/*LIGHT-MID GREY #A8BBBF*/
/*LIGHT GREY #C1D4D9*/
/*GREY #F2F2F2*/



/*basics*/


@keyframes banner {
    0% {
      left: 0%;
    }
    50%{
        left: -20%;
    }
    100% {
       left:0%;
    }
    
  }


body{
    color: #333333;
    background: white;
    font-family: 'Poppins', sans-serif;
    font-size:1rem;
    letter-spacing: .5px;
}

h1,h2,h3,h4{
   font-family: 'Tenor Sans', sans-serif !important;
   letter-spacing: .5px;
   text-transform:uppercase !important;
}

h1{
    top: 50%;
    font-size: 3rem;
    letter-spacing: 2px;
    width: auto;
}

.ilustraciones{
    right: 0;
}

.tatuajes{
    left: 0;
}

h2{
    font-size:2rem;
    margin:0;
}

h4{
    color: #68828C !important;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: 'Poppins', sans-serif !important;
}

a{
    font-size: 1.2rem;
}


.mt-0{
    margin-top: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-1{
    margin-bottom: 1rem !important;
}

.mb-2{
    margin-bottom: 2rem !important;
}

.mt-1{
    margin-top: 1rem !important;
}

.mt-2{
    margin-top: 2rem !important;
}

a:hover{
    color: #68828C !important;
}

.botiga-dropdown-link{
    text-transform:uppercase !important;
    font-size: 1rem;
}

.primary-button a{
    background-color: transparent !important;
    color: #333333 !important;
    letter-spacing:1px;
    padding: 3rem;
    font-size: 1rem;
    border:2px solid #333333 !important;
}

.primary-button a:hover{
    background-color: #333333 !important;
    border:2px solid #333333 !important;
    color: white !important;
}

.white-button a,.cky-btn{
    background-color: transparent !important;
    border: 2px solid white !important;
    color: white !important;
    letter-spacing:1px;
    padding: 1rem 3rem;
    font-size: 1rem;
    margin: 0 auto;
}

.white-button a:hover{
    background-color: white !important;
    border: 2px solid white;
    color: #68828C !important;
}

.cky-btn:hover{
    background-color: white !important;
    opacity: 1 !important;
    border: 2px solid white;
    color: #333333 !important;
}

/*menu*/

.social-profile{
    margin-bottom: .5rem;
}

/*sections*/

.section{
    padding: 4rem;
    margin:0 2rem !important;
}

.dark-grey-section{
    background: #68828C;
    margin:  0 !important;
}
.light-grey-section{
    background: #C1D4D9;
    margin:  0 !important;
}

.photo-section{
    margin: 0 !important;
    background: url('http://palegoldenrod-spoonbill-615099.hostingersite.com/wp-content/uploads/2024/01/shadow-blue-scaled.jpg');
    background-size: cover !important;
    background-position: center top;
    background-attachment: fixed;
}

.sobre-mi-section{
    margin: 0 calc(25% - 15vw) !important;
}

.site-main.no-sidebar{
    padding: 0 !important;
}

.container{
    max-width:100% !important;
}

.content-wrapper{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.bhfb-main_header_row{
    border-bottom: 2px solid #333333;
    margin-bottom: 0 !important;
}

.home-container{
    margin:  1.5rem auto !important;
    align-items: center !important;
    width: 100% !important;
}

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

.home-image img{
    height: 100%;
}

.home-section{
    position: relative;
    margin:2rem calc(25% - 15vw) !important;
    
}


.home-title .wp-block-quote{
    margin:0;
}

.section-banner{
    background: #F2F2F2;
    padding: 1rem 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section-banner .banner{
   position: absolute;
   display: flex;
   animation: banner 15s linear infinite;
   -webkit-animation: banner 15s linear infinite backwards;
   left: 50%;
   width: 200%;
}

.section-banner .banner span{
  padding: 0 1rem;
}


.section-banner .banner p{
   padding: 0 4rem;
}

.trabajos-section{
    background: #fafafa;
    margin: 0 !important;
    transition:width .8s;
    padding-bottom: 2rem;
}



.trabajos-section .wp-block-group.alignwide.is-layout-constrained.wp-block-group-is-layout-constrained{
    margin-top: 0;
    margin-bottom: 0;
} 


.image-hover .wp-block-cover__image-background{
    transition:width 1.5s;
}


.trabajos-section:hover .image-hover .wp-block-cover__image-background{
    width: 120%;
}

footer a, footer p, footer a, footer h3{
    font-size: .9rem !important;
    margin-bottom: 1rem !important;
}

.gmap_canvas iframe{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.botiga-credits{
    font-size: .8rem;
    text-align: center;
}


.hide-desktop{
    display: none;
}

@media screen and (max-width:1024px) {
    h1{
        font-size:2rem
    }

    .home-container{
        height: 100%;
        margin: 0 !important;
    }

    .section-banner .banner p{
        padding: 0 1rem;
     }
     
     .hide-desktop{
        display: block;
    }
}

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

    .home-section{
        flex-wrap: wrap !important;
        margin: 2rem calc(25% - 15vw) !important;
    }

    h1{
        position: initial;
        display:block;
        font-size:1.8rem;
        text-align: center !important;
    }

    .home-title p{
        text-align: center;
    }

    .home-text{
        flex-basis:100% !important;
        text-align: center;
        align-items:center !important;
    }

    .home-text-frase{
        display: none;
    }

    .home-image{
        margin: 0.5rem auto !important;
    }
    

    
    .section{
        padding: 4rem 2rem;
    }

    .dark-grey-section{
        padding: 2rem !important;
    }

    .section-banner .banner p{
        padding: 0 .5rem;
        display:none;
    }
    
    
    .section-banner {
        display:none;
    }

    .trabajos-section .section{
        margin: 0 !important;
        padding: 0 0 2rem 0;
    }


    .trabajos-section .wp-block-columns{
        flex-wrap: nowrap !important;
        padding: 0 !important;
    }
  

    .trabajos-section .wp-block-column{
        width: 25% !important;
    }

    .trabajos-section .wp-block-column .wp-block-cover{
        margin-bottom: .5em;
    }
  
    
    .trabajos-section:hover .image-hover .wp-block-cover__image-background{
        width: 100%;
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: .5em !important;
    }

    .small-image-collage{
        min-height: 80px !important;
    }

    .mid-image-collage{
        min-height: 160px !important;
    }
    .big-image-collage{
        min-height: 220px !important;
    }

    .sobre-mi-section .wp-block-image{
        margin-top: 2.5rem !important;
    }


}

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

    .home-image{
        flex-basis: 240px !important;
    }

    .botiga-credits{
        font-size: .65rem;
        text-align: center;
    }

    .section-banner .banner{
        animation: none;
        -webkit-animation: none;
        justify-content: center;
        width: 100%;
     }

    .section-banner .banner p{
        font-size:.75rem;
    }

    .section-banner .banner p:nth-child(2),  .section-banner .banner p:nth-child(3),.section-banner .banner p:nth-child(4),.section-banner .banner p:nth-child(5),.section-banner .banner p:nth-child(6){
        display: none;
    }

}