@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background-image: repeating-linear-gradient(to right, #525151, #242424);
    padding: 0 !important;
}

.navbar-brand img {
    height: 8vmin;
    padding-left: 1vmin;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.fa-bars {
    color: #fff;
    font-size: 5vmin !important;
}

.navbar-toggler {
    outline: none !important;
}

/*  section 0 */
.section-0 {
    padding: 1vmin;
    background-color: hotpink;
    width: 100%;
    height: 100%;
    /*background: url("assets/Misc/2012-carnaval_2_0.jpg");*/
    background-image: repeating-linear-gradient(to right, #525151, #242424);
    /*background-position: -24rem -19rem;
    background-size: 121%;*/

    position: relative;

}




.section-0 h1 {
    color: white;
}

.section-0 .container {

   padding-bottom: 5vmin;
}


.section-0 .col-md-12 {

    top: 0vmin;
    left: 0vmin;
    background: gray;
    border-radius: 3px;
    text-align: center;
    padding: 1vmin 2vmin 1vmin 2vmin;
    box-shadow: 10px 25px 42px rgba(0, 0, 0, 5);
    font-family: var(--Rubik);
    z-index: 1;

}


/*  section 1 */


.section-1 {
  
    /*background: url("assets/Misc/SectionCarouselLeft.jpg");*/
    background: no-repeat url("../assets/Misc/section-2-left.png") 15% / 15%, no-repeat  url("../assets/Misc/section-2-right.png") 15% / 15% ;
    background-position: bottom left, bottom right;

    height: 90vmin;

}
.section-1 {

    background-color: hotpink;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
.section-1 .col-md-12 .flex-container{
    padding-left: 45vmin;

    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
.section-1 .col-md-12 .flex-container {
    background: gray;
    border-radius: 3px;
    text-align: center;
    padding: 1vmin 1vmin 1vmin 1vmin;
    box-shadow: 10px 25px 42px rgba(0, 0, 0, 5);
    font-family: var(--Rubik);
    z-index: 1;

}

.carousel h5 {
    background-color: #262626;
    

}

/*  Section 3 */


/*  SECTION-4 */


.section-4 .container {
    padding: 1vmin 4vmin;
}

.section-4 {
    height: 55rem;
    padding-top: 3vmin;
    background-color: #575656;
    
   }
   .section-4 h1{
       text-align: center;
       padding-bottom: 3vmin;
   }
   .section-4 h4{
       text-align: center;
   
   }
   
   .card{
       position: relative;
       background:#fff;
       width: 25rem;
       height: 40rem;
       margin: 0 auto;
   
   }
   .card .content {
       width: 25rem;
       padding-bottom: 1vmin;
       box-sizing: border-box;
   }
   
   .card .content p{
       font-size: 2.5vmin;
   }
   /*
   
   /* READ MORE BUTTON*/
   .card .content a{
       display: inline-block;
       margin: 0.25vmin 0 0;
       padding: 0.625vmin 1.25vmin;
       text-decoration: none;
       border: 0.2vmin solid #262626;
       color: #262626;
       font-size: 2vmin;
       font-weight: 600;
       justify-content: center;
       box-align: center;
   }
   .card .sliderText{
       position: relative;
       width: 100%;
       height: 7vmin;
       display: flex;
       justify-content: center;
       align-items: center;
       background: #000;
       
   }
   
   .card .sliderText h3{
       color:#fff;
       font-size: 5vmin;
   }
   
   .swiper-wrapper .swiper-slide{
       width:25rem;
     }
   
   


/********** section 5 **************/



.section-5 {
    height: auto;
    padding: 5vmin 0vmin;
    background-color:#55acee;
  }
  
  .section-5 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 90%;
    border-radius: 0.2em;
    padding-top:3vmin;
  }

  .section-5 .row .col-md-6 .panel {
    top: 7vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 5vmin 5vmin 5vmin 5vmin; 
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    font-family: var(--Rubik);
    z-index: 1;
  }
  
 
  .section-5 .row .col-md-6 .panel p {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.5);
  }

  
/********** end section 5 **************/

/********** section 6 **************/



  .section6 .container {
      margin: 0 5vw;
  }
/********** end section 5 **************/
    .img {
        width: 100%;
        height: 100%;
      }
/********** section 7 **************/
.section-7 {
    height:auto;
    background: no-repeat url('../assets/Carnavaleando/mona.png') 20% / 20%, no-repeat url('../assets/Carnavaleando/tamborero.png') 20% / 20%;
    background-position: bottom left, bottom right;
    background-color:#55acee;
    padding-top: 25.5vmin;
  }

.section-7  p{
       font-size: 0.9em;
   }
.numbers-7 .rect- {
    position: relative;
    z-index: 1;
    background: white;
    width:25vmin; /* 17rem  */
    height: 22vmin;  /* 17rem  */
    padding-top: 1.5vmin;
    margin: 1rem;
    border-radius: 0.5em;
    box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.cover-7 .content>h1 {
    font-family: var(--Patua);
    font-size: 7vmin;
    color: whitesmoke;
    align-items: center;
    text-align:center;
    padding-top: 10vmin;
}

.cover-7 .content>h3 {
    font-family: var(--Patua);
    font-size: 5vmin;
    color: whitesmoke;
    text-align:center;
}

#clockdiv-7 {
    font-family: var(--Patua);
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 5vmin;
    padding-top: 5vmin;
}
#clockdiv-7>div {
    padding: 0.625em;
    border-radius: 3px;
    /*background: #00BF96;*/
    display: inline-block;
    
}
#clockdiv-7 div>span {
    padding: 0.938em;
    border-radius: 3px;
    /*background: #00816A;*/
    display: inline-block;
}
.numbers-7 .rect-7 {
    position: relative;
    z-index: 1;
    background: white;


    margin: 1rem;
    border-radius: 0.5em;
    box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.numbers-7 .rect-7 p {
    font-size: 10vmin;
    font-weight:700;
    font-family: var(--Patua);
}

.numbers-7 .rect-7 h1 {
    font-size: 5vmin;
    font-family: var(--Patua);
    color: tomato;
}



/* --------------- Blog Carousel ------------ */

.blog{
    background: url('../assets/Misc/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 55%;
}

.blog .blog-post{
    padding-top: 6rem;
}

.blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.blog-content .blog-title{
    padding: 2rem 0;
}

section .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

.blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


/* -------x------- END Blog Carousel -----x------ */
.cover {
    width: 100%;
    height: 55vmin;
    background: url("../assets/Misc/CARROZA.jpg");
    background-position: -24rem -19rem;
    background-size: 120%;
    position: relative;
}

.cover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cover .content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 19vmin;
}

.cover .content>h1 {
    font-family: var(--Patua);
    font-size: 6vmin;
    color: whitesmoke;
}

.cover .content>p {
    font-family: var(--Patua);
    font-size: 2vmin;
    color: #e5e5e5;
}

.numbers .rect {
    position: relative;
    z-index: 1;
    background: white;
    width:25vmin; /* 17rem  */
    height: 22vmin;  /* 17rem  */
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: 0.5em;
    box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.numbers {
    margin-top: -15vmin;
}

.numbers .rect h1 {
    font-size: 10vmin;
    color: tomato;
}




.cards div {
    padding: 0;
    margin: 0;
}

.cards .title {
    background: rgba(208, 241, 241, 0.199);
    padding: 1.4em 2.5em;
    font-size: 2vmin;
}

.card .card-text {
    padding: 2.5rem 3rem;
    color: var(--light-black);
}

.card-body .pricing {
    background: rgba(208, 241, 241, 0.199);
    border-top-right-radius: 170px;
    border-top-left-radius: 170px;
}

.card-body .pricing>h1 {
    font-size: 10vmin;
    padding: 1vmin 0.5vmin;
}

/* TIMER CODE */

#clockdiv {
    font-family: sans-serif;
    /*color: #fff;*/
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 3vmin;
}

#clockdiv>div {
    padding: 0.625em;
    border-radius: 3px;
    /*background: #00BF96;*/
    display: inline-block;
}

