@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,700');
body {
    background: white;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 400;
    font-style: normal;
    color: #6d6e71;
}

.big-font {
    font-size: 16px;
    line-height: 23px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p,
li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    margin-bottom: 8px;
    margin-top: 0px;
    /*font-size: 0.95em;
  font-style: normal;
  font-weight: 400;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Istok Web';
}

h4 {
    font-size: 13px;
    padding: 0px;
    color: #333;
    font-weight: 500;
    line-height: 15px;
}

.col-sm-3 {
    width: 22%;
}

#menu-option.menu-new li a:hover {
    /*background: #EEEEE8;*/
    background: transparent;
    color: #0099cc;
}

#menu-option.menu-new li a:active,
#menu-option.menu-new li a:focus {
    background: #EEEEE8;
    color: #0099cc;
}

#menu-option.menu-new li a.current {
    background: #0061AD;
    color: #EFEEE7;
}


/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background:none;
	}*/

footer .button_wrap {
    display: block;
    border: 1px solid #D1D3D4;
    padding: 4px 6px 2px;
    margin: 5px auto;
    font-weight: bold;
    width: 96px;
    line-height: 1em;
    font-size: 12px;
    text-align: center;
}

footer .footer_logos a {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

footer .button_wrap a {
    color: #939598;
}

footer aside.col-md-3.margins li {
    list-style: none;
}

footer aside.col-md-3.margins ul {
    padding-left: 0;
}

.footer-principal {
    margin-bottom: 5rem;
}

.copy {
    font-size: 1.5rem;
}

.search {
    margin: auto;
    text-align: center;
}

.search>h3 {
    color: #fff;
    text-align: left;
    margin-left: 10rem;
}

.txt-center {
    text-align: center;
}

.btn-primary {
    background-color: #f1f1f1;
    border-color: #cccccc;
    color: #555555;
    font-weight: bold;
}

.btn-singin {
    background-color: #4b84c2;
    color: #f1f1f1;
    font-weight: bold;
    border-radius: 0px;
}

.input-per {
    border-radius: 0px;
}

.container h1 {
    color: #555152;
    margin-top: 50px;
}

.no-margin {
    margin-top: 10px!important;
}

.btn-primary:hover {
    background-color: #f1f1f1;
    border-color: #cccccc;
    color: #555555;
    font-weight: bold;
}

header {
    margin-bottom: -14px;
    margin-top: 20px;
    padding-left: 0px!important;
}


/** == VERTICAL NAV == **/

#subnavVertical {
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 14px 0;
    background-image: none;
}

#subnavVertical ul {
    padding: 0;
}

#subnavVertical li {
    color: #0A7BC1;
    background-image: url(../images/icon/square-dark.gif)!important;
    background-repeat: no-repeat;
    background-position: 0 9px;
}


/** == TAB WRAPPER - SOCIAL NETWORKS ==**/

.solutions {
    width: 200px;
    text-align: right;
    display: block;
    /*margin-bottom: 10px;*/
    float: right;
    padding: 0px;
    position: relative;
    top: 2px;
}

.share-buttons li {
    display: inline;
    list-style: none;
}


/*
@font-face {
  font-family: 'Frutiger';
  src: url('FrutigerLTStd-Roman.eot'); 
  src: url('FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), 

}
@font-face {
  font-family: 'FrutigerLight';
  src: url('FrutigerLTStd-Light.eot');
  src: url('FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'),

}
*/

.text-uppercase {
    text-transform: uppercase
}

.product {
    margin-top: 20px;
}

#data-content {
    border-bottom: 1px solid #ccc;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-none {
    padding: 0px!important;
}

.logo-text {
    color: black;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Frutiger', Arial;
    margin-top: -23px;
    position: absolute;
    margin-left: 41px;
}

.arrow_bullet {
    background-image: url(../images/icon/arrow_bullet-blue.gif);
}

.slider {
    z-index: 0px;
    position: relative;
    top: -47px;
}

.logo {
    background: url("../images/daikiapplied/logo.png") no-repeat;
    width: 700px;
    height: 131px;
    position: absolute;
    z-index: -10;
    top: -5px;
}

