/* 
	Descripción:	Estilos Landing Page
	Autor: 			Congreso de la República
	Fecha:			19/03/2018
*/
body{    
    font-family: 'Roboto', sans-serif;
}

p {
  margin-top: 1rem !important;
}

body > header{
	  width: 90%;
    margin: 0 auto;
}

body > header .logo{
	  text-align: center;
    margin-top: 15px;
	  margin-bottom: 15px;
    width: 100%;
}

body > header .enlaces{
	  position: absolute;
    top: 10px;
    right: 5%;
}

.enlaces ul{
    list-style: none;
    touch-action: pan-y;
    float: left;
    margin-bottom: 1em;
    margin: 0;
    padding: 0;
}

.enlaces ul li{
    background: none;
    margin-right: 1px;
    float: left;
    position: relative;
}

.enlaces ul li a{
    border-top: 0;
    border-left: #58595B solid 1px;
    border-right: #58595B solid 1px;
    color: #414042;
    padding: 2px 4px;
    display: block;
}

.enlaces ul li .inicio{
    border-left: none !important;
}

.enlaces ul li .fin{
    border-right: none !important;
}

body > header .anio{
	  position: absolute;
    top: 35px;
    right: 5%;
    color: #ED1D24;
    font-weight: bold;
}

.container-principal{
    width:90%;
	  box-shadow: 0 1px 10px #888888;
	  border-top: #ed1d24 solid 5px;
    overflow: auto;
    padding: 10px 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.container-principal .row-no-margin{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.container-principal .row-no-margin .icons{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-principal .row-no-margin .message{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-principal .row-no-margin .message .text{
    width: 40%;
    border: 4px;
    border-style: solid;
    margin: auto;
    border-color: #7D7D7D;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.container-principal .row-no-margin .message .text p{
    text-align: center;
}

.container-principal .row-no-margin .message .text a{  
    color: #7D7D7D !important;
    text-decoration: none !important;
    
}

.container-principal .row-no-margin .message .text a:hover{  
    color: #ED1D24 !important;
    text-decoration: none !important;
}

.container-principal .row-no-margin .icons .element{    
    display: inline-block;
}

/*
.e-1{
  width: 24%;
  text-align: right;
}
    
.e-2{
  width: 33%;
}

.e-3{
  width: 33%;
  text-align: left;
}
*/

.e-1, .e-2, .e-3, .e-4, .e-5, .e-6, .e-7, .e-8, .e-9, .e-10, .e-11, .e-12, .e-13, .e-14, .e-15, .e-16, .e-17, .e-18, .e-19, .e-20,  .e-27, .e-28{
    width: 30%;
}

.container-principal .row-no-margin .icons .element .image img{  
    width:250px;
}

.container-principal .row-no-margin .icons .element .text{  
    font-size: 18px !important;  
    color: #7D7D7D;
    font-weight: 600;
    margin-top: 10px;
}

.container-principal .row-no-margin .tv{
    margin: 0 auto;
}

/*Modal*/

.modal-logo{
	text-align: center;
	margin: 40px auto;
}

.modal-text{	
    margin-bottom: 100px;
}

.modal-text p{
	font-size: 18px !important;
    color: #7D7D7D;
    font-weight: 600;
	text-align: center;
}

.modal-text-footer{
	margin-top: 60px !important;
	}


.comunicado{
    width:50%;
    overflow: auto;
    padding: 5px 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}



/* Responsive Design */

@media (max-width: 1200px) {
	.enlaces ul{
		text-align: right;
	}
	
	.enlaces ul li {
		float: none !important;
	}
	
	.enlaces ul li a{
		border-left: none !important;
		border-right: none !important;
	}
 
   body > header .anio{  	  
      top: 100px !important;
   }
   
   .container-principal .row-no-margin .message .text{
    width: 50% !important;
  }
}

.comunicado{
    width:70%;
    overflow: auto;
    padding: 5px 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
	body > header .enlaces{
		display: none !important;
	}
	
	body > header .anio{
		display: none !important;
	}
 /*
  .e-1, .e-3{
    width: 49% !important;
    text-align: center !important;;
  }
	*/
 
.e-1, .e-2, .e-3, .e-4, .e-5, .e-6, .e-7, .e-8, .e-9, .e-10, .e-11, .e-12, .e-13, .e-14, .e-15, .e-16, .e-17, .e-18, .e-19, .e-20,  .e-27. .e-28{
    width: 49% !important;
  }
  
  .container-principal .row-no-margin .message .text{
    width: 90% !important;
  }
}

@media (max-width: 500px) {
  .container-principal{
    padding: 20px 10px !important;
  }
  
  .container-principal .row-no-margin .icons{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .container-principal .row-no-margin .icons .element{    
     margin-bottom: 20px;
  }
 
	/*
  .e-1, .e-3{
    width: 100% !important;
    text-align: center !important;;
  }
	*/

.e-1, .e-2, .e-3, .e-4, .e-5, .e-6, .e-7, .e-8, .e-9, .e-10, .e-11, .e-12, .e-13, .e-14, .e-15, .e-16, .e-17, .e-18, .e-19, .e-20, .e-28{
    width: 100% !important;
  }
	
  .comunicado{
      width:90%;
      overflow: auto;
      padding: 5px 50px;
      margin: 0 auto;
      margin-bottom: 10px;
  }	
  
  .container-principal .row-no-margin .message .text{
    width: 95% !important;
  }
}