#clockdiv div>span {
    padding: 0.938em;
    border-radius: 3px;
    /*background: #00816A;*/
    display: inline-block;
}

.smalltext {
    padding-top: 0.313emx;
    font-size: 16px;
}

#finish {
    text-align: center;
    display: none;
    /*color: white;*/
    font-weight: 100;
    font-size: 10vmin;

}

.finish-div {
    padding: 1.875em;
    border-radius: 0.188em;
    /* background: #00BF96;*/
    display: inline-block;
}

/* FOOTER START  */
footer {
    background: rgba(0, 0, 0, 0.815);
    overflow-x: hidden;
    padding: 10vmin 14vmin;
}

footer p>span {
    color: #ff512f;
}

footer input {
    border: none !important;
}

footer input::placeholder {
    color: white !important;
}

footer .input-group .input-group-text {
    background: var(--bggradient);
    border: none;
}

footer .row .footer-contact-inc {
    color: white
}

footer .column i {
    color: #dd2476;
}

/* It is Adjacent sibling combinator */

footer .column i+i {
    padding: 0 0.5em;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.815);
    z-index: 9999;
    transition: all 1.5s ease;
}

footer .text-light {
    text-align: center;
}

/* CODE FOR LOGO EN FOOTER  */
footer .row .footer-logo {
    zoom: 0.2;
    position: relative;
    left: 30rem;
    top: 10vmin;
    border-radius: 3px;
}