#menu-option {
    /*background-color: white!important;*/
}


/* == NAVEGACION PRINCIPAL =

.bg-light {
    background-color: #f8f9fa!important;
}
.navbar{
  margin-bottom: 0;
  border-radius:0;
}
.navbar-nav li{
  list-style: none;
  font: bold 14px/14px "Istok Web",sans-serif;
  padding: 0 10px;
  text-transform: uppercase;
}
.navbar-nav li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #737373;
    display: inline-block;
    height: 20px;
}
.navbar-nav li:first-child {
    border-left: medium none;
}
.navbar-nav li:last-child {
    border-right: medium none;
}
.navbar-nav li a{
  color: #737373;
}*/

@media screen and (max-width: 420px) {
    h1.content-title {
        font-size: 1.5em;
    }
    h2 {
        font-size: 25px;
    }
    footer p {
        text-align: center!important;
    }
    footer .margins {
        border: none!important;
    }
    footer aside {
        margin-bottom: 30px;
    }
    .banner {
        min-width: auto;
        width: 100%;
        height: 400px;
        background-color: #20A0DB;
    }
}


/*.navbar{
	margin-bottom: 0px;
	position: relative;
  z-index: 999999;    
}
.nav.navbar-nav{
  margin-top: 10px;
}
.navbar-default {
    background-color: #f5f7fa;
    border-color: transparent;
}

.navbar-brand{
	padding: 0px;
	margin: 0px;
}
.navbar-toggle{
    margin-top: 16px;
    margin-bottom: 17px;
}

.navbar-brand{
  padding: 0px!important;
}

.nav li a{
  color: #737373;
  display: block;
  font: bold 14px/14px "Istok Web",sans-serif;
  letter-spacing: 0.01em;
  margin-top: -5px;
  padding: 6px 10px;
  position: relative;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.nav li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #737373;
    display: inline-block;
    height: 14px;
}
.nav li:first-child {
    border-left: medium none;
}
.nav li:last-child {
    border-right: medium none;
}*/


/* ** */

.menu {
    margin-top: 26px;
}

.menu li a:hover {
    background: #EEEEE8!important;
    color: #555152!important;
}

.menu li a.current {
    background: #0061AD!important;
    color: #EFEEE7!important;
}

#menu-option.menu-new {
    background-color: #000000;
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    height: 55px;
    margin: 0;
    padding: 0 calc((100% - 960px) / 2);
    text-align: center;
    width: 100%;
}

#menu-option.menu-new ul {
    font-size: 0;
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
    left: 80px;
}

.title span {
    margin-left: 73px;
}

.social-media-links li {
    display: inline-block;
}

ul.social-media-links {
    padding: 0;
    text-align: center;
}

footer h4 {
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    color: #20a0db;
    font-size: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

footer h4 span {
    position: relative;
    display: block;
    top: -18px;
    left: 28px;
}

footer .margins {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

footer hr {
    border-color: #ccc currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
}

footer h4+hr {
    margin: 0 0 1em;
}

footer p,
footer li {
    color: #939598;
    line-height: 1.5em;
    font-size: 12px;
    text-align: center;
}

footer .credits {
    border-top: 1px solid #cccccc;
    margin-top: 35px;
    padding-top: 15px;
    font-size: 16px;
}

footer .button_wrap {
    line-height: 1em;
    text-align: center;
}

footer .btn-reset {
    border: 1px solid #d1d3d4;
    color: #939598;
    display: inline-block;
    font-weight: bold;
    margin-top: 5px;
    min-width: 72px;
    padding: 3px 6px 1px;
    width: 100px;
    border-radius: 0;
}

footer a.btn-reset:hover {
    background: #fff;
    border: 1px solid #d1d3d4;
    color: #939598;
}


/************************
 Content
 ************************/


/*** === HOME === ***/

.home-feature p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}

.box-padding5 {
    padding: 2rem 4rem;
}


/***/


/*** === TABS WRAPPER === ***/

.full-widthGray {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFF;
    overflow: hidden;
    background-image: url(../images/bkgnd-gray.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.full-widthGray p {
    width: 93%;
}

#whiteBox {
    margin: 0px;
    padding: 0;
    /*text-align: center;*/
}

#whiteBox p.single-image {
    vertical-align: top;
    display: inline-block;
}

#whitebox a:visited {
    text-decoration: none;
    color: #0A7BC1;
}

