/**
* Template Name: KnightOne - v2.2.0
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/



@font-face {
	font-family: "OpenSans Bold";
	src: url("../../fonts/OpenSans-Bold.ttf");
}
@font-face {
	font-family: "OpenSans BoldItalic";
	src: url("../../fonts/OpenSans-BoldItalic.ttf");
}

@font-face {
	font-family: "OpenSans ExtraBold";
	src: url("../../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
	font-family: "OpenSans ExtraBoldItalic";
	src: url("../../fonts/OpenSans-ExtraBoldItalic.ttf");
}

@font-face {
	font-family: "OpenSans Italic";
	src: url("../../fonts/OpenSans-Italic.ttf");
}

@font-face {
	font-family: "OpenSans Light";
	src: url("../../fonts/OpenSans-Light.ttf");
}

@font-face {
	font-family: "OpenSans LightItalic";
	src: url("../../fonts/OpenSans-LightItalic.ttf");
}

@font-face {
	font-family: "OpenSans Regular";
	src: url("../../fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "OpenSans SemiBold";
	src: url("../../fonts/OpenSans-SemiBold.ttf");
}
@font-face {
	font-family: "OpenSans SemiBoldItalic";
	src: url("../../fonts/OpenSans-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "Megante";
	src: url("../../fonts/Meganté.ttf");
  font-display: swap;
  font-style: normal;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    
    color: #4e4e4e;
  }
  
  
  
  a:hover {
    
    text-decoration: none;
    cursor: pointer;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  /* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #009961;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } */
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }
  
  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #009961;
    color: #fff;
    transition: all 0.4s;
  }
  
  .back-to-top i:hover {
    background: #00b371;
    color: #fff;
  }

  
  
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu > ul {
    display: flex;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    margin: 0 10%;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #4d4d4d;
    transition: 0.3s;
    font-size: 1.4rem;
    padding: 25px 3px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    
  }
  
  .nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #9e3151;
  }
  
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: rgba(255, 255, 255,0.95);
    transition: 0.3s;
    border-radius: 20px;
    width: 300px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%), 0 0 0 5px rgb(255 255 255 / 50%)
  }
  
  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }
  
  .nav-menu .drop-down ul a {
    padding: 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: none;
    color: #282828;
    font-variant: small-caps;
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #9e3151;
   
  }
  
  .nav-menu .drop-down > a:after {
    /* content: "\ea99"; */
    font-family: IcoFont;
    padding-left: 5px;
  }
  
  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
     
     
  }
  
  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }
  
  /* Get Startet Button */
  .get-started-btn {
    margin-left: 25px;
    background: #009961;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }
  
  .get-started-btn:hover {
    background: #00b371;
    color: #fff;
  }
  
  @media (max-width: 1500px) {
    .nav-menu > ul > li {
      margin: 0 10px;
      
    }
    .nav-menu > ul > li a {
      font-size: 16px;
    }
  }
  @media (max-width: 992px) {
    .get-started-btn {
      margin: 0 48px 0 0;
      padding: 6px 18px;
    }
    
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 18px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  
  .mobile-nav-toggle i {
    color: black;
  }
  
  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
  }
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #282828;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #8e1c3b;;
    text-decoration: none;
  }
  
  .mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }
  
  .mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
  }
  
  .mobile-nav .drop-down > a {
    padding-right: 35px;
    
  }
  
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }
  
  .mobile-nav .drop-down li {
    padding-left: 20px;
    font-variant: small-caps;
  }
  
  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(15, 15, 15, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }
  
  .mobile-nav-active {
    overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #8fffd6;
  }
  
  .section-title {
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #901438;
    text-transform: uppercase;
  }
  
   
  
  .section-title p {
    margin-bottom: 0;
    color: #777777;
    font-size: 15px;
  }
  .text-vino{
    color:  #901438;
  }
  .text-gray {
    color: gray;
    
  }
  .text-grey {
    color: #444444;
    
  }  
  .text-creativa{
    color:  #8e1c3b;
    font-family: "Megante";
    font-weight: 800;
     
 }

  
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(242, 242, 240,1);
      opacity: 1;
  
      background:linear-gradient(-180deg, rgba(242, 242, 240,0.95)0,  rgba(242, 242, 240,95) 40%),
      url('../../img/landing/general/patron_creativa_log.webp') top center ;
  
      
    /* background: repeating-linear-gradient( 
      -45deg,
    rgba(46,46,46,1) 0.05px, rgba(14,14,14,1) 1px, rgba(46,46,46,0.5) 2px, rgba(46,46,46,0.5) 6px), 
      linear-gradient(rgba(46,46,46, 0.9)0, rgba(46,46,46, 1) 80%),
  
      url('../../img/landing/general/patron_creativa_log.jpg'); */
  
  
    /* ,
    
        background-size: 7px 7px;
    repeating-linear-gradient(-45deg, #0e0e0e 0, #0e0e0e 0.7000000000000001px, #2e2e2e 0, #2e2e2e 50%); */
  }
  #footer figcaption{
    color: black;
    padding: 0% 20%;
    font-size: 14px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    
  }
  #footer .logo-footer{
    width:100%;
    height: auto;
    padding: 20px 50px;
    
  }
  #footer ul{
    display: flex;
   
  }
  
   
  #footer ul li{
    padding: 0 10px;
    list-style: none;
    font-size: 32px;
    color: white;
    
  }
   
  #footer .social-links .fab{
    font-size: 36px;
    margin: 20px;
    color: #8e1c3b;
  }
   
   
  
  #footer ul li a {
    color:#545454;
    font-weight: bold;
    font-size: 18px;
  }
  
  #footer ul li a:hover {
    color: #8e1c3b;
  }
  
   
  #footer hr {
     
    height: 1px;
    background-color: #8e1c3b;
    width: 110%;
    position: relative;
    left: -5%;
    right: 0;
    border-radius: 50px;
    margin: 10px 0;
  }
  #footer ul{
    padding: 0;
  }
  #footer .punto>i{
    font-size: 8px;
    padding: 10px 0;
    color: #8e1c3b;
    
  }
  
  #footer .copyright{
    background: #1a1a1a;
    color: white;
    width: auto;
    text-align: center;
    
  }
  #footer .copyright i{
    font-size: 10px;
    padding: 20px;
  }
  @media (max-width: 1500px) {
    #footer hr {
      width: 100%;
      margin: 10px 0;
      left: 0;
      right: 0;
    }
  }
  @media (max-width: 992px) {
    
    #footer .logo-footer{
      padding: 0;
      
    }
    #footer .links li a {
      font-size: 12px;
      
    }
  
    #footer .social-links .fab{
      margin: 0;
      font-size: 24px;
      margin: 0px;
    }
  
    #footer ul li{
      padding: 5px;
    }
    #footer .copyright{
      text-align: justify;
      font-size: 0.8rem;
      padding: 10px 20px;
    }
    #footer .copyright i{
      font-size: 8px;
      padding: 10px;
    }


    
  }
   
  