﻿@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin);

body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
}

.navbar {
    min-height: 60px !important;
    max-height: 110px;
    padding-top: 5px;
    background-color: #6EC1E4!important;
}


.navbar-default {
    border-bottom: 4px solid #6EC1E4!important;
    min-height: 65px !important;
    background-color: #6EC1E4!important;
}

.dropdown-menu {
    background-color: #6EC1E4!important;
    border-bottom: 4px solid #6EC1E4!important;
}

h1, h2, h3, h4, h5, h6 {
    color: #6EC1E4;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 18px;
}

.k-state-selected {
    background-color: #6EC1E4!important;
}
a {
    color: #6EC1E4;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #6EC1E4;
    border-color: #6EC1E4;
}

.navbar-nav .active > a {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #000000 !important;
}

.navbar-nav li a {
    text-transform: uppercase;
}

li a { color:#000000 !important; background-color: #f8f8f8 !important;}

    li a:hover {
        background-color: #000000 !important;
        color: #fff !important;
    }

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #fff !important;
    background-color: #6EC1E4!important;
}


.navbar-nav li a {
    color: #fff !important;
    background-color: #6EC1E4 !important
}

.action-button, .btn-primary {
    background-color: #6EC1E4!important;
    color: #fff !important;
}

.panel-primary > .panel-heading {
        background-color: #6EC1E4!important;
    color: #fff !important;
    border-color: #6EC1E4;
}

.panel-primary {
    border-color: #000000;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
    color: black !important;
}

.nav-tabs > li > a::after {
    background: #000000 !important;
}

.caret {
    border-top-color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}


/*interi*/


article.networking_list {
    padding-right: 10px;
    padding-left: 10px;
}

    article.networking_list hr {
        display: none !important;
    }

.paginator {
    width: 100%;
}



.col-sm-6.col-xs-12.contact__image {
    min-height: 200px;
}

.container.body-content .row.catalogue {
    max-width: 1200px !important;
    margin: 20px auto;
    font: 14px !important;
}

.container.body-content p {
    font: 16px !important;
    /*	margin-right: -15px;
		margin-left: -15px;*/
}

.form-horizontal .form-group.contact__text__list__item:nth-of-type(1) {
    min-height: 50px;
}

.form-horizontal .form-group.contact__text__list__item:nth-of-type(2) div {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.form-horizontal .form-group.contact__text__list__item {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 576px) {
    div.navbar-header img {
        margin-left: 10px !important;
    }

    h1 {
        font-size: 24px;
    }

    .botons button {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    article.networking_list .contact_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 24%;
        width: 24%;
        float: left;
        display: block;
    }

    #divProducts div.row.contact__container {
        width: 24% !important;
        margin-right: 1%;
        min-height: 345px;
    }


    #agendagaps.row div.col-md-0 {
        width: 14%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 30px;
    }
}


#agendagaps.row div.col-md-0 {
    margin-top: 30px;
}

.navbar-default .navbar-toggle {
    border-color: #000;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ffffff;
    }

.row.contact__container {
}

#divProducts div.row.contact__container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
    border: 1px solid #000000;
    background-color: white;
    box-shadow: 0 0 3px;
    margin-left: 0;
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.col-md-8.contact__text__list {
    width: 100% !important;
}

#divProducts div.row.contact__container .col-md-4.text-center.contact__image {
    width: 100% !important;
}
    /*#divProducts div.row.contact__container .col-md-4.text-center.contact__image a .imglogo{
	max-height: 150px!important;
	max-width: 100%!important;
	margin: 0;
}*/

    #divProducts div.row.contact__container .col-md-4.text-center.contact__image a .imglogo {
        width: 270px;
        height: 160px;
        object-fit: cover;
    }

#divProducts div.row.contact__container .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

article.networking_list .contact_info {
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 0 3px #000000;
    text-align: center;
    margin-bottom: 10px;
    background-color: #ffffff;
    height: 300px;
    padding: 5px;
}

article.networking_list .contact_item {
    margin-right: 1%;
}
/*.form-control-static {
	min-height: 120px;
}/*
/*.networking_list .contact_info .right .col-sm-12 {
	display: none;
}*/

.networking_list img.imglogo {
    width: 180px;
    height: 130px;
    max-width: 180px;
    max-height: 130px;
    object-fit: contain;
}

.paginator_pages_item {
    font-size: 14px !important;
}

.paginator_pages {
    margin-top: 30px;
}

#divProducts hr {
    display: none;
}

div.row.contact__container div.clearfix {
    display: none;
}

.showrooms h3 a {
    background: url(link.svg) left center no-repeat;
    padding-left: 45px;
    color: #000000;
    height: 32px;
    margin-top: 10px;
}

/*img#mainImageCompany {
	margin-top: 20px;
	margin-left: 20px;
}*/

.row.catalogue .contact__container a img#mainImage {
    max-width: 600px !important;
    max-height: 400px;
    max-width: 50%;
}

a.btn.btn-info.no-print {
    font-size: 18px;
    font-weight: bold;
    background-color: #fdd089;
    border-style: solid;
    color: #000000;
    border-color: #000000;
}

.contact__container .product_desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.pestanas .fecha.dia1, .pestanas .fecha.dia2, .pestanas .fecha.dia3, .pestanas .fecha.dia4, .pestanas .fecha.dia5 {
    width: 20% !important;
}

.pestanas .fecha {
    width: 14.2% !important;
    background-color: #fdd089 !important;
    border-bottom-color: #fdd089 !important;
}

    .pestanas .fecha.activo {
        border-bottom: solid 8px #000 !important;
    }

.btn.btn-default {
    background-color: #fdd089 !important;
    font-size: 16px;
}

div#IHEDLinkActivity .btn {
    padding-left: 50px;
    background: url(directo2.png) 7px center no-repeat #000000;
    margin-bottom: 30px;
    margin-top: 10px;
}
