/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.slider-1{
  max-height: 200px;
}

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

.anav{
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.anav:hover{
  color: green;
}

.bg-c{
  background-color: rgba(0,0,0,0.70)
}



/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

#parallax{
	background:url("../img/slider/slider10.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallax2{
	background:url("../img/slider/slider20.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallax3{
	background:url("../img/slider/slider30.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallax4{
	background:url("../img/slider/slider40.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallaxfondo1{
	background:url("../img/slider/parallaxfondo1.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallaxnosotros{
	background:url("../img/slider/parallaxnosotros.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallaxnosotros2{
	background:url("../img/slider/parallaxnosotros2.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallaxnegro{
	background:url("../img/slider/parallaxnegro.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

#parallaxcontacto{
	background:url("../img/contacto.jpg") no-repeat;
	padding:5% 0;
	  -webkit-background-size: cover;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
  background-position:center center;
  max-height: 100%;
}

.bg-1{
  background-color: #dd2c00;
}


:root {
  --main-white-color: white;
  --main-black-color: black;
}


.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

section {
  display: none;
}

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}



