/*
Theme Name: spbar
Theme URI: https://www.spiralweb.com.ar
Author: Spiral
Author URI: https://www.spiralweb.com.ar
Description: Tema para spbar
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spbar
*/

@font-face {
  font-family: 'OpenSans-Regular';
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/Open_Sans/static/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'OpenSans-Bold';
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  src: url(fonts/Open_Sans/static/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: "Montserrat-Regular";
  font-optical-sizing: auto;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/Montserrat/static/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: "Montserrat-Bold";
  font-optical-sizing: auto;
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url(fonts/Montserrat/static/Montserrat-Bold.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-family: "OpenSans-Regular", sans-serif;
  --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-color-4: #DD992A;
  --sp-web-color-4-rgb: 221, 153, 42;
  --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-h-font-family: "Montserrat-Bold", sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

/* global */
html { scroll-behavior: smooth; }

/* respeto accesibilidad */
@media (prefers-reduced-motion: reduce){
  html { scroll-behavior: auto; }
}

body{
	font-family: var(--bs-body-font-family);
	background-color: #212121;
	color:#ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--sp-h-font-family);
}

.logo-header{
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

.logo-header-inferior{
    position: absolute;
    top: -15px;
    left: -63px;
    z-index: 2
}

.footer-logo{
  margin-bottom: 1rem;
}
.titulo-slider-ppal{
	font-size:4rem;
}
.descripcion-slider-ppal{
	font-size: 1.3rem;
  line-height: 1.8rem;
}

.carousel-caption {
    bottom: unset;
    top: 25%;
}

.bloques-section .card{
	background-color: transparent;
	padding: 1rem;
	transition: all 0.3s;
	outline: 2px solid transparent;
  color: #ffffff;
}
.bloques-section .card:hover{
	outline: 2px solid var(--sp-web-color-1);
	text-shadow: 3px 3px 6px #000;
	cursor: pointer;
}
.bloques-section .card:hover img{
	box-shadow: 1px 1px 10px #000;
}
.bloques-section .card p{
	margin-bottom: 0;
}
.bloques-section .link-bloque{
	color: inherit;
}
.bloques-section .link-bloque:hover{
	text-decoration:none;
}



img.spiral-logo {
    height: 30px;
    width: auto;
}
.border-top{
	border-top: 1px solid var(--sp-web-color-1)!important
}

.datos-contacto{
	font-size: 1.2rem;
}

.acf-map iframe{
	width:100%;
}



.btn-xl {
  padding: 1.15rem 2.5rem;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.header-container{
	position:relative;
	z-index:2;
	color: #fff;
}
#video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.overlay{
  background-color: rgba(0,0,0,.4);
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
}
.content-section .card h4 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
}
.content-section .card hr,
.page-menu hr {
    border-color: var(--sp-web-color-1);
    border-width: .25rem;
    width: 3rem;
    opacity: .85;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 0 auto;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.text-black-50 {
    color: rgba(0,0,0,.5)!important;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.form-control {
    height: calc(1.5em + 1.75rem + 2px);
}
textarea.form-control{
    height: calc(1.5em + 6.1rem + 2px);
}
.btn-outline-primary {
    color: var(--sp-web-color-1);
    border-color: var(--sp-web-color-1);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--sp-web-color-1);
    border-color: var(--sp-web-color-1);
}

/* path{
	fill: #000000;
} */
svg {
    width: 100%;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 15rem;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 15vh;
  }
  .masthead h1 {
    font-size: 4.5rem;
  }
  .content-section-heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  svg{
	  height:auto;
  }
}
/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 3;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: rgba(var(--sp-web-color-1-rgb),.9);
/*   border-left: 1px solid rgba(255, 255, 255, 0.1); */
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: var(--sp-web-color-1);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand.sidebar-text {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand.sidebar-logo {
    background: transparent;
    height: auto;
    width: 70%;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
  text-transform: uppercase;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: var(--sp-web-color-1);
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 3.5;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 15rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}

.botones-home{
  margin-top: 5rem;
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 5rem;
  width: 5rem;
  line-height: 2;
  font-size: 2.5rem;
  color: var(--sp-web-color-1)!important;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: var(--sp-web-color-1);
  text-decoration: none;
}
footer.footer .social-link:hover i{
	color: #ffffff;
}

a {
  color: var(--sp-web-color-1);
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: var(--sp-web-color-0);
}

.btn-primary {
  background-color: var(--sp-web-color-1) !important;
  border-color: var(--sp-web-color-1) !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--sp-web-color-0) !important;
  border-color: var(--sp-web-color-0) !important;
}

.btn-secondary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: var(--sp-web-color-1) !important;
}

.text-primary {
  color: var(--sp-web-color-1) !important;
}

.text-secondary {
  color: #000000 !important;
}


footer.footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.scroll-wapp {
    position: fixed;
    z-index: 1;
    right: 15px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    border-radius: 100%!important;
    text-align: center;
    background-color: #25D366;
    line-height: 49px;
}

.scroll-wapp:hover{
    color: var(--bs-white) !important;
    background-color: #23c45e;
}





@media screen and (max-width:992px){
  .logo-header-inferior{
        left: -19px;
        top: 0px;
        width: 130px;
  }
	.carousel-item{
	    height: 50vh;
	}
	.carousel-item img{
	    height: 50vh;
		object-fit: cover;
	}
	.carousel-caption {
		bottom: unset;
		top: 50%;
    transform: translateY(-50%);
		left: 0%;
		width: 100%;
	}
	.carousel-control-prev,
	.carousel-control-next{
		display: none;
	}
	.titulo-slider-ppal {
		font-size: 2.5rem;
	}
	.descripcion-slider-ppal {
		font-size: 1rem;
	}
	.btn-xl {
		padding: 0.5rem 1.5rem;
	}
	.masthead h1 {
		font-size: 2.2rem;
	}

	.content-section {
  		padding-top: 4rem;
  		padding-bottom: 4rem;
	}
	.acf-map iframe{
		height: 300px;
	}
  .botones-home{
    margin-top: 3rem;
  }
}
