@font-face {
    font-family: 'ramagothic';
    src: url('../fonts/rama_gothic_e_w01_light-webfont.woff2') format('woff2'),
         url('../fonts/rama_gothic_e_w01_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geoslab';
    src: url('../fonts/tt0308m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0308m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    margin: 0 0;
    background-color: #020202;
    font-family: 'geoslab';
}




#preloader  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	z-index: 9999999;
   height: 100%;
}

#status  {

display:table;
   width:auto;
   z-index:9999999;
   position: absolute;
   left: 50%;
   text-align: center;
   top: 50%;
   transform: translate(-50%, -50%);

}

.naveg_mobile {
 padding: 0;
 margin: 0;
 border: 0;
 line-height: 1;
 position: absolute;
 left:0px;
 margin-top: 108px;
 font-size: 1.2em;
}

.naveg_mobile ul,
.naveg_mobile ul li,
.naveg_mobile ul ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.naveg_mobile ul {
 position: fixed;
 z-index: 4000;
 float: left;
}

.naveg_mobile ul li {
 float: left;
 min-height: 0.05em;
 line-height: 1em;
 vertical-align: middle;
 position: relative;
}

.naveg_mobile ul li.hover,
.naveg_mobile ul li:hover {
 position: relative;
 z-index: 510;
 cursor: default;
}

.naveg_mobile ul ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0px;
 z-index: 520;
 width: max-content;

}

.naveg_mobile ul ul li { float: none; }

.naveg_mobile ul ul ul {
 top: 0;
 right: 0;
}

.naveg_mobile ul li:hover > ul { visibility: visible; }

.naveg_mobile ul ul {
 top: 0;
 left: 99%;
}

.naveg_mobile ul li { float: none; text-align: left;}

.naveg_mobile ul ul { margin-top: 0.05em; }

.naveg_mobile {
 width: max-content;
 background: #73292A;
 font-family: "ramagothic";
 font-size: 1.4em;
 zoom: 1;
 border-right: 1px solid #591d1e;
 letter-spacing: 1px;
}

.naveg_mobile:before {
 content: '';
 display: block;
}

.naveg_mobile:after {
 content: '';
 display: table;
 clear: both;
}

.naveg_mobile a {
 display: block;
 padding: 0.8em 1em;
 color: #ffffff;
 text-decoration: none;
 border-bottom: 1px solid #020202;
}

.naveg_mobile > ul { width: max-content; }

.naveg_mobile ul ul { width: max-content; }

.naveg_mobile > ul > li > a {
 color: #ffffff;
 border-bottom: 1px solid #591d1e;
}