#whitebox a:link {
    text-decoration: none;
    color: #0A7BC1;
}

#whiteBox h1.smalltext {
    font-size: 1.8rem;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #555152;
    border-bottom: none !important;
    margin-top: 0;
    margin-bottom: 12px;
}

#whiteBox h3 {
    color: #555152;
}

#whiteBox .news {
    padding-top: 0!important;
}

#grayBox {
    margin: 0;
    padding: 20px;
    text-align: center;
    background-color: #f1f1f1;
}

#whiteBox .two-images {
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

#whiteBox p.single-image {
    vertical-align: top;
    display: inline-block;
}

#grayBox h1 {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    border-bottom: none !important;
    margin-top: 0;
}

#tabsWrapper h1,
#tabsWrapper #whiteBox h1 {
    margin-top: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

#tabsWrapper .special-text {
    font-size: 20px;
    display: block;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

#whiteBox .careers-text {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 8px 0;
    display: block;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

ul.arrow2 li {
    list-style: none;
    background: url(../images/icon/arrow_bullet.png) no-repeat 0 6px transparent;
    display: block;
    padding: 0 0 0 15px;
}

ul.arrow li {
    list-style: none;
    background: url(../images/icon/arrow_bullet.png) no-repeat 0 6px transparent;
    display: block;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
}

ul.arrow {
    padding-left: 0;
}


/***/


/*Imagenes Responsive */

.img-sing {
    max-width: 65%;
    margin: auto;
}

.img-logo {
    max-width: 250px;
}

.img-logos {
    max-width: 65%;
}

#bannerSubs {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: block;
    width: 960px;
}

#tabsWrapper h3 {
    margin-top: 0;
    line-height: 27px;
}

#tabsWrapper h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #0099cc;
    padding: 0px;
}

.parts h2 {
    font-size: 28px;
    line-height: 37px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 300;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0!important;
}

.parts-sales hr {
    top: 10px;
}

.parts-sales .graybox {
    display: block;
    padding: 6px 0px 10px;
    background-color: #ECEDEE;
    background-image: url(../images/notch.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 10px;
}

.parts-sales .graybox p {
    padding-right: 10px;
    padding-left: 10px;
    color: #6B6B6B;
    font-size: 0.95em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

.parts-sales .name {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
}

.parts-sales .graybox p strong {
    font-weight: bold;
}

.parts-sales .graybox h1 {
    color: #004FA9;
    font-size: 19px;
    padding-left: 10px;
    font-weight: 400;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 2px;
    line-height: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5D6D0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.white-container p {
    color: #6D6E71;
    margin-bottom: 18px;
    line-height: 30px;
}

#locateButton a:link,
#myButton a:visited {
    width: 250px;
    background: #EEEEE9;
    color: #666;
    font-size: 12px;
    padding: 4px;
    text-decoration: none;
    display: table;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Verdana, Geneva, sans-serif;
}

.parts {
    padding: 20px;
}

.parts h1.smalltext {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    border-bottom: none !important;
    margin-top: 10px;
    margin-bottom: 12px;
}

#whiteBox h6 {
    font-size: 40px;
    display: block;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    padding-top: 14px;
    padding-bottom: 16px;
}

#careers p em {
    font-size: 14px;
    line-height: 18px!important;
}


/* Career tooltip - */

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover {
    color: #777;
    text-decoration: none;
}

.tooltip:hover:after {
    background: #111;
    background: rgba(0, 0, 0, .8);
    border-radius: .5em;
    bottom: 1.35em;
    color: #fff;
    content: attr(title);
    display: block;
    left: 1em;
    padding: .3em 1em;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    white-space: normal;
    z-index: 98;
    font-size: 14px;
    line-height: 17px;
    width: 300px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: .4em .4em 0 .4em;
    bottom: 1em;
    content: "";
    display: block;
    left: 2em;
    position: absolute;
    z-index: 99;
}

