* {	
	margin: 0;
	padding: 0;
}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html {
	color: 000;
	-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
}


header {
width: 100%;
position: fixed;
z-index: 100;
} 


/* otros */
		
.mySlides {display:none;}

.no-scroll {overflow: hidden;}

.input:focus {
	border: 1px solid;
	border-color: #1cada6;
}

input[type=number] {
	position: relative;
	width: 240px;
	font-size: 14px;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid;
	text-align: right;
	
}

.input-number {
	position: relative;
	width: 50px;
	font-size: 14px;
	padding: 5px;
	border-radius: 16px;
	border: 1px solid;
	border-color: #1cada6;
	text-align: right;
	
}

.input{
	width: 300px;
	font-size: 14px;
	padding: 5px;
	border-radius: 16px;
	border: 1px solid;
	border-color: #1cada6;
	text-align:center;
	
}

.input-suscribe{
		
	width: 250px;
	font-size: 14px;
	padding: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	text-align:left;
	outline:none;
	
}

.input-simple{
	width: 300px;
	font-size: 14px;
	padding: 5px;
	border-radius: 16px;
	border: 0;
	text-align:center;
	
}

.textarea{
	width: 100%;
	height: 100px;
	font-size: 12px;
	padding: 5px;
	border-radius: 16px;
	border: 1px solid;
	border-color: #1cada6;
	resize:none; 
	
	
}

.input-buscador {		
	width: 100%;
	font-size: 17px;
	color: #1cada6;
	border-top-left-radius: 20px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border: 2px solid;
	border-color: #1cada6;
	padding-left: 10px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.select{
	width: 300px;
	font-size: 14px;
	background: #fff;
	padding: 5px;
	border-radius: 16px;
	border: 1px solid;
	border-color: #1cada6;
	text-align:center;
	
}

.button-suscribe{
	padding:8px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 14px;	
}

/* efectos */

.esmerilado {
 background-color: rgba(255, 255, 255, .2);  
 backdrop-filter: blur(5px);
}

.font-degree {
	background-image: linear-gradient(to right, rgb(240,70,107), rgb(250,193,2), rgb(0,174,165)); 
	background-clip: text; 
	color: transparent;	
}

.zoom-out{
  background-color: #C0392B;
  -webkit-transition: 1.5s linear;
  transition: 1.5s linear;
}
.zoom-out:hover{
  -webkit-transform: scale(.0);
  transform: scale(.0);
}
.div-buscador {	
	border-top-left-radius: 20px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border: 1px solid;
	border-color: #ccc;
	padding-left: 10px;
	padding-right:15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
		


.padding-8 {
	padding: 8px;
}

#divPrincipal {
	padding-top: 80px;
}

.scrollbar-div::-webkit-scrollbar {	
	width:8px;
}

.scrollbar-div::-webkit-scrollbarthumb {
	border-radius:16px;
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}


.header{ border-top:1px solid white;background:white; color:#333; height:150px; width:100%; text-align:center}
.wrapper{ height:2000px; width:100%; padding-top:20px}
 
.fixed{position:fixed; top:0}

.div-steps {
	margin-left: 25%; 
	margin-right: 25%;
	
}

.menuUser {
	
	display: flex; 
	flex-direction:row; 
	align-items: center;
	justify-content: center;
}

.row {
	
	display: flex; 
	flex-direction:row; 
	align-items: center;
}

.div-etiquetas {
	
	display: flex; 
	flex-direction:row; 
	align-items: center;
	justify-content: center;
}



.animate-zoom-out {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(1)} to{transform:scale(0)}}


/*Animaciones*/

.slidingFormWrap {
  height: 75px;
	opacity: 0;
  padding-top: 20px;
  margin-top: 10px;
  text-align: center;
	transition: height ease-out  .3s .2s,
              opacity ease-in.2s;
 background:red;
}

/* Make element after checked checkboxed visible */
input[type=checkbox]:checked ~ div {
   opacity: 1;
   height: 58px;
   transition: height ease-out .2s,
               opacity ease-out 0.5s .2s;
;
}

.ui-datepicker-calendar {
        display: none;
    }


