*
{
	box-sizing: border-box;
}
body
{
	background-color: rgba(158, 150, 150, 0.712);
	padding: 1rem;
}
.contain
{
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	/* padding: 1em;*/
    overflow: auto;
    box-shadow: 0 0 15px 0 rgba(6, 118, 146, 0.8);
	background: white;
}
@media (min-width: 600px)
{
	.contain
	{
		padding: 0;
	}
}
h3,
 ul
{
	margin: 0;
}
h3
{
	margin-bottom: 1rem;
}

h4{
    margin-block-end: 0em;
}

input:focus,
 select:focus,
 textarea:focus
{
	outline: 3px solid #067692;
}

select,
 input,
 textarea
{
	border: 1px solid #000;
	width: 100%;
}

.wrapper
{
    height: 88vh;
}
.wrapper > *
{
	padding: 0.1em;
}
@media (min-width: 700px)
{
	.wrapper
	{
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
	.wrapper > *
	{
		padding: 1em 1em;
  }
  
  
}
ul
{
	list-style: none;
	padding: 0;
}
.contacts
{
	background: linear-gradient(#067692, #fff);
	color: rgb(0, 0, 0);
}
.form
{
	background: rgb(255, 255, 255);
	margin: 10px 10px 10px 10px;
}
form
{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 48% 48%;
}
form label
{
	display: block;
}
form p
{
	margin: 0;
}
.full-width
{
	grid-column: 1 / 3;
}


.btn-accion {
/*  #display: -webkit-box;
  #display: -webkit-flex;
  #display: -moz-box;
  #display: -ms-flexbox; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0e6e8c;
  color: #fff;
  line-height: 1.2;

/*  #-webkit-transition: all 0.4s;
  #-o-transition: all 0.4s;
  #-moz-transition: all 0.4s; */
  transition: all 0.4s;
}

.btn-accion:hover {
  background-color: #888888;
}


select,
 input,
 textarea
{
	padding: .1em;
	width: 100%;
}
button
{
	background: rgb(104, 102, 102);
	border: 0;
/*	#width: 100%; */
	padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 8px 10px;
    background-image: linear-gradient(rgba(200,200,200,0.6), rgba(200,200,200,0), rgba(200,200,200,0.6));
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.69);
    transition: 0.3s;
}
button:hover, button:focus
{
	background: #067692;
	outline: 0;
}


.SelectProyectos
{
	width: 100%;
}
.SelectProyecto
{
	width: 95%;
	
}
.AsinFondo
{
	color: #000000;
}
details
{
	background-color: #017ffd3d;
	margin-bottom: 10px;
	padding: 5px;
}
/* #summary::-webkit-details-marker */
/* summary
{
	background-color: #000;
	color: #fff;
/* #}
#summary::-webkit-details-marker
#{ 
	display: none; 
}
summary:before
{
	color: #000000;
	content: "\271A";
	margin-right: 8px;
} */
.input100
{
	background: transparent;
	color: #614d4d;
	display: block;
	font-family: Poppins-ExtraLightItalic;
	font-size: 18px;
	line-height: 1.2;
	padding: 0 5px;
	width: 100%;
}
img
{
	max-width: 640px;
	width: 100%;
}
.img-es
{
	height: 60%;
	width: 60%;
}
@media (max-width: 700px){
body
{
	background-color: rgb(233, 233, 233);
	padding: 0rem;
}
.contain
{
	max-width: 100%;
	padding: 0em;
}
  .form{
  
    height: 100%;
    	background: rgb(233, 233, 233);
  }
  .contacts{
    display:none !important;
  }

  .wrapper
{
	box-shadow: 0 0 15px 0 rgba(233, 233, 233);
}
.wrapper > *
{
	padding: 1em;
}
}


input[type="date"] {
	border: 1px solid #000;
	width: 100%;
	float:left;
	}

	
input[type="checkbox"] {
	border: 1px solid #000;
	width: 30px;
	float:left;
	}

input[type="submit"]
{
	background: rgb(104, 102, 102);
	border: 0;
	width: 100%;
	padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 8px 10px;
    background-image: linear-gradient(rgba(200,200,200,0.6), rgba(200,200,200,0), rgba(200,200,200,0.6));
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.69);
    transition: 0.3s;
}

input:invalid[type=text] { 
	background-color: #ff000024; 
} 
input:valid:focus[type=text]
{ 
	background-color: #00ff0024; 
}


.msj {
    z-index: 9999;
    //opacity: 0;
    position: fixed;
    top: 10px;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
    width: 60%;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    border-radius: 13px 25px;
    background-color: #3e8e41;
    background-image: linear-gradient(rgba(200,200,200,0.6), rgba(200,200,200,0), rgba(200,200,200,0.6));
    color: white;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	transition: 0.3s;
	display:none;
}

.msj:hover {
    background-color: #ddd; 
    color: black;
}

.myInput {
	background-image: url('https://www.w3schools.com/css/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
  }

  .Encabezado {
	border: black 3px solid;
    margin: 10px;
    padding: 10px;
  }

  .Encabezado div {
	background-color: lightblue;
	border: none;
  }
  .icon-heart{
	border:solid 1px #DEDEDE;
	background:#FFFFCC url(img/icon-heart.png) 8px 6px no-repeat;
	color:#222222;
	padding:4px;
	text-align:center;
	}

	.clean-gray{
		border:solid 1px #DEDEDE;
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
		}

		.clean-red{
			border:solid 1px rgb(58, 12, 12);
			background:#ed2d2d;
			color:#ffffff;
			padding:10px;
			text-align:center;
			height: 40px;
			}

			.clean-green{
				border:solid 1px rgb(255, 252, 252);
				background:rgb(4, 175, 33);
				color:#ffffff;
				padding:10px;
			text-align:center;
			height: 40px;
				}