body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  /* max-width: 50px; */
  border-width: 1px;
  border-color: #980b59;
}

hr.light {
  border-color: rgba(255, 255, 255, 0.4);
}

a {
  color: #980b59;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
}

.bg-primary {
  background-color: #980b59 !important;
}
.bg-degradado {
  background-color: #5E2979; 
  background-image: linear-gradient(to top, #5E2979, #DA2B82);
}
.bg-dark {
  background-color: #411640 !important;
}
.bg-dark-deg {
  background-color: #5E2979; 
  background-image: linear-gradient(to top, #4f0f50, #8d2d74);
}
.bg-dark-deg a {
 color: #ffb9b1;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.bg-light {
  background-color: #fbeef5 !important;
}

section { 
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
  color: #b12280;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Arvo', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand img {
  max-height:3rem;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #980b59;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #980b59 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #FFF;
    text-shadow: -1px 1px 2px #84516D;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav .navbar-brand img {
    max-height:5rem;
  }
  #mainNav.navbar-shrink img {
    max-height:4rem;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
    text-shadow:none;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #980b59;
  }
}

header.masthead {
  /*
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);*/
  background-color:#dbdbdb;
}
.masthead .item {
  min-height: 650px;
}
@media (max-width: 768px) {
  .owl-nav .fa {
    font-size: 3em;
  }
}
/* -----------------------
        SLIDE
----------------------- */
.bg1 {
  background-image: url("../img/slide/azaleia.jpg");
}
.bg2 {
  background-image: url("../img/slide/olympikus.jpg");
}
.bg3 {
  background-image: url("../img/slide/mormaii.jpg");
}
.bg4 {
  background-image: url("../img/slide/ipanema.jpg");
}
.bg5 {
  background-image: url("../img/slide/bg5.jpg");
}
.bg6 {
  background-image: url("../img/slide/moleca.jpg");
}
.bg7 {
  background-image: url("../img/slide/beirario.jpg");
}
.bg8 {
  background-image: url("../img/slide/modare.jpg");
}

.bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7,.bg8 {
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  opacity: .5;
}

.owl-prev:hover ,
.owl-next:hover {
  opacity: 1;
}
.owl-nav .owl-prev{
  left: 20px;
}
.owl-nav .owl-next{
  right: 20px;
}
.masthead .owl-dots {
    margin-top: -3rem;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -35px;
}
#owl-logo .owl-dots {
    margin: 3rem 0 0 0;
}
.owl-dots .owl-dot span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
}
.owl-dots .owl-dot.active span {
	background: rgba(239, 94, 108, 0.8);
}
.owl-dots .owl-dot {
	display: inline-block;
	margin: 0px .3em;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead, .masthead .item {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #980b59 !important;
}
.fa{
  color: #980b59;
  background:
    -webkit-linear-gradient(#D93A79,#832878);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn.btn-primary {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-family: 'Arvo', 'Helvetica Neue', Arial, sans-serif;
  background-image: linear-gradient(to right, #6e1f6f 0%, #D33548 51%, #D93A79 100%);
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  transition: all 400ms linear;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(108, 29, 72, 0.32);
  border: solid 1px #a90354;
  padding: 5px 20px;
}
.btn.btn-primary:hover{
  background-position: right center;
  color: #fff;
  transform: translateY(-5px) scale(1.05) !important;
}

.btn-xl {
  padding: .5rem 2rem;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

footer {
  padding: 3rem;
}

/* ----------------------
    animations
-------------------------    */
.navbar-brand img, .owl-prev, .owl-next {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* fadeInUp
------------------------------------------- */

@-webkit-keyframes fadeInUp {
	0% {opacity: 0;-webkit-transform: translateY(20px);transform: scale(1.1);}
	100% {opacity: 1;-webkit-transform: translateY(0);transform: scale(1.0);}
}

@keyframes fadeInUp {
	0% {opacity: 0;transform: translateY(20px);transform: scale(1.1);}
	100% {opacity: 1;transform: translateY(0);transform: scale(1.0);}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* ----------------------
    Formulario
-------------------------    */
.form-control {
    border: 1px solid #b20459;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D33548;
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.2);
}
/* do not group these rules */
*::-webkit-input-placeholder {
    color: #d09bb5 !important;
    font-size:.85rem;
}


#marcas a:hover::after, #marcas a::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f064";
  font-size: 2rem;
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-color: rgba(152, 11, 89, 0.9);
  padding: 0rem 0.6rem;
  border-radius: 50%;
}
#marcas a::after {
  bottom: 10%;
  left: 45%;
  opacity: 0;
  transform: scale(0.5, 0.5);
}
#marcas a:hover::after {
  bottom: 40%;
  left: 45%;
  opacity: 1;
  transform: scale(1, 1);
}
#marcas a img {
  opacity: 1;
  transform: scale(1, 1);
}
#marcas a:focus {
  outline: none;
}
#marcas a:hover img {
  opacity: .4;
  transform: scale(.8,.8);
}
#marcas a::after,
#marcas a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#marcas .card {
    background-color: #f8f8f8;
}
button.btn.btn-outline-light.btn-sm {
    color: #f0e7dd;
    /* border-color: bisque; */
}
button.btn.btn-outline-light.btn-sm:hover {
    background-color: #a93675;
}


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
/* ----------------------
       SCROLL
----------------------

body {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  background: #222;
}*/
.indicator {
    position: absolute;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    left: 49%;
    margin-top: -150px;
    z-index: 2;
}
.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  animation: animate 1s linear infinite;
}
.indicator span:nth-child(1) {
  top: -25px;
  left: -25px;
  animation-delay: 0s;
}
.indicator span:nth-child(2) {
  top: -12px;
  left: -12px;
  animation-delay: 0.2s;
}
.indicator span:nth-child(3) {
  top: 0;
  left: 0;
  animation-delay: 0.4s;
}
.indicator span:nth-child(4) {
  top: 12px;
  left: 12px;
  animation-delay: 0.6s;
}
.indicator span:nth-child(5) {
  top: 25px;
  left: 25px;
  animation-delay: 0.8s;
}
@keyframes animate {
  0% {
    border-color: #FF8896;
    transform: translate(0, 0);
  }
  20% {
    border-color: #FF8896;
    transform: translate(15px, 15px);
  }
  20.1%,
  100% {
    border-color: #D93A79;
  }
}

/* Botón Flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
}

/* Forzar color blanco en el icono de Whatsapp para sobreescribir el gradiente del template */
.whatsapp-float .fa.fa-whatsapp {
  background: none;
  -webkit-text-fill-color: initial;
  color: white;
}

/* Ajustes visuales para el modal */
.modal-header .close.text-white {
  text-shadow: none;
  opacity: 1;
}
.formulario-btn {
border: solid 1px #a90354;
background-color: #5f1159;
}