html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
ol, ul{list-style:none;}
table{border-collapse:collapse; border-spacing:0;}
html, body, form{height:100%;}
body{margin:0;padding:0;text-align:center;font-family: 'Helvetica Neue LT Std', Arial, sans-serif;background:#000;font-weight: 300;}

*{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.wrapper{width:100%;position:relative;margin:0 auto;text-align:left;min-height:100%;overflow:hidden;flex:1;flex-direction: column;align-items: center;justify-content: space-between;display: inline-flex;}
* html .wrapper{height: 100%;}

a, button, input[type="submit"], input[type="button"],
.header .btMenu,
.menu .close,
.menu .close .bar,
.destHome .list li .texts,
.destHome .list li a img{
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.boxCenter{max-width: 1250px;margin:0 auto;padding: 0 30px;}

.header{width:100%;height: auto;border-bottom: solid 1px #fff;padding: 30px 0 20px;text-align: center;}
.header.hidden{display: none;}
.header .boxCenter{display: inline-flex;align-items: center;justify-content: space-between;width: 100%;}
.header .logo,
.menu .logo,
.menuDirectors .logo{background:url(../images/logo.svg) no-repeat 50%;width: 215px;height: 50px;display:inline-block;text-indent:-5000em;background-size: contain;}
.header .right{display:inline-flex; align-items:center; justify-content:center;}
.header .right .language{margin-right:30px;text-decoration: none;}
.header .right .language p{font-size:30px;line-height: 30px;color:#fff;text-transform:uppercase;font-style:italic;font-family: 'Tiempos Text';font-weight: 600;}
.header .right .language:hover p{font-style: normal;}
.header .btMenu{width: 60px;height: 40px;display:inline-flex;flex-direction:column;align-items:center;justify-content:space-between;cursor: pointer;}
.header .btMenu:hover{height:25px;}
.header .btMenu .bar{width:100%; height: 1px; background:#fff;}

.menu{position: fixed;width: 100%;height: 100%;background: #FD4D1E;top: -100%;left: 0;flex: 1;flex-direction: column;display: inline-flex;align-items: center;justify-content: space-between;z-index: 99;opacity: 0;}
.menu .top{width:100%;height: auto;border-bottom: solid 1px #fff;padding: 30px 0 20px;text-align: center;}
.menu .top .boxCenter{display: inline-flex;align-items: center;justify-content: space-between;width: 100%;}
.menu .close{width:40px;height:40px;position: relative;flex-direction: column;align-items: center;justify-content: center; cursor:pointer;}
.menu .close .bar{width:100%;height:1px;background: #fff;display: inline-block;position: absolute;left: 0;top: 50%;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.menu .close .bar:last-child{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.menu .close:hover .bar{transform: rotate(35deg);-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);}
.menu .close:hover .bar:last-child{transform: rotate(-35deg);-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);}
.menu .center{width:100%;height: auto;padding: 30px 0 20px;text-align: center;}
.menu .center .boxCenter{display: inline-flex;align-items: flex-start;justify-content: center;width: 100%;text-align: left;flex-direction: column;}
.menu .center ul{width: 100%;}
.menu .center ul li{display: inline-block;font-size: 60px;line-height: 60px;font-family: 'Tiempos Text';width: 100%;font-style: italic;font-weight: 600;padding: 5px 0;}
.menu .center ul li a{color: #fff;text-decoration: none;}
.menu .center ul li a:hover{color: #000;}
.menu .bottom{width:100%;height: auto;border-top: solid 1px #fff;padding: 20px 0; text-align: center;}
.menu .bottom .address{text-align:left;}
.menu .bottom .address p{color:#fff;font-size: 18px;line-height: 22px;font-weight: 400;font-family: 'Helvetica Neue LT Std';}
.menu .bottom .boxCenter{display: inline-flex;align-items: center;justify-content: space-between;width: 100%;}
.menu .bottom .social{display: inline-flex;align-items: center;justify-content: center;margin-right: 35px;}
.menu .bottom .social li{margin: 0 5px;display: inline-block;}
.menu .bottom .social li a{display: inline-flex;align-items: center;justify-content: center;border: solid 1px #fff;width: 35px;height: 35px;border-radius: 50%;}
.menu .bottom .more{width: 120px;height: 70px;background: #fff;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-size: 18px;line-height: 20px;font-style:italic;color:#FD4D1E;text-decoration:none;font-family: 'Tiempos Text';font-weight: 600;}


.menuDirectors{position: fixed;width: 100%;height: 100%;background: #000;top: 0;left: -100%;flex: 1;flex-direction: column;display: inline-flex;align-items: center;justify-content: space-between;z-index: 99;opacity: 0;}
.menuDirectors .top{width:100%;height: auto;border-bottom: solid 1px #fff;padding: 30px 0 20px;text-align: center;}
.menuDirectors .top .boxCenter{display: inline-flex;align-items: center;justify-content: space-between;width: 100%;}
.menuDirectors .close{width:40px;height:40px;position: relative;flex-direction: column;align-items: center;justify-content: center; cursor:pointer;}
.menuDirectors .close .bar{width:100%;height:1px;background: #fff;display: inline-block;position: absolute;left: 0;top: 50%;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.menuDirectors .close .bar:last-child{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.menuDirectors .close:hover .bar{transform: rotate(35deg);-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);}
.menuDirectors .close:hover .bar:last-child{transform: rotate(-35deg);-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);}
.menuDirectors .boxTitle{width:100%;display:inline-block;border-bottom:solid 1px #fff;padding-bottom: 20px;}
.menuDirectors .boxTitle .title{color:#fff;font-size: 50px;line-height: 55px;font-style:italic;font-family: 'Tiempos Text';font-weight: 600;margin: 0;padding: 14px 0 0;text-align: left;}
.menuDirectors .center{width:100%;height: auto;padding: 30px 0 20px;text-align: center;flex: 1;}
.menuDirectors .center .boxCenter{display: inline-flex;align-items: flex-start;justify-content: center;width: 100%;text-align: left;flex-direction: column;}
.menuDirectors .center ul{width: 100%;}
.menuDirectors .center ul li{display: inline-block;font-size: 6.5vh;line-height: 6.5vh;width: 100%;font-weight: 600;padding: 0;}
.menuDirectors .center ul li a{color: #fff;text-decoration: none;}
.menuDirectors .center ul li a:hover{color: #6E24FB;}


.main{width:100%;float:left;flex: 1;}

.sliders{width:100%;min-height: 100vh;position: relative;}
.sliders .slider{width:100%;height: 100vh;position: absolute;z-index:2;top:0;left:0;overflow: scroll;}
.sliders .slider .img{position:absolute; width:100%; height:100%; object-fit:cover; z-index:1; left:0; top:0;}
.sliders .slider .header{position:absolute; left:0; top:0;z-index:2;}
.sliders .slider .bottom{position:absolute;left:0;bottom:0;z-index:2;border-top: solid 1px #FFFFFF;width: 100%;text-align: center;padding: 30px 0;}
.sliders .slider .bottom .boxCenter{display:inline-flex; align-items:center; justify-content:space-between; width:100%;}
.sliders .slider .bottom .title{color:#fff;font-size:50px;line-height:52px;font-style:italic;font-family: 'Tiempos Text';font-weight: 600;}
.sliders .slider .bottom .right{display:inline-flex; align-items:center; justify-content:space-between; text-align:left;}
.sliders .slider .bottom .right p{font-size:24px;line-height:30px;font-weight:400;color:#fff;width: 220px;padding-right: 20px;}
.sliders .slider .bottom .right .video{width:55px;height:55px;border:solid 1px #fff;border-radius: 50%;background: url(../images/play.png) no-repeat 70% 50%;}

.sliders .slider.active{/* position:relative; */z-index:3;}
.sliders .dots{position:absolute;right: 40px;top:0;width:20px;height:100%;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;z-index:4;}
.sliders .dots .dot{border:solid 1px #fff;width:20px;height:20px;display:inline-block;border-radius:50%;margin: 5px 0; cursor:pointer;}
.sliders .dots .dot.active{background:#fff;}

.destHome{width:100%;display:inline-block;margin-top:100px;text-align: center;padding-bottom: 30px;}
.destHome.inter{margin-top:0;}
.destHome .title{color:#fff;font-size: 50px;line-height: 55px;font-style:italic;font-family: 'Tiempos Text';font-weight: 600;margin-top: 50px;margin-bottom: 30px;}
.destHome.inter .title{text-align:left;margin: 0;padding: 14px 0 0;}
.destHome.inter .boxTitle{width:100%;display:inline-block;border-bottom:solid 1px #fff;padding-bottom: 20px;}
.destHome.inter .boxTitle .boxCenter{position:relative;}
.destHome.inter .nav{float:right;position:absolute;right: 30px;top: 10px;height:100%;display:inline-flex;align-items:center;justify-content:center;}
.destHome.inter .nav a{width:55px;height:55px;border:solid 1px #fff;border-radius:50%;display:inline-block;margin-left:20px;text-indent: -5000em;}
.destHome.inter .nav a:hover{background-color:rgba(255,255,255,0.2);}
.destHome.inter .nav .left{background:url(../images/arrow_left.png) no-repeat 40% 50%;}
.destHome.inter .nav .right{background:url(../images/arrow_right.png) no-repeat 60% 50%;}

.destHome.inter .boxTitle .subtitle{color:#fff;font-size:23px;line-height:30px;width:100%;text-align:left;margin:0;padding: 10px 0 0;}
.destHome.inter .desc{width:100%;height:auto;text-align: left;padding: 35px 0 5px;}
.destHome.inter .desc.doubleItems{display:inline-flex; align-items:center; justify-content:space-between;}
.destHome.inter .desc.doubleItems .double{width:50%;}
.destHome.inter .desc.doubleItems .titleDouble{font-size: 55px;line-height: 55px;font-weight:bold;}
.destHome.inter .desc p{font-size:23px;line-height:28px;color:#fff;padding-bottom: 20px;}
.destHome.inter .desc.inter p{font-size:12px;line-height:18px;color:#fff;padding-bottom: 20px;text-align: center;}
.destHome .list{display:grid;overflow: hidden;grid-template-columns: repeat(2, 1fr);grid-auto-rows: 1fr;grid-column-gap: 0;grid-row-gap: 0;padding-bottom: 20px;}
.destHome.inter .list{margin-left: -10px;margin-right: -10px;}
.destHome.inter .list.full li{padding: 0 10px;margin: 15px 0 0 0;}
.destHome.inter .list.full.noborder{margin-top:40px;}
.destHome.inter .list.full.noborder li{padding:0; margin:0;}

.destHome .list li{flex:1;height: 100%;display: inline-flex;align-items: center;justify-content: center;margin: 20px 0;padding: 0 20px;}
.destHome .list li a{display:inline-block; position:relative; text-decoration:none;}
.destHome.inter .full li a{width:100%;height: 100%;}
.destHome.inter .full li img{width:100%;display: inline-block;float: left;height: calc(100% - 15px);object-fit: cover;}
.destHome.inter .full.noborder li img{height:100%;}
.destHome .list li .center{width:100%;height:100%;position:absolute;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;z-index: 2;left: 0;top: 0;}
.destHome .list li img{max-width:100%;}
.destHome .list li .play{width:45px; height:45px; display:inline-block; border:solid 1px #fff; border-radius:50%; background:url(../images/play.png) no-repeat 70% 50%; background-size:20px;}
.destHome .list li .texts .title{margin:0;font-size: 21px;line-height: 25px;}
.destHome .list li .texts .subtitle{font-size: 19px;line-height:26px;font-weight:400;color:#fff;}
.destHome .list li .texts p{font-size:14px;line-height:14px;font-weight:400;color:#fff;margin: 0;padding: 0;}
.destHome .list li a:hover img{opacity:0.74;}
.destHome .list li .texts{opacity:0;height: 0%;overflow:hidden;margin-top: 10px;}
.destHome .list li a:hover .texts{opacity:1;height: 70px;}

.destHome .list li .postText{width:100%; max-width:355px; text-align:left;}
.destHome .list li .postText .title{color:#fff;text-decoration:none;font-size:50px;line-height:55px;font-weight: 600;}
.destHome .list li .postText .subtitle{color:#fff;text-decoration:none;font-size:20px;line-height:25px;font-weight: 600;font-family: 'Tiempos Text';font-style: italic;margin-top: 5px;}
.destHome .list li .postText p{color:#fff;text-decoration:none;font-size:20px;line-height:25px;font-weight:100;margin-top: 10px;}


.destHome.noticia img{margin-top:30px; width:100%; height:auto;}
.destHome.noticia .contNoticia{position:relative;display:inline-block;width:100%;height:auto;padding: 0 0 0 60px;}
.destHome.noticia .contNoticia p{color:#fff;margin-top: 25px;text-align:left;font-size: 20px;line-height: 25px;}
.destHome.noticia .contNoticia .titleRelated{color:#fff;margin-top: 35px;text-align:left;font-size: 30px;line-height: 35px;font-style: italic;font-family: 'Tiempos Text';font-weight: 600;}
.destHome.noticia .contNoticia .social{display: inline-flex;align-items: center;justify-content: center;margin: 0;position: absolute;left: 0;flex-direction: column;top: 20px;}
.destHome.noticia .contNoticia .social li{margin: 5px 0;display: inline-block;}
.destHome.noticia .contNoticia .social li a{display: inline-flex;align-items: center;justify-content: center;border: solid 1px #fff;width: 35px;height: 35px;border-radius: 50%;}
.destHome.noticia .contNoticia .social li img{width:auto;height:auto;margin: 0;}

.destHome.noticia .sliderRelated{margin-left:-10px;margin-right: 40px;}
.destHome.noticia .sliderRelated .slick-prev,
.destHome.noticia .sliderRelated .slick-next{position:absolute;top: calc(50% - 45px);width: 50px;height: 50px;border: 0;cursor: pointer;text-indent: -500000em;outline: none;}
.destHome.noticia .sliderRelated .slick-prev{left: -50px;background: url(../images/arrow_left.png) no-repeat 50%;}
.destHome.noticia .sliderRelated .slick-prev:hover{left:-60px;}
.destHome.noticia .sliderRelated .slick-next{right:-50px;background: url(../images/arrow_right.png) no-repeat 50%;}
.destHome.noticia .sliderRelated .slick-next:hover{right:-60px;}
.destHome.noticia .sliderRelated .slick-slide{padding:0 10px;}
.destHome.noticia .sliderRelated .slick-slide .title{font-size:20px;line-height: 25px;font-family: 'Helvetica Neue LT Std', Arial, sans-serif;font-style: normal;margin: 10px 0 0 0;padding: 0;}
.destHome.noticia .sliderRelated .slick-slide .subtitle{font-size:20px;line-height: 25px;font-family: 'Helvetica Neue LT Std', Arial, sans-serif;margin: 2px 0 0 0;padding: 0;font-weight: bold;}

.trabalho{width:100%;height:auto;position:relative;margin-top: 30px;}
.trabalho img{width:100%; height:auto;}
.trabalho .bottom{position:absolute;left:0;bottom:0;width: 100%;display: inline-flex;align-items: center;justify-content: space-between;padding: 40px 30px;}
.trabalho .bottom .title{margin:0; padding:0;}
.trabalho .bottom .right{display:inline-flex; align-items:center; justify-content:space-between;}
.trabalho .bottom .textos{margin-right:30px; min-width:250px;}
.trabalho .bottom .textos p{color:#fff; font-size:24px; line-height:30px; font-weight:400; text-align:left;}
.trabalho .bottom .play{width:85px; height:85px; border:solid 1px #fff; border-radius:50%; display:inline-block; background:url(../images/ico_play_big.png) no-repeat 70% 50%;}

.popupVideo{background:#000000; width:100%; height:100%; position:fixed; display:inline-flex; align-items:center; justify-content:center; z-index:99; text-align:center;}
.popupVideo .boxCenter{display:inline-flex; align-items:center; justify-content:center; flex-direction:column; width:100%; position:relative;}
.popupVideo .close{width:22px; height:22px; position:absolute; right:0; top:0;}
.popupVideo .close .bar{width:100%;height:1px;background: #fff;display: inline-block;position: absolute;left: 0;top: 50%;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.popupVideo .close .bar:last-child{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.popupVideo .top{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:35px;}
.popupVideo .top .title{color:#fff;font-size:27px;line-height: 27px;font-weight:400;text-transform:uppercase;}
.popupVideo .top .data{color:#fff; font-size:12px; line-height:15px; font-weight:400;}
.popupVideo .video{width:100%;display:inline-block;margin-top: 15px;position:relative;}
.popupVideo .video .left{width: 40px;height: 40px;background: url(../images/arrow_left.png) no-repeat 50%;position:absolute;top: calc(50% - 20px);left: -55px;}
.popupVideo .video .right{width: 40px;height: 40px;background: url(../images/arrow_right.png) no-repeat 50%;position:absolute;top: calc(50% - 20px);right: -55px;}
.popupVideo .video .left:hover{left: -65px;}
.popupVideo .video .right:hover{right: -65px;}

.popupVideo .video .embed{width:100%;max-height: 100%;height: 80vh;overflow: hidden;}
.popupVideo .video img{width:100%;height:auto;max-height: 100%; object-fit:cover;}

.fale_conosco{background:#E7E7E6;}
.fale_conosco .menu,
.fale_conosco .footer .more,
.fale_conosco .header .btMenu .bar{background:#6E24FB;}
.fale_conosco .menu .bottom .more,
.fale_conosco .destHome.inter .title,
.fale_conosco .header .right .language p,
.fale_conosco .footer .link{color:#6E24FB;}
.fale_conosco .footer .more{color:#e7e7e6;}
.fale_conosco .header,
.fale_conosco .destHome.inter .boxTitle,
.fale_conosco .footer,
.fale_conosco .footer .right .social li a{border-color:#6E24FB;}
.fale_conosco .header .logo{background: url(../images/logo_cor2.png) no-repeat 50%;background-size: contain;}
.fale_conosco .footer .logo{background: url(../images/logo_cor2.png) no-repeat 50%; background-size: contain;}

.listContacts{width:100%;display:inline-flex;align-items:center;justify-content:space-between;flex-wrap: wrap;}
.listContacts li{text-align: left;width:25%;margin-top: 25px;}
.listContacts li .name{font-size:20px;color:#6E24FB;font-style: italic;font-family: 'Tiempos Text';font-weight: 600;}
.listContacts li .departament{font-size:18px;color:#6E24FB;font-weight: 400;margin-top: 15px;}
.listContacts li a{text-decoration:none; font-size:18px; color:#6E24FB;}

.sobre{background: #3E4145;}
.sobre .footer .more{color:#3E4145;}
.listAbout{width:100%;display:inline-flex;align-items:center;justify-content:space-between;flex-wrap: wrap;margin-bottom: 20px;}
.listAbout li{text-align: left;width:33%;margin-top: 25px;}
.listAbout li .name{font-size: 40px;color: #fff;font-style: italic;font-family: 'Tiempos Text';font-weight: 600;text-decoration: none;}


.footer{width:100%;height: auto;border-top: solid 1px #fff;padding: 20px 0; text-align: center;}
.footer .boxCenter{display: inline-flex;align-items: center;justify-content: space-between;width: 100%;}
.footer .left{display: inline-flex; align-items: center; justify-content: center;}
.footer .logo{background:url(../images/logo.svg) no-repeat 50%;width: 215px;height: 50px;display:inline-block;text-indent:-5000em;background-size: contain;}
.footer .link{color: #fff;font-size: 16px;line-height: 16px;margin-top: 20px;text-decoration:none;font-weight: 500;display: inline-block;}
.footer .right{display: inline-flex; align-items: center; justify-content: center;}
.footer .right .social{display: inline-flex;align-items: center;justify-content: center;margin-right: 35px;}
.footer .right .social li{margin: 0 5px;display: inline-block;}
.footer .right .social li a{display: inline-flex;align-items: center;justify-content: center;border: solid 1px #fff;width: 35px;height: 35px;border-radius: 50%;}
.footer .more{width: 120px;height: 70px;background: #fff;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-size: 18px;line-height: 20px;font-style:italic;color:#000;text-decoration:none;font-family: 'Tiempos Text';font-weight: 600; display:none;}

.clear{clear:both;}


@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
    .header .logo,
    .menu .logo,
    .fale_conosco .header .logo,
    .menuDirectors .logo{width: 110px;height: 25px;}
    .header .right .language p{font-size:18px;}
    .header .btMenu{width:40px;height: 30px;}
    .menu .center u{overflow-y:scroll;}
    .menu .center ul li{font-size:26px; line-height:27px}
    .menu .bottom .boxCenter{flex-direction:column;}
    .menu .bottom .address p{font-size:13px; line-height:15px;}
    .boxCenter{padding:0 20px;}
    .footer .boxCenter{flex-direction: column;}
    .footer .logo{width: 110px;height: 25px;}
    .footer .left{flex-direction:column;}
    .footer .right{flex-direction:column;}
    .footer .right .social,
    .menu .bottom .social{margin-top:15px;}
    .footer .more,
    .menu .bottom .more{margin-top:15px;width: 100px;height: 60px;font-size: 14px;line-height: 17px;}
    .destHome.inter .desc p{font-size:18px; line-height:22px;}
    .destHome .list{display: inline-block;}
    .destHome.inter .list.full li{margin-bottom:10px;}
    .destHome.inter .title{font-size:35px; line-height:40px;}
    .listAbout li{width:100%;}
    .listAbout li .name{font-size:28px; line-height:30px;}
    .destHome .list li .postText .title{font-size:28px; line-height:35px;}
    .destHome .list li .postText .subtitle{font-size: 18px;line-height: 20px;}
    .destHome .list li .postText p{font-size: 16px;}
    .menuDirectors .boxTitle .title{font-size:35px; line-height:40px;}
    .menuDirectors .center ul li{font-size:4.5vh; line-height:5.5vh}
    .sliders .slider .bottom .title{font-size:18px; line-height:20px;}
    .sliders .slider .bottom .right p{font-size:12px;line-height:14px;width: auto;}
    .sliders .slider .bottom .right .video{width:30px; height:30px; background-size:15px;}
    .destHome .title{font-size:35px; line-height:40px;}
    .listContacts li{width:100%;}
    .trabalho .bottom .title{font-size:18px; line-height:20px;}
    .trabalho .bottom .textos p{font-size:12px;line-height:14px;width: auto;}
    .trabalho .bottom .textos{min-width: auto;}
    .trabalho .bottom .play{width: 40px;height: 40px;background-size:15px;}
    .trabalho .bottom{padding:10px;}
    .destHome.inter .nav a{width:30px; height:30px; margin-left:5px; background-size:15px!important;}
    .destHome.inter .desc.doubleItems{flex-wrap:wrap;}
    .destHome.inter .desc.doubleItems .double{width:100%;}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}