/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

      .logo-avisil{
        height: 45px !important;
        margin-top: 15px !important;
        width: auto;}

       .background-colored {
    background-color: #0F1B2E !important;
      background-image: url(../images/avisil-bg.png) !important;
      background-position: top;
    }

    .p-teamviewer{
      padding:10px 90px;
    }

       .teamviewer-bg {
    background-color: #0F1B2E !important;
      background-image: url(../images/parallax/teamviewer-bg.jpg) !important;
      background-position: top;
    }

    .font-size-38{
      font-size: 38px !important;
    }

    .width-100{
      width: 100% !important;
    }

    .margin-0{
      margin: 0 !important;
    }

    .hover-negro{
      transition: 0.5s
    }

    .hover-negro:hover{
      color: #000;
    }

    .fondo-azul .icon-box:hover .hover-negro{
      color: #000;
    }

    .fondo-azul .icon-box .icon i:after {
    box-shadow: 0 0 0 3px #fff !important;
    }

    .background-gris{
      background-color: #1E1E1E !important;
    }

    .font-size-08{
      font-size: 0.8em !important;
    }

    .font-size-18{
      font-size: 18px !important;
    }

    .line-height-24{
      line-height: 24px !important;
    }

    .rounded-sm{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 0px !important;
    }

    .bandera-sm{
      width: 64px;
      height: auto;
    }

    #tabla_productos th {
    border: none !important;
}

h1#h1-chico{
  font-size: 42px;
  line-height: 42px;
}

.max-width-80{
  max-width: 80%
}




@media (max-width: 800px) {
.background-grey{
  padding-bottom: 40% !important;
} }

@media (max-width: 1300px) {
#mainMenu nav > ul > li > a {
    padding: 10px 7px;
    font-size: 10px;
}
	
	#header .header-inner #logo, #header #header-wrap #logo {
    width: 270px;
}

}

@media (max-width: 1200px) {
	#header .header-inner #logo, #header #header-wrap #logo {
    width: 195px;
}
	
	.max-width-80 {
    max-width: 93%;
}

}