/*! * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page) * Copyright 2013-2018 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE) */
body{
    font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif
}
h1,h2,h3,h4,h5,h6{
    font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight:700
}


/**************************Search Menu***********************************************************/

     .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
		height: 40px;
		width: 40px;
		float: right;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		color:white;
    }

/**************************Pantalla Login********************************************************/
.inputWithIcon input[type="text"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px auto;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s;
  width:80%;
  display:block;
}

.inputWithIcon input[type="password"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px auto;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s;
  width:80%;
  display:block;
}

.tamano-in{
	display: block;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.inputWithIcon input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon input[type="password"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="password"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 10%;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="password"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}
.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

.inputIconBg input[type="password"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

.img-circleimglogin{
	width:180px;
	height:170px;
	border-radius: 50%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0%;
    display: block;
}

.info-IMG-mnu{
	position:fixed;
	z-index:1;
	background-color:rgba(0,0,0,0.2);
	/*opacity: 0.7;*/
	margin-top:10%;
	margin-left:15%;
	width:450px;
	height:450px;
	border-radius:10px;
}

header.masthead{
    position:relative;
    background-color:#343a40;
	background-size:100% 96%;
	background-attachment:fixed;
	background-position: center;
	background-position-y: 75px;
	width:100%;
	z-index:1;
	padding-top:20%;
    background:url(bg-masthead.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header.masthead .overlay{
    position:absolute;
    background-color:#212529;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:.3
}

.op-mnu{
	margin-left:3%;
	margin-top:1%;
	width:130px;
	height:130px;
	border-radius:5px;
	background-position: 50% 50%;
	background-size:cover;
	display:inline-block;
}


header.masthead h1{
    font-size:2rem
}

/*@media (min-width:768px){
    header.masthead{
        /*padding-top:50rem/
    }
    header.masthead h1{
        font-size:3rem
    }
}*/






@media (min-width:1025px)
{
		
	.tamano-top{
		min-height: 58px;
	}
}
@media (max-width:1024px)
{
	
	.tamano-top{
		min-height: 85px;
	}
}
@media (max-width: 768px)
{
	
	.tamano-top{
		min-height: 87px;
	}
}

@media (max-width: 743px)
{
	
}

/*Pixcel 2 XL*/
@media (max-width:732px)
{
	
}

/*Iphone 6-7-8 plus*/
@media (max-width:414px)
{
	.tamano-top{
		min-height: 53px;
	}
}

/*Pixcel 2*/
@media (max-width:411px)
{
	.tamano-top{
		min-height: 47px;
	}
}

/*/*Pixcel XL M
@media (max-width:411px)
{


}*/

/*IPHONE 6-7-8*/
@media (max-width: 375px){
	
}

/*/*IPHONE X-->M
@media (max-width: 375px){
	header.masthead
	{
		margin-top:0%;
		padding-top:131%;
		padding-bottom:11rem
	}
}*/

/*S5*/
@media (max-width: 360px){
	.tamano-top{
		min-height: 50px;
	}


	input[type="password"] {
	  padding: 5px;
	  width:80%;
	}

	input[type="text"] {
	  padding: 5px;
	  width:80%;
	}

	/*.img-circleimglogin {
		width:110px;
		height:105px;
		border-radius: 50%;
	}*/
}

/*5/se*/
@media (max-width: 320px){
	/*header.masthead
	{
		margin-top:0%;
		padding-top:129%;
		padding-bottom:9rem
	}*/
}

.showcase .showcase-text{
    padding:3rem
}
.showcase .showcase-img{
    min-height:30rem;
    background-size:cover
}
@media (min-width:768px){
    .showcase .showcase-text{
        padding:7rem
    }
}
.features-icons{
    padding-top:4rem;
    padding-bottom:4rem
}
/*.features-icons .features-icons-item{
    max-width:20rem
}*/
.features-icons .features-icons-item .features-icons-icon{
    height:7rem
}
.features-icons .features-icons-item .features-icons-icon i{
    font-size:4.5rem
}
.features-icons .features-icons-item:hover .features-icons-icon i{
    font-size:5rem
}

.tmicon
{
	float:left;
	padding-right:20px;
}
.tmicon .features-icons-icon i{
    font-size:4.5rem
}
.tmicon:hover .features-icons-icon i{
    font-size:5rem
}
.testimonials{
    padding-top:7rem;
    padding-bottom:7rem
}
.testimonials .testimonial-item{
    max-width:18rem
}
.testimonials .testimonial-item img{
    max-width:12rem;
    -webkit-box-shadow:0 5px 5px 0 #adb5bd;
    box-shadow:0 5px 5px 0 #adb5bd
}
.call-to-action{
    position:relative;
    background-color:#343a40;
    background:url(bg-masthead.jpg) no-repeat center center;
    background-size:cover;
    padding-top:7rem;
    padding-bottom:7rem
}
.call-to-action .overlay{
    position:absolute;
    background-color:#212529;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:.3
}

footer.footer{
    padding-top:4rem;
    padding-bottom:4rem
}

.masthead2{
    position:relative;
	background-size:100% 100%;
	background-attachment:fixed;
	background-position: center;
	background-position-y: 75px;
	width:100%;
	z-index:0;
	background:url(bg-masthead.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.masthead_menu{
    position:relative;
	background-size:100% 100%;
	background-attachment:fixed;
	background-position: center;
	background-position-y: 75px;
	width:98%;
	padding:0;
	margin:0;
	z-index:0;
	background:linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
		url(menu.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index:0;
}

#background #background-image {
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-filter: blur(6px);
  background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
	  url(menu.jpg) no-repeat center center;
	  /*url(../img/Menu.jpg) no-repeat center center fixed;*/
  background-size: cover;
}
.MenuCont{
	/*padding-top:10%;
	margin-left:4%;*/
	min-height: 800px;
	position:relative;
	margin: 100px auto; 
	background: rgba(0, 0, 0, 0.47);
    border-radius: 10px;   
    width: 79%;
	padding: 1% 2%;
	z-index:1;
	display:flexbox;
	justify-content: center;
}

.op-mnu:hover
{
	 transform:scale(1.1);
    -ms-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -webkit-transform:scale(1.1); 
    -o-transform:scale(1.1); 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.container img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.op-mnu img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}









/*maserererererer  width: auto;
}

/*masthead2 .overlay{
    position:absolute;
    background-color:#212529;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:.3
}

masthead2 h1{
    font-size:2rem
}*/