@import url('https://fonts.googleapis.com/css?family=Nunito:300,400');

.oscurecer
{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:100%;
		background: rgba(0,0,0,.8);
		display:none;
}

.login
{
	width:40%;
	background:#fff;
	border-radius: 1em;
	padding: 3em;
	position: fixed;
	top:150px;
	left:30%;
	z-index:200;
	display:none;
}
.login h1
{
	color:#000;
	text-shadow:none;
}
.login input
{
	width:100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

header{
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 100;
    background: white;
	
}
html, body { margin: 0; padding: 0; }
body
{
	background-image: url(https://comunidav.org/wp-content/uploads/2020/05/servicio.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
    color: inherit;
}
.centrado {
	 margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding:6px;
  width:95%;
  margin-top:10px;
  background: #ADDEE6;

}

.c5 {
	 margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding:6px;
  width:70%;
  margin-top:10px;
  background: #ADDEE6;

}

.c4 {
	 margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding:6px;
  width:95%;
  margin-top:10px;
  background: transparent;
  border:  1px solid Blue;
  border-style: dashed;

}
.centrado2 {
	 margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding:6px;
  width:95%;
  margin-top:10px;
  background: transparent;
      border-top: none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid Orange;
}

.centrado3 {
	 margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding:6px;
  width:95%;
  margin-top:10px;
  background: transparent;
      border-top: none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid Red;
}

.centrado5 {
  margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  padding:6px;
  width:95%;
  height: 100px;
  margin-top:10px;
  background: transparent;
  border-top: none;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid Red;
  word-break: break-word;
}

.centroContenedor {
    margin-right: auto; margin-left: auto; 
 /*IMPORTANTE*/
 display: flex;
 justify-content: center;
 align-items: center;
 padding:6px;
 width:95%;
 margin-top:10px;
 background: transparent;
}

.derContenedor {
    margin-right: auto; margin-left: auto; 
 /*IMPORTANTE*/
  display: inline-block;
 justify-content: center;
 align-items: center;
 padding:6px;
 width:65%;
 margin-top:10px;
 background: transparent;
     border-top: none;
   border-left:none;
   border-right:none;
   border-bottom: 1px solid Red;
}

.izqContenedor {
    margin-right: auto; margin-left: auto; 
 /*IMPORTANTE*/
  display: inline-block;
 justify-content: center;
 align-items: center;
 padding:6px;
 width:35%;
 margin-top:10px;
 background: transparent;

}

.c3 {
	 margin-right: auto; margin-left: auto; 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding:6px;
  width:95%;
  margin-top:10px;
  background: transparent;
      border-top: none;
	border-left:none;
	border-right:none;
	border-bottom: none;

}
.padre {
	 margin-right: auto; margin-left: auto; 
  background: White;
  /*IMPORTANTE*/
  display: block;
  width:400px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  text-align: center;
  
}

.padre2 {
	 margin-right: auto; margin-left: auto; 
  background: White;
  /*IMPORTANTE*/
  display: block;
  width:400px;
  justify-content: left;
  align-items: left;
  border-radius: 25px;
  text-align: left;
  
}

.hijo {
	display:block;
  background: inherit;
  width: 100%;
  border-radius: 25px;
   margin-right: auto; margin-left: auto; 
}
.text-warning{
	color:RED;
}
.logo{
	max-width:100%;width:auto;height:auto;
}
.container-header{
    width: 100%;
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: auto;
	
}

.container-logo-title{
    display: flex;
    margin-top: 14px;
    margin-left: 10px;
}




.container-menu{
    
}


.menu{
    position: absolute;
    right: 10px;
    margin-top: 20px;
	border-bottom: 5px solid #e9ecef;
}

.menu ul{
    display: flex;
}

.menu > ul li{
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    color: #868686;
    padding: 20px 10px;
    border: 1px solid transparent;
    border-top: 4px solid transparent;
    cursor: pointer;
    transition: border 300ms;
    position: relative;
}

.menu > ul > li:hover{
    border: 1px solid #eeeeee;
    border-top: 4px solid #55A79A;
}

.menu ul li label,
.menu ul li span{
    color: #868686;
}

.menu ul li span{
    font-size: 14px;
    position: relative;
    top: 4px;
}

.menu ul li label{
    font-size: 22px;
    position: relative;
    top: -6px;
}

.menu ul li .icon2{
    position: relative;
    top: -2px;
}



/*Submenu*/

.menu ul li ul{
    width: 300px;
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
    border: 1px solid #eeeeee;
    background: white;
    border-bottom: 1px solid #55A79A;
    padding: 10px;
}

.menu ul li ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 100;
    font-size: 14px;
    position: relative;
}

.menu ul li ul li:hover{
    background: #FAFAFA;
}

.menu ul li ul li ul{
    position: absolute;
    left: -287px;
    top: 0;
}

.icon-menu{
    display: none;
}

main{
    width: 100%;
    max-width: 1220px;
    margin: auto;
    position: relative;
    top: 100px;
}

article{
    padding: 20px;
}

article h1{
    font-size: 40px;
    font-weight: 100;
}

article p{
    font-size: 18px;
    margin-top: 20px;
}

.container-bg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bg1{
    width: 100%;
    max-width: 300px;
    height: 180px;
    background-image: url(../image/bg1.jpg);
    background-position: center center;
    background-size: cover;
    margin: 10px;
}

.bg2{
    width: 100%;
    max-width: 300px;
    height: 180px;
    background-image: url(../image/bg2.jpg);
    background-position: center center;
    background-size: cover;
    margin: 10px;
}

.bg3{
    width: 100%;
    max-width: 300px;
    height: 180px;
    background-image: url(../image/bg3.jpg);
    background-position: center center;
    background-size: cover;
    margin: 10px;
}

.bg4{
    width: 100%;
    max-width: 300px;
    height: 180px;
    background-image: url(../image/bg4.jpg);
    background-position: center center;
    background-size: cover;
    margin: 10px;
}

@media screen and (max-width: 1000px){
    
    header{
        height: 60px;
    }
    
    .container-logo-title{
        height: 60px;
        margin-top: 10px;
    }
	
	.container-logo-title img{
        height: 45px;
        
    }
    

    .logo{
		max-width:100%;width:auto;height:auto;
	}
    
    .icon-menu{
        display: block;
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 30px;
    }
    
    body{
        transition: all 300ms;
    }
    
    .body2{
        transform: translateX(-300px);
    }
    .menu{
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0px;
        right: -300px;
        background: #2D2F30;
        margin-top: 0px;
        overflow-y: scroll;
    }
    
    .menu ul {
        flex-direction: column;
    }
    
    .menu ul li{
        padding: 10px 20px;
    }
    
    .menu ul li ul{
        top: 0;
        border-bottom: 1px solid transparent;
        background: #2D2F30;
    }
    
    .menu ul li:hover{
        border: 1px solid transparent;
        border-top: 4px solid transparent;
    }
    
    .menu ul li ul{
        width: 100%;
        position: relative;
        border: none;
        padding: 2px; 
    }
    
    .menu ul li ul li{
        border-bottom: 1px solid #414141;
    }
    
    .menu ul li ul li:hover{
        background: #363636; 
    }
    
    .menu ul li ul li ul{
        width: 100%;
        position: relative;
        left: 0px;
        top: 6px;
    }
    
    article{
        text-align: center;
		padding:0px;
    }
	
	body
	{
		background-image: url(https://comunidav.org/wp-content/uploads/2020/05/servicio.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.login
{
	position: fixed;
	width:100%;
	background:#fff;
	top:150px;
	left:0%;
	display:none;
}
.login h1
{
	color:#000;
	text-shadow:none;
	display:none;
}
.login input
{
	width:100%;
}
}























