body{
	background: #eeeeee;
	/*font-family: 'Open Sans', sans-serif;*/
             /*font-family: 'Lato', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}
.logo{
	width: 40px;
}

.botonera li{
	display: inline-block;
	margin-left: 8px;
	font-weight: 700;
	font-size: 20px;
}
.botonera li a{
	 color: #BF9821;      /*color anterior: #BFA004,   mostaza oscuro: #B28B00 - mostaza claro: #cda63c - marrón: #f2f2f2 - color actual:#BF9821*/; 

}
.botonera li a:hover{
	color: #B28B00;  /* color original: black*/
	text-decoration: none;
}


header{
	background: white ;      /*    antes: white */
	padding-top: 15px;
	padding-bottom: 10px;
	position: fixed;
	width: 100%;
	z-index: 34242;
}

.principal{
	background: #757575;  /* #BF9821 color anterior: grey*/
	height: 90vh;
	background: url(../images/justicia2.jpg)no-repeat center center fixed; /* foto justicia2 tomada de unplash por Bill Oxford*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.vertical-centered-text {
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
}

.cta{
	text-align: center;
}
h1{
	font-weight: 700;
	font-size: 50px;
	color: #black;   /* color azul: #055680   color blanco del h1 #black;  */
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #055680;
    
}
btn-primary:hover {
  background-color: #038265;
}

.orange{

	background:  #055680;  /*COLOR PRINCIPAL DE LA PAGINA - otros: #101084*/ 
}

.nosotros{
	width: 100%;
	height: 50vh;
	text-align: center;
	padding-top: 150px;
}
.nosotros h1{
	font-weight: 100;
}
.servicios{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}
.servicios img{
	width: 30%;
	text-align: center;
}

.servicios h1{
	color: #666;
	font-weight: 100;
}
.servicios .images{
	padding-top: 30px;
}

.images .col-md-3{
	padding-top: 15px;  /* original: 20*/

}
.social{
	text-align: center;
}
.social img{
	width: 50%;
	text-align: center;
}

footer{
	background: #055680;             /* gris original: #757575    / azul:#055680 */
	height: 50vh;
	padding-top: 30px;
}
footer h1{
	text-align: center;
	font-weight: 100;
}

#home {
	
	color: #BF9821;  /* color: white; background: #BF9821;  */
}
.col-xs-4{
	text-align: center;
}


/*@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { }
@media only screen and (min-width: 324px) and (max-width: 736px) {*/
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) {

  /* iPhone only */
  */ Styles */
  .off {
    display: none !important;
  }
  .on {
    display: block !important;
  }
  .col-md-2 {
    width: 100%;
  }
.social img{
  	width: 100%;
  }
  .botonera li a {
    font-size: 13px;
}
.nosotros{
	height: 400px;
	overflow: hidden;
	padding-top: 15px;
}
#home{
	padding-top: 65px;
}

h1{
	font-size: 30px;
}

footer{  /*con estos especificaciones logré que copyright quedé centrado*/
             padding-top: 10px;
             display: flex;
             align-items: center;
             justify-content: flex-end;
}
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}



.copy {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #black;
    padding-bottom: 10px;
    margin: 0;
    margin-top: 15px !important;
}

