@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

@import url('https://fonts.googleapis.com/css?family=Montaga&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway:100&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Raleway:700&display=swap');

@font-face{
  font-family:'Perpetua';
  src: url(../font/Perpetua.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}




html {
  scroll-behavior: smooth;
}

html, body{
  font-family: 'Raleway', 'Century Gothic';
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #141726;
}

.js body { display: none; }

*{
  margin: 0;
  padding: 0;

}

i{
  font-family: 'fontawesome' !important;
}

.clearfix{
  float: none;
  clear: both;
}

#wrapper{

  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;

}

.bg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/AMPattern.png");
  background-repeat: repeat;
  background-size: 600px;


}

#container{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}

#logo{
  width: 210px;
  margin: 0 auto;
}

#logo h1{
  font-family: 'Perpetua';
  letter-spacing: 3px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  mix-blend-mode: difference;
}

#logo img{
  width: 90%;
  mix-blend-mode: difference;
}


#logo img:hover{
  filter: opacity(0.5);
  transition: all 300ms;
}



#global{

  width: 100%;
  height: auto;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

header{
  width: 100%;
  margin-bottom: 20px;
}


#AMlogo{
  font-family: 'Raleway', 'Century Gothic';
  font-size: 20px;
  color: white;
  text-align: center;
  width: 200px;
  height: auto;
  margin: 0 auto;

}




#AMlogo img{
  width: 100%;
  margin: 0px auto;
}




#slogan p{
  font-family: 'Raleway', 'Century Gothic';
  color: white;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
}

nav{



}
nav ul{
  background-color: #141726;
  overflow: hidden;
  color: white;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  transition: max-height 0.5s;
}

nav ul li{
  display: inline-block;
  padding: 10px;

}



nav ul li a{

  font-size: 25px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

nav ul li:hover{
  color: #253d5b;
}

.menu-icon{
  margin-top: 20px;
  width: 100%;
  background-color: #141726;
  box-sizing: border-box;
  padding: 15px 10px;
  cursor: pointer;
  color: white;
  display: none;
  text-align: center;
}

@media (max-width: 580px){
  nav ul{
    max-height: 10px;
  }
  nav ul li{

    width: 100%;
    padding: 15px;
    padding-left: 0;

  }
  .menu-icon{
    display: block;
  }

.showing{
  max-height: 40em;
}
}

#image img{
  width: 100%;
  margin: 0 auto;
}


#content #pass{
  display: block;
}

#posts{
  margin-bottom: 100px;
  width: 100%;
  margin: 0 auto;
}

.post{
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;


}



.post h2{
  color: lightgray;
  text-align: right;
  color: white;
  font-size: 30px;
  margin-bottom: 20px;


}

.post p {
  font-family: 'Raleway', 'Century Gothic';
  width: 100%;
  font-size: 25px;
  color: white;

  margin-bottom: 20px;
  line-height: 22px;
}

#nosotros{
  text-align: left;
}

.post a{
  text-align: center;
  text-decoration: none;
  font-family: 'Raleway', 'Century Gothic';
  color: white;

}

.post a:hover{
  text-decoration: none;
  color: gray;
  transition: all 300ms;

}

.link{
  text-align: center;
}


#content h2{
  color: white;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
/* LISTA DESPLEGABLE */

#toggle-view {
	list-style:none;
	font-family: 'Raleway', 'Century Gothic';
	font-size: 20px;
	margin:0 auto;
	padding:0;
	width:100%;
  color: white;
}

	#toggle-view li {
		margin: 20px;
		position:relative;
		cursor:pointer;
	}

	#toggle-view h3 {
    color: white;
    font-weight: bold;
		margin:0;
		font-size:25px;
	}

	#toggle-view span {
    font-family: 'Raleway';
    font-weight: 700;
		position:absolute;
		right:5px; top:0;
		color:white;
		font-size:20px;
	}

	#toggle-view .panel {
		margin:10px 0;
		display:none;
	}


footer{

  background-color: #141726;
  position: fixed;
  font-family: 'Raleway', 'Century Gothic';
  text-align: center;
  color: white;
  height: 40px;
  bottom: 0;

}

.pie{
  margin: 0 auto;
}


.info{
  float:right;
  text-align: right;
  font-family: 'Perpetua';
  font-size: 15px;
  color: white;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}


#contact-area {
	width: 100%;
  margin: 0px auto;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
  color: white;
  background-color: #141726;
	padding: 5px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;

}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1 solid #900;
}

#contact-area input.submit-button {
  cursor:pointer;
  font-size: 20px;
	width: 100px;
  color: white;

}

label {
  color: white;
	text-align: right;
	margin-right: 20px;
	width: 90%;
	padding-top: 5px;
	font-size: 1.4em;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
      #global{
        width: 85%;
        margin: 0 auto;
      }

      #AMlogo img{
        width: 50%;
        margin: 0 auto;
      }

      #logo{
        width: 210px;
      }


      #slogan p{
        width: 50%;
        margin: 0 auto;
      }



      #nosotros{
        text-align:inherit;
        line-height: 30px;
        margin-top: 10px;
        font-size: 20px;
      }

      #toggle-view {
        font-weight: normal;
        color: white;
      	font-size: 25px;
      	padding:0;
      	width:100%;
      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }

      .fotorama{
        width: 100%;
        margin: 0 auto;
      }

      .info{
        text-align: center;
        float: none;
        width: 80%;
        margin: 0 auto;
      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;

      }



    }
