@charset "utf-8";
/* CSS Document */
 *{  
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;  
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
font-family: 'Monserrat', sans-serif;
}
body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
html {
	padding: 0;
	margin: 0; 
	overflow-x: hidden; 
} 
body {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	/* no display scroll bars*/
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
	display:grid;
	overflow: hidden;
} 

header{
	width: 100%;
	height: 100px;
	background-color: #eee;	
	margin: 0;
	padding: 0;
	display: inline-flex;
}
header img{
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5%;
}
header a{
	width: auto;
	height: auto;
	margin: auto;
	padding: 13px;
	color: #999;
	font-size: 19px;
	text-decoration: none;
	background-color: #fff;
	position: absolute;
	right: 5%;
	top: 25px;
	border-radius: 21px;
}
.container{
	width: 100%;
	height: auto; 
	overflow: hidden;
}
.box{
	width: 100%;
	height: 100%; 
	display: flex;
}
.item{	
	width: 45%;
	margin: 2.5%;
	height: 100%; 
}
.item h1{
  background: -webkit-linear-gradient(15rad,darkred,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item img{
  width: 333px;
	height: 333px;
}
.title{
	font-size: 21px;
  background: -webkit-linear-gradient(15rad,darkred,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 
.text{
	font-size: 21px;
  background: -webkit-linear-gradient(15rad,darkred,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex{
	display: inline-flex;
}

.contenedor-formulario {
  width: 100%;
	height: 100%;
  color: #0E6AC0;
z-index: 9999;
	background-color: #fff;
}
  .contenedor-formulario .formulario {
    
	  width: 98%;
	 height: 100%; 
    margin: 0; 
}
  .contenedor-formulario .formulario h1,h2,h3{
    color: black;
}
    .contenedor-formulario .formulario .input-group {
		
      position: relative;
      margin-bottom: 32px; 
}
      .contenedor-formulario .formulario .input-group input[type="text"],
      .contenedor-formulario .formulario .input-group input[type="number"],
      .contenedor-formulario .formulario .input-group input[type="email"],
      .contenedor-formulario .formulario .input-group input[type="password"] {
       padding: 2%;
        font-size: 21px;
        color: #000;
        width: 92%;
		  margin: 2%;
        outline: none; 
        background-color: rgba(0,0,0,0.10);
		 border: none;
        border: 1px solid #ddd;
		  border-radius: 3px;
		  font-weight: 500;
		  
}
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="text"]:active,
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="number"]:active,
        .contenedor-formulario .formulario .input-group input[type="email"]:focus,
        .contenedor-formulario .formulario .input-group input[type="email"]:active,
        .contenedor-formulario .formulario .input-group input[type="password"]:focus,
        .contenedor-formulario .formulario .input-group input[type="password"]:active {
          outline: none;
          border: 1px solid green; }
        .contenedor-formulario .formulario .input-group input[type="text"].error,
      .contenedor-formulario .formulario .input-group input[type="number"].error,
        .contenedor-formulario .formulario .input-group input[type="email"].error,
        .contenedor-formulario .formulario .input-group input[type="password"].error {
          border: 1px solid #D32F2F; }
          .contenedor-formulario .formulario .input-group input[type="text"].error + label,
      .contenedor-formulario .formulario .input-group input[type="number"].error + label,
          .contenedor-formulario .formulario .input-group input[type="email"].error + label,
          .contenedor-formulario .formulario .input-group input[type="password"].error + label {
            color: #D32F2F; }
        .contenedor-formulario .formulario .input-group label.label {
       
			-webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: 5px;  
          position: absolute;
       
          left: 1%; 

			  border-radius: 3px;
			top: -19px;
            font-size: 19px;
			  padding: 3px;
            line-height: 12px;
            color: #333; 
}
          .contenedor-formulario .formulario .input-group label.label.active {
         	  border-radius: 3px;
			top: -19px;
            font-size: 9px;
			  padding: 3px;
            line-height: 12px;
            color: #5cb85c; 
}
      .contenedor-formulario .formulario .input-group.checkbox label, .contenedor-formulario .formulario .input-group.radio label{
        display: inline-block;
        cursor: pointer;
        color: #0B075E;
        position: relative;
        font-size: 1em;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contenedor-formulario .formulario .input-group.checkbox label:hover, .contenedor-formulario .formulario .input-group.radio label:hover {
          background: #bbdefb; }
        .contenedor-formulario .formulario .input-group.checkbox label:before, .contenedor-formulario .formulario .input-group.radio label:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 15px;
          border-radius: 50%;
          background: none;
          border: 2px solid #168C36; }
      .contenedor-formulario .formulario .input-group.error label {
        color: #D32F2F; }
        .contenedor-formulario .formulario .input-group.error label:hover {
          background: rgba(211, 47, 47, 0.2); }
        .contenedor-formulario .formulario .input-group.error label:before {
          border: 2px solid #D32F2F; }
      .contenedor-formulario .formulario .input-group.radio input[type="radio"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label {
          padding: 5px 15px;
          background: #303F9F;
          border-radius: 2px;
          color: #f2f2f2; }
      .contenedor-formulario .formulario .input-group.checkbox label:before {
        border-radius: 3px; } 
#btn{
	width: auto;
	height: auto;
	padding:  13px;
	outline: 0px solid #aaaa;
	border: 0px solid #aaa;
	background-color:  #5cb85c;
	color: white;
	font-size: 21px;
	transition: 1s ease;
}
#btn:hover{
	width: auto;
	height: auto;
	padding:  13px;
	outline: 0px solid #aaaa;
	border: 0px solid #aaa;
	background-color:  #3E8F3E;
}
       
/*  selectot  */	
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: segoe;
	width:200px; 
	height: auto; 
	margin:0px 8px
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-image: linear-gradient(#ddd,#f4f4f4);
	 
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #aaa transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #aaa transparent;
 
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #333;
	font-size: 17px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  transition: 1s ease;
  position: absolute;
  background-image: linear-gradient(#ddd,#fafafa);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	overflow-y: scroll;
	height: 200px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}	

 


/* Mobile AND Small Tablets */
@media (max-width: 767px) {
	header{
	width: 100%;
	height: 100px;
	background-color: #eee;	
	margin: 0;
	padding: 0;
	display: inline-flex;
}
header img{
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5%;
}
header a{
	width: auto;
	height: auto;
	margin: auto;
	padding: 13px;
	color: #999;
	font-size: 19px;
	text-decoration: none;
	background-color: #fff;
	position: absolute;
	right: 5%;
	top: 25px;
	border-radius: 21px;
}
.container{
	width: 100%;
	height: auto; 
	overflow: hidden;
}
.box{
	width: 100%;
	height: 100%;   display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.item{	
	width: 95%;
	margin: 0 2.5%;
	height: 100%; 
}
.item h1{
  background: -webkit-linear-gradient(15rad,darkred,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item img{
  width: 133px;
	height: 133px;
}
.title{
	font-size: 21px;
  background: -webkit-linear-gradient(15rad,darkred,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 
.text{
	font-size: 21px;
  background: -webkit-linear-gradient(15rad,darkred,red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex{
	display: inline-grid;
	width: 100%;
}
}

 