/*
 Theme Name:   Twenty Twelve Transitions
 Theme URI:    http://e-transitions.com/
 Description:  Twenty Fourteen Child Theme
 Author:       Studio Hakuna
 Author URI:   http://www.studiohakuna.com/
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-transitions
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Global Styles */

body {
    background: #FFF;
    color: #1F3B66;
}

p {
    font-size: 16px;
    color: #666666;
}

.radius {
    border-radius: 6px;
}

.super-radius {
    border-radius: 20px;
}

.fade-fx {
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
}

img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-subtitle {
   position: relative;
}

.section-subtitle:before {
    display: table;
    content: " ";
    border-top: 1px solid #7E8890;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 75px;
    left: 0;
}

.section-subtitle:after {
    display: table;
    content: " ";
    border-top: 1px solid #7E8890;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 75px;
    right: 0;
}

/* HEADER */

#top-bar {
    background: #B92846;
    height: 40px;
}

ul.quick-contact {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-bar li {
    display: inline-block;
    padding: 10px 20px 10px 0px;
}

.quick-contact a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

#top-bar a {
    font-size: 14px;
    color: #FFF;
} 

#top-bar ul.socials {
    margin: 3px 0;
    padding: 0;
}

#top-bar .socials li {
    padding: 0;
}

#top-bar .socials a {
    font-size: 24px;
}


#top-bar .socials a:hover {
    color: #1F3B66;
}

.navbar {
    border-top: none;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #FFF;
    top: 0;
    border-bottom: 1px solid #EEE;
}

.navbar-nav {
float: right;
margin: 34px 0 0;
}

.navbar-brand {
    height: auto;
}

.navbar .navbar-nav li {
    padding: 10px 12px;
}

.navbar .navbar-nav li:last-child {
    padding-right: 0;
}

.navbar .navbar-nav a {
    color: #1F3C66;
    font-size: 18px;
    padding: 0;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    padding-bottom: 5px;
}

.navbar .navbar-nav a:hover {
    border-bottom: 1px solid #B92846;
    color: #B92846;
}

.navbar .navbar-nav a:hover {
    background: transparent;
}

.navbar-nav .current-menu-item a {
    font-weight: 500;
    border-bottom: 1px solid #1F3C66;
    padding-bottom: 5px;
}

/* BTNS */

.btn-primary {
    background: #B92846;
    border:none;
    font-size: 17px;
    font-weight: 500;
    min-width: 230px;
    padding: 12px 16px;
}
.btn-primary:hover {
    background:#1F3C66;
}

footer .btn-primary:hover {
    background: #4383DF;
}

/* SERVICIOS */

.servicios .section-subtitle.desarrollo {
    width: 42%;
}

.servicios .serv {
    border:1px solid #CCCCCC;
    background: #FFF;
    overflow: hidden;
    color: #666666;
}

.servicios .serv .btn-primary {
    border: 1px solid #B92846;
}

.servicios .serv:hover {
    background: #1F3B66;
    color: #FFF;
}
.home .servicios a:hover  {
    text-decoration: none;
}

.servicios .serv:hover .btn-primary {
    border: 1px solid #FFF;
    background: #B92846;
}

.servicios .serv .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
}

.servicios .serv img.icon {
    float: left;
    padding: 22px 15px;
}

.servicios .serv span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    width: 60%;
}

.servicios .serv .image img {
    min-width: 100%;
}

.servicios .serv p {
    padding: 30px;
}

.servicios-blocks {
    padding: 40px 0;
}
#desarrollo .servicios-blocks .text {
  min-height: 106px;
}

/* BACKGROUNDS */

.bg-texture {
    background: url(css/images/bg-servicios.jpg) repeat; 
}

/* FOOTER */

footer {
    background: #1F3C66;
}

#suscribe {
    border-bottom: 1px solid #4C6385;
}

footer .jetpack_subscription_widget .succes, footer .jetpack_subscription_widget p {
    display: none;
}
footer .jetpack_subscription_widget #subscribe-email, footer .jetpack_subscription_widget #subscribe-submit  {
    display: block;
}

#suscribe .form-control {
    margin: 30px 26px 30px 0;
    height: 45px;
    float: right;
    width: 623px;
    text-transform: uppercase;
    text-indent: 15px;
}

#suscribe .btn {
    margin: 30px 0;
}

#footer-middle {
    border-bottom: 1px solid #4C6385;
}

#footer-middle ul {
    margin: 30px 0;
    padding: 0;
}

#footer-middle ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
}

#footer-middle ul a {
    color:#FFF;
    font-weight: 100;
    letter-spacing: 1px;
}

#footer-middle ul a:hover {
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

#footer-middle .current-menu-item a {
    font-weight: 400;
    border-bottom: 1px solid #FFF;
}

