@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background: whitesmoke;
}

.dimagen {
	
	width: 100%;
}

.imagen {
	width: 100%;
	
}

.dtitle {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	padding-top: 120px;
}

.dfle {
	width: 100%;
	margin: auto;
	padding-bottom: 120px;
}

.dtxt1 {
	position: relative;
	width: 50%;
	padding: 40px;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 20px;
	text-align: justify;
}

.dtxt2 {
	position: relative;
	width: 50%;
	padding: 40px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 20px;
}

.db {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: flex;
	
}

.point {
	width: 100%;
	border-radius: 50px;
	transform: scaleX(-1);
}

.dtxt3 {
	position: relative;
	width: 50%;
	padding: 40px;
	align-items: center;
	justify-content: center;
	display: block;
	font-size: 20px;
	text-align: justify;
	text-align: center;
	background: red;
	display: none;
}

.dfle1 {
	width: 100%;
	margin: auto;
	padding-bottom: 120px;
	background: black;
	color: white;
}

.dtxt4 {
	position: relative;
	width: 100%;
	padding-bottom: 120px;
	align-items: center;
	justify-content: center;
	display: block;
	font-size: 20px;
	text-align: justify;
	background: black;
	color: white;
	text-align: center;
	margin-top: 60px;
	
}

.arro {
	width: 40px;
	position: relative;
	top: 2px;
}

.arro1 {
	width: 20px;
	position: relative;
	top: 3px;
}

.dtxt5 {
	position: relative;
	width: 50%;
	padding: 40px;
	align-items: center;
	justify-content: center;
	display: block;
	font-size: 20px;
	text-align: justify;
	padding-top: 80px;
	
}

.dfooter {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 60px;
	text-align: center;
	background: whitesmoke;
	color: black;
}

.foofle {
	display: flex;
	width: 100%;
	padding-bottom: 120px;
}

.f1 {
	width: 33.33%;
	text-align: left;
	padding-left: 80px;
}

.f2 {
	width: 33.33%;
	text-align: left;
}

.f3 {
	width: 33.33%;
}

.mens {
	width: 90%;
	max-width: 150px;
	padding: 10px;
	border-radius: 50px;
	background: #27AB06;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: ease 1s all;
	font-weight: bold;
}
	.dtitle2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	padding-top: 120px;
}
@media screen and (max-width: 900px) {
	.dtitle{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 120px;
	}
	.db {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: block;
}
	.dtxt5 {
	width: 95%;
	padding: 0px;
	align-items: center;
	justify-content: center;
	display: block;
	font-size: 20px;
	text-align: justify;
	padding-top: 20px;
	margin: auto;
}
	.dtxt2 {
	width: 95%;
	padding: 0px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: block;
	margin: auto;
	margin-top: 30px;
}
	hr{
		margin-top: -50px;
	}
	.dtitle2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 120px;
	margin-top: -60px;
}
	.dtxt1 {
	width: 95%;
	padding: 0px;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 20px;
	text-align: justify;
	margin: 30px auto;
}
	.db {
	width: 95%;
	
	margin: auto;
	display: block;
}
	.dtxt3 {
	position: relative;
	width: 80%;
	padding-top: 40px;
	align-items: center;
	display: none;
	font-size: 20px;
	text-align: center;
	padding-right: 0px;
	margin: auto;
    left: 0px;
}
	.dfooter {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: whitesmoke;
}
	.foofle {
	display: block;
	width: 100%;
	padding-bottom: 100px;
}
	.f1 {
	width: 95%;
	padding-left: 0px;
	text-align: center;
}
	.f2 {
	width: 95%;
	text-align: center;
	padding-left: 0px;
}
	.f3 {
	width: 95%;
}
	.ms1{
		width: 50%;
	}
}
.dtxt3 {
  animation-duration: 1s;
  animation-name: txt3;
}

@keyframes txt3 {
  from {
    top: -30px;
  }

  to {
    top: 0px;
  }
}
.dtxt4 {
  animation-duration: 2s;
  animation-name: txt4;
}

@keyframes txt4 {
  from {
    bottom: -30px;
  }

  to {
    bottom: 0px;
  }
}
.dtxt1 {
  animation-duration: 1s;
  animation-name: txt1;
}

@keyframes txt1 {
  from {
    left: -150px;
  }

  to {
    left: 0px;
  }
}
.dtxt2 {
  animation-duration: 1s;
  animation-name: txt2;
}

@keyframes txt2 {
  from {
    right: -150px;
  }

  to {
    right: 0px;
  }
}
.dtxt5 {
  animation-duration: 1s;
  animation-name: txt5;
}

@keyframes txt5 {
  from {
    left: -150px;
  }

  to {
    left: 0px;
  }
}
.icon-reply {
	position: fixed;
	top: 20px;
	left: 20px;
	background: red;
	font-size: 30px;
	border-radius: 50px;
	color: white;
	z-index: 3;
}

.ubic3 {
	width: 30px;
}

.ms1 {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.dtrian {
	font-size: 40px;
	font-weight: bold;
	
}

.dtxt20 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 20px;
}

.ms2 {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.ms1 {
  animation-duration: 2s;
  animation-name: ms1;
}

@keyframes ms1 {
  from {
    left: -200px;
  }

  to {
    left: 0px;
  }
}
.ms2 {
  animation-duration: 2s;
  animation-name: ms2;
}

@keyframes ms2 {
  from {
    right: -200px;
  }

  to {
    right: 0px;
  }
}