.naveg_mobile > ul > li > a:hover { color: #ffffff; }

.naveg_mobile > ul > li a:hover,
.naveg_mobile > ul > li:hover a { background: #73292A; }

.naveg_mobile li { position: relative; }

.naveg_mobile ul li.has-sub > a:after {
 content: '';
 position: absolute;
 right: 1em;
}

.naveg_mobile ul ul { border-top: 1px solid #591d1e; border-right: 1px solid #591d1e; border-left: 1px solid #591d1e;}

.naveg_mobile ul ul a { color: #ffffff; }

.naveg_mobile ul ul a:hover { color: #ffffff; }

.naveg_mobile ul ul li { border-bottom: 1px solid #591d1e }

.naveg_mobile ul ul li:hover > a {
 background: #73292A;
 color: #ffffff;
}

.naveg_mobile.align-right > ul > li > a {
 border-right: none;
}

.naveg_mobile.align-right { float: right; }

.naveg_mobile.align-right li { text-align: right; }

.naveg_mobile.align-right ul li.has-sub > a:before {
 content: '+';
 position: absolute;
 top: 50%;
 left: 15px;
 margin-top: -6px;
}

.naveg_mobile.align-right ul li.has-sub > a:after { content: none; }

.naveg_mobile.align-right ul ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: -100%;
 z-index: 598;
 width: max-content;
}

/* new resp menu */

.middresp {
   position: absolute;
   top: 1px;
   list-style: none;
   text-decoration: none;

}

.mnrepo {
   min-width: 270px;
   overflow: hidden;
   list-style: none;
   text-decoration: none;
}

.rpitem {
   min-width: 270px;
   overflow: hidden;
   list-style: none;
   text-decoration: none;
}

.brespo {
   display: block;
   
   background: #73292A;
   color: white;
   position: relative;
   border-bottom: 1px solid #020202;
   list-style: none;
   text-decoration: none;
}

.brespo::before {

}

.brespo i {
   margin-right: 10px;
   
}

.rpmenu {
   background: #591d1e;
   overflow: hidden;
   transition: max-height 0.3s;
   max-height: 0;
   list-style: none;
   text-decoration: none;
}

.rpmenu a {
   display: block;
   padding: 10px 20px;
   color: white;
   /*margin-block-end: -4px;*/
   position: relative;
   border-bottom: 1px solid #020202;
   list-style: none;
   text-decoration: none;
}

.rpmenu a::before {
   content: "";
   position: absolute;
   width: 15px;
   height: 100%;
   background: #a85152;
   left: 0;
   top: 0;
   transition: .3s;
   opacity: 0;
}

.rpmenu a:hover::before {
   opacity: 1;
   
   
}

.rpitem:target .rpmenu {
   max-height: 100em;
}



.naveg_mobile{
   display: none;
   top:0px;
}
#menun{
   /*display: none;*/
   cursor: pointer;
   cursor: hand;
   outline: none;
}

#icon_menu{
   /*display: none;*/
}

#menuoff{
   display: none;
   cursor: pointer;
   cursor: hand;
   outline: none;

}

#black{
   display: none;
   margin-top: -216px;
   z-index:3000; 
   background-color: #000000; 
   opacity: 0.8; 
   position: absolute; 
   width: 100%; 
   height: 6000px;

}

.backbg{
    z-index: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgb(228,162,8);
    background: -moz-linear-gradient(180deg, rgba(228,162,8,1) 0%, rgba(228,162,8,1) 72%, rgba(2,2,2,1) 72%, rgba(2,2,2,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,162,8,1) 0%, rgba(228,162,8,1) 72%, rgba(2,2,2,1) 72%, rgba(2,2,2,1) 100%);
    background: linear-gradient(180deg, rgba(228,162,8,1) 0%, rgba(228,162,8,1) 72%, rgba(2,2,2,1) 72%, rgba(2,2,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4a208",endColorstr="#020202",GradientType=1);
}

.allbackbg{
    z-index: 0;
    margin-top: -140px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgb(228,162,8);
    background: -moz-linear-gradient(180deg, rgba(228,162,8,1) 0%, rgba(228,162,8,1) 72%, rgba(2,2,2,1) 72%, rgba(2,2,2,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,162,8,1) 0%, rgba(228,162,8,1) 72%, rgba(2,2,2,1) 72%, rgba(2,2,2,1) 100%);
    background: linear-gradient(180deg, rgba(228,162,8,1) 0%, rgba(228,162,8,1) 72%, rgba(2,2,2,1) 72%, rgba(2,2,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4a208",endColorstr="#020202",GradientType=1);
}

.topcontainer{
    z-index: 4000;
    top: 0px;
    height: 108px;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    align-items: center;
    position: fixed;
    -webkit-box-shadow: 0px 2px 12px -5px rgba(115,41,42,1);
    -moz-box-shadow: 0px 2px 12px -5px rgba(115,41,42,1);
    box-shadow: 0px 2px 12px -5px rgba(115,41,42,1);
}
.top{
    width: 100%;
    max-width:1000px;
    height:108px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.topmid{
    margin-left:30px;
    margin-right:30px;
    height: 108px;
}
.menu{
    width:60px;
    margin-top:39px;
    height:108px;
    float:left;
    position: relative;     
}
.logo{
    width: calc(100% - 136px);
    height:108px;
    text-align: center;
    align-items: center;
    position: relative;
    margin-top: 18px;
    float:left;
}
.social{
    width: 75px;
    height: 108px;
    float: right;
    position: relative;
    margin-top: 41px;
    text-align: right;
}
.li_insta{
    margin-right:15px;
    float: left;
    cursor: pointer;
    cursor:hand;
}
.li_insta:hover{
    filter: opacity(85%);
}
.li_face{
    float: left;
    cursor: pointer;
    cursor:hand;
}
.li_face:hover{
    filter: opacity(85%);
}


.pagecontainer{
    z-index: 900;
    height: 100%;
    width: 100%;
    position: relative;
    top: 173px;
    display: flex;

}

.allpagecontainer{
    z-index: 900;
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 140px;


}
.container{
    width: 100%;
    max-width:1000px;
    height:108px;
    margin-left: auto;
    margin-right: auto;
    /*position: relative;*/
}
.containermid{
    margin-left:30px;
    margin-right:30px;
}

.frame_white_home{
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    padding-bottom: 28px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	-moz-box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);

}

.frame_white{
    width: 100%;
    background-color: #FFFFFF;
    /*
    text-align: center;
    display: flex;
    */
    padding-bottom: 28px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	-moz-box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);

}

.frame_col_left{
    float: left;
    width:50%;
    padding-right: 32px;
    text-align: right;
}

.frame_col_right{
    float: left;
    width:50%;
    text-align: left;
    padding-top: 54px;
}

.title_big{
font-family: "ramagothic";
margin-top: 0px;
font-size: 6vw;
color: #020202;
margin-left: 64px;
}
.txt_com{
    font-family: "geoslab";
    font-size: 2.05vw;
    color: #333333;
    margin-top: -4vw;
    margin-left: 64px;
    margin-right: 64px;
}

.h1_big{
    font-family: "ramagothic";
    font-size: 5vw;
    color: #73292A;
    margin-left: auto;
    margin-right: auto; 
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 64px;
    text-align: left;
    margin-bottom: 28px;
    }

    .h1_big2{
        font-family: "ramagothic";
        font-size: 3.7vw;
        color: #73292A;
        margin-left: auto;
        margin-right: auto; 
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 64px;
        text-align: left;
        margin-bottom: 28px; 
        }

    .h1_big2_l{
        font-family: "ramagothic";
        font-size: 3.7vw;
        color: #73292A;
        margin-left: auto;
        margin-right: auto; 
        padding-left: 64px;
        padding-right: 32px;
        padding-top: 64px;
        text-align: left;
        margin-bottom: 28px; 
    }


   

    .selectbox {
        font-family: "ramagothic";
        margin-top: 14px;
        cursor: pointer;
        outline:0;
        color: #FFFFFF;
        font-size: 3.7vw;
        padding: 11px 10px;
        min-width: 100%;
        border: 3px solid #73292A;
        background-color: #E4A207;
        margin-bottom: -15px;
    }
    .selectbox:hover, .selectbox:focus {
        background-color: #eebc47;
        color: #000000;
        border: 4px solid #73292A;
    }




    .big2_l{
        width: 50% !important;
        float:left;
        position: relative;
        background-color: #FFFFFF;
    }
    .big2_l2{
        width: 50% !important;
        float:left;
        position: relative; 
        background-color: #FFFFFF;
    }

    .h1_big2_r{
        font-family: "ramagothic";
        font-size: 3.7vw;
        color: #73292A;
        margin-left: auto;
        margin-right: auto; 
        padding-left: 32px;
        padding-right: 64px;
        padding-top: 64px;
        text-align: left;
        margin-bottom: 28px; 
    }

.p_txt{
        font-family: "geoslab";
        font-size: 2vw;
        color: #333333;
        margin-left: auto;
        margin-right: auto;
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 0px;
        text-align: justify;
}
.p_txt_l{
    font-family: "geoslab";
    font-size: 2vw;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 32px;
    padding-top: 0px;
    text-align: left;
}

.p_txt_r{
    font-family: "geoslab";
    font-size: 1.95vw;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 64px;
    padding-top: 0px;
    text-align: left;
}

.p_txt_b{
    font-family: "geoslab";
    font-size: 1.95vw;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 0px;
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

.button_all {
	background-color:#e4a208;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "ramagothic";
	font-size:2.35vw;
	padding-top: 0.7vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
	text-decoration:none;
    margin-left: 64px;
}
.button_all:hover {
    background-color:#c78616;
}

.img100{
    width: 100%;
    height: auto;
    margin-left: 32px;
}
.infoc{
    margin-left:64px;
    margin-right:64px;
    font-size:1.2em
}

.img100c{
margin-left:64px;
max-width: calc(100% - 64px);
}

.img65all{
    width: 75% !important;
    height: auto !important;
}

.footer{
    height: auto;
    width: 100%;
    vertical-align: middle;
    background-color: #333333;
    text-align: center;
    margin-top: 12px;
    z-index: 900;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	-moz-box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	box-shadow: 0px 0px 16px 3px rgba(115,41,42,0.27);
	
}

.txt_footer1{
    font-family: "geoslab";
    font-size: 2.1vw;
    color: #EFBD5A;
    padding-top: 32px;
    padding-bottom: 0px;

}

.txt_footer2{

    font-family: "geoslab";
    font-size: 1.7vw;
    color: #FFFFFF;
    padding-bottom: 32px;
}

#phone{
    color: #f0ce7d  !important;
    text-decoration: none;
}
#phone:hover{
    color: #f2d99d  !important;
    text-decoration: none;
}
#whats{
    color: #f0ce7d !important;
    text-decoration: none;
}
#whats:hover{
    color: #f2d99d  !important;
    text-decoration: none;
}

hr.hco{
    border-top: 1px solid #E4A309;
    border-bottom: none !important;
}


@media only screen and (max-width: 800px) {

    .pagecontainer{
    width: 100%;
    text-align: center !important;
    }
    .frame_white_home{
        width: 100% !important;
        background-color: #FFFFFF;
        text-align: center !important;
        padding-bottom: 28px;

        padding-left: 0px !important;
        padding-rigth: 16px !important;

        display: inline-block !important;

    }    
    .frame_col_left{
        width:100% !important;
        padding-left: 0px !important;
        padding-rigth: 0px !important;
        margin-left: 0px !important;
        margin-rigth: 0px !important;
        text-align: center;
        display: inline-block !important;
        float: left;
    }

    .frame_col_right{
        width:100% !important;
        margin-left: 0px !important;
        margin-rigth: 0px !important;
        text-align: center;
        display: inline-block !important;
        float: left;
        padding-left: 0px !important;
        padding-rigth: 0px !important;
    }

.title_big{
font-family: "ramagothic";
margin-top: -30px;
margin-bottom: 30px;
font-size: 14vw;
color: #020202;
margin-left: 0px;
}
.txt_com{
    font-family: "geoslab";
    font-size: 6vw;
    color: #333333;
    margin-top: -4vw;
    margin-left: input;
    
}


.h1_big{
    font-family: "ramagothic";
    font-size: 11vw;
    color: #73292A;
    margin-left: auto;
    margin-right: auto; 
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    text-align: left;
    margin-bottom: 28px;
    }

    .h1_big2{
        font-family: "ramagothic";
        font-size: 6vw;
        color: #73292A;
        margin-left: auto;
        margin-right: auto; 
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 32px;
        text-align: left;
        margin-bottom: 28px; 
        }

.p_txt{
        font-family: "geoslab";
        font-size: 4vw;
        color: #333333;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 0px;
        text-align: justify;
}

.p_txt_b{
    font-family: "geoslab";
    font-size: 4vw;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 0px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
}










.h1_big2_l{

    font-size: 6.6vw;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    margin-bottom: 14px; 
}


.selectbox {
    font-size: 6.6vw;
}

.h1_big2_r{

    font-size: 6.6vw; 
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    margin-bottom: 28px; 
}

.big2_l{
    width: 100% !important;
    float:left;
    position: relative;
    background-color: #FFFFFF;
}
.big2_l2{
    width: 100% !important;
    float:left;
    position: relative; 
    background-color: #FFFFFF;
}

.p_txt_l{
font-family: "geoslab";
font-size: 2vw;
color: #333333;
margin-left: auto;
margin-right: auto;
padding-left: 32px;
padding-right: 32px;
padding-top: 0px;
text-align: left;
}

.p_txt_r{
font-family: "geoslab";
font-size: 5vw;
color: #333333;
margin-left: auto;
margin-right: auto;
padding-left: 32px;
padding-right: 32px;
padding-top: 0px;
text-align: left;
}

.infoc{
    margin-left:32px;
    margin-right:32px;
    font-size:1.1em
}


.button_all {
	display:inline-block;
	cursor:pointer;
	font-size:6vw;
	padding-top: 1.4vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
	text-decoration:none;
    margin-left: 0px;
}

.txt_footer1{
    font-family: "geoslab";
    font-size: 5vw;
    color: #EFBD5A;
    padding-top: 32px;
    padding-bottom: 0px;
    margin-left: 10%;
    margin-right: 10%;

}



.txt_footer2{

    font-family: "geoslab";
    font-size: 3.2vw;
    color: #FFFFFF;
    padding-bottom: 32px;
}

    .img100{
    width: 85% !important;
    height: auto;
    margin-left:0px;
    }
    .img100c{
        width: 100% !important;
        height: auto;
        margin-left:32px;
        margin-right:32px;
        }

#svgwhats{
    width: 6vw !important;
    height: auto !important;
}

}

