/* CSS Document */
@font-face {
    font-family: 'Montserrat';
    src: url('../ttf/montserrat-medium.woff2') format('woff2'),
         url('../ttf/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../ttf/montserrat-bold.woff2') format('woff2'),
         url('../ttf/montserrat-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../ttf/raleway-regular.woff2') format('woff2'),
         url('../ttf/raleway-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../ttf/raleway-bold.woff2') format('woff2'),
         url('../ttf/raleway-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../ttf/opensans-regular.woff2') format('woff2'),
         url('../ttf/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../ttf/opensans-bold.woff2') format('woff2'),
         url('../ttf/opensans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
    box-sizing: border-box;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
    font-family:  Raleway, verdana, sans-serif;
    font-weight: 100;
    color: #555;
    font-size: 16px;
}
main {
  display: block;
}


.articulo{
    width: 100%;
    max-width: 1000px;
    margin: -20px auto 0;
    background-color:  #fff;
    background-position:  bottom right;
    background-repeat:  no-repeat;
    z-index: 99;
    position: relative;
    padding: 50px 30px 0 30px ;
    /*border-radius: 4px;
    box-shadow: 0px -10px 10px rgba(0,0,0,0.1);*/
}
/*estilos de ubicacion temporal**/
.rojo{
    background-color: rgba(168,0,0,0.3);
}
.azul{
    background-color: rgba( 4, 2, 145, 0.523 );
}
.amarillo{
    background-color: rgba( 223, 114, 5, 0.548 );
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
p, ul.lh15{
    
    line-height: 24px;
}

nav{
    font-size: 14px;  
    line-height: inherit;  
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;}
template {
  display: none;
}

[hidden] {
  display: none;
}
.sheet {
    background: #FFFFFF;
    margin:0 auto;
    position: relative;
    width: 1200px;
    z-index: auto !important;
}
.cuerpo, .header, .footer{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.cuerpo .w1300{
    max-width: 1300px;
}
p{
    padding: 10px;
}

.full-width {
  margin-left: calc(-100vw / 2 + 1200px / 2);
  margin-right: calc(-100vw / 2 + 1200px / 2);
}


@media screen and (max-width: 768px){
    .full-width {
      margin-left: calc(-100vw / 2 + 768px / 2);
      margin-right: calc(-100vw / 2 + 768px / 2);
    }
}


.slider{
    height: 600px;
    background: rgba(0,0,0,0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}


.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.justify{
    text-align: justify;
}
.container{
     margin:0 auto;padding:0 
}
.row{
     box-sizing:border-box;display:flex;flex:0 1 auto;flex-flow:row wrap
}
.col-sm,[class^='col-sm-'],[class^='col-sm-offset-'],.row[class*='cols-sm-']>*{
     box-sizing:border-box;flex:0 0 auto;padding:0 calc(var(--universal-padding) / 2)
}
.col-sm,.row.cols-sm>*{
     max-width:100%;flex-grow:1;flex-basis:0
}
.col-sm-1,.row.cols-sm-1>*{
     max-width:8.33333%;flex-basis:8.33333%
}
.col-sm-offset-0{
     margin-left:0
}
.col-sm-2,.row.cols-sm-2>*{
     max-width:16.66667%;flex-basis:16.66667%
}
.col-sm-offset-1{
     margin-left:8.33333%
}
.col-sm-3,.row.cols-sm-3>*{
     max-width:25%;flex-basis:25%
}
.col-sm-offset-2{
     margin-left:16.66667%
}
.col-sm-4,.row.cols-sm-4>*{
     max-width:33.33333%;flex-basis:33.33333%
}
.col-sm-offset-3{
     margin-left:25%
}
.col-sm-5,.row.cols-sm-5>*{
     max-width:41.66667%;flex-basis:41.66667%
}
.col-sm-offset-4{
     margin-left:33.33333%
}
.col-sm-6,.row.cols-sm-6>*{
     max-width:50%;flex-basis:50%
}
.col-sm-offset-5{
     margin-left:41.66667%
}
.col-sm-7,.row.cols-sm-7>*{
     max-width:58.33333%;flex-basis:58.33333%
}
.col-sm-offset-6{
     margin-left:50%
}
.col-sm-8,.row.cols-sm-8>*{
     max-width:66.66667%;flex-basis:66.66667%
}
.col-sm-offset-7{
     margin-left:58.33333%
}
.col-sm-9,.row.cols-sm-9>*{
     max-width:75%;flex-basis:75%
}
.col-sm-offset-8{
     margin-left:66.66667%
}
.col-sm-10,.row.cols-sm-10>*{
     max-width:83.33333%;flex-basis:83.33333%
}
.col-sm-offset-9{
     margin-left:75%
}
.col-sm-11,.row.cols-sm-11>*{
     max-width:91.66667%;flex-basis:91.66667%
}
.col-sm-offset-10{
     margin-left:83.33333%
}
.col-sm-12,.row.cols-sm-12>*{
     max-width:100%;flex-basis:100%
}
.col-sm-offset-11{
     margin-left:91.66667%
}
.col-sm-normal{
     order:initial
}
.col-sm-first{
     order:-999
}
.col-sm-last{
     order:999
}
@media screen and (min-width: 768px){
     .col-md,[class^='col-md-'],[class^='col-md-offset-'],.row[class*='cols-md-']>*{
     box-sizing:border-box;flex:0 0 auto;padding:0 calc(var(--universal-padding) / 2)
}
.col-md,.row.cols-md>*{
     max-width:100%;flex-grow:1;flex-basis:0
}
.col-md-1,.row.cols-md-1>*{
     max-width:8.33333%;flex-basis:8.33333%
}
.col-md-offset-0{
     margin-left:0
}
.col-md-2,.row.cols-md-2>*{
     max-width:16.66667%;flex-basis:16.66667%
}
.col-md-offset-1{
     margin-left:8.33333%
}
.col-md-3,.row.cols-md-3>*{
     max-width:25%;flex-basis:25%
}
.col-md-offset-2{
     margin-left:16.66667%
}
.col-md-4,.row.cols-md-4>*{
     max-width:33.33333%;flex-basis:33.33333%
}
.col-md-offset-3{
     margin-left:25%
}
.col-md-5,.row.cols-md-5>*{
     max-width:41.66667%;flex-basis:41.66667%
}
.col-md-offset-4{
     margin-left:33.33333%
}
.col-md-6,.row.cols-md-6>*{
     max-width:50%;flex-basis:50%
}
.col-md-offset-5{
     margin-left:41.66667%
}
.col-md-7,.row.cols-md-7>*{
     max-width:58.33333%;flex-basis:58.33333%
}
.col-md-offset-6{
     margin-left:50%
}
.col-md-8,.row.cols-md-8>*{
     max-width:66.66667%;flex-basis:66.66667%
}
.col-md-offset-7{
     margin-left:58.33333%
}
.col-md-9,.row.cols-md-9>*{
     max-width:75%;flex-basis:75%
}
.col-md-offset-8{
     margin-left:66.66667%
}
.col-md-10,.row.cols-md-10>*{
     max-width:83.33333%;flex-basis:83.33333%
}
.col-md-offset-9{
     margin-left:75%
}
.col-md-11,.row.cols-md-11>*{
     max-width:91.66667%;flex-basis:91.66667%
}
.col-md-offset-10{
     margin-left:83.33333%
}
.col-md-12,.row.cols-md-12>*{
     max-width:100%;flex-basis:100%
}
.col-md-offset-11{
     margin-left:91.66667%
}
.col-md-normal{
     order:initial
}
.col-md-first{
     order:-999
}
.col-md-last{
     order:999
}

}
@media screen and (min-width: 1280px){
     .col-lg,[class^='col-lg-'],[class^='col-lg-offset-'],.row[class*='cols-lg-']>*{
     box-sizing:border-box;flex:0 0 auto;padding:0 calc(var(--universal-padding) / 2)
}
.col-lg,.row.cols-lg>*{
     max-width:100%;flex-grow:1;flex-basis:0
}
.col-lg-1,.row.cols-lg-1>*{
     max-width:8.33333%;flex-basis:8.33333%
}
.col-lg-offset-0{
     margin-left:0
}
.col-lg-2,.row.cols-lg-2>*{
     max-width:16.66667%;flex-basis:16.66667%
}
.col-lg-offset-1{
     margin-left:8.33333%
}
.col-lg-3,.row.cols-lg-3>*{
     max-width:25%;flex-basis:25%
}
.col-lg-offset-2{
     margin-left:16.66667%
}
.col-lg-4,.row.cols-lg-4>*{
     max-width:33.33333%;flex-basis:33.33333%
}
.col-lg-offset-3{
     margin-left:25%
}
.col-lg-5,.row.cols-lg-5>*{
     max-width:41.66667%;flex-basis:41.66667%
}
.col-lg-offset-4{
     margin-left:33.33333%
}
.col-lg-6,.row.cols-lg-6>*{
     max-width:50%;flex-basis:50%
}
.col-lg-offset-5{
     margin-left:41.66667%
}
.col-lg-7,.row.cols-lg-7>*{
     max-width:58.33333%;flex-basis:58.33333%
}
.col-lg-offset-6{
     margin-left:50%
}
.col-lg-8,.row.cols-lg-8>*{
     max-width:66.66667%;flex-basis:66.66667%
}
.col-lg-offset-7{
     margin-left:58.33333%
}
.col-lg-9,.row.cols-lg-9>*{
     max-width:75%;flex-basis:75%
}
.col-lg-offset-8{
     margin-left:66.66667%
}
.col-lg-10,.row.cols-lg-10>*{
     max-width:83.33333%;flex-basis:83.33333%
}
.col-lg-offset-9{
     margin-left:75%
}
.col-lg-11,.row.cols-lg-11>*{
     max-width:91.66667%;flex-basis:91.66667%
}
.col-lg-offset-10{
     margin-left:83.33333%
}
.col-lg-12,.row.cols-lg-12>*{
     max-width:100%;flex-basis:100%
}
.col-lg-offset-11{
     margin-left:91.66667%
}
.col-lg-normal{
     order:initial
}
.col-lg-first{
     order:-999
}
.col-lg-last{
     order:999
}

}

.tcolor-verde{
    color:#52A32C;
}
.tcolor-azul{
    color:#4A73E7;
}
.tcolor-negro{
    color:#333333;
}
.tcolor-naranja{
    color:#F15D21;
}
.tcolor-gris{
    color:#767172;
}
    
.encabezado{
    background:  #fff;
    padding: 10px
    }

.tel-top{
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.63);
    display: inline-block;
}
.mail-top{
    color: #225de7;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    letter-spacing: -1.3px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.75);
    padding-right: 10px;
    display: inline-block;
        
}
.banner-top{
    margin-bottom: -40px;
    float: right;
    padding-right: 31px;
    padding-top: 0px;
}


@media screen and (max-width: 700px){
    .mail-top, .tel-top, .encabezado {
        text-align: center !important;
        margin:0px auto  ;
    }
    .logo{
     padding: 5px 0 0 0 !important;
        margin-bottom: -15px;
    }
    
    .menu{
        display: none;
    }
}

footer{
    margin: 20px auto 0;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 175%;
    text-align: center;
    padding: 20px 0 0 0;
    background-color:#333;
    
}
.a-left{
 text-align: left;   
}

.a-right{
 text-align: right;   
}

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

.a-justify{
 text-align: justify;   
}
.f-left{
 float: left;   
}

.f-right{
 float: right;   
}

.f-center{
 margin: auto;   
}


footer h3{
    font-size: 19px;
    color: #f6691d;
    font-weight: 900;
}
.pie{
    display:block;
    position: relative;
    font-size: 14px;
}
.pie ul>li>a{
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    min-height: 30px;
    line-height: 30px;
}

.pie ul>li>a:hover{
    color: #fff;
}

.pie ul{
    list-style-type:none;
    padding-left: 0;
}

slider{
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    position: absolute;
}
slider > *{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: red;
    animation: slide 12s infinite;
}
slide:nth-child(1){
    left: 0%;
    animation-delay: -1s;
    background: url('../img/slide_home/1-alquielr-de-equipos.webp');
    background-size: cover;
    background-position: center;
}
.probablemente > h1{
    color: #0B467D !important;
    letter-spacing: -2px !important;
    font-weight: 400 !important;
    text-align: center;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5) !important;

}
.probablemente >p{
    color: #4E6883;
    margin: -35px 0 0;
    font-size: 22px;
    text-align: center;
}

.probablemente >p a{
    line-height: 26.4px;
    color: rgb(0, 153, 255);
    text-decoration: none;
}
.text-experiencia h1{
    line-height: 100% !important;
    color: rgba(0,0,0,0.6) !important;
    text-shadow: none !important;
    margin-top: 0px !important;
    letter-spacing: -2px !important;
    font-weight: 400 !important;
    text-align: left;
    font-size: 40px;
}
.vertical{
    display: flex;
    align-content: center;
    align-items: center;
}
.iso{
    display: flex;
    justify-content:space-around;
}
.iso img{
    width: 100%
}
.w1300{
    max-width: 1300px;
}
.w1400{
    max-width: 1400px;
}
.banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%  ; 
    min-height: 400px;
    display: flex;
    align-items: flex-end
}
.banner h1{
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    color:#fff;
    margin: 0;
    font-size: 55px;
    line-height: 70px;
    font-weight: 800;
}
.botones-inicio{
    display: flex;
    align-content: center;
    font-size: 18px;
    font-family: 'Open Sans';
    line-height: 22px;
    color:#fff;
    font-style: italic;    
    text-align: center;
}
.botones-inicio > div{
    width: calc(100% - 100px) !important;
    padding: 10px;
    margin: auto;
    min-height: 110px;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    border: solid 2px #fff;
}
.botones-inicio div:nth-child(1){    
    background: #1AB6E2;
}

.botones-inicio div:nth-child(2){    
    background: #2A7D38;
}

.botones-inicio div:nth-child(3){    
    background: #EE5812;
}

.botones-inicio div:nth-child(4){    
    background: #C10911;
}

.botones-inicio div:nth-child(5){    
    background: #08629A;
}

.botones-inicio div:nth-child(6){    
    background: #359D31;
}


.menu{
    width: 100%;
    height: 50px;
    display: flex;
    z-index: 999999;
    margin-top: 18px;
    margin-right: 144px;
}

 div.top315{
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat';
    letter-spacing: -1px;
    width: 100%;
    text-align: end;
    padding-right: 0px;
    margin-top: 14px;
    margin-left: 20px;
    text-align: left;
}

 div.top315 img{
    position: relative;
    width: 17px;
    vertical-align: top;
}
 
.menu li a, .menu li a:hover, .menu li a:active, .menu li a:link{
    color: #000;
    font-family: 'Montserrat';
    font-size: 1rem;
    display: block;
}
.menu ul{
    display: flex;
    margin: auto;
}
.menu li{
    list-style: none;
    padding: 15px 20px;
    border-bottom: 2px solid  rgba(0,0,0,0);
    z-index: 9999;
    font-family: 'Montserrat';
}
.menu ul li ul li{
    margin-left: -40px;
    font-size: 12px;
}

.menu li:hover{
    border-bottom: 2px solid  #4C9F29;
    cursor: pointer;
    transition: all 0.3s;
}
.menu ul li ul{   
    flex-direction: column;
    position: absolute;
    background: rgba(255,255,255,.95);
    margin-top: 18px;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
}
.menu ul li:hover > ul{
    visibility: visible;
    transition: all 0.5s;
    opacity: 1;
}


.socialmenu{
    width: 20px;
    display: inline-block;
    margin-top: 13px;
    margin-right: -30px;
}

.socialmenu:first-child{ 
    margin-left: 10px;
}
a, a:hover{
    text-decoration: none;
    transition: all 0.3s;
}
.caret {
display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -9px;
    margin-left: 78px;
    position: absolute;
}


.menu ul li ul li:hover a{
    padding-left:5px;
    transition: all 0.1s;
}

.mapa{
    height: 300px;
    background-image: url(../img/footer-mapa.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.link-mapa{
    background: rgba(255,255,255,0.2);
    display:inline-block ;
    cursor: pointer;
    padding: 15px 20px;
    width: auto;
    transition: all 0.3s;
}
.link-mapa:hover{
    background: rgba(255,255,255,0.5);
    transition: all 0.3s;
}

/*INICIO*/
h1.inicio{
    line-height: normal;
    color: rgba(0,0,0,0.6);
    text-shadow: none;
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.5rem;
}
.tituloLlamar  {
    color: #0B467D ;
    letter-spacing: -2px ;
    font-weight: 400 ;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;
    text-align: center;
}
.tituloLlamar30  {
    color: #0B467D;
    letter-spacing: -1px;
    font-weight: 400;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    font-size: 27px;
}

.clickLlamar{
    font-size: 22px ;
    letter-spacing: 1px;
    line-height: 2rem;
}
.telefono a, .clickLlamar a {
    /*font-size: 21px;*/
    letter-spacing: -2px;
    font-family: Montserrat;
}
.tcolor-blanco {
    color: #fff;
}
.espacio{
    min-height: 30px;
}
.h50{
    height: 50px;
}
.h100{
    height: 100px;
}
.h200{
    height: 200px;
}
.h300{
    height: 300px;
}
.h400{
    height: 400px;
}
.h500{
    height: 500px;
}

.pt40{
    padding-top: 40px;
}
.pb40{
    padding-bottom: 40px;
}
.pl40{
    padding-left: 40px;
}
.pr40{
    padding-right: 40px;
}
.p40{
    padding: 40px;
}

.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}
.pl30{
    padding-left: 30px;
}
.pr30{
    padding-right: 30px;
}
.p30{
    padding: 30px;
}

.pt20{
    padding-top: 20px;
}
.pb20{
    padding-bottom: 20px;
}
.pl20{
    padding-left: 20px;
}
.pr20{
    padding-right: 20px;
}
.p20{
    padding: 20px;
}

.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.pl10{
    padding-left: 10px;
}
.pr10{
    padding-right: 10px;
}
.p10{
    padding: 10px;
}


.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}
.m20{
    margin: 20px;
}

.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.ml30{
    margin-left: 30px;
}
.mr30{
    margin-right: 30px;
}
.m30{
    margin: 30px;
}

.mt40{
    margin-top: 40px;
}
.mb40{
    margin-bottom: 40px;
}
.ml40{
    margin-left: 40px;
}
.mr40{
    margin-right: 40px;
}
.m40{
    margin: 40px;
}

.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;
}
.ml50{
    margin-left: 50px;
}
.mr50{
    margin-right: 50px;
}
.m50{
    margin: 30px;
}

