
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
	margin: 0;
	padding:0;
	top: 0px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body{
	/*background: #FF8000;
	background: -webkit-linear-gradient(to right, #2E2EFE, #FF8000);
	background: linear-gradient(to right, #2E2EFE, #FF8000);
	font-family: 'Open sans';
*/
background: #ecf0f5;
}

.container{
	width: 95%;
	max-width: 900px;
	margin: 0 auto;

}
h1{
	font-size: 2rem;
	line-height: 1.3rem;
}


#main-header {
  background: #29347C;
  color: white;
 
  font-family: sans-serif;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 3;
} 
  #main-header a {
    color: white;
    font-family: sans-serif;
    text-decoration: none;
  }

 
/*
 * Logo
 */
#logo-header {
  float: left;
  padding: 10px 0 0 15px;
  text-decoration: none;
  color: orange;
  flex-wrap:wrap;
}
 
  #logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: orange;
  }
  
  #logo-header .site-desc {
    display: block;
    font-weight: 200;
    font-size: 16px;
    
  }
  
 
/*
 * Navegación
 */
.navegacion{
  float: right;
}
  .navegacion ul {
    margin: 0;
    padding: 7px;
    list-style: none;
    padding-right: 20px;
  }
  .menu-icon{
  	display: none;
  	font-size: 25px;
  }
    .navegacion ul li {
      display: inline-block;
      line-height: 60px;
    }
      
      .navegacion ul li a {
      	color: white;
        display: block;
        padding: 0 5px;
      font-size: 14px;
      font-family:arial, sans-serif;
        cursor: pointer;
      }
 
    
#page-tittle{
	text-align: center;
	margin: 10px 0px;
	font-size: 30px;
	color: #fff;
}

/*slider*/

.flexslider{
	height: 73%;
	width: 95%;
	max-width: 1000px;
	margin: -45px auto;
	border:5px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.70);
	display: flex;
	flex-direction:column;

	position: relative;
}

.slides, 
.slides li,
.slides li img{
	width: 100%;
	height: 100%;
}

.flex-control-nav.flex-control-paging{
	width: 120px;
	padding: 15px 0px;
	background: transparent;
	border:2px solid rgba(255,255,255,.3);
border-radius: 10px;
box-shadow:  0px 0px 3px 0px rgba(0,0,0,0.80);


	display: flex;
	justify-content:center;
	align-items:center;
	align-self:center;
    
   list-style: none;
   position: absolute;
   z-index: 2;
   top:95%;
}
.flex-control-nav li{
	display: inline-block;
	margin: 0 5px;

}

.flex-control-nav li a{
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	box-shadow: inset 0px -3px 2px 0px rgba(0,0,0,0.55);

}

.flex-control-nav li a.flex-active{
background: #0404B4;
}

/*navegacion*/
.flex-direction-nav{
	
   z-index: 3;
   list-style: none;
}
.flex-direction-nav a{

	
	display: flex;
	justify-content:center;
    align-items:center;

	margin-bottom: 5px;
	text-decoration: none;
	position: absolute;
	top:50%;
	margin-top: -30px;

	transition:all 0.3s ease-in-out;

	opacity: 0;
}
.flex-direction-nav a::before{
content: "\f104";
font: normal normal normal 14px/1 FontAwesome;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-decoration: none;

font-size: 50px;
color: #0101DF;
}

.flex-direction-nav a.flex-next::before{
	content: "\f105";
}

.flex-direction-nav .flex-prev{
	left: 0px;
	
}


.flex-direction-nav .flex-next{
	right: 0px;
	
	content: "\f105";
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 1;
	left: 15px;
}
.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 1;
	right: 15px;
}

.caption{
	width: 100%;
	height: 100%;
     font-size: 22px;
	display: flex;
	justify-content:left;
	align-items:left;
	text-align: left;
	position: absolute;
	top: 30%;
	left: 7%;
	z-index: 2;
	color: orange;
}


@media only screen and (max-width:1000px){

.menu-icon{
	display:block;
}
.navegacion{
	width: 100%;
	margin-top: 1rem;
}

.navegacion ul{
	display: none;

}
.navegacion ul.show{
	display: block;
}

 .navegacion ul li {
      display:block;
   
    }
      .navegacion ul li a {
      	color: black;
display: block;
      padding: 0.2rem 0;
transition:all a.4s linear;
border-radius: 5px;

  }
 
}

/*Para hacer responsi la pagina*/
@media screen and (max-width: 600px){
	.flex-direction-nav a{
		opacity: 1;

	}


.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 1;
	left: 15px;
}
.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 1;
	right: 15px;
  }

  .caption{
  	font-size: 15px;
  }
}
 @media screen and (max-width: 600px){
	.flex-direction-nav a{
		opacity: 1;

	}
	.caption{
  	font-size: 15px;
  }

  .flexslider{
  	width: 100%;
  	border-radius: 0px;
  	border:0px;
  }
  .slides li{
  	overflow: hidden;
  }
  .slides li img{
  	width: 600px;

  }
  .flex-direction-nav a{
  	top: auto;
  }
}
 @media screen and (max-width: 400px){

.slides li img{
  	transform: translateX(-90px);

  }

 }
    
      #modalIniciar {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    justify-content:center;
align-items:center;

}
  #modalRegistrar {
    position: fixed;
    top: 5%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    justify-content:center;
align-items:center;
}
#modalRegistrar input {
  font-size: 14.4px;


}

  #main-content {
  background:white;
  width: 90%;
  max-width: 90%;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  font-family: sans-serif;

}
 
  #main-content header,
  #main-content .content {
    padding: 40px;
    font-family: sans-serif;
  }
   .body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

   
}

.body input{
padding:3.7px 0;
margin-bottom:3px;
background:#FFFFFF;
padding-left: 10px;
color: black;
width: 300px;
}
.body input{

box-sizing:border-box;
box-shadow:none;
outline:none;
border:none;
border-bottom:1.4px solid   #696969;
font: 15px sans-serif;
padding-left: 20px;
}

.body form div{
position:relative;
color:black;

}
.body form div label{
position:absolute;
top:5px;
color:  #696969;
transition:.5s;
pointer-events:none;
left: 50px;

}
.body input:focus~label,
.body textarea:focus~label,
.body input:valid~label,
.body textarea:valid~label
{
top:-12px;


font-size:13px;
font-weight:bold;
color:#4682b4;
}
.body input:focus,
.body textarea:focus,
.body input:valid,
.body textarea:valid
{
border-bottom:2px solid #4682b4;
}
.modal-title{
margin:0 0 0 40px;
padding:0;
color:#4169E1;
text-align: center;

}
.modal-header{
  text-align: center;
}

.modal-body{
	font-size: 10px;
}

input.error{
  font-family: 'Roboto' sans-serif;

  
  border: solid 3px  #F78181 ;
  box-sizing:border-box;
}

.Registrar{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 100px;
    height: 40px;
    font-family: sans-serif;
    font-size: 17px;
}

p{
  font-size: 16px;
  color: red;
}