/*
    agenda.opticastecnovision.cl
    main.css
*/

/* body */
body {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    background-color: white;
    font-weight: 300;
}

/* sawl */
.swal2-icon.swal2-success {
    color: #F9C742 !important;
    border-color: #F9C742 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(72,187,189,0.3) !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #F9C742 !important;
}

/* a */
a {
    color: #F9C742;
    text-decoration: none;
}

a:hover {
    color: #F9C742;
    text-decoration: none;
}

/* header */

/* top-wrapper */

/* breadcrumb */

/* main-wrapper */
#main-wrapper {
    padding: 0;
    margin: 0;
}

/* section-title */
.section-title {
    margin-top: 35px;
    margin-bottom: 45px;
}

.section-title .title-h {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 0;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.section-title .title-h > span {
    display: block;
    text-align: center;
    color: #F9C742;
    font-size: 18px;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1;
}

@media (min-width: 576px) {
    .section-title .title-h {
        font-size: 22px;
    }

    .section-title .title-h > span {
        font-size: 16px;
    }
}

@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }

/* block-wrapper */
.block-wrapper {
    
}

.block-title {
    
}

.block-title .title-h {
    display: block;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 0;
    margin-bottom: 25px;
}

.block-title .title-h > span {
    display: block;
    text-align: center;
    color: #F9C742;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1;
}

.block-title.block-title-simple {
    
}

.block-title.block-title-simple .title-h::before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 5px;
    background-color: #F9C742;
}

/* footer */
footer {
    
}