.bg-blue{
  background: #0984e3 !important;
}
.bg-blue-light{
  background:   #4DA1FF !important;
}
.bg-gray{
  background: #f4f4f4;
}
.bg-gray-dark{
  background: #d6d6c2;
}
.bg-white{
  background: #ffffff !important;
}
.bg-red{
  background: #e74c3c;
}
.bg-yellow{
  background: #f1c40f;
}
.bg-purple{
  background: #9b59b6;
}
.bg-dark{
  background: #000000;
}
.bg-green{
  background: #06cb79;
}
.bg-transparent{
  background: transparent !important;
}
.up{
  text-transform: uppercase;;
}
.cap{
  text-transform: capitalize;
}
.bg-red{
  background: red;
}
.center{
  text-align: center !important;
}
.left{
  text-align: left !important;
}
.right{
  text-align: right !important;
}
.text-white{
  color: #ffffff !important;
}
.text-gray{
  color: #bdc3c7;
}
.text-dark{
  color:#000000 !important;
}
.fw500{
  font-weight: 500;
}
.fw600{
  font-weight: 600;
}
.p0{
  padding: 0px !important;
}
.p5{
  padding: 5px;
}
.p10{
  padding: 10px;
}
.p20{
  padding: 20px !important;
}
.pt10{
  padding-top: 10px;
}
.pt15{
  padding-top: 15px;
}
.pt20{
  padding-top: 20px;
}
.pt25{
  padding-top: 25px;
}
.pt30{
  padding-top: 30px;
}
.pr0{
  padding-right: 0px !important;
}
.pl0{
  padding-left: 0px !important;
}
.ptb10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.plr20{
  padding-left: 20px;
  padding-right: 20px;
}
.plr10{
  padding-left: 10px;
  padding-right: 10px;
}
.plr0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pb0{
  padding-bottom:  0px !important;
}
.pb20{
  padding-bottom:  20px !important;
}
.round{
  border-radius: 50px;
}
.round-small{
  border-radius: 5px;
}
.inline{
  display: inline-block;
}
.border-gray{
  border: 1px solid #ecf0f1;
}
.m10{
  margin: 10px;
}
.m5{
  margin: 5px;
}
.mlr10{
  margin-left:  10px !important;
  margin-right: 10px !important;
}
.mlr20{
  margin-left:  20px !important;
  margin-right: 20px !important;
}
.m50{
  margin: 50px !important;
}
.m100{
  margin: 100px !important;
}
.mt0{
  margin-top: 0px !important;
}
.mt5{
  margin-top: 5px !important;
}
.mt10{
  margin: 10px !important;
}
.mtb50{
  margin-top:  50px !important;
  margin-bottom: 50px !important;
}
.mlr100{
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.mr0{
  margin-right: 0px !important;
}
.mb0{
  margin-bottom: 0px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mt-50{
  margin-top: -50px !important;
}
.mt-100{
  margin-top: -100px !important;
}
.mt-150{
  margin-top: -150px !important;
}
.box-shadow{
  box-shadow: 0px 0px 15px 0px #95a5a6;
}
.font-10{
  font-size: 10px !important;
}
.font-12{
  font-size: 12px !important;
}
.font-14{
  font-size: 14px !important;
}
.font-18{
  font-size: 18px !important;
}
.font-20{
  font-size: 20px !important;
}
.border-grey{
  border: 1px solid #ecf0f1;
}
.border-lr{
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.letter-spacing{
  letter-spacing: 3px;
}
.relative{
  position: relative !important;
}
.absolute{
  position: absolute !important;
}
.full{
  width: 100%;
  height: 100%;
}
.op5{
  opacity:0.5;
}
.op3{
  opacity:0.3;
}

li a:hover {
  color: #ffffff;
  text-decoration: underline;
  transition: 600ms;
}

.fa {
  font-size: 30px;
  text-align: center;
  text-decoration:none;
}

.fa:hover {
    color: #ffffff;
    text-decoration: none;
}

.fa-facebook {
  color: white;
}

.continut{
font-weight: 900;
text-align:center;
margin-top: 25px;
margin-left:50px;
color:#fff;
text-shadow:rgba(0,0,0,0.4) 2px 2px 5px;
font-size:40px;
}

.continut1{
font-weight: 700;
text-align:center;
margin-top: 0px;
margin-left:50px;
color:#fff;
text-shadow:rgba(0,0,0,0.4) 2px 2px 5px;
font-size:25px;
}

.continut2{
font-weight: 600;
text-align:center;
margin-top: 10px;
margin-left:10px;
color:#000;
text-shadow:rgba(0,0,0,0.4) 2px 2px 5px;
font-size:25px;
}

.continut3{
font-weight: 500;
text-align:center;
margin-top: 0px;
margin-left:10px;
color:#000;
text-shadow:rgba(0,0,0,0.4) 2px 2px 5px;
font-size:18px;
}

ul{
  margin:0;
  padding:0;
  margin-left:10px;
}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  background:#006699;
  color:#ffffff;
  padding-top:20px;
  min-height:50px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#999999;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:400px;
  background:url('../img/logo1.jpg') no-repeat 0 -200px;
  text-align:center;
  color:#ffffff;
   border-bottom:#e8491d 3px solid;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box img{
  width:180px;
}

/* Galerie */

.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
    margin: 5px;
}

.galeria img {
    width: 150px;
    height: 100px;
}

.modal {
    display: none;
}

.modal:target {

    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;

}

.imagen {
    width: 100%;
    height: 50%;
    margin-top:180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img {
    width: 500px;
    height: 100%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}


.cerrar {
    display: block;
    background: #fff;
    width: 35px;
    height: 35px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:45%;
  margin-top:80px;
  margin-right:37px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:45%;
  margin-left:45px;
  margin-top:15px;
}

/* img */
#wrapper{
width: 100%;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-orient:horizontal;
margin-top:10px;
margin-left:5px;
display: flex;
flex-wrap: wrap;
justify-content: space-center;
}
div.text{
text-align:center;
color:#fff;
font-size: 12px;
}
div.boxx {
	height:150px;
	width:150px;
	margin-right:7px;
	border-radius:120px;
	border: 5px solid #FFF;
	overflow: hidden;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	position:relative;
	background-color: #000000;
}
div.boxx img{
 border-radius: 100px;
 }
div.boxx  div{
     width:140px;
     height:60px;
     text-align:center;
     background: #ffffff;
     border-radius:100px;
     padding:95px 0 0 0;
     color:white;
}

div.effect div{
    position:absolute;
	  top:0;
	  left:0;
    height: 180px;
    opacity: 0.6;
		margin-left:+160px;
		transition:margin-left 80ms;
		color:#000;
		cursor:pointer;
}
div.effect:hover div{
    margin-left:0;
    color: #000;
    font-weight: 600;
}

div.effect1 div{
    position:absolute;
	  top:0;
	  left:0;
    height: 180px;
    opacity: 0.6;
		margin-left:-150px;
		transition:margin-left 80ms;
		color:#000;
		cursor:pointer;
}
div.effect1:hover div{
        margin-left:0;
        color: #000;
        font-weight: 600;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#e8491d;
  text-align: center;
}

main{
    width: 80%;
    margin: 2rem auto;
}

section{
    width:100%;
    box-shadow: 0 0 10px 2px #ccc;
    padding: 1rem 0;
}

section::after,section::before{
    content: "";
    display: block;
}

section::after{
    clear: both;
}

figure img{
    width: 100%;
    vertical-align: middle;
    margin-bottom: 0;
}


/* Media Queries */
@media(max-width: 1028px)
{
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  #boxes1 .box,
  .continut,
  .continut1,
  .continut2,
  .continut3,
  .container,
  article#main-col
  {
    float:none;
    text-align:center;
    width:100%;
	  margin-left:auto;
   }
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }
}