/* FOOTER MESSAGE FORM */
footer .contact-section {
    padding: 40px o;
}

footer .border {
    width: 100px;
    height: 40px auto;
}

footer .contact-form {
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
}

footer .contact-form-text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    background: #111;
    padding: 20px 40px;
    outline: none;
    color: #ddd;
    transition: 0.5s;
}

footer .contact-form-text:focus {
    box-shadow: 0 0 10px 4px #34495e;
}

footer textarea.contact-form-text {
    resize: none;
    height: 120px;

}

footer .contact-form-btn {
    float: right;
    border: 0;
    background: #34495e;
    color: #fff;
    padding: 12px 50px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

footer .contact-form-btn:hover {
    background: #2980b9;
}


.border-radius {
    border-radius: 340px;
    width: 90%;
}

/* SOCIAL MEDIA LINKS */

.section-0 .social-menu {
    position: absolute;
    top: 50%;
    left: 1%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);

}

.section-0 .social-menu ul li {
    list-style: none;
    margin: 3vmin 0;
}

.section-0 .social-menu ul li .fa {
    font-size: 4vmin;
    line-height: 7vmin;
    transition: .6s;
    color: #000
}

.section-0 .social-menu ul li .fa:hover {
    color: #fff;
}

.section-0 .social-menu ul li a {
    position: relative;
    display: block;
    width: 7vmin;
    height: 7vmin;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.section-0 .social-menu ul li a:hover {
    transform: translatex(15px)
}

.section-0 .social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}

.section-0 .social-menu ul li:nth-child(2) a:hover {
    background-color: #000000;
}

.section-0 .social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}

.section-0 .social-menu ul li:nth-child(4) a:hover {
    background-color: #bb0000;
}

/*  ************** ********* Section-x  THIS IS FOR REINAS PAGE ************  */

.Section-x .container-fluid .row .col-md-6 h2
{
    color: black ;
}

.Section-x .container-fluid .row .col-md-6 p{
    text-align : justify;
    font-size: 1.7vmin;
    color: black ;
    padding-right: 1rem;
    font-weight: lighter;
    display: inline; 
    display: inline-block;
}


.Section-x .container-fluid .row .col-md-6 img
{
    padding-top: 4rem;
    display: block;

    background-color: #fff;
    width: 80%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
