@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');

a {
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body#bg {
    background: fixed;
}

div#div_url_pagina {
    border-radius: 0px;
    font-weight: 600 !important;
    text-align: center;
    position: fixed;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 100%;
    bottom: 0px;
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
}


body {
    margin: 5px 0 0 0;
    padding: 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    font-family: 'Montserrat', sans-serif;
}

.title {
    font-size: 60px;
    text-transform: uppercase;
    color: rgb(255,255,255);
    text-shadow: 2px 2px 4px black;
}

    .title .text1 {
        font-weight: 200;
    }

    .title .text2 {
        font-weight: 600;
    }

span.text1 {
    text-shadow: 2px 2px 4px black;
}

#lblSlogan {
    text-shadow: 2px 2px 4px black;
}

#lbl_breve_descripcion {
    text-shadow: 2px 2px 4px black;
}

.slogan h2 {
    display: inline-block;
    background-color: #166d43;
    margin: 0px 0px 0px 0px;
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    letter-spacing: 2px;
    line-height: 30px;
    text-shadow: 2px 2px 4px black;
}

.slogan_2 h3 {
    position: relative;
    display: block;
    margin: 0;
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    padding: 5px 20px 5px 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-shadow: 2px 2px 4px black;
}

.details {
    margin: 0px 0 25px 0;
}

    .details p {
        font-size: 18px;
        color: rgb(255,255,255);
        font-weight: 400;
        line-height: 32px;
        text-shadow: 2px 2px 4px #000000;
    }

.dg {
    display: grid;
}

footer {
    margin-bottom: 25px;
}

    footer a {
        color: rgba(255,255,255,0.9);
        font-size: 14px;
        font-weight: 400;
    }

        footer a:hover,
        footer a:focus {
            color: rgba(255,255,255,0.5);
            text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
        }

/* CONTENEDOR PRINCIPAL */
.seccion-principal {
    display: flex;
    flex-direction: column; /* Apiladas en XS y SM */
    padding: 0;
}

/* De MD hacia arriba: header izquierda, body derecha */
@media (min-width: 992px) {
    .seccion-principal {
        flex-direction: row;
        align-items: stretch;
    }

    #sections {
        padding: 40px 20px;
    }
}

.phone_support {
    font-size: 18px;
    color: rgb(255,255,255);
    font-weight: 400;
    line-height: 32px;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 20px;
}

.chat-container {
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.chat-text {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.chat-button {
    display: inline-block;
    background-color: rgba(0, 0, 0, 1);
    border: none;
    padding: 5px 15px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ns {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}

.chat-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 0px;
}

.chat-button-text {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: none;
    color: white;
}

.chat-button:hover {
    background-color: rgba(50, 217, 81, 0.7);
}

/*=====================================
=            SYSTEM STYLES            =
=====================================*/

ul.completionList {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.1);
    display: block;
    list-style: none !important;
    background-color: rgb(255,255,255);
    overflow-y: auto;
    height: 150px;
    max-height: 150px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

    ul.completionList li {
        margin: 0;
        padding: 7px 15px;
        display: block;
    }

        ul.completionList li:hover,
        ul.completionList li:focus {
            cursor: pointer;
            background-color: #EEE;
        }

/===== End of SYSTEM STYLES ======/
/*======================================
=            STYLES DEFAULT            =
======================================*/
#inscriptions.style.panel {
    margin: 0 -15px;
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#inscriptions.style .panel-heading,
#inscriptions.style .panel-body {
    background-color: rgba(0,0,0,0.57);
    padding: 15px;
}

#inscriptions.style .panel-heading {
    padding: 12px 15px 0px 15px;
    border: 0;
    color: rgba(255,255,255,1);
    font-size: 25px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    #inscriptions.style .panel-heading span {
        display: block;
    }

        #inscriptions.style .panel-heading span.title {
            text-transform: uppercase;
            margin-bottom: 0px;
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
        }

        #inscriptions.style .panel-heading span.sub_title {
            font-size: 15px !important;
            opacity: 0.8 !important;
            font-weight: 400;
        }

#inscriptions.style .box {
    margin-bottom: 10px !important;
}

    #inscriptions.style .box .form-group {
        margin-bottom: 0px !important;
    }

        #inscriptions.style .box .form-group select,
        #inscriptions.style .box .form-group input[type="text"],
        #inscriptions.style .box .form-group input[type="email"],
        #inscriptions.style .box .form-group textarea {
            border: 0;
            background-color: rgb(255,255,255);
            border-radius: 0;
        }

        #inscriptions.style .box .form-group .form-control {
            -webkit-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

            #inscriptions.style .box .form-group .form-control:focus,
            #inscriptions.style .box .form-group .form-control:hover {
                -webkit-box-shadow: 0px 0px 7px -1px rgba(200,200,200, 0.75);
                -moz-box-shadow: 0px 0px 7px -1px rgba(200,200,200, 0.75);
                box-shadow: 0px 0px 7px -1px rgba(200,200,200, 0.75);
            }

