

:root{
    --bs-body-font-family:'Source Sans Pro', sans-serif;
    --bs-heading-font-family: 'Montserrat', sans-serif;
    --bg-color:#E0E0E0
}

h1,h2,h3,h4,h5,h6{
    font-family:var(--bs-heading-font-family);
}

body{
    overflow: hidden scroll;
    font-family: var(--bs-body-font-family);
    background-color: var(--bg-color);
}

header .tienda{
    color: orange !important;
}
header{
    text-transform: uppercase;
}
.bannerbuttons{
    justify-content: space-around;
}
.headertext{
    font-size: .7rem;
    text-align:center;
    text-transform: none;
}
.logo{
    width: auto;
}
.aboutsect{
    margin: 10px;
}
.aboutsect img,h2{
    padding: 10px;
}
.aboutsect h1{
    color: #F90000;
    text-shadow: 3px 3px 2px var(--bs-dark);
}
.yourportrait button a{
    color: #F155FC;
}
.homevideodiv video{
    margin: 10px 0;
   width: 100%;
    height: auto;

    
}

section h2{
    color: #901715;
    font-weight: 800;
}

#news .blog{
    display: flex;
    flex-wrap: wrap;
    background-color: var(--bs-light);

}
a:hover{
color: var(--bs-purple);
}

p{
    margin: 0;
}
ul{
    padding: 0;
}
header{
    background-color: var(--bg-color);
    font-family: var(--bs-heading-font-family);
    font-weight: 500;
    padding: 1.2rem;
    position:sticky;
    top: 0;
    width: 100vw;
    z-index: 9;
}
#mobilenav{
    background-color: var(--bg-color);
    left: 0;
    
}

#cookies a{
    padding: 0;
}

ol{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
nav a,nav .nav-link,a{

color: var(--bs-body-light);
text-decoration: none;

}
.ham-close{
    margin-right: .25rem;
    margin-left: -.25rem;
}
header nav .nav-link:hover{
    color: var(--bs-purple);
    padding-top: .1rem;
}
.headsubnav ul li{
    padding: 0;
    margin-left: 1rem;
}
header h2{
  font-size: 1rem;
    color:#901715
}

#cookies{
    width: 100%;
    background-color: var(--bs-light);
    position: fixed;
    bottom: 0;
    left: 0;
}
.btn-primary{
    background-color:transparent;
    color: var(--bs-dark);
    border-color: var(--bs-purple);
}
.btn-primary:hover{
    background-color: var(--bs-purple) !important;
    border-color: var(--bs-indigo);
}
.pink-color{
    color: #F155FC;
}
/*HOME*/
.mainbanner{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.aboutsect h2{
font-family:'cursive';
font-size: 5rem;
}
.mainbanner p{
    font-size: 2rem;
}
.bannertextContainer{
    padding:0 10px;
}
.bannertextContainer p{
margin: 15px 0;
}
.bannertextContainer button{
   margin-top: 10px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    font-size: 2rem;
    box-shadow: 1px 1px 5px black;
}
.bannerbuttons{
   text-align: center;
}
.bannertextContainer .bannerbutton1{
    background-color: rgb(196, 127, 0);
    margin-right: 15px;
 
}

.bannertextContainer .bannerbutton2{
    background-color: rgb(0, 79, 70);
}
.bannerlistContainer{
width: fit-content;
    display: flex;
    margin: 10px auto;
}
.bannerlistContainer li{
    margin: 20px;
    font-size: 2rem;
    list-style:disc;
}


#gallery div div,#pagegallery div div{
    position: relative;

}
#gallery div a img,#pagegallery div a img{
    object-position:0 30px;
        object-fit: cover;
        width: 100%;
        height: 100%;
}

#gallery div a h4,#pagegallery div a h4{
    position: absolute;
    padding: .5rem;
    top:0;
    background-color: var(--bs-light);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: var(--bs-purple);
}
#encargos ul{
    
  
    border: 2px dashed rgb(255, 0, 212);
}

