@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek.eot');
    src: url('../fonts/Seravek.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Seravek.woff2') format('woff2'),
        url('../fonts/Seravek.woff') format('woff'),
        url('../fonts/Seravek.ttf') format('truetype'),
        url('../fonts/Seravek.svg#Seravek') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterstateCompressedRegular';
    src: url('../fonts/InterstateCompressedRegular.eot');
    src: url('../fonts/InterstateCompressedRegular.eot') format('embedded-opentype'),
         url('../fonts/InterstateCompressedRegular.woff2') format('woff2'),
         url('../fonts/InterstateCompressedRegular.woff') format('woff'),
         url('../fonts/InterstateCompressedRegular.ttf') format('truetype'),
         url('../fonts/InterstateCompressedRegular.svg#InterstateCompressedRegular') format('svg');
}
@font-face {
    font-family: 'SeravekBold';
    src: url('../fonts/SeravekBold.eot');
    src: url('../fonts/SeravekBold.eot') format('embedded-opentype'),
         url('../fonts/SeravekBold.woff2') format('woff2'),
         url('../fonts/SeravekBold.woff') format('woff'),
         url('../fonts/SeravekBold.ttf') format('truetype'),
         url('../fonts/SeravekBold.svg#SeravekBold') format('svg');
}
@font-face {
    font-family: 'SeravekMedium';
    src: url('../fonts/SeravekMedium.eot');
    src: url('../fonts/SeravekMedium.eot') format('embedded-opentype'),
         url('../fonts/SeravekMedium.woff2') format('woff2'),
         url('../fonts/SeravekMedium.woff') format('woff'),
         url('../fonts/SeravekMedium.ttf') format('truetype'),
         url('../fonts/SeravekMedium.svg#SeravekMedium') format('svg');
}
@font-face {
    font-family: 'SeravekLight';
    src: url('../fonts/SeravekLight.eot');
    src: url('../fonts/SeravekLight.eot') format('embedded-opentype'),
         url('../fonts/SeravekLight.woff2') format('woff2'),
         url('../fonts/SeravekLight.woff') format('woff'),
         url('../fonts/SeravekLight.ttf') format('truetype'),
         url('../fonts/SeravekLight.svg#SeravekLight') format('svg');
}

html {
  scroll-behavior: smooth;
}

body {
	background-color:#FFF;
}
h1 {
  font-family: 'Seravek', sans-serif;
  font-size: 40px;
  font-weight: normal;
  color:#000;
  line-height: 100%;
  margin:0;
}
h2 {
  font-family: 'Seravek', sans-serif;
  font-size: 35px;
  font-weight: normal;
  color:#000;
  line-height: 100%;
  margin:0;
}
h3 {
  font-family: 'Seravek', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color:#000;
  line-height: 100%;
  margin:0;
  text-align: center;
}
h4 {
  font-size: 20px;
  font-family: 'Seravek', sans-serif;
  color: #000;
  margin: 0;
}
h1.prod {
    font-family: 'SeravekLight' ;
    color: #002e6d;
    font-size: 35px;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
}
input:focus, button:focus, a {
	outline: none;
}
img.responsive { width:100%;}
p {
	font-family: 'Seravek', sans-serif;
	font-size: 20px;
	color:#414042;	
	text-align: left;
	margin:0;
  line-height: 120%;
}
a:hover { 
	text-decoration:none;
	color:#000;
 }
