/*
Theme Name: Artist Portfolio
Theme URI: https://www.spiralweb.com.ar
Author: Spiral
Author URI: https://www.spiralweb.com.ar
Description: Tema para Porfolio de Arte
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spartist
*/

/* @font-face {
  font-family: 'Quicksand-Bold';
  font-display: swap;
  src: url(fonts/Quicksand/Quicksand-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand-Light';
  font-display: swap;
  src: url(fonts/Quicksand/Quicksand-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand-Medium';
  font-display: swap;
  src: url(fonts/Quicksand/Quicksand-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-display: swap;
  src: url(fonts/Quicksand/Quicksand-Regular.ttf) format('truetype');
} */

:root {
  --bs-black: #000;
  --bs-white: #fff;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --sp-web-color-0:  #e4032f;
  --sp-web-color-0-rgb: 228, 3, 47; 
  --sp-web-color-1: #D94F2B; 
  --sp-web-color-1-rgb: 217, 79, 43;
  --sp-web-color-2: #D2C9C4; 
  --sp-web-color-2-rgb: 210, 201, 196;
  --sp-web-color-3: #92817A; 
  --sp-web-color-3-rgb: 146, 129, 122; 
  --sp-web-link-rgb: 137, 140, 120;
  --sp-web-link: #898C78;
  --sp-web-link-hover-rgb: 146, 129, 122;
  --sp-web-link-hover: #92817A;
  --sp-web-encabezados: #000000;
  --sp-web-body: rgb(33, 33, 33);
  --sp-swiper-navigation-size: 24px;
  --sp-font-family-primary: "Oswald", sans-serif;
  --sp-font-family-secondary: 'Open Sans', sans-serif;

}


.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-dropdown-link-hover-bg);

}

    .animated-item {
        animation: fadeIn 1s forwards;
        animation-timeline: view();
        animation-range: entry 0% cover 50%; /* Starts when item enters viewport, ends at 50% covered */
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

body{
	font-family: var(--sp-font-family-primary);
	letter-spacing: normal;
	font-weight:300;
	font-size: 1.2rem;
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--sp-font-family-primary);
	font-weight:700;
  text-transform: uppercase;
	color: #343a40
}


p{
    font-family: var(--sp-font-family-secondary);
    color: #707070;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}



#back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  opacity: 0;
  pointer-events: none;      /* so it can’t be clicked when invisible */
  transition: opacity 0.3s ease-in-out;
}

#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

#menu-menu-principal{
	margin-top: 1rem;
}

#sideNav .navbar-nav .nav-item .nav-link {
	font-family: var(--sp-body-font-family);
  font-weight: 300;
  letter-spacing: .025rem;
  font-size: 1.2rem;
	padding: .25rem 1rem .25rem 0.6rem;
	text-transform: normal;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
 }
 .dropdown-toggle::after {
  	margin-left: .6em;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    background-color: #707070;
    -webkit-mask-image: url('img/caret-down-fill.svg');
    mask-image: url('img/caret-down-fill.svg');
    content:'';
 }

 .dropdown-toggle.show::after {
    content: url('img/caret-up-fill.svg');
    background-color: #707070;
    -webkit-mask-image: url('img/caret-up-fill.svg');
    mask-image: url('img/caret-up-fill.svg');
    content:'';
 }
 .dropdown-toggle.active::after {
   background-color: #000;
 }

#sideNav .navbar-nav .nav-item,
#sideNav .navbar-nav .nav-item .nav-link,
.dropdown-item{
	color: #707070;
	transition: all .4s ease;
}


#sideNav .navbar-nav .nav-item:hover,
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover,
.dropdown-item.active, 
.dropdown-item:active,
.nav-link.active {
	color: #000!important;
}
.dropdown-item.active, 
.dropdown-item:active,
.nav-link.active {
  text-decoration: underline;
}

.navbar-dark .navbar-brand {
    color: #343a40;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #343a40;
}

.nav-item:hover{
  background-color: #f8f9fa;
}