#encargos ul li{
    display: flex;
    border-bottom: 1px dashed var(--bs-dark);
    align-items: center;
    font-size: 1.2rem;
    margin-left: 2rem;
    margin: 1rem 0 1rem 1rem;

}
#encargos ul li .number{
    margin-right: 1rem;
    font-size: 3rem;
}
#encargos ul li .number.one{
    text-shadow: 3px 3px 3px var(--bs-dark);
    color: #F155FC;
}
#encargos ul li .number.two{
    text-shadow: 3px 3px 3px var(--bs-dark);
    color: yellow;
}
#encargos ul li .number.three{
    text-shadow: 3px 3px 3px var(--bs-dark);
    color: #21C2DF;
}
#encargos ul li .number.four{
    text-shadow: 3px 3px 3px var(--bs-dark);
    color: #84FD3F;
}
#encargos ul li h5{
    font-weight: 500;
}
#encargos ul li p{
    
    margin: 0 0 1rem 1rem;
}

#frames .fcontainer{
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

#frames .fcontainer button.fscreen{
    position: absolute;
    bottom: 9%;
    padding: .5rem;
    background-color: var(--bs-light);
    right: 5%;
}
#frames .fcontainer .fname{
    position: absolute;
    bottom: 9%;
    padding: .5rem;
    background-color: var(--bs-light);
    border-radius: 0 5% 5% 0;
    left: 1%;
}
#frames .fcontainer .flink{
    position: absolute;
    top: 0;
    width: 100%;
    height: 90%;
}
#frames .fcontainer .fimage{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#frames div:hover{
    color: var(--bs-purple);
    padding: .6rem !important;
}
#fscreenwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#fscreenwrap button{
    position: absolute;
    padding: 0;
    top: 3%;
    right: 3%;
}
#fscreenimg{
max-height: 100%;
max-width: 100%;
}
#curriculum p{
    margin: 2rem 0 2rem 0;
}
/*contacto*/
#gToken{
    display: none;
}
.wasContainer{
background-color: green;
color: white;
display: flex;
position: fixed;
justify-content: center;
align-items: center;
font-weight: 700;
bottom: 32vh;
right: 2vw;
flex-wrap: nowrap;
height: 50px;
width: 50px;
border-radius:45%;
margin: 4px 2px;
box-shadow: 1px 1px 5px black;
}

@media screen and (min-width: 750px) {
    #gallery div div,#pagegallery div div {
        
        height: 484px;
    }
    header{
        padding: 0 1rem;
    }
    header .headertext{
        font-size: initial;
    }
    .wasContainer{
        bottom: 75px;
        height: 75px;
        width: 75px;
    }
    .wasContainer img{
    width: 50px;
    height:auto;
    }
    .mobilemainbanner{
        height: 50vh;
        width: auto;
    }
    footer{
        padding: 10px;
        flex-direction: row-reverse;
    }
    footer .legal ul{
        display: flex;
        flex-direction: row;
    }

    
    
    
}

@media screen and (max-width:800px) {
       .mainbanner{
        background-image: none;
        height: unset;
    }
    .mainbanner h2{
        font-size: 3rem;
    }
    .mainbanner p{
        font-size: initial;
        font-weight: 300;
    }
    .mainbanner button{
        font-size: initial;
    }
    .mainbanner li{
font-size: initial;
    }
    .mobilemainbanner{
      
        width: 100%;
        height: auto;
    }
 
    .wasContainer{
        right: 5px;
    
     
    }
    .aboutsect h2{
font-family:'cursive';
font-size:1rem;
}
header{
    padding: 10px;
}
header .logo{
height: 50px;
margin-left: auto;
}
header h1{
    width: fit-content;
}

.bannerbuttons{
    display: flex;
}
footer ul{
    display: flex;
}
footer{
    padding: 10px;
}
footer .legal ul{
display: flex;
justify-content: space-around;
}
}