@media screen and (max-width: 700px) {

	/*---------------------\IDITOPS--------------------*/
	.iditops {
		width: 100%;
		position: relative;
		display: flex;
	}

	.iditops .container {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.iditops .box{
		position: relative;
		max-width: 300px;
		width: 100%;
		margin: 0 40px;
		height: unset;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 50px;
	}

	.iditops .box .contain {
		width: 100%;
		margin: 5px 0;
	}

	.iditops .box .contain.top {
		height: unset;
		position: relative;
	}

	.iditops .box .contain.mid {
		height: unset;
	}

	.iditops .box .contain.bot {
		height: unset;
	}
	.iditops h4 {
		font-size: 24px;
	}
	.iditops h5 {
		font-size: 24px;
	}
	.iditops p {
		font-size: 12px;
		font-weight: 400;
	}

	.prodcards .card {
		margin-bottom: 20px;
	}

	.prodcards .card.sml {
		max-width: calc(50% - 10px);
		margin-right: 20px;
		min-width: unset;
	}
	.prodcards .card h3,
	.prodcards .card h4 {
		font-size: 20px;
		line-height: 1.2em;
	}
	.prodcards .card h5 {
		font-size: 20px;
		line-height: 1.2em;
	}
	.prodcards .card p {
		font-size: 10px;
		line-height: 1.5em;
		font-weight: 400;
	}
	.prodcards .card.sml .row3 {
		min-height: 125px;
	}

	.cita p {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.cita span {
		font-size: 12px;
	}




}
@media screen and (max-width: 600px) {

	.content h2 {
		font-size: 28px;
		font-weight: 500;
	}

	.title p {
		font-size: 10px;
	}

	.cover .canvas .container {
		width: 100%;
	}

	.cover .canvas .hc1 {
		width: 100%;
		top: unset;
		right: unset;
		bottom: -25%;
		left: 0;
		margin: 0;
	}

	.cover .canvas .hc2 {
		width: 18%;
		top: unset;
		right: unset;
		bottom: -32%;
		left: 75%;
		margin: 0;
	}

	.cover .canvas .hc3 {
		width: 15%;
		top: unset;
		right: unset;
		bottom: -37%;
		left: 4%;
		margin: 0;
	}

	.cover .pot {
		left: 0;
	}

	/*------HOME sponsors-----*/
	section.spns h6 {
		padding: 0;
	}

	section.spns .col .bottom {
		flex-direction: column;
		position: relative;
		height: unset;
	}

	section.spns a {
		height: unset;
		height: 60px;
		margin: 0;
	}
	section.spns a:nth-of-type(1) {
		width: 100%;
	}

	section.spns a:nth-of-type(2) {
		width: 100%;
	}

	section.spns a:nth-of-type(3) {
		width: 100%;
	}

	section.spns a:not(:last-of-type) img {
		margin: 20px 0;
	}

	section.spns a:last-of-type img {
		margin: 20px 0;
		padding: 30px 0;
	}

	section.spns a:nth-of-type(1) img {
		width: unset;
		max-width: 100%;
		height: 55%;
		padding: 0;
	}

	section.spns a:nth-of-type(2) img {
		width: unset;
		max-width: 100%;
		height: 65%;
		padding: 0;
	}

	section.spns a:nth-of-type(3) img {
		width: unset;
		max-width: 100%;
		height: 50%;
		padding: 0;
	}

	/*------Content INTRO-----*/

	.content.intro .wrapper {
		align-items: flex-start;
		flex-direction: column;
	}

	.content.intro .col {
		margin-top: 30px;
	}

	.content.intro .col:nth-of-type(1) {
		max-width: 300px;
	}

	.content.intro .col:nth-of-type(1) {
		margin-right: 30px;
	}

	.content.intro h2 {
		font-size: 22px;
		font-weight: 300;
	}

	.content.intro.typ2 h2 {
		line-height: 28px;
	}

	.content.intro p {
		padding: 0;
		font-size: 12px;
	}

	.content.intro.typ2 p {
		padding: 0;
	}

	.content.intro.min p {
		padding-top: 0;
		font-weight: 400;
		font-size: 11px;
	}

	.content.intro.min .col:nth-of-type(1) {
		max-width: 300px;
		width: unset;
	}

	.content.intro {
		margin-top: 50px;
		margin-bottom: 50px;
	}


	/*------Box Row-----*/
	.box-row,
	.box-row.tlh {
		margin: 80px 0;
	}

	.box-row .box,
	.box-row.plt .box,
	.box-row.tlh .box {
		padding: 20px 10px 0 10px;
		flex-basis: 50%;
	}

	.box-row.plt {
		margin: 20px 0 50px 0;
	}

	.box-row .box .contain.top,
	.box-row.plt .box .contain.top,
	.box-row.tlh .box .contain.top {
		height: 50px;
	}
	.box-row .box .contain.mid,
	.box-row.plt .box .contain.mid,
	.box-row.tlh .box .contain.mid {
		height: 32px;
		padding: 0 10px;
		margin: 20px 0;
	}
	.box-row .box .contain.bot,
	.box-row.plt .box .contain.bot,
	.box-row.tlh .box .contain.bot {
		height: 40%;
		min-height: 100px;
		max-width: 280px;
	}
	.box-row .box img,
	.box-row.plt .box img,
	.box-row.tlh .box img {
		height: 40px;
	}
	.box-row .box h5,
	.box-row.plt .box h5,
	.box-row.tlh .box h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.box-row .box p,
	.box-row.plt .box p,
	.box-row.tlh .box p {
		font-size: 11px;
		line-height: 15px;
		-webkit-line-clamp: 3;
		max-width: unset;
	}

	/*------MainBox-----*/
	.central-schema {
		min-height: unset;
	}

	.content.mainbox {
		margin: 10px 0 15px 0;
	}

	.content.mainbox .wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.content.mainbox .col1 .container {
		width: 65%;
		min-height: unset;
		position: relative;
	}

	.content.mainbox.slim .col1 .container {
		width: 100%;
	}
	.content.mainbox.ych .col1 .container {
		max-height: 320px;
		min-height: unset;
	}
	.content.mainbox .col1 .container>img {
		width: 100%;
		height: 100%;
	}
	.content .col:nth-of-type(1) {
		width: 100%;
		margin: 0;
		height: 100%;
	}

	.content .col:nth-of-type(2) {
		width: 100%;
		margin: 20px 0 0 0;
		height: 100%;
	}

	.content .col.wtc:nth-of-type(2) {
		margin: 0;
	}
	.swfun .content .col {
		margin: 0;
	}
	.swfun .content .col2 {
		margin: 0;
	}


	.content .col.col1 {
		order: 1;
	}

	.content .col.col2 {
		order: 2;
	}

	.content.intro.typ2 .col1 {
		order: 2;
		width: 100%;
		max-width: unset;
	}
	.content.intro.typ2 .col2 {
		order: 1;
		width: 100%;
		min-height: 295px;
		justify-content: center;
	}

	.content.intro.typ2 .col2 img {
		width: 100%;
		min-width: 280px;
		max-width: 500px;
	}

	.content.mainbox.s30 .col.col1 {
		width: 100%;
	}

	.content.mainbox.s30 .col1 .container img {
		width: 100%;
		max-width: 350px;
	}

	.ych .central-schema {
		width: 100%;
	}

	.content.mainbox .col.col1 {
		order: 1;
		width: 100%;
		margin-top: 50px;
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}

	.content.mainbox.gps .col.col2 {
		width: 100%;
		margin-top: 0px;
	}

	.content.mainbox.gps .col.col1 {
		width: 100%;
	}

	.content.mainbox.gps .col1 .container {
		width: 85%;
	}

	.content.mainbox .col.col2 {
		order: 2;
	}

	.content.mainbox .col.col2 {
		margin-top: 38%;
		width: 100%;
	}
	.content.mainbox.widi .col.col2 {
		margin-top: 10%;
		width: 100%;
	}

	.content.mainbox.ych .col.col2 {
		margin-top: 5%;
		width: 100%;
	}

	.content.mainbox.slim .col.col2 {
		margin-top: 0;
		width: 100%;
	}

	.content h3 {
		font-size: 13px;
		font-weight: 500;
		line-height: 22px;
		margin: -5px 0 30px;
	}

	.content.mainbox.slim .col1 .container .figure {
		position: relative;
	}
	.content.mainbox.slim .col1 .container .figure::after {
		display: block;
		content: '';
		padding-bottom: 70%;
	}

	.content.mainbox .col1 .container.mcmp img {
		max-width: 350px;
	}

	.content.mainbox .col2 h2 {
		font-size: 24px;
		margin: 0 0 28px 0;
		font-weight: 400;
	}

	.content.mainbox .col2 h2 {
		font-size: 24px;
		margin: 0 0 28px 0;
		font-weight: 400;
	}

	.content.mainbox .col2 h2 {
		font-size: 20px;
		font-weight: 500;
	}

	.content.mainbox .col2 p {
		font-size: 11px;
		font-weight: 400;
	}

	.content.mainbox .col2 a span {
		font-size: 11px;
		font-weight: 500;
	}

	.content.mainbox .col2 a {
		margin: 30px 0 0 0;
	}

	.content.mainbox .col2 img {
		margin: 0 0 0 12px;
		height: 10px;
	}

	.content.mainbox .col1 .container .figure.wtc img {
		height: unset;
		width: 62%;
	}
	/*------Int-----*/
	.int {
		margin: 80px 0 0 0;
	}
	.int h2{
		font-size: 18px;
		font-weight: 500;
	}
	/*----Quote CEO-----*/
	.content.quote .wrapper {
		flex-direction: column;
	}
	.content.quote .col1 {
		width: 100%;
		margin: 0 20px 20px 20px;
		order: 2;
	}
	.content.quote .col2 {
		width: 60%;
		margin: 0;
		order: 1;
	}
	.content.quote .col1 p {
		font-size: 11px;
		font-weight: 300;
		line-height: 20px;
		margin: 10px 0 10px 0;
		text-align: justify;
	}
	.content.quote .col1 span {
		font-size: 14px;
		line-height: 18px;
	}
	.content.quote .col1 img {
		width: 21px;
	}

	/*------About Main goal-----*/

	.content.central .row2 .container {
		flex-direction: column;
		align-items: center;
	}

	.content.central .row2 .col2 {
		margin: 85px 0 0 0;
		padding: 0;
	}

	.content.central .row2 .mid {
		width: 100px;
		height: 185px;
		top: 40%;
		left: calc(50% - 50px);
		flex-direction: column;
	}

	.content.central .row2 .mid .beak {
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		border-top: 20px solid #00a3ad;
	}

	.content.central .row2 .col {
		width: 100%;
		max-width: 295px;
	}

	/*------Our motivation-----*/
	.content.mainbox.mtv .col1 .container {
		width: 75%;
	}

	.content.mainbox.mtv .col.col2 {
		margin-top: 30px;
	}

	.content.mainbox.mtv {
		margin: 60px 0 80px 0;
	}

	.content.central h2 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 28px 0;
		font-weight: 400;
	}

	.content.central p {
		font-size: 11px;
		line-height: 20px;
		font-weight: 300;
	}

	.content.central .row2 {
		margin: 40px 0 0 0;
	}

	.content.central {
		margin-bottom: 200px;
	}

	.content.central .row2 .col ul li {
		min-height: initial;
	}


	/*------Number rows-----*/

	.number-row span {
		font-size: 48px;
	}

	.number-row h3 {
		font-size: 14px;
		font-weight: 400;
		margin-top: 10px;
		min-height: 18px;
	}

	.number-row p {
		font-size: 11px;
		font-weight: 300;
		margin-top: 10px;
		min-height: 80px;
	}

	/*------trialsr-----*/

	.content.mainbox.trials .seal {
		width: 60px;
		height: 60px;
	}

	.content.mainbox.trials .col.col2 {
		margin-top: 20px;
		width: 100%;
	}

	.content.mainbox.trials .col1 .container {
		width: 85%;
	}

	.quote-row {
		margin: 40px 0 100px 0;
	}

	.minibox-row .box {
		width: calc(25% - 15px);
	}



	/*-------- Platform minibox-----------*/

	.minibox-row .container {
		flex-wrap: wrap;
	}
	.minibox-row .box {
		width: calc(50% - 15px);
	}
	.minibox-row .box:not(:last-of-type) {
		margin-right: unset;
	}
	.minibox-row .box:nth-of-type(odd) {
		margin-right: 15px;
	}


	/*--------------Platform Case---------------*/
	.case .container .box {
		width: calc((100% / 2) - 15px);
	}

	.case .container .box:not(:last-of-type) {
		margin: unset;
		margin-bottom: 15px;
	}

	.case .container .box:not(:nth-of-type(2n)) {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.case .container .box {
		margin-bottom: 15px;
	}

	.case .container .box .row.top {
		height: 35%;
	}
	.case .container .box .row.mid {
		height: 20%;
	}
	.case .container .box .row.bot {
		height: 45%;
	}

	/*--------------Platform Telehealth bigbox---------------*/
	.bigbox-row .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.bigbox-row .container .box {
		width: 100%;
		max-width: 250px;
		margin: 0 50px 80px 50px
	}
	.bigbox-row .container .box:not(:last-of-type) {
		margin-right: 50px;
	}
	.bigbox-row .container .box .row3 img {
		margin: 0 10px;
	}

	.content.mainbox.plt .col.col2,
	.content.mainbox.tlh .col.col2 {
		margin-top: 10px;
		width: 100%;
	}

	.content.mainbox .col1 .container .figure.plt img:nth-of-type(2) {
		width: 22%;
		top: 35%;
		left: 72%;
		margin-top: 20%;
	}


	/*------------- SW FUN --------------*/

	.swfun .content .col.col1 {
		order: 1;
		width: 20%;
		flex-wrap: wrap;
	}
	.swfun .content .col.col2 {
		order: 2;
		width: 60%;

	}
	.swfun .content .col.col3 {
		order: 3;
		width: 20%;
		flex-wrap: wrap;
	}

	.swfun .content .col .box {
		width: 100%;
	}

	.swfun .content .col .box .bubble {
		width: 100%;
		margin: 5% 0;
	}
	.swfun .content .col1 .box:nth-of-type(1) .bubble {
		margin-left: 100%;
	}
	.swfun .content .col1 .box:nth-of-type(4) .bubble {
		margin-left: 100%;
	}
	.swfun .content .col3 .box:nth-of-type(1) .bubble {
		margin-right: 100%;
	}
	.swfun .content .col3 .box:nth-of-type(4) .bubble {
		margin-right: 100%;
	}

	.swfun .content .col2 .text {
		position: absolute;
		top: 100%;
	}

	.swfun .content .col2 .cage .frame {
		width: 85%;
	}

	.swfun .frame .bullets {
		left: 42%;
	}

	.swfun .title {
		width: 100%;
		margin: 0 0 25px 0;
	}


	/*------------- SW FUN --------------*/
	.swfun .content .col .box span {
		font-size: 11px;
		line-height: 13px;
	}

	.swfun .content .col2 .text p {
		font-size: 10px;
		line-height: 12px;
	}

	/*------------- SW alert --------------*/

	.content.emgbox .wrapper>.row {
		width: 100%;
		margin-bottom: 40px;
	}
	.content.emgbox p {
		max-width: 100%;
		font-size: 11px;
		font-weight: 400;
	}
	.content.emgbox .col1 {
		width: 45%;
	}

	.content.emgbox .col2 {
		width: 55%;
	}

	.content.emgbox .swframe {
		width: 24%;
		top: 20%;
		left: -4%;
	}

	.content.emgbox .signal {
		width: 43%;
		top: 24%;
		left: 3%;
	}

	.content.emgbox .col1 div {
		display: none
	}

	.content.emgbox .col2 .container {
		border-radius: 20px;
		margin-bottom: 22%;
	}

	.content.emgbox .col2 .container .row {
		padding: 9% 10px;
	}

	.content.emgbox .col2 .container .row h6 {
		font-size: 12px;
		font-weight: 400;;
		line-height: 15px;
	}

	.content.emgbox .scheme {
		margin-top: 10px;
	}

	.content.mainbox.psync {
		margin-top: 100px;
	}

	.content.mainbox.psync .col1 .container {
		width: 58%;
	}

	.content.mainbox.psync .col.col2 {
		margin-top: 0;
		width: 100%;
	}

	.content.mainbox.psync .col1 .container .blob-bg {
		left: -7%;
	}

	.content.mainbox.psync .col1 .container .figure .plt {
		left: -9%;
	}
	.content.mainbox.psync .col1 .container .figure .sw {
		left: 77%;
	}

	.centered .container img {
		width: 100%;
	}


	/*------------- maincards --------------*/

	.maincard .container {
		height: 490px;
	}

	.maincard .container .col h3 {
		font-size: 24px;
	}

	.maincard .container .col span {
		font-size: 24px;
	}

	.maincard .container .col p {
		font-size: 12px;
	}

	.maincard .container .col1 .row1 {
		height: calc(67% - 20px);
		margin: 0 0 20px 0;
	}

	.maincard .container .col1 .row2 {
		height: calc(33% - 20px);
		margin: 20px 0 0 0;
	}




	/*------------- stair box --------------*/



	.stair .contain {
		width: 100%;
		flex-direction: column;
		margin-top: 10px;
		position: relative;
		align-items: center;
	}

	.stair .contain .box {
		border-radius: 30px;
		min-width: 200px;
		max-width: 300px;
		min-height: unset;
	}

	.stair .contain .box.box1 {
		margin-right: 0;
	}

	.stair .contain .box.box2 {
		margin-right: 0;
	}

	.stair .contain .box .frame {
		height: 200px;
		border-radius: 30px;
	}

	.stair .contain .box .text {
		width: 100%;
		height: calc(100% - 200px);
		position: relative;
	}

	.stair .contain .box .text h5 {
		font-size: 16px;
	}

	.stair .contain .box .text p {
		height: calc(40% - 20px);
		margin-bottom: 20px;
		font-size: 11px;
		line-height: 18px;
		padding: 0 20px;
	}



	/*------------- covards--------------*/

	.covcards .container .col .row:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.covcards .container .col .row h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.covcards .container .col1 .patch {
		width: 30px;
		height: 30px;
	}

	.covcards .container .col .box .tag span {
		font-size: 11px;
	}

	.covcards .container .col .box .frame {
		justify-content: center;
	}

	.covcards .container .col1 {
		padding: 20px 20px 20px 20px;
	}

	.covcards .container .col2 {
		padding: 10px 20px 20px 20px;
		height: 160px;
	}

	.covcards .container .col .box {
		width: calc(25% - 8px);
	}

	.covcards .container .col .box:not(:last-of-type) {
		margin: 0 8px 0 0;
	}

	.covcards .container .col .box .frame img {
		width: 100%;
	}
	/*------------- setbox --------------*/



	/*------------- profile card -------------------*/
	.profile-card .card{
		display: flex;
		flex-direction: column;
	}

	.profile-card {
		margin: 280px 0 160px 0;
	}

	.profile-card .card .col .frame {
		height: unset;
		width: 50%;
		min-height: unset;
		min-width: 200px;
		position: absolute;
		bottom: 0;
	}
	.profile-card .card .col .frame::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}

	.profile-card .card .col{
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}

	.profile-card .card .col p {
		text-align: center;
	}
	.profile-card .card .col1{
		width: 100%;
		padding: 30px;
		order: 2;
	}
	.profile-card .card .col2{
		width: 100%;
		order: 1;
		height: 50px;
	}
	.inst .main {
		flex-direction: column;
	}
	.inst .main .col1,
	.inst .main .col2 {
		width: 100%;
	}
	.inst .main .col1 {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.inst .main .col2 ul {
		padding-left: 0px;
	}
	.inst .main .col1 .tab {
		max-width: 200px;
	}
	.inst .main .col1 .tab:not(:last-of-type) {
		margin-right: 20px;
	}
	.inst .main .col1 .tab:not(:first-of-type) {
		margin-top: 0px;
	}

	.content.mainbox.cvd .col1 .container {
		width: 61%;
		min-height: 213px;
	}

	.content.mainbox.cvd .col.col2 {
		margin-top: 20px;
	}



	/*------------COVID -----*/

	.setbox {
		margin: 50px 0;
}


	.lrg-box .header {
		height: 55px;
	}

	.lrg-box .header .figure img {
		height: 280%;
	}

	.lrg-box .bodier{
		height: 320px;
	}

	.lrg-box .header h3 {
		font-size: 18px;
	}

	.setbox .lrg-box {
		padding: 20px;
	}

	.lrg-box .bodier .billet{
		width: calc(50% - 10px);
		min-width: 180px;
	}

	.lrg-box .bodier .billet .bottom h4 {
		font-size: 14px;
		line-height: 14px;
	}

	.lnk {
		width: unset;
		max-width: unset;
		min-height: 50px;
		padding: 15px 28px;
		font-size: 13px;
		line-height: 1em;
		height: unset;
		min-height: unset;
		max-height: unset;
	}

	.setcards {
		margin: 50px 0;
	}
	.setcards .row {
		width: 100%;
		flex-direction: column;
	}
	.setcards .row .box {
		max-width: 240px;
	}
	.footer .block {
		margin-right: 35px;
	}
	.footer .block {
		font-size: 12px;
		font-weight: 500;
	}
	.minibox-row .box h5 {
		font-size: 13px;
		font-weight: 500;
	}

	.box-row.spn .col h3 {
		font-size: 20px;
		height: 30px;
	}

	.box-row.spn .col p {
		font-size: 11px;
		font-weight: 400;
		line-height: 1.6em;
		margin-top: 20px;
	}
	.box-row.spn .col.col1 .frame img {
		width: 39%;
	}
	.box-row.spn .col .frame img {
		width: 52%;
	}

	.notifica .frame {
		width: 100%;
		height: 100px;
	}
	.notifica .frame .col1 {
		width: 70px;
		margin-right: 40px;
	}
	.notifica .frame .col2 {
		width: calc(100% - 110px);
	}

	.notifica img {
		height: 40px;
		margin-bottom: 12px;
	}
	.notifica h4 {
		font-size: 14px;
	}
	.notifica p {
		font-size: 12px;
	}

	.cover.min .canvas img {
		max-width: 400px;
	}

	.cover.min .canvas .container.plob img {
		max-width: 320px;
	}

	.noticebar {
		font-size: 12px;
	}
	.noticebar.docked {
		font-size: 11px;
	}
	.smart-links {
		margin: 30px 0 75px 0;
	}

	.smart-links p {
		margin-bottom: 10px;
	}

	/*-------DUOBOX-------*/

	.duobox-row .box img {
		max-height: 50px;
		max-width: 60px;
	}

	.duobox-row .box h3 {
		font-size: 18px;
		line-height: 1.6em;
	}

	.duobox-row .box h5 {
		font-size: 18px;
		line-height: 1.6em;
	}

	.duobox-row .box p {
		font-size: 11px;
		line-height: 1.6em;
		font-weight: 400;
	}

	.duobox-row .box {
		margin: 0 20px;
	}

	.content.mainbox.widi.xtr .col.col1 {
		margin: 20px 0 20px 0;
	}

	.content.mainbox.widi.xtr .col1 .container {
		position: relative;
		width: 100%;
		min-height: unset;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.content.mainbox.widi.xtr .col1 .container img {
		position: relative;
		width: 100%;
		right: 0;
		min-width: unset;
	}

	.mainbox.widi h3 {
		font-size: 24px;
		margin: 0px 0 20px 0;
	}
	.mainbox.widi h4 {
		font-size: 24px;
		margin: 0px 0 20px 0;
	}

	/*---------ADV---------*/
	.content.mainbox.adv {
		margin-top: 100px;
	}

	.content.mainbox.adv .col1{
		display: none;
	}
	.content.mainbox.adv .col2{
		width: 100%;
		margin: 0;
	}
	.content.mainbox.adv.sw .col1{
		display: flex;
		width: 100%;
		margin-bottom: 50px;
	}
	.content.mainbox.adv.sw .col1 .container{
		width: 100%;
	}
	.content.mainbox.adv.sw .col2{
		width: 100%;
		margin: 0;
	}
	.cover .btn,
	.cover.min .btn {
		margin-right: 18px;
	}

	/*---------cita---------*/

	.cita .container {
		max-width: unset;
		flex-direction: column;
	}
	.cita .col{
		min-height: unset;
	}
	.cita .col.col1{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cita .col.col1 img{
		width: 60%;
		min-width: 200px;
		margin-bottom: -10%;
		margin-left: -15%;
	}
	.cita .col.col2{
		width: 100%;
	}
	.cita .marks {
		top: -35%;
	}




}

@media screen and (max-width: 540px) {
	.prodcards .card {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-width: 250px;
		min-height: 400px;

	}
	.prodcards .card .col1 {
		order: 2;
	}
	.prodcards .card .col2 {
		order: 1;
		padding-bottom: 0;
	}
	.prodcards .card .col {
		width: 100%;
	}
	.prodcards .card img {
		max-height: 200px;
		width: unset;
	}
	.prodcards .card p {
		font-size: 11px;
		line-height: 1.5em;
		margin: 20px 0 0 0;
	}
	.prodcards .card.sml {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		min-width: unset;
	}

	.prodcards .card.sml .row3 {
		min-height: unset;
	}




}



@media screen and (max-width: 420px) {
	/*------navbar-----*/
	.nav .homelogo img {
		height: 34px;
	}
	.navbar.docked .nav .homelogo {
		width: 42px;
	}
	.navbar.docked .nav .homelogo img {
		height: 34px;
	}
	.hamburger i {
		width: 29px;
		height: 3px;
		margin: 4px 0;
	}
	.hamburger i:nth-of-type(1) {
		width: 17px;
	}
	.hamburger.is-active i:nth-of-type(1) {
		width: 30px;
		transform: rotate(45deg) translate(8px);
	}
	.hamburger.is-active i:nth-of-type(2) {
		width: 30px;
		transform: rotate(-45deg) translate(8px);
	}
	/*-----footer-----*/
	.footer p {
		font-size: 10px;
	}
	/*------HOME COVER-----*/
	.cover h1 {
		font-size: 34px;
		font-weight: 400;
		margin: 0 0 10px 0;
		line-height: 1.1em;
	}
	.cover.min h1 {
		font-size: 30px;
		font-weight: 400;
		margin: 0 0 10px 0;
		line-height: 1.1em;
	}
	.cover h2,
	.cover.min h2 {
		font-size: 22px;
		font-weight: 400;
		line-height: 1.6em;
	}
	.cover p,
	.cover.min p {
		font-size: 11px;
		font-weight: 400;
	}
	.cover a,
	.cover.min a {
		font-size: 12px;
		margin: 16px 0 0 0;
		width: 110px;
		height: 34px;
		border-radius: 7px;
	}
	.dropdown li {
		font-size: 16px;
		margin: 20px 0;
	}
	.main ul.dropslides li a {
		margin: 20px 0;
	}
	.cover .canvas .container {
		min-height: 150px;
	}
	/*------HOME sponsors-----*/

	section.spns a:nth-of-type(1) img {
		width: unset;
		max-width: 100%;
		height: 50%;
		padding: 0;
	}

	section.spns a:nth-of-type(2) img {
		width: unset;
		max-width: 100%;
		height: 55%;
		padding: 0;
	}

	section.spns a:nth-of-type(3) img {
		width: unset;
		max-width: 100%;
		height: 40%;
		padding: 0;
	}


	/*------number row-----*/

	.number-row .col {
		width: 100%;
	}
	.number-row .col:not(:last-of-type) {
		margin: unset;
	}

	.number-row .col:nth-of-type(odd) {
		margin: 0 0 0 0;
	}

	.number-row p {
		max-width: 250px;
	}


	/*------trialsr-----*/

	.content.mainbox.trials .seal {
		width: 45px;
		height: 45px;
	}

	/*------spons-----*/


	.title h2 {
		font-weight: 400;
		font-size: 20px;
	}

	.covertitle {
		margin: 150px 0 60px 0;
	}

	.covertitle h2 {
		font-size: 22px;
	}

	.covertitle p {
		font-size: 11px;
		line-height: 16px;
	}

	.covertitle p:nth-of-type(1) {
		margin-top: 20px;
	}

	.stair .title h2 {
		font-weight: 400;
		font-size: 20px;
		text-align: center;
	}

	.box-row.spn .col h3 {
		font-weight: 500;
		font-size: 20px;
		height: unset;
	}

	.box-row.spn .col p {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		margin-top: 20px;
	}


	/*--------------Platform Case---------------*/
	.case .container .box {
		width: 100%;
		height: 215px;
		margin-bottom: 15px;
	}


	.case .container .box:not(:last-of-type) {
		margin: unset;
		margin-bottom: 15px;
	}

	.case .container .box:not(:nth-of-type(2n)) {
		margin-right: 0;
		margin-bottom: 15px;
	}


	/*-------------GPS---------------*/

	.content.mainbox.gps .col1 .container {
		width: 100%;
	}


	/*------------SW ALLERT---------------*/

	.content.emgbox {
		margin: 40px 0 40px 0;
	}

	.content.emgbox .col2 .container {
		border-radius: 20px;
		margin-bottom: 0;
	}

	.content.emgbox .swframe {
		width: 25%;
		top: 33%;
		left: -4%;
	}

	.content.emgbox .signal {
		width: 43%;
		top: 38%;
		left: 4%;
	}



	/*------------- maincards --------------*/
	.maincard {
		margin: 0 0 20px 0;
	}

	.maincard .container {
		height: 460px;
	}

	.maincard .container .col1 {
		padding: 20px;
	}

	.maincard .container .col2 {
		padding: 0px 20px 40px 20px;
	}

	.maincard .container .col h3 {
		font-size: 22px;
	}

	.maincard .container .col p {
		font-size: 11px;
	}



	/*------------- fastcard --------------*/
	.fastcard .container h3 {
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		margin: 0 0 30px 0;
	}

	.fastcard .container p {
		font-size: 11px;
		font-weight: 300;
		line-height: 18px;
		margin: 0 0 35px 0;
		color: rgb(117, 117, 117);
	}

	.fastcard .container .col2 img {
		width: 90%;
		max-width: 240px;
	}

	.fastcard .container a {
		font-size: 12px;
		font-weight: 500;
	}

	.fastcard .container a img {
		height: 10px;
		margin: 0 0 0 14px
	}

	/*------------------------------------------*/
	.swfun .content {
		width: 100%;
	}

	/*------------- covards--------------*/

	.covcards .container .col .row:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.covcards .container .col .row h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.covcards .container .col1 .patch {
		width: 30px;
		height: 30px;
	}

	.covcards .container .col .box .tag span {
		font-size: 11px;
	}

	.covcards .container .col .box .frame {
		justify-content: flex-end;
		align-items: center;
	}

	.covcards .container .col1 {
		padding: 20px 20px 20px 20px;
	}

	.covcards .container .col2 {
		padding: 10px 20px 20px 20px;
		height: 100%;
		flex-wrap: wrap;
	}

	.covcards .container .col .box {
		min-width: 60px;
		width: calc(50% - 8px);
		height: 150px;
		margin: 12px 0 0 0;
	}

	.covcards .container .col .box:not(:last-of-type) {
		margin: 12px 8px 0 0;
	}
	.covcards .container .col .box:not(:nth-of-type(2n)) {
		margin: 12px 8px 0 0;
	}

	.covcards .container .col .box .frame img {
		width: 90%;
	}

	/*------------- colearn--------------*/

	.colearn .case .row h3 {
		font-size: 14px;
	}

	.colearn .case .row.top img {
		height: 38px;
	}

	.colearn .case .box .tag span {
		font-size: 11px;
		line-height: 13px;
	}

	.colearn .case .box {
		padding: 6px;
	}

	.colearn .case .box .tag {
		height: 50px;
	}


	/* ------------- institutional --------------*/
	.inst h2 {
		font-size: 28px;
	}

	.inst .main .col1 .tab {
		font-size: 12px;
		color: #00a3ad;
		letter-spacing: 1px;
		padding-left: 20px;
	}


	/*------------COVID -----*/

	.lrg-box .header {
		height: 55px;
	}

	.lrg-box .header .figure img {
		height: 250%;
	}

	.lrg-box .bodier{
		flex-wrap: wrap;
		height: unset;
	}

	.lrg-box .header h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.setbox .lrg-box {
		padding: 20px;
	}

	.lrg-box .bodier .billet{
		width: 100%;
		height: 380px;
	}

	.lrg-box .bodier .billet:nth-of-type(1) {
		margin-bottom: 20px;
	}

	.lrg-box .bodier .billet .bottom h4 {
		font-size: 14px;
		line-height: 14px;
	}

	.quick-links {
		flex-direction: column;
	}


	.box-row.tlh .box .contain h5 {
		font-size: 12px;
		line-height: 14px;
		font-weight: 500;
		padding: 0 8px;
	}

	.maincard.thb .container .col img {
		width: 85%;
	}

	.footer .block {
		min-width: 150px;
	}

	.box-row .box h5, .box-row.plt .box h5, .box-row.tlh .box h5 {
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
	}

	.content.mainbox .col2 .slogans td {
		margin: 0 8px 0 0;
		font-size: 10px;
	}
	.content.mainbox.trials .col2 .slogans td {
		margin: 0 8px 0 0;
		font-size: 10px;
	}

	.content.mainbox .col2 .slogans span {
		font-size: 10px;
		font-weight: 500;
	}

	.profile-card .card .col1 {
		padding: 20px;
	}

	.notifica .frame {
		width: 100%;
		height: unset;
		flex-direction: column;
	}
	.notifica .frame .col1 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.notifica .frame .col2 {
		width: 100%
	}

	.notifica img {
		height: 40px;
		margin-bottom: 12px;
	}
	.notifica h4 {
		font-size: 14px;
	}
	.notifica p {
		font-size: 12px;
		line-height: 1.6em;
	}

	.alert.success {
		padding: 12px 24px;
		font-size: 13px;
	}
	.cover.min .canvas img {
		max-width: 300px;
		width: 100%;
	}
	.content.mainbox.cvd .col1 .container {
		width: 88%;
	}

	.box-row.spn .card{
		min-width: 280px;
	}
	.box-row.spn .card h4 {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.3em;
	}

	.box-row.spn .card p {
		font-size: 11px;
		font-weight: 500;
		line-height: 1.5em;
	}

	.box-row.spn .card .ln1 {
		min-height: 110px;
	}

	.box-row.spn .card img {
		max-width: 120px;
	}

	.smart-links h2,
	.smart-links h3 {
		font-size: 24px;
	}

	.smart-links p{
		font-size: 12px;
		line-height: 1.5em;
	}

	/*-------DUOBOX-------*/

	.duobox-row .container {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.duobox-row .box {
		width: 100%;
	}

	.smart-links {
		margin: 30px 0;
	}

	.smart-links p {
		margin-bottom: 10px;
	}

	/*---------cita---------*/

	.cita .col.col1{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.cita .col.col1 img{
		width: 100%;
		min-width: 200px;
		margin-bottom: -10%;
		margin-left: 0;
	}

	.cita .col.col2{
		width: 100%;
	}

	.cita .text {
		padding: 20px;
	}

	.cita .marks {
		top: -35%;
	}

	.cita p {
		font-size: 12px;
	}

	.cita span {
		font-size: 11px;
	}

	.nr-title h2{
		font-size: 18px;
	}



}


@media screen and (max-width: 350px) {


	/*------HOME COVER-----*/

	.notifica p {
		font-size: 10px;
		font-weight: 500;
		line-height: 1.6em;
	}

	.cover .canvas {
		margin-top: 75px;
	}

	.cover h1 {
		font-size: 28px;
		margin: 0 0 14px 0;
	}

	.cover.min h1 {
		font-size: 24px;
		margin: 0 0 14px 0;
	}

	.cover h2,
	.cover.min h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.6em;
	}


	.cover p,
	.cover.min p {
		font-size: 11px;
	}

	.cover a,
	.cover.min a {
		margin: 22px 0 0 0;
	}

	.cover .main {
		align-items: flex-end;
		padding: 0 0 20% 0;
	}

	.content.mainbox .col2 .slogans tr {
		flex-direction: column;
	}

	.content.mainbox .col2 .slogans td {
		width: 100%;
		height: 30px;
		margin: 5px 0;
	}

	.content.mainbox.trials .col2 .slogans td {
		max-width: unset;
	}


	/*-------- Platform minibox-----------*/

	.minibox-row .box {
		width: 100%;
	}
	.minibox-row .box:not(:last-of-type) {
		margin-right: 0;
	}
	.minibox-row .box:nth-of-type(odd) {
		margin-right: 0;
	}


	/*--------------Platform Telehealth bigbox---------------*/

	.bigbox-row .container .box .row2 h5 {
		font-size: 13px;
		font-weight: 400;
		margin: 0 0 12px 0;
	}
	.bigbox-row .container .box .row2 p {
		font-size: 10px;
		line-height: 16px;
		font-weight: 400;
	}
	.bigbox-row .container .box .row3 img {
		width: 30px;
		margin: 0 6px;
	}



	/*--------------Alert---------------*/
	.content.emgbox .col2 h5 {
		font-size: 11px;
	}

	/*------------- biometric setcards --------------*/
	.setcards .row .box {
		height: 300px;
	}
	.setcards .row .box p {
		font-size: 10px;
		line-height: 16px;
		font-weight: 400;
	}

	.setcards .row .box .ln.ln1 {
		height: 25%;
		padding: 0;
	}
	.setcards .row .box .ln.ln2 {
		height: 35%;
		padding: 0;
	}
	.setcards .row .box .ln.ln3 {
		height: 40%;
	}


	.setcards .row .box.typ2 {
		min-width: 150px;
		max-width: 300px;
		width: unset;
	}

	.setcards .row .box.typ2 .ln1 {
		padding: 15px 0 0 15px;
	}
	.setcards .row .box.typ2 .ln.ln2 img:nth-of-type(1){
		width: 24%;
		top: -3%;
		left: 34%;
	}
	.setcards .row .box.typ2 .ln.ln2 img:nth-of-type(2){
		width: 35%;
		top: 6%;
		left: 30%;
	}

	.setcards .row .box.typ2.ahs .ln.ln2 img:nth-of-type(1) {
		width: 24%;
		top: 5%;
		left: 37%;
	}

	.setcards .row .box.typ2.ahs .ln.ln2 img:nth-of-type(2) {
		width: 33%;
		top: -3%;
		left: 29%;
		transform: rotate(-119deg);
	}

	.setcards .row .box.typ2.ec .ln.ln2 img:nth-of-type(1) {
		width: 29%;
		top: -7%;
		left: 35%;
	}

	.setcards .row .box.typ2.ec .ln.ln2 img:nth-of-type(2) {
		width: 37%;
		top: -12%;
		left: 34%;
		transform: rotate(-22deg);
	}



	/*------------- maincards --------------*/

	.maincard .container {
		height: unset;
	}

	.fastcard .container h3 {
		font-size: 16px;
	}
	/*------------- profile card -------------------*/

	.content.mainbox.cvd .col1 .container {
		width: 100%;
	}

	.noticebar {
		font-size: 11px;
	}
	.noticebar.docked {
		font-size: 10px;
	}
}

@media screen and (max-width: 300px) {
	.iditops h3 {
		font-size: 22px;
	}
	.iditops h4 {
		font-size: 22px;
	}
	.iditops h5 {
		font-size: 22px;
	}
	.iditops p {
		font-size: 10px;
		font-weight: 500;
	}
}