.mp0{
	margin: inherit;
}
/*IMAGENES INICIO*/
.bannerImagen{
    display: flex;
    align-items: flex-end;
    background-size: cover;
}
.bannerImagen:hover > .tituloImagen{
    transition: all 0.3s;
    background: rgba(0,0,0,0.8);
}


.tituloImagenInicio{
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    padding: 5px;
    font-weight: 900;
    align-self: flex-end;
    transition: all 0.3s;
} 
.tituloImagen{
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    padding: 5px;
    font-weight: 900;
    align-self: flex-end;
    transition: all 0.3s;
}
.tituloImagenArticulo{
    position: relative;
    background: rgba(0,0,0,0.5);
    text-align: center; 
    text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
    padding: 5px 100px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 900;
    width: 100%;
}

.social-footer-ico img{
    margin-right: 6px;
}

a.contador{
    text-decoration: none;
    color: #FB7C3C;
}
a.contador:hover{
    text-decoration: underline;
    color: #FB7C3C;
}
.reparacion-img{
    background-image: url("../img/encabezados/reparacion1.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}

.venta-img{
    background-image: url("../img/encabezados/venta-2.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}

.quienes-img{
    background-image: url("../img/encabezados/quienes-somos.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}

.hseq-img{
    background-image: url("../img/encabezados/hseq-1.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}



.fabricacion-img{
    background-image: url("../img/encabezados/fabricacion.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.alquiler-img{
    background-image: url("../img/encabezados/alquiler.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}
.offshore-img{
    background-image: url("../img/encabezados/offshore.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}

.inspeccion-img{
    background-image: url("../img/encabezados/inspeccion.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}

.licencias-img{
    background-image: url("../img/encabezados/licencias1.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}
.contactenos-img{
    background-image: url("../img/encabezados/contactenos.jpg");
    background-repeat: no-repeat;
    background-position: center ;
}



.inicio-img-inicio{
    background-image: url("../img/encabezados/Inicio-Planta-Posterior-1.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
}



.inicio-img-inspeccion{  
    background-image: url("../img/inicio/grilla-inspeccion.jpg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.inicio-img-offshore{  
    background-image: url("../img/inicio/grilla-offshore.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
}
.inicio-img-alquiler{  
    background-image: url("../img/inicio/grilla-alquiler.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
}
.inicio-img-fabricacion{  
    background-image: url("../img/inicio/grilla-fabricacion.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
}
.inicio-img-venta{  
    background-image: url("../img/inicio/grilla-venta.jpg");
    background-repeat: no-repeat;
    background-position: center 70%;
}
.inicio-img-reparacion{  
    background-image: url("../img/inicio/grilla-reparacion.jpg");
    background-repeat: no-repeat;
    background-position: center;
}




.overGrilla{
    height: 100%;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0.6) 100%);
    cursor: pointer;
    width: 100%;
}

ul {
    list-style-type: none;
} 
ul.sobreli li:hover{
    background: rgba(0,0,0,0.04);
    transition: all 0.3s;
}


table.sobre tr:hover{
    background: rgba(0,0,0,0.04);
    transition: all 0.3s;
}

.tituloImagenInicioGrilla{
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    padding: 10px;
    font-weight: 900;
    align-self: flex-end;
    transition: all 0.3s;
    position: absolute;
    margin-top: 240px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

.tituloImagenInicioGrilla + p{
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
    color: rgba(255,255,255,0);
    position: relative; 
    bottom: -200px;
    transition: ease-in-out 0.3s;
}

.overGrilla:hover > p{
    bottom: -170px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: rgba(255,255,255,1);
    transition: ease-in-out 0.3s;
}
.overGrilla:hover > .tituloImagenInicioGrilla{
    margin-top: 220px;
    transition: ease-in-out 0.3s;
}

 .grilla:has (.overGrilla:hover){
    background-size: 110%;
    transition: ease-in-out 0.3s;
}

.formulario{
    display: block;
    padding: 20px;
    margin-top: 20px;
}
.formulario input, .formulario textarea{
    width: 90%;
    text-align: left;
    padding:14px 8px;
    margin: 3px;
    border:solid 1px rgba(0,0,0,0.2);
}
.formulario  input[type="submit"]{
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.zonas h3{
    display: flex;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family:Raleway;
    
}
.zonas{
    font-family:'Open Sans';
    font-size:14px;
}


.inicio-img-sello12{
    background-image: url(../img/sello-12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
    min-height: 300px;
    
}
.nota{
    background-color: rgba( 6, 131, 33, 0.1 );        
    display: block;
    padding: 15px;
    font-style: italic;
}
.bt-ser{
    color: #fff;
    text-align: center;
    padding: 5px;
    border: solid 1px #fff;
    font-size: 1.2rem;
    min-height: 150px;
    opacity: 0.9;
    transition: all 0.3s;
    display: block;
    min-width: 215px;
    padding-top: 65px;
}
.bt-ser:hover{
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
    border: solid 1px rgba(0,0,0,0.5);
    border-radius: 3px;
}
.bg-cian{
    background: #1AB6E2;
}
.bg-verde{
    background: #2A7D38;
}
.bg-naranja{
    background: #EE5812;
}
.bg-rojo{
    background: #C10911;
}
.bg-azul{
    background: #08629A;
}
.bg-verdec{
    background: #359D31;
}

h2{
    font-weight: 400;
}
h3{
    font-weight: 400;
    color:#ca2305;
    font-size:1.4rem;
    margin: -5px 0;
    font-weight: 900;

}



/*Alienacion Global Responsive*/

@media screen and (max-width: 1280px){
    .inicio-img-sello12{
    background-size: 100% ;
    }
}


@media screen and (max-width: 1000px){

}

.hd-m{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.hd-m{
		display: none;
	}
	
    .m-center > div, .a-right{
    justify-content: center ;
    text-align: center ;
    }
    .m-center > div, .a-left{
    justify-content: center ;
    text-align: center ;
    }
    
    .row > div{
        padding: 20px ;
    }
	.row  > div.bannerImagen, .row  > div.banner-top{
		padding: 0;
	}
	.row  > div.mp0{
		padding: 0px;
	} 
    div.mp0{
		padding: 0px;
	}
    .formulario{
        padding: 20px 0;
    }
	.full-width {
		margin-left: 0;
		margin-right: 0;
			
	}
    .inicio-img-sello12{
    background-size: auto 100% ;
    }
    
    h1.inicio{
    font-size: 24px;
    }
    
    .clickLlamar{
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .tituloLlamar  {
    font-size: 2rem;
    }
}

.montserrat{
    font-family: 'Montserrat';
}
#to_top_scrollup {
background-color: #000;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    box-sizing: content-box;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 32px;
    font-weight: normal;
    padding: 0px 7px 5px 7px;
    position: fixed;
    left: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s;
}
#to_top_scrollup:hover {
    opacity: 1 !important;
    transition: all 0.3s;
}

.eapps-widget-toolbar + a {
    display: none !important;
}

iframe ._1drm._1b90, iframe  ._1drm._1ds4 {
    border:none !important;
}

    img.m-mw100{
}
@media (max-width:768px){
    .menu{
    display: none;
    }
     
    
    .h500{
        height: 350px;
    }
    .tituloImagenArticulo {
    font-size: 2rem;
    padding: 0px;
    }
    img.m-mw100{
        max-width: 100%;
    }    
    m-p0{
        padding: 0px;
    }
}


@media (min-width:768px){
    .ruby-wrapper{
    display: none;
    }
}
.ruby-wrapper{
    z-index: 99999 !important;
}

/*Boton WSP*/
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	left:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
  margin-left:2px;
}

.certificaciones img {
    margin: 5px 10px;
}

.grilla-clientes img{
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.grilla-clientes img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
    cursor: pointer;
}

.CasosExito a{
    display: block;
    color: #555;
    line-height: 2rem;
    font-weight: 600;
    transition: all 0.3s;
    transform: translateX(0px);
}
.CasosExito a:hover{
    transition: all 0.3s;
    transform: translateX(3px);
    color:rgba(3,7,215,1.00) ;
    line-height: 2rem;
    font-weight: 600;
}
.masInfo{
    font-size: 14px;
    color: red;
}
.toltip-logo-inicio-3{
    display: none;
    position: absolute;
    font-size: 13px;
    font-family: Montserrat;
    letter-spacing: 1px;
    margin: auto;
    width: 100%;
    margin-top: -41px;
    z-index: 99;
    margin-left: -5%;
}