.mcp-content .two-images {
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

.mcp-content .two-images p {
    margin-bottom: 0;
    padding: 0;
}

.mcp-content .two-images img:first-of-type {
    margin-bottom: -10px!important;
}

.reset-text-block {
    font-size: 16px!important;
    padding-top: 0!important;
}

.reset-text-block li {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px!important;
    padding-top: 0!important;
    color: #000;
    list-style: none;
}

.reset-text-block {
    padding-left: 10px;
}

.reset-margin-top {
    margin-top: 15px!important;
}

.grayBox {
    background-color: #f1f1f1;
    margin: 0;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

.grayBox p {
    text-align: left;
    font-size: 16px!important;
    padding: 0!important;
}

.grayBox h1 {
    margin-top: 0;
    text-align: left;
}

#bannerWrap {
    background-color: #fff;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
}

#bannerFullWidth {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


/* == CAREERS PEOPLE == */


/* Career Rollover Images - */

a.rollover {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    background: url("../images/careers/career-rollover1.jpg");
}

a.rollover:hover {
    background-position: 0px -225px;
}

a.rollover2 {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    background: url("../images/careers/career-rollover2.jpg");
}

a.rollover2:hover {
    background-position: 0px -225px;
}

a.rollover3 {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    background: url("../images/careers/career-rollover3.jpg");
}

a.rollover3:hover {
    background-position: 0px -225px;
}

a.rollover4 {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    background: url("../images/careers/career-rollover4.jpg");
}

a.rollover4:hover {
    background-position: 0px -225px;
}

a.rollover5 {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    background: url("../images/careers/career-rollover5.jpg");
}

a.rollover5:hover {
    background-position: 0px -225px;
}

a.rollover6 {
    display: block;
    width: 225px;
    height: 225px;
    text-decoration: none;
    background: url("../images/careers/career-rollover6.jpg");
}

a.rollover6:hover {
    background-position: 0px -225px;
}

.displace {
    position: absolute;
    left: -5000px;
}


/* === PRODUCTS LIST === */

#our-people-desktop {
    display: block;
}

#our-people-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    #our-people-desktop,
    .td-hidden {
        display: none !important;
    }
    #our-people-mobile {
        display: block;
    }
    #readmore {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
    .tall {
        margin: 0rem 0 !important;
    }
    .img-services,
    .img-parts {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        margin-bottom: 40px;
    }
    .img-services img,
    .img-parts img {
        width: 100%;
    }
    .personal {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .personal .info {
        text-align: center;
        width: 100%;
    }
    .service-content {
        left: 15px !important;
        width: 100%;
        margin-right: 0;
    }
    #grayBox img {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .innovation {
        display: flex;
        flex-wrap: wrap;
    }
    .innovation img {
        margin: 0;
        width: 100%;
    }
    .diversity img,
    .apply img {
        width: 100%;
    }
    .contact-us {
        width: 100% !important;
    }
    #box-table-a {
        overflow-x: auto;
        width: auto !important;
        border-top-color: #D7D9D9 !important;
        border-width: 1px!important;
        border-top-style: solid;
        border-bottom-style: solid;
    }
    .z-content-inner {
        overflow-x: auto;
        width: auto !important;
    }
    .z-content-inner img {
        width: 100% !important;
    }
}

.full-width {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFF;
    /*overflow: hidden;*/
}

#readmore {
    padding-top: 2px;
    padding-bottom: 4px;
    display: block;
}

#readmore a:link,
#readmore a:visited {
    background: #ECEDEE;
    color: #666;
    font-size: 11px;
    padding: 4px 8px;
    text-decoration: none;
    display: table;
    margin-top: 10px;
    margin-right: 10px;
}

.hr_line {
    max-width: 940px;
    border-bottom: 1px solid #D5D6D0;
    clear: both;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
}


/* NavVertical Current Pages Set */

body#bnavprod a#navprod,
body#bnavdesign a#navdesign,
body#bnavbim a#navbim,
body#bnavcase a#navcase,
body#bnavresource a#navresource,
body#bnavseismic a#navseismic,
body#bnavtraining a#navtraining,
body#bnavrefrig a#navrefrig {
    color: #000;
    text-decoration: none;
    background-image: url(../images/icons/blueArrowTone.gif);
    background-repeat: no-repeat;
    background-position: left top;
}