.header {
    height: 80px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
}
#metaslider-id-19 {
    margin-top: -140px;
    z-index: -1;
}
a.tel {
    color: #414042;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
}
a.tel:before {
    content: url(../img/tel.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
.dropdown-menu { 
    background-color:transparent !important;
 }
.dropdown-menu.show {
   top: 45px !important;
    left: -15px !important;
}
ul#menu-home {
  margin: 0 auto;
}
ul#menu-home li {
  padding: 0px 10px 0 10px;
}
ul#menu-home li a {
    font-family: 'Comfortaa', cursive;
	font-size: 17px;
	color:#5e6163;
  font-weight: normal;
}
ul#menu-home li:hover {
  
}
.wpcf7-not-valid-tip {
    color: #FFF !important;
    font-weight: bold  !important;
}
.dropdown-menu {
	padding:0;
}
.relatives {
  position: relative;
}
.orange {
    background-color: #e64b38;
    display: inline-block;
    margin: -22px 0 0 0;
    padding: 5px 58px;
}
.orange span {
    color: #fff;
    font-family: 'InterstateCompressedRegular', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
}
span.sobre {
    color: #e64b38;
    font-family: 'SeravekBold';
    font-size: 58px;
    font-weight: bolder;
    display: block;
    text-align: center;
}
span.nos {
    color: #e64b38;
    font-family: 'SeravekBold', sans-serif;
    font-size: 58px;
    font-weight: normal;
    display: block;
    text-align: left;
    line-height: 100%;
}
span.deberia {
    color: #002e6d;
    font-family: 'SeravekBold', sans-serif;
    font-size: 48px;
    font-weight: bolder;
    display: block;
    text-align: center;
    line-height: 100%;
}
span.deberia:before {
    content:"";
    border: 4px solid #e64b38;
    display: inline-block;
    width: 10%;
    margin: 0 30px 12px 0;
}
span.deberia:after {
    content:"";
    border: 4px solid #e64b38;
    display: inline-block;
    width: 10%;
    margin: 0 0 12px 30px;
}
span.bolds {
    font-family: 'SeravekBold';
    font-size: 55px;
    color: #FFF;
    line-height: 100%;
}
span.lights {
    font-family: 'SeravekLight';
    font-size: 45px;
    color: #FFF;
    line-height: 100%;
}
.blue {
    background-color: #002e6d;
    height: 400px;
}
.white {
    background-color: #FFF;
}
.border-gris {
    border-left: 2px solid #808285;
    border-right: 2px solid #808285;
}
.mtop {
    margin: -120px 0 0 0;
}
.gris {
    background-color: #e6e7e8;
}
.whites {
    background-color: #FFF;
    margin-top: -40px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
span.algunos {
    color: #002e6d;
    font-family: 'SeravekBold', sans-serif;
    font-size: 40px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 100%;
}
.blue img:hover {
    background-color: #e64b38;

}
.galleria-theme-classic .galleria-image-nav {
    display: none;
}
/* hover en imagen*/
    .image {
    position: relative;
    width: 400px;
}

.image__img {
    display: block;
    width: 100%;
}

.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'SeravekLight', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay--blur {
    backdrop-filter: blur(5px);
}

.image__overlay--primary {
    background: #e64b38;
}

.image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
}

.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-family: 'SeravekLight', sans-serif;
    font-size: 2em;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.image__description p {
    font-family: 'SeravekLight', sans-serif;
    font-size: 1.5em;
    padding: 0 30px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}