/* Extra Small Devices, Phones */
@media all (min-width : 480px) {
      #global{
        width: 80%;
      }

      .post p{
        width: 100%;
        text-align: justify;
        font-size: 20px;
        color: white;
        margin-top: 0px;
      }

      #nosotros{
        text-align:inherit;
        line-height: 30px;
        margin-top: 10px;
        font-size: 25px;
      }

      #AMlogo img{
        width: 100%;
        margin: 0px auto;
      }

      .post #title{
        font-size: 30px;
      }

      .showing ul li{
        margin-left: 0;
      }

      #toggle-view{
        width: 100%;
      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;

      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }

    }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
      #global{
        width: 80%;
      }
      #posts{
        width: 100%;
      }
      .post p{

        font-size: 20px;
        line-height: 30px;
      }


      nav{
        margin-top: 20px;
        width: 100%;
      }

      #content{
        width: 100%;

      }
      #nosotros{
        text-align: justify;
        font-size: 20px;
      }

      .post #title{
        font-size: 25px;
        margin-top: 20px;
      }


      #toggle-view{
        width: 100%;
        margin: 0 auto;
      }






      nav ul li a{
        font-size: 20px;

      }

      .fotorama{
        width: 100%;
        margin: 0 auto;
      }

      .info{
        float: right;
        text-align: right;
      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;
      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }

    }
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
      #global{
        width: 80%;
      }
      .post p{
        width: 100%;
        font-size: 20px;
        color: white;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 30px;
      }

      #AMlogo img{
        width: 70%;
        margin: 0px auto;
      }

      nav{
        margin-top: 20px;
        width: 100%;
      }

      #content{

        width: 100%;

      }
      #nosotros{
        text-align: justify;
      }
      .fotorama{
        width: 100%;

      }
      .post h2{
        padding:20px;
      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;
      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }






    }
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
      #global{
        width: 70%;
      }



      .post p{
        width: 100%;
        font-size: 20px;
        color: white;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 30px;
      }

      nav ul{
        padding: 0;
        width: 100%;

      }


      .fotorama{
        width: 100%;

      }
      #content{
        margin-top: 50px;
        width: 100%;

      }
      #nosotros{
        text-align: justify;
        width: 100%;
      }
      .post h2{
        padding:20px;

      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;
      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }


    }
@media screen and (min-width: 1400px) {
      #global{
        width: 70%;
      }

      #menu{
        width: 100%;
      }

      nav{
        margin-top: 20px;
        width: 100%;
      }

      .post p{
        width: 100%;
        font-size: 20px;
        color: white;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 30px;
      }

      .fotorama{
        width: 100%;
      }
      .post h2{
        padding:20px;
      }
      #content{
        margin-top: 50px;
        width: 100%;

      }
      #nosotros{
        text-align: justify;
      }

      .post #title{
        font-size: 40px;
      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;
      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }

    }
@media screen and (min-width: 1600px) {

      .post{
        width: 100%;
        margin:0 auto;
      }

      #global{
        width: 50%;
      }

      nav{
        width: 100%;
        padding: 0;
        margin-top: 20px;


      }
      #nosotros{
        text-align: justify;
        line-height: 30px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
      }
      .fotorama{
        width:100%;

      }
      #content{
        margin-top: 50px;
        width: 100%;

      }
      .post h2{
        padding:20px;
      }
      .post #title{
        font-size: 40px;
      }

      #toggle-view li{
        padding-left: 0;
        margin-left: 0;
      }

      #toggle-view li h3{
        color: white;
        font-size: 20px;
        width:100%;
      }

      .panel p{
        font-size: 20px;
        margin-bottom: 20px;
      }

    }
@media screen and (min-width: 1900px) {
  #global{
    width: 50%;
  }

  nav{
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }


  #nosotros{
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .fotorama{
    width: 100%;
  }

  #content{
    margin-top: 50px;
    width: 100%;

  }

  #toggle-view li{
    padding-left: 0;
    margin-left: 0;
  }

  #toggle-view li h3{
    color: white;
    font-size: 20px;
    width:100%;
  }

  .panel p{
    font-size: 20px;
    margin-bottom: 20px;
  }
  }

/* OUTLET LOGIN FORM */
  .login-box{

    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .login-box h1{
    float: left;
    font-family: 'Perpetua';
    font-size: 30px;
    border-bottom: 1px solid lightgray;
    padding: 5px 0;
  }

  .textbox{
    width: 100%;
    overflow: hidden;;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid lightgray;
  }

  .textbox i{
    width: 26px;
    float: left;
    text-align: center;
  }

  .textbox input{
    border: none;
    outline: none;
    background: none;
    color: white;
    width: 80%;
    font-size: 20px;
    float: left;
    margin: 0 10px;
  }

  .btn{
    width: 50%;
    background: none;
    border: 1px solid lightgray;
    color: white;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
  }