footer #footer-middle .socials li {
    padding:0 5px;
}

footer #footer-middle .socials li a {
    background: #7C8B9F;
    border-radius: 50%;
    padding: 7px;
    color: #1F3C66;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
}

footer #footer-middle .socials li a:hover {
    border-bottom: none;
    background: #FFF;
}

footer #footer-middle .socials {
    margin-top: 60px;
    margin-bottom: 30px;
}

#footer-bottom {
    color: #FFF;
    font-size: 12px;
    padding: 20px 0;
    letter-spacing: 1px;
}

#footer-bottom a {
    color: #FFF;
    margin-left: 4px;
}

#footer-bottom a:hover {
    text-decoration: underline;
}

.jetpack_subscription_widget .widgettitle {
    display: none;
}

#subscribe-text {
    display: none;
}

.jetpack_subscription_widget #subscribe-email {
    margin: 0;
    width: 68%;
    float: left;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"] {

}

#subscribe-submit {
    float: left;
}


#subscribe-field {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    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 .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#suscribe .error {
    display: none;
}

#error-suscription {
    background: #990000;
    color: #FFF!important;
    text-align: center;
    font-size: 14px;
}

#error-suscription p {
    color: #FFF;
    padding-top: 10px;
}

#success-suscription {
    background: #5ECB91;
    color: #FFF!important;
    text-align: center;
    font-size: 14px;
}

#success-suscription p {
    color: #666;
    padding-top: 10px;
}

/* Responsive Styles */
@media (max-width: 767px) {
    #suscribe .form-control {
        margin: 30px 0 0px;
        font-size: 12px;
    }
    #suscribe .btn {
        width: 100%;
        margin:10px 0 30px;
    }
    #footer-middle ul li {
        padding: 0 3px;
        font-size: 16px;
    }
    .servicios .serv img.icon {
        padding: 22px 15px!important;
        width: auto!important;
    }
    #servicios.servicios .serv .title {
        font-size: 18px!important;
        width: 94%;
    }
    .jetpack_subscription_widget #subscribe-email {
        width: 100%;
    }
    #suscribe .form-control {
        width: 100%!important;
        margin: 30px 0 0;
    }

    #subscribe-submit {
        width: 100%;
    }
}

@media (max-width: 991px) {
     .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #top-bar li {
        padding: 10px 6px 10px 0px;
    }
    #top-bar .container {
        width: 100%;
    }
    .navbar-brand {
        float: left!important;
        width: 64%;
        text-align: left;
        margin-left: 0!important;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .navbar-nav {
        margin: 0px auto 0!important;
        width: 100%!important;
        background: #EEE;
        border-top: 1px solid #CCC;
        background: #EEE;
        border-top: 1px solid #CCC;
    }
    .navbar-header {
        float: left;
        width: auto;
        padding-top: 0px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .navbar-toggle {
        border: 2px solid #B92846;
        margin-top: 28px;
        position: absolute;
        right: 0;
    }
    .navbar-toggle .icon-bar {
        background: #B92846;
    }
    .navbar .container {
        padding-right: 0px!important;
        padding-left: 0;
        width: 100%;
    }
    .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 0;
        padding-left: 0;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar .navbar-nav li.current-menu-item {
        background: #CCC;
    }
    .navbar .navbar-nav li.current-menu-item a {
        color: #B92846;
        border-bottom: none;
    }
    .navbar .navbar-nav li {
        border-top: 1px solid #CCC;
        text-align: center;
        border-bottom: none;
    }
    .navbar .navbar-nav li a:hover {
        border-bottom: none;
    }
    .navbar .navbar-nav li:last-child {
        padding: 10px 15px;
    }
    
    .navbar-header {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-nav {
        float: none;
        margin: 24px auto 0;
        width: 90%;
    }
    .servicios .serv span {
        width: 60%;
    }
    .servicios .serv img.icon {
        padding: 22px 5px;
        width: 73px;
    }
    .servicios .serv .title {
        font-size: 19px!important;
    }
    #suscribe .form-control {
        width: 95%;
    }
    .section-subtitle.empresa:after, .section-subtitle.empresa:before {
    width: 50px;
    }
    .section-subtitle.valores:after, .section-subtitle.valores:before {
        width: 50px;
    }
    .section-subtitle.principios:after, .section-subtitle.principios:before {
        width: 50px;
    }
}

/* MEDIA QUERY PARA MENU COLLAPSE */
@media (max-width: 1199px) {
    .servicios .serv .title {
        font-size: 24px;
    }
    .servicios .section-subtitle.desarrollo {
        width: 51%;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1690px) {
  .flexslider .slides img {
    min-width: 100%;
    margin-left: auto;
    left: inherit;
    height: auto;
  }
}