html {
    scroll-behavior: smooth;
  }
/* navbar  */

@font-face {
    font-family: 'Tamrin';
    src: 
    url('../../recursos/fonts/Tamrin.ttf')
    format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Montserrat';
    src: 
    url('../../recursos/fonts/Montserrat-Regular.ttf')
    format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

body {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
	border-top: 4px solid #1a237e;
    position: relative;
    box-shadow: 5px 5px 5px 1px gray;
    z-index: 1000;
}

.nav-links li {
    list-style: none;
    padding: 0.2rem;
}

.nav-links a {
    padding: 2rem;
    align-items: center;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 50%;
    flex-wrap: wrap;
}

.nav-links a {
    text-decoration: none;
    color:#1a237e;
    letter-spacing: 3px;
    font-weight: bold;
}

.nav-links li:hover {
    border-radius: 15px;
    background-color: red;
    border: 1px transparent red;
    box-shadow: red 0px 0px 20px 5px;
}

.logo img {
    width: 100px;
    z-index: 2000;
    opacity: 100%;
}

.logo img:hover{

    transform: scale(1.1);
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: white;
}

.login a {
    padding: 0.6rem;
    font-size: 1rem;
}

#logomin{
	
	display:none;
}

@media screen and (max-width:991px) {

    #logomin{
	display:block;
	}
	
    .logo img {
        width: 190px;
		display:none;
    }
    .card-central {
        margin: 2rem;
    }
}

@media screen and (max-width:420) {
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .footer-social a {
        font-size: 1.5rem;
    }
    .owl-nav .owl-prev .owl-nav-prev {
        font-size: 0.5rem;
    }
    .owl-nav .owl-next .owl-nav-next {
        font-size: 0.1rem;
    }
}

/*!navbar*/

/*owl-carousel*/

.container-owl {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}

.owl-nav {
    position: absolute;
    top: 45%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev {
    position: absolute;
    left: 0%;
    background: red;
    font-size: 2rem;
    box-shadow: 1px 1px 5px 1px black;
}

.owl-nav .owl-next .owl-nav-next {
    position: absolute;
    right: 0%;
    background: transparent;
    background: red;
    font-size: 2rem;
    box-shadow: -1px 1px 5px 1px black;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: yellow;
    color: red;
}


/*cards*/

.raffle-header {
    margin: 4rem 0rem 5rem 0rem;
}

.card figure img:hover {
    transform: scale(1.1);
}

.card figure, img {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.raffle-header {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
}

.raffle-header p {
    color: gray;
}

.card-body h3:hover {
    color: yellow !important;
}

.card-left {
    padding: 2rem;
}

.card-left img {
    width: 100%;
}

.card-right {
    padding: 2rem;
}

.card-right img {
    width: 100%;
}

.card-central {
    padding: 0%;
}

.card-central img {
    width: 100%;
}

.card-info-raffle {
    display: flex;
    text-align: center;
    justify-content: space-around;
    border-bottom: 5px solid red;
}

.card-raffle-date {
    display: table-cell;
    vertical-align: middle;
}

/*boton medio*/

.container-btn-middle {
    text-align: center;
}


.btn-middle p {
    background-color: red;
}

.container-svg {
    text-align: center;
}

#Card-2 {
    animation: CardMove 0.7s infinite alternate;
    transform-origin: bottom;
    transform-box: fill-box;
}

#card-1-letter {
    animation: Load 2s infinite forwards;
    opacity: 0;
}

@keyframes CardLoad {
    40% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes Load {
    10% {
        opacity: 0;
        ;
    }
    100% {
        opacity: 1;
    }
}

@keyframes CardMove {
    from {
        transform: rotateZ(-5deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}

.container-svg p {
    background-color: red;
    color: yellow;
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
}

.offer-phrase{

box-shadow: 0px 0px 10px 1px red;

}

/*photos container*/

.photos-header {
    text-align: center;
}

.photos-header p {
    text-align: center;
    color: gray;
    font-size: 2.1rem;
    margin-top: 3rem;
}

.container-photos {
    margin: 5rem 0rem 5rem 0rem;
    padding: 0%;
    transition: transform 1s ease-in-out;
    border-top: 5px solid rgb(209, 199, 199);
    border-bottom: 5px solid rgb(209, 199, 199);
}

.photos img {
    width: 100px;
    height: 70px;
    margin: 0%;
    padding: 0%;
}

.custom-hvr-grow:hover {
    transition: transform 0.3s ease-in;
    transform: scale(1.2);
    z-index: 2000;
}

/*footer*/

.container-footer-background {
    background-color: black;
    border-top: 5px solid red;
    opacity: 80%;
}

.footer-website-container {
    text-align: center;
}

.footer-website {
    text-align: center;
}

.footer-website a:hover {
    color: red;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social li {
    justify-content: space-between;
    width: 10%;
}

.footer-social a {
    font-size: 2rem;
}

.footer-social-container {
    text-align: center;
}

.footer-social i:hover {
    color: red;
}

/* Boton registrar */

#btn-registrar {
background-color: black;
position: fixed;
right: -750px;
bottom: 50px;
z-index: 16;
transition: 0.3s;
border-radius: .50rem 0 0 .50rem;
font-family: "Montserrat", sans-serif;
font-weight: bold;
}

#btn-registrar:hover {
background-color: #474545;
right: -400;
transition: 0.3s;
}

/* cards HOME */

    .card-body {
      border-bottom-left-radius: inherit !important;
      border-bottom-right-radius: inherit !important;
    }
	
	 .snippet-categoria-img {
 		position: absolute;
 		top: 10%;
		left:0;
		text-size:16px;
 	}
	 .snippet-categoria-img-2 {
 		position: absolute;
 		top: 80%;
		right:0;
		text-size:18px!important;
 	}
	
	
/* linea de tiempo */
      .timeline {
        position: relative;
        list-style: none;
        padding: 1rem 0;
        margin: 0;
      }

      .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        margin-left: -1px;
        background-color: #FF8800;
      }

      .timeline-element {
        position: relative;
        width: 50%;
        padding: 1rem 0;
        padding-right: 2.5rem;
        text-align: right;
      }

      .timeline-element::before {
        content: '';
        position: absolute;
        right: -8px;
        top: 1.35rem;
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #FF8800;
        background-color: #fff;
      }

      .timeline-element:nth-child(even)::before {
        right: auto;
        left: -8px;
      }

      .timeline-element:nth-child(even) {
        margin-left: 50%;
        padding-left: 2.5rem;
        padding-right: 0;
        text-align: left;
      }

      @media (max-width: 767.98px) {
        .timeline::before {
          left: 8px;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element {
          width: 100%;
          text-align: left;
          padding-left: 2.5rem;
          padding-right: 0;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element::before {
          top: 1.25rem;
          left: 1px;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element:nth-child(even) {
          margin-left: 0rem;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element {
          width: 100%;
          text-align: left;
          padding-left: 2.5rem;
          padding-right: 0;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element:nth-child(even)::before {
          left: 1px;
        }
      }

      @media (max-width: 767.98px) {
        .timeline-element::before {
          top: 1.25rem;
        }
      }