#inscriptions.style .box_type_phone .note,
#inscriptions.style .box_code_area .note {
    color: rgba(255,255,255,0.9);
    position: absolute;
    right: -7px;
    top: 9px;
}

#cuerpo_general_TxtComentarios {
    font-size: 10px;
    resize: none;
}

#inscriptions.style .box_type_phone .note_o {
    right: -4px;
}

/* Chrome/Opera/Safari */
#inscriptions.style input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(170,170,170, 1) !important;
}
/* Firefox 19+ */
#inscriptions.style input::-moz-placeholder {
    font-size: 14px;
    color: rgba(170,170,170, 1) !important;
}
/* IE 10+ */
#inscriptions.style input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(170,170,170, 1) !important;
}
/* Firefox 18- */
#inscriptions.style input:-moz-placeholder {
    font-size: 14px;
    color: rgba(170,170,170, 1) !important;
}

/===== End of STYLES DEFAULT ======/
/*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/
iframe#formContact {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 1000px;
}

/===== End of FORM CONTACT IFRAME EMBED ======/
/**
 * Device: Desktop
 * Orientation: Both
 * Width: 1920px <
 */
@media only screen and (max-width: 1920px) {
}

/**
 * Device: Desktop
 * Orientation: Both
 * Width: 1920px >
 */
@media only screen and (min-width: 1920px) {
}





/**
 * Device: Desktop & Tablet
 * Orientation: Both
 * Width: 1199px <
 */
@media only screen and (max-width: 1199px) {
}

/**
 * Device: Desktop & Tablet
 * Orientation: Both
 * Width: 1199px >
 */
@media only screen and (min-width: 1199px) {
}

/**
 * Device: Desktop
 * Orientation: Both
 * Width: 1199px <> 1920px
 */
