/*
 Theme Name:   ARU
 Author:       Fusionar Soluciones Tecnológicas
 Author URI:   http://www.fusionar.com.uy
 Template:     twentythirteen
 Version:      1.0.0
 Text Domain:  twenty-thirteen-child
*/

/*@import "../twentythirteen/style.css";*/
@import "font-awesome/css/font-awesome.min.css";
@import "css/bootstrap.css";
@import "css/modern-business.css";

@font-face {
    font-family: "Rockwell Std";
    src: url("fonts/Rockwell-Std.eot?#iefix") format("embedded-opentype"), 
         url("fonts/Rockwell-Std.woff") format("woff"), 
         url("fonts/Rockwell-Std.ttf") format("truetype"), 
         url("fonts/Rockwell-Std.svg#webfont") format("svg");
}

hr {
    display: inline-block;
    width: 100%;
}

a.widget, a.widget:visited {
    color: inherit;
    text-decoration: none;
}

a.widget:hover {
    color: inherit;
}

h3,
.nav *,
.single h1,
.category h1,
.tag h1,
.page-template-default h1 {
    text-transform: uppercase;
}

.page.logged-in .navbar {
    margin-top: 32px;
}

.single h1 {
    margin-bottom: 0px;
    border: none;
}


.nav li:last-of-type a {
    border-right: none;
}

.col-lg-3 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.titulos-noticias a {
	display:block;
	color:#f76f2e;
	font-size:18px;
	padding-right:20px;
	font-weight:bold;
	text-transform: uppercase;
}

.entrada-novedad:last-child {
    border-bottom: 2px solid #005a24;
}

.entrada-novedad h2 a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: uppercase;
}

.entrada-novedad hr {
    margin: 7px 0px;
}

.widget h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7 form p {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: #003f29;
}

.wpcf7 form span {
    display: block;
    margin-top: 5px;
}

.wpcf7 form span input,
.wpcf7 form span textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff2bb;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7 form span input:focus,
.wpcf7 form span textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wpcf7 form span input:-moz-placeholder,
.wpcf7 form span textarea:-moz-placeholder {
  color: #999999;
}

.wpcf7 form span input:-ms-input-placeholder,
.wpcf7 form span textarea:-ms-input-placeholder {
  color: #999999;
}

.wpcf7 form span input::-webkit-input-placeholder,
.wpcf7 form span textarea::-webkit-input-placeholder {
  color: #999999;
}

.wpcf7 form span input[disabled],
.wpcf7 form span input[readonly],
fieldset[disabled] .wpcf7 form span input,
.wpcf7 form span textarea[disabled],
.wpcf7 form span textarea[readonly],
fieldset[disabled] .wpcf7 form span textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.wpcf7 form span textarea {
  height: auto;
}

.wpcf7-submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.wpcf7-submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: #333333;
  text-decoration: none;
}

.wpcf7-submit:active,
.wpcf7-submit.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wpcf7-submit.disabled,
.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-submit {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7-submit {
  color: #fff;
  background-color: #003f29;
  border-color: #003f29;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active,
.open .dropdown-toggle.wpcf7-submit {
  color: #fff;
  background-color: #002719;
  border-color: #002719;
}

.wpcf7-submit:active,
.wpcf7-submit.active,
.open .dropdown-toggle.wpcf7-submit {
  background-image: none;
}

.wpcf7-submit.disabled,
.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-submit,
.wpcf7-submit.disabled:hover,
.wpcf7-submit[disabled]:hover,
fieldset[disabled] .wpcf7-submit:hover,
.wpcf7-submit.disabled:focus,
.wpcf7-submit[disabled]:focus,
fieldset[disabled] .wpcf7-submit:focus,
.wpcf7-submit.disabled:active,
.wpcf7-submit[disabled]:active,
fieldset[disabled] .wpcf7-submit:active,
.wpcf7-submit.disabled.active,
.wpcf7-submit[disabled].active,
fieldset[disabled] .wpcf7-submit.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.container .col-lg-8 .column-left {
    float: left;
    width: 30%;
}

.container .col-lg-8 .column-left .col-lg-4 {
    width: auto;
    padding-left: 0px;
}

.container .col-lg-8 .column-right {
    float: left;
    width: 70%;
}

.container .col-lg-8 .column-right h3 {
    text-align: center;
}

.container .col-lg-8 .column-right .video {
    width: 100%;
    padding: 0px;
    text-align: center;
}

.container .col-lg-8 .col-lg-12 {
    width: auto;
    float: right;
}

.nav-links {
    margin-top: 32px;
}

.nav-links div {
    display: inline-block;
}

.nav-links .nav-next {
    float: right;
}

.todas-las-novedades {
    padding: 0px;
    text-align: right;
}

.todas-las-novedades a {
    padding: 0px;
    text-transform: none;
}

.btn.btn-primary i:first-child {
    padding-left: 3px;
}

@media (max-width: 1200px) {
    #page nav a img {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .navbar {
        min-height: 0px;
    }
    
    .contenedor-derecha {
        border-left: 0px;
    }
    
    .contenedor-derecha > a {
        display: inline-block;
        width: 100%;
    }
    
    .no-embed-responsive iframe {
        width: 100% !important;
    }
    
    .column-left .text-center {
        text-align: left;
    }
    
    .img-responsive {
        margin: auto;
    }
    
    #page nav a img {
        width: 35%;
        margin-left: 35px;
    }
}

@media (max-width: 768px) {
    #page nav a img {
        width: 58%;
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #menu-navegacion {
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    
    #menu-navegacion > li {
        float: none;
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 600px) {
    #page nav a img {
        width: 40%;
    }
    
    .container .col-lg-8 .column-left {
        float: none;
        width: 100%;
    }
    
    .container .col-lg-8 .column-left .col-lg-4 {
        display: inline-block;
        width: 32.3%;
    }
    
    .container .col-lg-8 .column-left .col-lg-4:first-child {
        padding-left: 7px;
    }
    
    .container .col-lg-8 .column-left .col-lg-4:last-child {
        padding-right: 7px;
    }
    
    .container .col-lg-8 .column-left .col-lg-4 img {
        /*width: 100%;
        height: 100%;*/
    }
    
    .container .col-lg-8 .column-right {
        float: none;
        width: 100%;
    }
}

@media (max-width: 578px) { 
    
    .container .col-lg-8 .column-left .col-lg-4 {
        display: block;
        margin: auto;
    }
    
    .container .col-lg-8 .column-left .col-lg-4:first-child {
        padding: 0px;
    }
}