/* General Css */
.default-radius{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.inline-block{
    display: inline-block;
}
.relative{
    position: relative;
}
.default-title h2{
    display: inline-block;
    font-weight: bold;
}
.default-title img{
    float: right;
}
.default-title p {
    float: right;
}

.default-title.noFloat p {
    float:none;
}
.default-title.noFloat img {
    float:none;
    width: 100%;
}
.textoCentrado {
    text-align: center;
}
.default-title hr{
    background-color: #2a3657;
    height: 20px;
    margin-top: 10px;
}
.sub-title hr {
    border-top: 1px solid #4d4d4d;
    text-align: left;
}
.sub-title hr:after{
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #FFF;
    color: #4d4d4d;
    font-size: 20px;
}
.sub-title-nuestrosP hr:after {
    content: 'NUESTROS PRODUCTOS';
}
.sub-title-productosMasR hr:after{
    content: 'PRODUCTOS MÁS RELEVANTES';
}
a:hover{
    cursor: pointer;
}
.somos {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
/* Row same height +sm */
@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

/* Sections */
section.escribinos{
    background-color: #f1f1f2;
    border-bottom: 2px solid #b3b3b3;
    padding: 10px 0;
}
section.header{
    /*background-image: url(../images/header.jpg);*/
    /*padding-top: 400px;*/
    /*border-top:6px solid #fff;*/
}
section.body-top{
    background-color: #f1f1f2;
    padding: 40px 0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
section.body-bottom{
    padding: 40px 0;
}
.somos section.body-center{
    background-color: #4d4d4d;
    color: #fff;
    font-weight: bold;
    padding: 60px 50px;
    font-size: 1.2em;
    margin-top: 10px;
}
section.body-center{
    background-color: #4d4d4d;
    color: #fff;
    font-weight: bold;
    padding: 60px 50px;
    font-size: 1.2em;
    margin-top: 10px;
}
footer{
    border-top: 1px solid #b3b3b3;
}
@media(max-width:767px){
    section.header{
        padding: 0;
        background: none;
        border: 0;
    }
}

/* NavBar */
.navbar-default{
    background-color: rgba(5,18,76,0.9);
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
    margin-bottom: 0;
}
ul.navbar-nav {
    width: 100%;
    margin: 0;
}
ul.navbar-nav li{
    padding: 10px 0;
    text-align: center;
    width: 20%;
}
ul.navbar-nav li:hover, ul.navbar-nav li.active{
    border-bottom: 6px solid #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
}
ul.navbar-nav li a{
    border-right: 2px solid #fff;
    display: block;
}
ul.navbar-nav li:last-child a{
    border: 0;
}
ul.navbar-nav li a small{
    color: #fff;
    font-weight: bold;
}
ul.navbar-nav li a img{
    display: block;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media(max-width:767px){
    .navbar-default{
        border:0;
    }
    ul.navbar-nav li{
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    ul.navbar-nav li a img{
        float: left;
        margin: 0;
        height: 20px;
    }
    ul.navbar-nav li a{
        border:0;
    }
}


/* Buttons */
a.escribinos{
    color: #b3b3b3;
    border: 2px solid #b3b3b3;
    padding: 8px 15px;
    display: block;
    text-align: center;
    width: 160px;
}
a.escribinos-white{
    background-color: #fff;
    margin: 0 auto;
}
a.suscribir-pink{
    background-color: #d61042;
    color: #fff;
    padding: 8px 18px;
    text-align: center;
    font-size: 0.8em;
}

/* Input */
input.email{
    border: 2px solid #b3b3b3;
    padding: 7px 15px;
    font-size: 0.9em;
    width: 100%;
}

/* Form Search */
form.search input{
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
form.search input[type="text"]{
    border-left: 1px solid #b3b3b3;
    border-right: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 7px 15px;
    width: 100%;
}
form.search input[type="submit"]{
    border-right: 1px solid #b3b3b3;
    float: right;
    padding: 7px 15px;
    border-left: 0;
    background-color: #fff;
    color: #2a3657;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1em;
    font-weight: bold;
}

/* Result Search */
.result-image{
    background-color: #fff;
    border: 1px solid #b3b3b3;
    padding: 20px;
    text-align: center;
}
ul.result-color li{
    list-style: none;
    width: 23px;
    height: 23px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
}
ul.result-color > .active{
    background-color: #d61042;
/*    margin-right: 0;*/
}

/* Ul List */
ul.clientes li{
    list-style: none;
    display: inline-block;
}

/* Span */
section.escribinos .phone span{
    font-size: 2em;
    color: #d61042;
    font-weight: bold;
}

/* Img */
section.escribinos .phone img{
    height: 30px;
    vertical-align: text-bottom;
}

/* Logo */
.logo{
    position: absolute;
    left: 0;
    right: 0;
}
.logo > div{
    background-color: #fff;
    padding: 60px;
    width: 360px;
    margin: 0 auto;
    -webkit-box-shadow: 14px 5px 0px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 14px 5px 0px 5px rgba(0,0,0,0.24);
    box-shadow: 14px 5px 0px 5px rgba(0,0,0,0.24);
}

/* Form Productos */
.form-productos{
    border: 2px solid #4d4d4d;
    margin-bottom: 20px;
}
.form-productos .header{
    padding: 5px 0;
}
.form-productos .header img{
    margin: 0 auto;
}
.form-productos .footer{
    background-color: #4d4d4d;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: center;
    padding: 10px;
}
.form-productos .footer span{
    color: #fff;
    font-weight: bold;
}

/* MENU RIGHT */
.productos-menu{
    background-color: #fff;
    border: 1px solid #b3b3b3;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.productos-menu > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.productos-menu > ul ul{
    list-style-type: none;
    padding-left: 20px;
    font-size: 15px;
    margin: 10px 0 15px 0;
}
.productos-menu ul a{
    color: #b3b3b3;
}
.productos-menu ul a > strong{
    color: #d61042;
}
.productos-menu ul .active >a, .productos-menu ul a:hover{
    text-decoration: none;
}
.productos-menu ul .active{
    border: 0;
}

/* Form Contacto */
.form-contacto input[type="submit"]{
    background-color: #d61042;
    color: #fff;
    font-weight: bold;
    padding: 5px 30px;
    margin: 0 auto;
}
.form-contacto label.requerid:after{
    content: "*";
}
textarea.form-control{
    height: 100%;
}
@media(min-width:767px){

    .form-contacto .form-control-margin-bottom{
        margin-bottom: 0;
    }
}



/* Carousel Productos */
.carousel-buttons {
    position: absolute;
    top: -10px;
    right: 0;
}
.carousel-buttons .carousel-control{
    opacity: 1;
}
.carousel-buttons .carousel-control span{
    text-shadow: none !important;
    color:#fff;
    border: 1px solid #4d4d4d;
    background-color: #4d4d4d;
    font-size: 20px;
    padding: 3px;
    left: 0;
    right: 0;
    position: relative;
}
.carousel-buttons .carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-buttons .carousel-control.right {
    margin-left: -6px;
}

/* Footer */

footer {
    background-color: #f1f1f2;
    color: #4d4d4d;
    padding: 20px 0;
    background-image: url(../images/rombo2.png);
}

footer .container {
    display: table;
}

footer .row {
    height: 100%;
    display: table-row;
}

footer [class*='col-'] {
    padding-top: 20px;
}

@media (min-width: 992px){
    footer [class*='col-'] {
        display: table-cell;
        float: none;
    }
}
.wrapper-footer span{
    color: #4d4d4d;
    text-transform: uppercase;
}
.wrapper-footer hr{
    border: 1px solid #4d4d4d;
    margin: 15px 0;
}
.wrapper-footer .wrapper-content{
    padding-right: 20px;
}
.wrapper-footer .wrapper-content p, .wrapper-content span,.wrapper-content ul a{
    font-size: 12px;
    color: #4d4d4d;
}
.wrapper-footer .redes{list-style-type: none; padding: 0px;margin: 0px; text-align: left;margin: 15px 0}
.wrapper-footer .redes li{display: inline-block}
.wrapper-footer .redes li img{max-width: 50px;}
.wrapper-footer .redes li img:hover{cursor: pointer}

.wrapper-footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.wrapper-footer ul ul{
    list-style-type: none;
    padding-left: 20px;
    font-size: 15px;
}
.wrapper-footer ul a{
    color:#4d4d4d;
}
ul.footer-datos p{
    display: inline-block;
}
ul.footer-datos img{
    vertical-align: top;
    margin-right: 5px;
}
.argit img{
    opacity: 0.7;
}


@media(min-width:992px){
    .argit{
        text-align:center;
    }
    .argit .wrapper-content{
        position: absolute;
        bottom: 0;
    }
}



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .carousel {
        display:none;
    }
    .desktopLogo {
        display: none;
    }
    .mobileLogo {
        display:block;
    }
    .carouselProductos {
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .carousel {
        display:none;
    }
    .desktopLogo {
        display: none;
    }
    .mobileLogo {
         display:block;
     }
    .carouselProductos {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .carousel {
        display:none;
    }
    .desktopLogo {
        display: none;
    }
    .mobileLogo {
        display:block;
    }
    .carouselProductos {
        display: none;
    }
}

@media only screen and (min-width : 1024px) {
    .carousel {
        display:block;
    }
    .desktopLogo {
        display: block;
        z-index: 1000;
    }
    .mobileLogo {
        display:none;
    }
    .carouselProductos {
        display: block;
    }
}




.oculta {
    display:none;
}
.wpcf7-submit {
    margin-top:20px !important;
}