/* fin de hover en imagen */
a.ver {
    background-color: #002e6d;
    border-radius: 15px;
    font-family: 'InterstateCompressedRegular', sans-serif;
    font-size: 19px;
    color: #FFF;
    padding: 5px 20px;

}
a.mas {
    background-color: #fff;
    border-radius: 15px;
    font-family: 'InterstateCompressedRegular', sans-serif;
    font-size: 14px;
    color: #002e6d;
    padding: 5px 20px;
}
.gright {
    box-shadow: 10px 0 9px -7px #333;
}
a.cotiza {
    font-family: 'InterstateCompressedRegular', sans-serif;
    font-size: 19px;
    color: #e64b38;
    float: right;
}
.bg-home { 
    background: url(../img/bg-home.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 536px;
    margin-top: -140px;
    z-index: 0;
    padding: 200px 0 0 0;
 }
.bg-about { 
    background: url(../img/bg-about.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 370px;
 }
 span.mail, span.tel, span.ubi {
    color: #FFF;
    font-family: 'Seravek', sans-serif;
    display: flex;
    font-size: 17px;
    margin: 20px 0;
 }
 span.mail:before {
    content: url(../img/mail.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
 }
 span.tel:before {
    content: url(../img/btel.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
 }
 span.ubi:before {
    content: url(../img/ubi.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
 }

.galeria {
    background: url(../img/galeria.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 100%;
  width: 100%;
}
.bg-footer {
    background: url(../img/contactanosn.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    height: 100%;

}
.bg-footers {
    background: url(../img/contactanosb.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -1px;
}
.bright {
  border-right: 2px solid #fff;

}
span.cont {
    font-family: 'SeravekBold', sans-serif;
    font-size: 50px;
    color: #FFF;
    display: block;
    text-align: center;
}
.sideone {
    float: left;
    width: 40%;
    padding: 0 5px 0 0;
}
.sidetwo {
    float: left;
    width: 60%;
    padding: 0 0 0 5px;
}
.bg-red {
    background: #ef383d;
    padding: 40px 0;
    width: 100%;
}
span.it {
    font-family: 'Seravek', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #FFF;
    padding: 0 0 0 10px;
}
.bg-nosotros {
    background: url(../img/nosotros.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
}
body.translatepress-en_US .bg-nosotros{ 
    background: url(../img/nosotrosen.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
} 
.shadow {
    -webkit-box-shadow: 0 16px 15px -13px #222;
    -moz-box-shadow: 0 16px 15px -13px #222;
    box-shadow: 0 16px 15px -13px #222;
}
.banner-productos {
    background: url(../img/productos.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
}
body.translatepress-en_US .banner-productos {
    background: url(../img/productosen.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
}
.abajo img {
    margin: -40px 0 0 0;
}
.ora {
    background-color: #e64b38;
}
.ora p {
    color: #FFF;
}
.bg-servicios {
    background: url(../img/servicios.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
}
body.translatepress-en_US .bg-servicios {
    background: url(../img/serviciosen.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
}
.bg-contacto { 
    background: url(../img/contacto.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
 }
body.translatepress-en_US .bg-contacto {
    background: url(../img/contactoen.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin: -140px 0 0 0;
    z-index: -1;
}
span.azul {
    font-family: 'InterstateCompressedRegular', sans-serif;
    color: #FFF;
    background-color: #002e6d;
    font-size: 20px;
    padding: 2px 10px;
    margin: 0 0 7px 0;
    display: inline-block;
    letter-spacing: 1px;
}
span.titu {
    font-family: 'Seravek', sans-serif;
    color: #FFF;
    font-size: 35px;
    line-height: 100%;
}
span.servid {
    font-family: 'SeravekBold', sans-serif;
    color: #FFF;
    font-size: 45px;
    line-height: 100%;
    display: block;
    text-align: center;
    margin: 30px 0 0 0;
}
span.subra {
    text-decoration-color: #e64b38;
    text-decoration-line: underline;
}
ul.especial {
    list-style: none;
}
#footer {
  padding:0px 0;
}
ul.especial li span {
    color: #FFF;
    font-family: 'Seravek', sans-serif;
    font-size: 18px;
}
ul.especial li span:before {
    content: url(../img/dot.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
body.page-id-13 .t {
    display: none !important;
}
iframe {
  width: 100%;
}

.blu {
  background-color: #002e6d;
  padding: 30px 20px !important;
  
}
.blanco {
    background-color: #FFF;
    padding: 10px 0;
}
#galleria {
	height:600px;
	width:100%;
}
.h100 { height:120px; }
p.foot { 
  text-align: center !important; 
  font-family: 'SeravekLight', sans-serif;
  font-size: 16px;
  color:#bcbec0;
  font-weight: normal;
  margin: 0;
}
button.btn { 
	background: url(../img/menu.png) no-repeat;
	width:30px;
	height:30px;
	display: block;
	border:none;
 }
.dropdown-menus {display:none;}
.men {display: none;}

/* #Forms
================================================== */

  form {
  }
  fieldset {
    margin-bottom: 20px; }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea,
  select {
    outline: none;
    font: 16px 'ComfortaaMedium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #000;
    margin: 0;
    width: 100%;
    display: block;
    border: none;
    border-radius: 10px;
    padding: 6px 10px;
    color: #000;
    margin-bottom: 10px;
    background: #fff; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    
    
  }
  input[type="radio"] {
        font-family: 'SeravekMedium', sans-serif;
        color: #FFF;
      }
  textarea {
        height: 80px;
        width: 100%;
        background: #fff;
     }

  label,
  legend
   {
    display: block;
    font-family: 'SeravekMedium', sans-serif;
    font-weight: normal;
    color:#fff;
    margin: 0 0 3px 0;
    font-size: 20px;  }
  select {
    width: 220px; }
  input[type="checkbox"] {
    display: inline; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 18px;
    font-family: 'Seravek', sans-serif;
    color: #fff; }
input[type="submit"] {
  font-family: 'Seravek', sans-serif;
  font-size: 15px;
  display: block;
  font-weight: bold ;
  text-align: center;
  color:#e64b38;
  float: right;
  background-color: #FFF;
  cursor: pointer;
  margin:0 auto;
    border-radius: 15px;
    padding: 0px 20px;
    border: none;
}
div.wpcf7-response-output {
  color:#FFF;
}


/* media queries*/
/* iphone 5s*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
     
.men {display: none;}
.dropdown-menus{display: block;}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menus {    
    display: block;
    position: relative;
    margin: 0px 0 0 0;
    background-color: #e64b38;
    width:100%;
}
.menn {display:none !important;}
.logos {
        text-align: center;
        display: block;
    }  
.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dropdown .dropdown-menu {
    position: absolute;
    top: 43px;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    margin:0;
    width: 100%;
    text-align: center;
    z-index: 9000000;
    position: relative;
}
.dropdown button {
    background-color: #e64b38;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 10px 10px;
    font-size: 1em;
    text-align: center;
    float:none;
    font-family: 'Seravek', sans-serif;
}
.dropdown a {
    display: block;
    padding: 5px 5px;
        text-decoration: none;
    background-color: #e64b38;
    color: #fff;
    font-family: 'Seravek', sans-serif;
}
.dropdown a:hover {
    background: #002e6d;
}
.r {
  
}
p { font-size:17px; }
h1 { font-size: 35px; }
h2{ font-size:29px !important; }
a.aqui { padding: 1px 22px; margin: 0px 0 0 20px; }
.header { position:relative; height:140px; }
.dropdown-menus { width:100px; }
#galleria { height:300px; }
a.tel { position: absolute; top: -41px; right: 15px; }
.gris { height:100%; }
#metaslider-id-19 { margin:0; }
span.nos, span.sobre, span.deberia { font-size:30px; }
span.deberia:after, span.deberia:before { display:none; }
.blue { height:100%; }
.mtop { margin: -54px 0 75px 0; }
.sideone, .sidetwo { width: 50%; }
.bg-nosotros, .banner-productos, .bg-servicios, .bg-contacto { height:220px; margin:0; }
label, legend { font-size:17px; }
span.bolds { font-size:30px; }
span.lights { font-size:25px; }

}



/*iphone portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
 


}
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 959px) {
 .men {display: none;}
.dropdown-menus{display: block;}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menus {    
    display: block;
    position: relative;
    margin: 0px 0 0 0;
    background-color: #e64b38;
    width:100px;
}
.menn {display:none !important;}
.logos {
        text-align: center;
        display: block;
    }  
.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dropdown .dropdown-menu {
    position: relative;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    margin:0;
    width: 100%;
    text-align: center;
    z-index: 9000000;
    position: relative;
}
.dropdown button {
    background-color: #e64b38;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 10px 10px;
    font-size: 1em;
    text-align: center;
    float:none;
    font-family: 'Seravek', sans-serif;
}
.dropdown a {
    display: block;
    padding: 5px 5px;
        text-decoration: none;
    background-color: #e64b38;
    color: #fff;
    font-family: 'Seravek', sans-serif;
}
.dropdown a:hover {
    background: #002e6d;
 }
  .header { position:relative; height:120px; }
  a.tel{ top: -43px; position: absolute; right: 16px; }
  .coat { margin:0; }
  .bg-nosotros, .ecoa, .deburring  { height:300px; }
  .azulbajo p { font-size:13px; }
  .qualitybg { height:260px; }
  .ab { display: inline-block; margin: 0 0 0 294px; }
  h1.big, h1.bigs { font-size:40px; }
  .sideone, .sidetwo { width: 50%; }
  label { font-size:17px; }
  .image__title { font-size:1.4em; }
  .image__description { font-size: 1.2em; padding: 0 27px; }
  span.deberia { font-size:35px; }
  span.deberia:before { margin: 0 20px 7px 0; }
  span.deberia:after { margin: 0 0 7px 20px; }
}
/*ipad pro*/ 	
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
    .men {display: none;}
.dropdown-menus{display: block;}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menus {    
    display: block;
    position: relative;
    margin: 0px 0 0 0;
    background-color: #1C75BC;
    width:100%;
}
.menn {display:none !important;}
.logos {
        text-align: center;
        display: block;
    }  
.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dropdown .dropdown-menu {
    position: relative;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    margin:0;
    width: 100%;
    text-align: center;
    z-index: 9000000;
    position: relative;
}
.dropdown button {
    background-color: #1C75BC;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 10px 10px;
    font-size: 1em;
    text-align: center;
    float:none;
}
.dropdown a {
    display: block;
    padding: 5px 5px;
        text-decoration: none;
    background-color: #1C75BC;
    color: #fff;
}
.dropdown a:hover {
    background: #191C1F;
}
  .header { width:100%; position:relative; }
  .servi p { left:50px; }

}
/* fin media queries*/