.text-inferior-logo{
  color: #707070;
  font-size: .9rem;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.logos-inferiores img {
    width: 45%;
}
.logos-inferiores a:hover {
    text-decoration:none;
    cursor:pointer;
}
section.section-100.resume-section {
  max-width: 100rem;
}

.obras-item img {
	height:390px;
	width: auto;
  -webkit-box-shadow: 0 5px 5px 0 #adb5bd;
  box-shadow: 0 5px 5px 0 #adb5bd;
}
.row.equal {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.five-columns > .col-md-2 {
    width: 20%;
}



.social-icons a {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    background-color: #495057;
    color: #fff !important;
    border-radius: 100%;
    text-align: center;
    font-size: 2.5rem;
    line-height: 4.3rem;
    margin-right: 1rem;
}

.social-icons a:last-child {
	margin-right: 0
}

.bg-lightgray{
  background:#f5f5f5;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A21C26' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A21C26' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.p-carousel-text{
  padding: 7rem;
}

.btn-web {
  color: #fff;
  background-color: #0e2f44;
  border-color: #0e2f44;
}

.btn-web:not(:disabled):not(.disabled).active, .btn-web:not(:disabled):not(.disabled):active, .show>.btn-web.dropdown-toggle {
  color: #fff;
  background-color: #0e2f44;
  border-color: #0e2f44;
}

.btn-web:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}

/**casos exito***/
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all .2s;
}
.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-right: 10px;
}
.card a:hover{
	text-decoration:none;
}
.card:hover{
	cursor:pointer;
}
.card{
	box-shadow: 1px 1px 3px #ccc;
}

/*********/
.bg-primary, .bg-mentoras {
    background-color: rgb(52,58,64)!important;
}
.text-mentoras {
    color: rgb(52,58,64)!important;
}

nav{
	box-shadow: 4px 3px 6px #ccc;
}
.btn-primary {
    color: #fff;
    background-color: rgb(52,58,64)!important;
    border-color:rgb(52,58,64)!important;
}

/* .bg-pattern-web{
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%23c9c6ce' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
} */
.bg-pattern-web{
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cccccc' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.navbar-dark .navbar-nav .nav-link {
    color: #343a40;
}
.social-icons a {
    background-color: rgb(52,58,64);
}
.social-icons a:hover {
    background-color: rgba(52,58,64,.8);
}
.btn-web {
    color: #fff;
    background-color: rgb(52,58,64);
    border-color: rgb(52,58,64);
}
.btn-web:hover {
    color: #fff;
    background-color: rgba(52,58,64,.8);
    border-color: rgba(52,58,64,.8);
}
h1, h2 {
    color: rgb(52,58,64);
}
.page-title{ 
	color:rgb(52,58,64); 
	font-size: 2.5rem;
    line-height: 2.5rem;
}
/*********/

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
table{
	width:100%!important;
}
iframe{
	text-align:center;
	width:100%!important;
}

#calendarTitle, .calendar-container {
    font-family: 'Quicksand', sans-serif !important;
}

.lead img {
    max-width: 100%;
    height: auto;
    box-shadow: 1px 1px 4px #ccc;
}

.section-row-1 .lead img{
	box-shadow: 1px 1px 4px transparent;
}

.aligncenter{ display:block; margin: auto;}
.alignright{ float:right; border-radius: .25rem;}
.alignleft{ float:left; border-radius: .25rem; }


@media (max-width:991px){

  body{
  font-size: 1rem;
  }
  .img-profile{
    height: 65px;
  }
  h1{
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem!important;
  }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.2rem; }

	.navbar .navbar-collapse{
    border-top: 1px solid #D2C9C4;
  }
	.navbar-collapse .logos-inferiores{
		text-align:right;
	}
	.navbar-collapse .logos-inferiores img{
		width:20%;
	}

  .bg-pattern-web.p-5 {
    padding: 9rem 2rem 2rem !important;
}
.resume-section.category-list-page{
  padding-top: 9rem !important;
}
.resume-section.p-3 {
   padding: 8rem 1rem !important;
}
.resume-section.artista {
    padding: 2rem 1rem!important;
}
#form-contacto{
	padding-bottom:2rem;
}
.fondo-superior img {
    width: 5rem!important;
}
.obras-item img{
	height: auto;
}

.home-section{
	padding-top: 8.5rem!important
}
.page-title{ 
	font-size: 1.8rem;
	line-height: 2rem;
}
.subheading {
    font-size: 1.2rem;
}
  
}

.masonry-item { visibility: hidden; } /* revealed after image load */
.media { position: relative; display:block; overflow: hidden; }
.media img { display:block; width:100%; height:auto; }
.media .overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.48);
  color: #fff;
  opacity: 0;
  transition: opacity .2s ease;
  display: flex; align-items: flex-end;
}
.media .overlay .title {
  width: 100%; padding: .5rem .75rem;
  font-weight: 600; line-height: 1.25; text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.media:hover .overlay,
.media:focus-within .overlay { opacity: 1; }
@media (prefers-reduced-motion: reduce){ .media .overlay { transition: none; } }