#svgwhats{
width: 3vw;
height: auto;
}

/*------------------- checkbox -------------------------------*/

#form_mail{
    width:100%;
}

.control {
    font-family: 'geoslab';
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 32px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
    border: 1px solid #888888;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #c3c3c3;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 8px;
    border: solid #73292A;
    border-width: 0 2px 2px 0;
    transform: rotate(37deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #73292A;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}


.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.css-txt-form{
	font-family: 'geoslab';
	font-size: 1.1em;
	margin-bottom:8px;
	margin-top: 16px;
	color: #73292A;
    margin-left: 32px;
 }
 .css-input{
	font-family: 'geoslab';
	border-style:solid;
	border-color: #73292A; 
	border-width:1px; 
	padding:12px; 
	font-size:1.2em;
    grid-auto-rows: max-content;
    width: -webkit-fill-available !important;
    margin-right: 32px;
    margin-left: 32px;
}
.css-input:focus {
	outline:none; box-shadow: 3px 3px 6px 0px rgba(42,42,42,.21);
} 

.check-form{
	font-family: 'geoslab';
	font-size: 1.1em;
	margin-bottom:8px;
	margin-top: 16px;
	color: #73292A; 
	cursor:hand; cursor:pointer;
 }
 

.myButton {
	background-color:#2d509c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Proxima Nova';
	font-size:1.3em;
	padding:16px 31px;
	text-decoration:none;
	float: right;
	margin-right:5px;
}
.myButton:hover {
	background-color:#1c3363;
}
.myButton:active {
	position:relative;
	top:1px;
}





  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: none; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  
  }
  
  /* Modal Content/Box */
  .modal-content {
    font-size: 1.2em;
    background-color: #FFFFFF;
    margin: 25% auto; /* 15% from the top and centered */
    padding: 20px;
    padding-top: 40px;
    padding-bottom:40px;
    border: 1px solid #73292A;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: center;
    width: fit-content;
    height: fit-content;
    min-width:320px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -15px;
    font-size:2em;
      margin-top: -40px;
      margin-right: -8px;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
