/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color: #CA9E67;
}

a:hover, #header.nav-solid nav a:hover {
    color: #CA9E67;
}

/* Default Icon Color */

.icon i {
    color: #CA9E67;
}

/* Border Color */

/* #banner .section-heading:before, .testimonial.classic footer:before {
    background: #CA9E67;
} */

.pricing-block-content:hover {
    border-color: #CA9E67;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#fff;
}
#header nav a:hover{
    color: #d6ad7b;
    border-bottom: 1px solid #CA9E67;
}

#header i:hover {
    color: #d6ad7b;
    border-bottom:none;
}
/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color: #d6ad7b;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #CA9E67;
    border-color: #CA9E67;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color: #CA9E67;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

/* .section-heading h2:after {
    background: #CA9E67;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 30px;
} */

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#202332;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/banner-images/banner-image-1.jpg") no-repeat center top;
    background-size:cover;
   /* height: 640px; */
}

/* @media only screen and (min-device-width : 1024px) and (max-device-width: 1272px) {
     #banner {height: 657px;}
    
} */




@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 1024px) { 

    #logo img {
        max-width:60%;
        vertical-align: middle;
        margin-left: 15px;
    }

}

/* #services {
    background: url("../images/dancer.jpg") no-repeat center top;
    background-size:cover;
   
} */

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#020233;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/
.h4titulo{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 500 !important;
    font-size: 18px;
    color: rgb(110, 110, 110);
}

/* Banner Typography */

#banner h1 {
    font-family: 'Cardo', serif;
    font-size: 30px;
    line-height: 40px;
    color: #d6ad7b;
}

#banner h2 {
    font-weight: 400;
    color: #fafafa;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 2px 2px 4px #1d1919a6;
}


/* Section Title and Subtitle */

.section-title {
    line-height: 1em;
    text-transform: capitalize;
    font-family: 'Cardo', sans-serif, Arial, Helvetica;
    font-size: 40px;
    color: #CA9E67;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c !important;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color: #202332;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color: #202332;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color: #202332;
}

 h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    -webkit-text-fill-color: #cccccc6f;
    /* color: #cccccc57 !important;; */
} 
h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color: #202332;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color: #202332;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color: #202332;
}



/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    /* font-weight:bold; */
    color: #202332;
}


/* Button Color */

.button, input[type="submit"] {
    border-color: #202332;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color: #CA9E67;
    color: #CA9E67;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    /* font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif, Arial, Helvetica;
    font-size: 16px; */
    color: #fafafa;
}


/* Button Color */

#banner .button {
    margin: unset;
    border-radius: 10px;
    color: #d6ad7b;
    border: 2px solid #d6ad7b;
}


/* Button Hover Color */

#banner .button:hover {
    color: white;
    background-color: #CA9E67;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}