@media only screen and (min-width: 1199px) and (max-width: 1920px) {
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 1199px <> 1920px
 */
@media only screen and (min-width: 1199px) and (max-width: 1920px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 1199px <> 1920px
 */
@media only screen and (min-width: 1199px) and (max-width: 1920px) and (orientation : portrait) {
}






/**
 * Device: Desktop & Tablet
 * Orientation: Both
 * Width: 1024px <
 */
@media only screen and (max-width: 1024px) {
}

/**
 * Device: Desktop & Tablet
 * Orientation: Both
 * Width: 1024px >
 */
@media only screen and (min-width: 1024px) {
}

/**
 * Device: Desktop
 * Orientation: Both
 * Width: 1024px <> 1199px
 */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 610px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 1024px <> 1199px
 */
@media only screen and (min-width: 1024px) and (max-width: 1199px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 1024px <> 1199px
 */
@media only screen and (min-width: 1024px) and (max-width: 1199px) and (orientation : portrait) {
}





/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 992px <
 */
@media only screen and (max-width: 992px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 992px >
 */
@media only screen and (min-width: 992px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 992px <> 1024px
 */
@media only screen and (min-width: 992px) and (max-width: 1024px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 540px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 992px <> 1024px
 */
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 992px <> 1024px
 */
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation : portrait) {
}









/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 850px <
 */
@media only screen and (max-width: 850px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 850px >
 */
@media only screen and (min-width: 850px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 850px <> 992px
 */
@media only screen and (min-width: 850px) and (max-width: 992px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 650px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 850px <> 992px
 */
@media only screen and (min-width: 850px) and (max-width: 992px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 850px <> 992px
 */
@media only screen and (min-width: 850px) and (max-width: 992px) and (orientation : portrait) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 768px >
 */
@media only screen and (min-width: 768px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 768px <> 850px
 */
@media only screen and (min-width: 768px) and (max-width: 850px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 655px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 768px <> 850px
 */
@media only screen and (min-width: 768px) and (max-width: 850px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 768px <> 850px
 */
@media only screen and (min-width: 768px) and (max-width: 850px) and (orientation : portrait) {
}




/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 720px <
 */
@media only screen and (max-width: 720px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 720px >
 */
@media only screen and (min-width: 720px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 720px <> 768px
 */
@media only screen and (min-width: 720px) and (max-width: 768px) {
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 720px <> 768px
 */
@media only screen and (min-width: 720px) and (max-width: 768px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 720px <> 768px
 */
@media only screen and (min-width: 720px) and (max-width: 768px) and (orientation : portrait) {
}



/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 600px <
 */
@media only screen and (max-width: 600px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 600px >
 */
@media only screen and (min-width: 600px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 600px <> 720px
 */
@media only screen and (min-width: 600px) and (max-width: 720px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 525px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 600px <> 720px
 */
@media only screen and (min-width: 600px) and (max-width: 720px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 600px <> 720px
 */
@media only screen and (min-width: 600px) and (max-width: 720px) and (orientation : portrait) {
}





/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 584px <
 */
@media only screen and (max-width: 584px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    #containerFormContact .fusion-column-wrapper {
        padding: 15px !important;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 584px >
 */
@media only screen and (min-width: 584px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 584px <> 600px
 */
@media only screen and (min-width: 584px) and (max-width: 600px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 510px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 584px <> 600px
 */
@media only screen and (min-width: 584px) and (max-width: 600px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 584px <> 600px
 */
@media only screen and (min-width: 584px) and (max-width: 600px) and (orientation : portrait) {
}




/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 480px <
 */
@media only screen and (max-width: 480px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 480px >
 */
@media only screen and (min-width: 480px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 480px <> 584px
 */
@media only screen and (min-width: 480px) and (max-width: 584px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 560px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 480px <> 584px
 */
@media only screen and (min-width: 480px) and (max-width: 584px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 480px <> 584px
 */
@media only screen and (min-width: 480px) and (max-width: 584px) and (orientation : portrait) {
}




/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 384px <
 */
@media only screen and (max-width: 384px) {

    #header .title {
        font-size: 50px;
    }

    #header .slogan h2 {
        display: block;
        font-size: 17px;
        margin: 25px 0 30px 0;
        letter-spacing: 2px;
        line-height: 22px;
    }

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 700px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 384px >
 */
@media only screen and (min-width: 384px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 384px <> 480px
 */
@media only screen and (min-width: 384px) and (max-width: 480px) {

    /*=================================================
=            FORM CONTACT IFRAME EMBED            =
=================================================*/

    iframe#formContact {
        min-height: 630px;
    }

    /===== End of FORM CONTACT IFRAME EMBED ======/
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 384px <> 480px
 */
@media only screen and (min-width: 384px) and (max-width: 480px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 384px <> 480px
 */
@media only screen and (min-width: 384px) and (max-width: 480px) and (orientation : portrait) {
}




/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 320px <
 */
@media only screen and (max-width: 320px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 320px >
 */
@media only screen and (min-width: 320px) {
}

/**
 * Device: Desktop, Laptop, Tablet, mobile
 * Orientation: Both
 * Width: 320px <> 480px
 */
@media only screen and (min-width: 320px) and (max-width: 384px) {
}

/**
 * Device: Desktop
 * Orientation: Landscape
 * Width: 320px <> 384px
 */
@media only screen and (min-width: 320px) and (max-width: 384px) and (orientation : landscape) {
}

/**
 * Device: Desktop
 * Orientation: portrait
 * Width: 320px <> 384px
 */
@media only screen and (min-width: 320px) and (max-width: 384px) and (orientation : portrait) {
}

/* Mobiles and tablets ----------- */
@media only screen and (max-width : 768px) {
}


/* Mobiles ----------- */
@media only screen and (max-width : 484px) {

    #inscriptions.style .box_type_phone .form-group .form-control,
    #inscriptions.style .box_code_area .form-group .form-control,
    #inscriptions.style .box_number .form-group .form-control {
        padding: 6px 5px 6px 5px;
    }

    #inscriptions.style .box_code_area .form-group {
        margin-left: -7px;
    }

    #inscriptions.style .box_type_phone .note_o {
        right: 0px;
    }
}


/* Mobiles ----------- */
@media only screen and (max-width : 320px) {
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: white;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.backdrop_text {
    position: fixed;
    color: white;
    font-size: 18px;
    color: white;
    text-align: center;
    top: 270px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.boton_propuestas {
    margin: 10px 0px 10px 0px;
    background-color: rgb(255,102,0) !important;
    border-color: rgb(255,92,0) !important;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px !important;
    white-space: normal;
}

    .boton_propuestas:hover {
        background-color: rgb(255,102,0) !important;
        border-color: rgb(255,92,0) !important;
    }

.boton_volver {
    margin: 20px 0px 0px 0px;
    background-color: #fff !important;
    border-color: #ccc !important;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px !important;
    color: black;
}

    .boton_volver:hover {
        background-color: #fff !important;
        border-color: #ccc !important;
        color: black;
    }

.modal_titulo {
    font-size: 18px;
    font-weight: bold;
    white-space: inherit !important;
    line-height: 1.5 !important;
    font-family: 'Montserrat', sans-serif;
}

.modal_boton_otro_pedido {
    border-radius: 90px !important;
    padding: 10px 20px 10px 20px;
}

.modal_header {
    padding: 5px 20px !important;
}
