hr
{
    overflow: visible; 

    box-sizing: content-box;
    height: 0;
}

h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}

h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: .5rem;

    color: #32325d;
}

.heading-small
{
    font-size: .75rem;

    padding-top: .25rem;
    padding-bottom: .25rem;

    letter-spacing: .04em; 
    text-transform: uppercase;
}



/*Label custom*/
.label-custom {
    font-size: 20px;
    line-height: 1.5;
}

.label-subtitle-section-one{
    font-size: 50px;
    line-height: 1.5;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.label-subtitle-sections{
    font-size: 27px;
    line-height: 1.5;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.label-title-section-one {
    font-size: 60px;
    line-height: 0.8;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}

.label-title-section-two {
    font-size: 40px;
    line-height: 0.8;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}


.label-title-items-three {
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    color: #A7B822;
}

.label-title-contact {
    font-size: 35px;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    color: #245269;
}



/*Rounded Inpu*/
.round-text {

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    padding: 1rem 2rem;
    border-color: rgba(0,0,0,0.07);
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.07), 0 8px 15px 0 rgba(0,0,0,0.07);
    margin-top: 10px;
    margin-bottom: 10px;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #A7B822;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(167, 184, 34, 0.6);
    outline: 0 none;
}

.btn-rounded {
    font-size: 16px;
    min-width: 190px;
    border-radius: 15px;


    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #A7B822;
    border: 1px solid #A7B822;
    font-weight: normal;

    color:#ffffff;

    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.15), 0 8px 15px 0 rgba(0,0,0,0.10);
}

.btn-rounded-second {
    font-size: 16px;
    min-width: 190px;
    border-radius: 15px;


    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: rgba(0,0,0,0.05);
    border: 1px rgba(0,0,0,0.05);
    font-weight: normal;

    color:#000000;

    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.15), 0 8px 15px 0 rgba(0,0,0,0.10);
}

.btn-rounded-second-small {
    font-size: 14px;
    font-weight: normal;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: rgba(0,0,0,0.05);
    border: 2px rgba(0,0,0,0.05);
    font-weight: normal;

    color:#000000;

     box-shadow: 0 5px 7px 0 rgba(0,0,0,0.15), 0 8px 15px 0 rgba(0,0,0,0.10);
}

.btn-rounded-ligth {
    font-size: 16px;
    min-width: 190px;
    border-radius: 15px;


    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: rgb(255,255,255);
    border: 1px rgba(0,0,0,0.05);
    font-weight: normal;

    color:#000000;

    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.15), 0 8px 15px 0 rgba(0,0,0,0.10);
}





.box select {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #A7B822;
    padding: 18px;
    width: 350px;
    border: none;
    
    font-size: 20px;
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.07), 0 8px 15px 0 rgba(0,0,0,0.07);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}


.box:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
    padding: 30px;
}