

body{
	background-color:#FFFFFF;
    font-family: 'Montserrat', sans-serif;
}


/*stilo del contenedor*/



/*Barra de menu estilo*/


.navbar {
  
  padding: 0.1rem;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
 /* background-color: #000102;*/
  border-radius: 0.3rem;
  
}
button{
	margin-right:2px;
	margin-left:20px;
}
.btn-primary{
  
  margin-top: 3px;
  margin-bottom:3px;
  
}
.btn-primary:hover {
  color: #fff;
  background-color: #28a745;
  border-color:#28a745;
  margin-top: 3px;
  margin-bottom:3px;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
}

.navbar-toggler {
    background-color: #3B81EE;
}

.navbar-collapse {
    
    background-color: #17267d;
    padding-left: 5px;
}



.top-header{
	background-color: #17267D;
	border-radius: 0.8rem;
}

.redes img{
    width: 40px;
    
    margin-left: 0%;
}


.logo img{

	margin-left: 2.1rem;
	margin-top:0.9rem;
	
}
.logo_emilie img{
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	

}

.titulo {
	text-align: center;
	margin-top: 3.1rem;
	color: #FFFFFF;

}

/*stilo del sector articulos*/

section{
    border-color: #9d9b9b;
    border-width: 0.2px;
    border-style: double;
	width:auto;
}
article #publicacion{
	border-color: #9d9b9b;
    border-width: 0.2px;
    border-style: double;
	width:80%;

}

article #publicacion img{
		width:300px;
		height:500px;
	
		   
		}
		
	article #fileicoimg img{
    width:auto;
    height:50px;
	}

/*stilo del sector de menu de la derecha*/
aside{
	background-color:#45B58A;
}
	
/* formulario tamaño*/

.form-control {
        width: 30%;
}

.main{
		
	height:auto;
	}



/*stilo del las filas*/
.row{
	
	margin-top: 0.1rem;

}


   




.footer{
	background-color:#17267D;
	color: #FFFFFF;
	border-radius: 0.8rem;
	font-size: 1rem;
}

.footer img{
	margin-left: 1.2rem;
}

.pie-final{
	font-size: 0.8rem;
}



.main iframe {
    margin-top: 1.6rem;
    width: 70rem;
    height: 27rem;
    border-radius: 3.3rem;
}



.footer iframe {
    margin-top: 0.6rem;
	width:31.25rem;
    height:30rem;
	border-radius: 0.8rem;
}


.pie-final{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0.8rem;
}

/*botones de formulario*/
button, input{
overflow: visible;
font-weight: bold;
text-align-last:center;
background-color:springgreen;
}

/*permite realizar trasformaciones a la pagina*/
@media (max-width: 768px) 
{
    body{
        font-size:12px;
    }
	.container logo img{
		margin-left:5.7rem;
		height: 100%;
		width:9.4rem;
		
	}
	
	.titulo {
	
	margin-left: 0.5rem;
	 }
	
    .dir img {
        
		margin-left:8.7rem;

    }
   	
    
	.navbar {
  
  		margin-left: 0px;
  		margin-right: 10px;
		 	
	}
	button{
		margin-right:10px ;
		margin-left:5px;
		
	}
	article{
		width:auto;
	}
	article #publicacion img {
    vertical-align: middle;
    border-style: none;
    margin-left: 0%;
    width: auto;
    height: 149px;
    }  
    article #fileicoimg img{
    width:auto;
    height:50px;
    }
	
/* formulario tamaño*/

.form-control {
        width: 50%;
}
    
    .main iframe {
    margin-top: 1.6rem;
    width: 20rem;
    height: 27rem;
    border-radius: 3.3rem;
    }
	.footer {
	text-align: center;
	}

	.footer iframe {
    margin-top: 0.6rem;
	width:19rem;
    height:30rem;
	border-radius: 0.8rem;
    }
	
     
   
  
}

	

	