/* SubNavVertical Current Pages Set */

body#bchillers a#chillers,
body#bah a#ah,
body#bwshp a#wshp,
body#brooftop a#rooftop,
body#bfc a#fc,
body#bmcp a#mcp,
body#bis a#is,
body#bcoils a#coils,
body#bscs a#scs,
body#buv a#uv,
body#bptac a#ptac,
body#bcu a#cu,
body#bcontrols a#controls,
body#bvav a#vav {
    color: #0A7BC1;
    background-image: url(../images/icons/square-dark.gif);
    background-repeat: no-repeat;
    background-position: 12px 8px;
}

#content {
    border-left: 1px solid #ccc;
}

.image-right {
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-left: 25px;
}

.image-left {
    float: left;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-right: 10px;
}

.clear {
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Frutiger', Arial;
    height: 1px;
}

.subtitulo-detalle {
    font-size: 16px;
    padding: 0px;
    font-family: 'Frutiger', Arial;
    color: #333;
    font-weight: bold;
}

.sidebar-list-2 li {
    color: #333;
    text-decoration: none;
    background-image: url(../images/icon/blueArrowTone.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    font-family: 'Frutiger', Arial;
    margin: 0px;
    padding-right: 0px;
    display: block;
    border-bottom: 0px solid #ECEDEE;
    background-position: left 0px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #FFF;
    text-transform: capitalize;
}

.sidebar-list li:hover {
    color: #333;
    text-decoration: none;
    background-image: url(../images/icon/blueArrowTone.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.sidebar-list li {
    color: #333;
    text-decoration: none;
    background-image: url(../images/icon/arrow_bullet-gray.gif);
    background-repeat: no-repeat;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    margin: 0px;
    padding-right: 0px;
    display: block;
    border-bottom: 1px solid #ECEDEE;
    background-position: left 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    text-transform: capitalize;
}

.content-title {
    text-shadow: none;
    text-decoration: none;
    color: #555152;
    display: block;
    padding-top: 10px;
    margin: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5D6D0;
}

.catalag {
    padding-top: 15px;
    padding-bottom: 15px;
}

.products {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #F4F3EF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    border: 1px solid #DFDEDB;
}

.list-products a {
    text-decoration: none!important;
}

.list-group-item {
    border: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
}

.list-group {
    margin-bottom: 0px!important;
}

.slogan {
    width: "450px"!important;
}

@media (max-width: 390px) {
    body {
        font-size: 16px!important;
    }
    .slogan {
        width: "100px"!important;
    }
    .copyright {
        text-align: center;
    }
    .menu li {
        border-bottom: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    .menu {
        margin-left: -30px;
    }
    .menu li a {
        text-decoration: none;
        text-align: right;
        position: relative;
        color: #58585A!important;
        line-height: 14px;
        float: right;
        letter-spacing: .01em;
        font-weight: 400;
        font-family: 'Frutiger', Arial;
        font-style: normal;
        font-variant: normal;
        padding-top: 6px!important;
        padding-bottom: 4px!important;
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
    .navbar-nav>li>a {
        padding-top: 1px;
        padding-bottom: 5px;
    }
}


/**====== LANDING =======**/

.headline-training {
    font-size: 36px;
    font-weight: bolder;
    color: #0099CC;
    margin-top: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

h3.headline-training {
    font-size: 20px;
}

.paragraph-landing {
    /*font-size: 18px;*/
    margin: 0 auto 45px;
    text-align: center;
    font-weight: 400;
    width: 75%;
    color: #20a0db;
    font-size: 34px;
    line-height: 36px;
    padding-top: 30px;
    font-family: "Istok Web", sans-serif;
}

.landing h1 {
    color: #0099CC;
    font-weight: bold;
    font-size: 32px;
}

.landing h2 {
    font-size: 22px;
    margin-top: 14px;
}

.landing .left {
    float: left;
    display: block;
    width: 50%;
}

.landing span {
    font-size: 18px;
    font-weight: bold;
    color: #0099CC;
}

.landing h3 {
    margin: 0;
    color: #0099CC;
    font-weight: bold;
    font-size: 20px;
}

.landing h4 {
    margin: 0 0 10px;
}

.landing .tall {
    margin: 1.5rem 0;
}

.margin-top-land {
    margin-top: 20px;
}

.landing li {
    list-style: none;
}

.landing .product-main-nav h2 {
    font-weight: normal;
}

.landing ul {
    padding-left: 0;
}

.landing .col-sm-7 {
    padding-right: 45px;
    padding-left: 30px;
}

.landing-slider {
    top: 0!important;
}

.landing form {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 15px 30px;
}

.higlight-paragraph {
    background: #0099CC;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    padding: 10px;
    width: 95%;
    margin-top: 30px;
    border-left: 4px solid #1772a3;
}

.landing .sssprev,
.landing .sssnext {
    display: none;
}

.landing .blueTitle {
    color: #0099CC;
    margin-right: -17px;
}

.modal-title {
    color: #0099CC;
    font-size: 28px;
    font-weight: bolder;
    line-height: 33px;
    margin-bottom: 0!important;
}

.form-group.left-form.left {
    display: block;
    margin-left: 2%;
    width: 48%;
}


/*===== RESET =====*/

.product-main-nav h2 {
    background: none!important;
    padding-left: 0!important;
}

.landing .product-main-nav h2 {
    border-bottom: 1px solid #d5d6d0;
    color: #555152;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: "Istok Web", sans-serif;
    line-height: 32px;
    padding-top: 8px;
}


/*===== SLIDER DAIKIN ====*/

#wrapper {
    border-bottom: 1px solid #d5d6d0;
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    margin-top: 10px;
}

.banner-wrapper .slider-arrow img {
    height: 30px;
    width: auto;
}

.banner-wrapper .slider-arrow.prev {
    left: 10px;
}

.banner-wrapper .slider-arrow.next {
    right: 10px;
}


/* BANNERSSSSSSSS*/

.banner {
    width: 100%;
    height: 400px;
    background-color: #20A0DB;
}

.banner .slide .image {
    position: relative;
    height: 400px;
    background: #ddd;
    width: 63%;
    float: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .slide .text {
    position: relative;
    height: 400px;
    width: 37%;
    /*max-width: 550px;*/
    float: right;
    padding: 50px;
    box-sizing: border-box;
    z-index: 2;
    /* flexbox to display content at bottom */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner .slide .text p {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    /*max-width: 256px;*/
    float: left;
}

.banner .slide .text::after {
    position: absolute;
    right: 20%;
    top: 0;
    content: " ";
    background-color: #49C8F5;
    opacity: .5;
    height: 400px;
    width: 100%;
    transform: skewX(-40deg);
    z-index: -1;
    overflow: hidden;
}

.banner .button {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 8px;
    font-size: 16px;
    padding: 6px 16px 4px;
}

.banner .button:hover,
.banner .button:active {
    color: #49C8F5;
    background-color: #fff;
}

.banner .ie-badge {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    padding: 10px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.banner .ie-badge img {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}


/* individual slide styles */

.banner .slide.nurses {
    font-size: 28px;
    line-height: 1.25em;
}

.banner .slide .text.small p {
    font-size: 22px;
    line-height: 1.25;
}


/* buttons */

.button {
    line-height: 1;
    padding: 4px 14px;
}


/*Back-end*/

.padding-2 {
    padding: 2rem;
}

.img-user {
    max-width: 80%;
    max-height: 45%;
    min-height: 150px;
    min-width: 150px;
    padding: 1rem;
    background: #eee;
    margin: 2rem 0px;
    border-radius: 50%;
}

.text-login {
    text-align: center;
    font-size: 1.4rem;
}

.text-id-user {
    font-size: 1.4rem;
    padding: 0.5rem;
    text-align: center;
    background: #555;
    color: #fff;
    font-weight: 600;
}

.tittle-initial {
    color: #5893cf;
}

.subtittle-initial {
    color: #727272;
}

.description-producto>p {
    font-size: 1.4rem;
    padding: 0px 0px 0px 2rem;
}

.producto-grey {
    background-color: #f5f5f5;
}

.producto-white {
    background-color: #fff;
}