﻿


@media only screen and (min-width: 769px) and (max-width: 1400px) {

	
	
	body {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
		padding: 0px 0px 0px 0px !important;
		overflow-x: hidden !important;
		text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
		font-weight: normal;
		overflow: overlay;
		background-color: #f9f9fb !important;
		font-family: "Lexend Deca", sans-serif !important;
		outline: none !important;
		color: #000 !important;
		-webkit-transition: all 0.2s ease-in-out;
		text-decoration: none;
		margin: 0px !important;
		direction: ltr;
		position: relative;
		text-rendering: optimizeLegibility;
		/* veya optimizeSpeed */
		font-feature-settings: "liga" 0;
		-webkit-font-smoothing: antialiased;
		/* veya subpixel-antialiased */
		font-optical-sizing: auto !important;

	}


	.dew-container{
		width: 450px;
		height: auto;
		margin: auto;
		padding: 30px 20px 100px 20px;
	}


	.logo{
		width: 80px;
		height: 80px;
		margin: auto;
		position: relative;
		border-radius: 25px;
		background-color: #13588c;
		box-shadow: 0px 10px 30px rgba(0,0,0,.1);
		background-image: url(../images/main-logo.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 55%;
	}

	h1{
		color: #ed1c24 !important;
		display: block !important;
		font-weight: 600 !important;
		letter-spacing: -0.5px !important;
		font-size: 22px !important;
		line-height: 16px !important;
	}

	h2{
		color: #13588c !important;
		display: block !important;
		font-weight: 500 !important;
		font-size: 17px !important;
		line-height: 17px !important;
	}

	.box{
		width: 100%;
		height: auto;
		border-radius: 20px;
		background-color: #fff;
		position: relative;
		padding: 12px;
		box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
	}

	.box:active{
		transform: scale(0.98);
	}


	.box-img{
		width: 70px;
		height: 70px;
		border-radius: 15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}


	.title{
		font-size: 16px;
		color: #000;
		display: block;
		line-height: 20px;
		font-weight: 400;
	}

	.info-text{
		font-size: 12px;
		font-weight: 400;
		color: rgba(0,0,0,.4);
		display: block;
	}

	.main-ico{
		right: 10px;
		top: 30%;
		position: absolute;
		font-size: 30px;
		color: rgba(0,0,0,.3);
		font-variation-settings:
			'FILL' 0,
			'wght' 400,
			'GRAD' -25,
			'opsz' 48;
	}




	
.modal-close{
	opacity: 1 !important;
	background-color: #fff;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0,0,0,.3) !important;
	position: absolute !important;
	right: 15px;
	top: 20px;
	transition: 0s;
	z-index: 9999231328 !important;
	cursor: pointer;
	transform: scale(1);
	border-radius: 15px;
	background-image: url(../images/close-01.svg);
	background-size: auto 55%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.1s ease-in-out;
}

.modal{
	z-index:99999998989 !important;
}

.modal-close:hover{
	transform: scale(1.1);
	transition: 0.1s ease-in-out;
}

.modal-close:active{
	transform: scale(1);
	transition: 0.1s ease-in-out;
}


.modal-tesis{
	margin: auto;
	left: 0px;
	right: 0px;
	height: auto;
	max-width: 450px !important;
  }


  .modal-dialog{
	margin: auto !important;
	
  }


.modal-content{
  outline: 1px solid rgba(255,255,255,0) !important;
  position: relative;
  border: none !important;
  overflow: hidden;
  margin: 0px 0px !important;
  padding: 20px 0px 20px 0px !important;
  height: auto !important;
  background-color: #f9f9fb !important;
  width: 100% !important;
  pointer-events: auto;
 
  border-radius:0px !important;
  z-index:9898989 !important;
  }


	.show{
	height: auto !important;
	margin: 0px !important;
	background-color: #f9f9fb;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	z-index:999888 !important;
	}

	.modal-backdrop{
	display: none !important;
	}

	body.modal-open {
	overflow: hidden;
	z-index:9998 !important;
	}

	.modal-backdrop.show{
	z-index:998 !important;
	opacity: 0 !important;
	}


	.modal-img{
		width: 100%;
		height: auto;
		padding-top: 80%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-radius: 20px;
	}


	.content-title{
		font-size: 25px;
		color: #000;
		display: block;
		line-height: 30px;
		font-weight: 400;
	}

	.content-subtitle{
		font-size: 13px;
		color: #000;
		display: block;
		line-height: 20px;
		font-weight: 300;
	}

	.cta1{
		width: 100%;
		height: auto;
		background-color: #ededed;
		border-radius: 15px;
		padding: 10px;
	}

	.cta1:active{
		background-color: #ededed;
	}

	.cta1:active .cta1-icon{
		background-color: #13588c;
	}

	.cta1:active .cta1-icon-icon{
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}

	.cta-text{
		font-size: 16px;
		font-weight: 400;
		color: #000;
		display: block;
	}

	.cta1-icon{
		width: 50px;
		height: 50px;
		border-radius: 15px;
		background-color: #eb1e28;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cta1-icon-icon{
		font-size: 30px;
		position: relative;
		top: 0px;
		left: -1px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}


}
        

