/* @import url('main1920.css'); */

@font-face {
    font-family: 'skf_sans';
    src: url('skfchevinot-light-webfont.woff2') format('woff2'),
         url('skfchevinot-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:hover{
    text-decoration: none;
    color: #4e91f7;
  }

*{
  font-family: 'Arial', sans-serif;
}
.container {
    max-width: 960px;
  }

::-webkit-input-placeholder { color: #5f9fff; }

:-moz-placeholder { /* Firefox 18- */ color: #5f9fff; }

::-moz-placeholder { /* Firefox 19+ */ color: #5f9fff; }

:-ms-input-placeholder { color: #5f9fff; }
  /*
   * Custom translucent site header
   */
  a {
      color: #fff;
  }

  a:hover{
      text-decoration: none;
  }
  .site-header {
    background-color: none;
  }
  .site-header a {
    color: #999;
    transition: ease-in-out color .15s;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  .aumentar{
      max-width: 1280px;
      margin-top:80px;
      background:#f8f8f8;
  }
  #nuestros_courses{
    max-width: 1280px;
    padding-bottom: 40px;
    padding-top:200px;
  }
  .h1, h1 {
    font-size: 40px;
    line-height: 2.1rem;
    font-weight: 700;
    text-align: left;
    color: #494949;
    margin-bottom: 35px;
    font-family: 'skf_sans', sans-serif;
}
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */

  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }

  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }

  #nuestros{
    padding-top:300px;
    padding-bottom:40px;
  }

  /*
   * Extra utilities
   */

  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }

  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

  .flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }

  .overflow-hidden { overflow: hidden; }

  /* Custom CSS*/
  .logoSKF{
    /* max-height:40px; */
    margin-top:6px;

}

.franja_top::after {
  position: absolute;
  right: 0;
  top: 0;
  content:" ";
  background: #0f56d5;
  width: 35px;
  height: 45px;
  border-left: 5px solid #0f56d5;
}

.franja_top {
text-align: right;
color: #fff;
background:#0E56D5;
height:45px;
}

.muesca {
  text-align: right;
  color: #fff;
  height: 116px;
  background-image: url('../imagenes/logoSKFborde.png');
}
.muesca::after {
position: absolute;
right: 0;
top: 0;
content:" ";
background: transparent;
width: 35px;
height: 45px;
border-left: 5px solid transparen;

}

  .cuadroCurso{
    height: 450px;
    background-size: contain;
  }

  .bg-blue{
    background-color:#0b5cd7;
  }

  .bg-lightblue{
    background-color: #237aff;
  }

  .bg-red{
    background-color: #004bbb;
  }

  .text-blue{
    color:#0b5cd7;;
  }

  .text-lightblue{
    color:#5f9fff;
  }

  .text-red{
    color:#f52230;
  }

  .bt-plus{
    width:15%;
    float:left;
    padding: 10px 0px;
  }
  .bt-view{
    width: 100%;
    padding: 10px 0px;
  }

  .text-card-title{
    font-size:1.1rem;
    text-align: justify;
    padding:5px 30px;
    font-family: 'skf_sans', sans-serif;
    font-weight: 600;
    line-height: 1.3rem;
  }

  .text-card-normal {
    font-size: 16px;
    text-align: justify;
    padding: 30px 0px 0px 0px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0.5rem;
}

  .text-card-button{
    font-size: 0.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    cursor:pointer;
  }

  .cursor-plus{
    cursor:cell;
  }

  .down-buttons{
    bottom: 0;
    position: absolute;
    width: 100%;
  }

  .info-card{
    width: 50%;
    height: 50%;
    border-radius: 0 0;
    float: right;
    bottom: 0;
    right: 0;
    position: absolute;
  }

  .img-cover{
    background-size: cover;
    object-fit: cover;
    width: 100%;
    background-repeat: no-repeat;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-position: center;
  }
  .img-cover1{
    background-size: cover;
    object-fit: cover;
    width: 100%;
    background-repeat: no-repeat;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-position: center;
  }

  .imagen_skf{
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-position: center;
  }
  .content-slide{
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 1030;
    bottom: -90px;
    margin-left: 10%;
    font-weight: 300;
  }

  .down-buttons-slide{
    bottom: 0;
    position: absolute;
    width: 100%;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .down-buttons-slide div{
    padding: 20px 0px;
    width: 35%;
    float: right;
  }

  .card-slide {
    padding-left: 6%;
    padding-top: 55px;
    padding-right: 3%;
}

  .card-slide h1{
    padding:20px 30px;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: 'skf_sans', sans-serif;
  }
.font{
font-size:33.6px;
}
  .card-slide .quote{
    padding:20px 30px;
    font-size: 13px;
    font-weight: 700;
  }

  .card-slide p {
    padding: 0 30px;
    font-size: 16px;
    text-align: justify;
}
.actu {
  margin-top: 15%;
  margin-bottom: -20%;
  margin-left: -37%;
}
.left{
margin-left: 5%;
}
.alinear{
margin-left:8.6%;
}
.content-card {
width: 50%;
height: 400px;
position: relative;
z-index: 120;
bottom: -215px;
margin-left: 5%;
margin-top: -615px;
}
  .cols{
    margin-top: 10%;
    margin-left: -38%;
  }
.imagen{
margin-left: 30%;
margin-top: 35%;
}
  .contenedor {
    width: 50%;
    height: 400px;
    position: relative;
    z-index: 120;
    bottom: -188px;
    margin-left: -2%;
    margin-top: 25px;
}
.contenedor2 {
  width: 50%;
  height: 400px;
  position: relative;
  z-index: 120;
  bottom: -100px;
  margin-left: 50%;
  margin-top: 25px;
}
.espacio{
  padding-left: 15%;
  padding-top: 30px;
  padding-right: 5%;
}
.img_cont{
  width: 20%;
  position: absolute;
  top: 20%;
  right: -100px;
}
.img_cont2{
  width: 20%;
  position: absolute;
  top: 20%;
  left: -100px;
}
  .certi1{
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 120;
    top: 20%;
    margin-left: -2%;
  }
  .content-cards {
    width: 50%;
    height: 300px;
    position: relative;
    z-index: 120;
    bottom: -215px;
    margin-left: 10%;
    margin-top: -635px;
}
.content-card-nosotros {
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: 120;
  bottom: 2px;
  margin-left: 10%;
}

  .content-card-nosotros h1{
    font-size:33.6px;
    font-family: 'skf_sans', sans-serif;
  }

  .down-buttons-card{
    bottom: 0;
    position: absolute;
    width: 100%;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .down-buttons-card div{
    padding: 20px 0px;
    width: 35%;
    float: right;
    font-size:12px;
  }

  .card-normal {
    padding-left: 4%;
    padding-top: 55px;
    padding-right: 2%;
    margin-left: 10px;
}

.card-normal-nosotros {
  padding-left: 104px;
  padding-top: 30px;
  padding-right: 104px;
}
  .card-normal h1{
    padding:20px 30px;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: 'skf_sans', sans-serif;
  }

  .card-normal .quote{
    padding:20px 40px;
    font-size: 15px;
    font-weight: 400;
  }

  .card-normal .h1Custom{
      font-size: 33.6px;
      font-family: 'skf_sans', sans-serif;
      margin-bottom: 0px;
      padding: 0px 40px;
  }

  .card-normal p{
    padding:0 40px;
    font-size: 0.85rem;
  }

  .controls-carousel{
    width: 250px;
    position: absolute;
    right: 15%;
    bottom: 30px;
  }

  .paragraph-normal{
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400;
    text-align: justify;
    color:#494949;
  }
  .paragraph-normal1{
      font-size: 1rem;
      line-height: 1.3rem;
      font-weight: 400;
      text-align: justify;
      color:#494949;
    }


  .paragraph-title, .paragraph-title1{
    font-size: 40px;
    line-height: 2.1rem;
    font-weight: 700;
    text-align: left;
    color:#494949;
    margin-bottom:35px;
    font-family: 'skf_sans', sans-serif;
  }

  .menu{
    color:#ffffff !important;
    margin-top:5px;
    margin-right:50px;
  }

    .menu a{
      color:#ffffff !important;
      margin-left:30px;
      font-size:0.9rem;
    }

    .menu a:hover{
      color:#0b5cd7;
    }

    .menu .active{
        color: #ccc!important;
      }
      .navScroll .active{
        color: #ccc!important;
      }
     .menu .login{
      color:#ffffff !important;
    }

  nav{
    background: none;
    position: absolute;
    z-index: 1040;
    left: 0;
    right: 0;
    top: .5px;
  }


  .placeholder{
    padding:40px;
  }

  /* formulario */

  .form{
    padding:50px 0 0 0;
  }

  .title-form h1{
    font-size: 2.6rem;
    line-height: 2.9rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom:40px;
    font-family: 'skf_sans', sans-serif;
  }

  .text{
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    color:white;
    width: 100%;
    padding: 20px 35px;
    margin: 0 0 40px;
    font-size:0.9rem;
  }
  .text:focus{
    outline: 0px !important;
  }

  .pro{
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    color:white;
    width: 80%;
    padding: 20px 35px;
    margin: 0 60px 40px;
    font-size:0.9rem;
  }
  .pro:focus{
    outline: 0px !important;
  }

  input[type=tel]{
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    color:white;
    width: 80%;
    padding: 20px 35px;
    margin: 0 0 40px;
    font-size:0.9rem;
  }
  input[type=tel]:focus{
    outline: 0px ;
  }

  input[type=email]{
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    color:white;
    width: 80%;
    padding: 20px 35px;
    margin: 0 40px;
    font-size:0.9rem;
  }
  input[type=email]:focus{
    outline: 0px;
  }

  input[type=submit]{
    background:#004bbb;
    border:none;
    color:#ffffff;
    width: 100%;
    padding: 30px;
    margin: 0 0px 0px;
    font-size:0.65rem;
    cursor: pointer;
    letter-spacing: 2px;
  }
  input[type=submit]:focus{
    outline: 0px;
  }


  select{
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    color:#fff;
    width: 100%;
    padding: 15px;
    margin: 0 0 40px;
    font-size:0.9rem;
  }


  .dropdown-toggle{
    width: 100% !important;
    background: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #6F9FE7;
    font-size: 0.8rem;
    padding: 20px 30px;
    left: 40px;
  }

  .custom-selecto {
    position: relative;
    font-family: 'Roboto', sans-serif;
    background: none;
    border:none;
    border-radius: 0rem;
    height: 62px;
  }

  .custom-selecto select {
    display: none; /*hide original SELECT element: */
  }

  .select-selected {
    background-color:#0b5cd7;
  }


  /* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 30px;
  right: 10px;
  color:#fff;
  font-size:0.9rem;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.row {
   margin-right: 0px;
  margin-left: -15px;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color:#5f9fff;
  font-size:0.9rem;
  padding: 19.5px 12px;
  border: 1px solid transparent;
  border-color: transparent transparent #ffffff transparent;
  cursor: pointer;
  margin: 0 0;
  width: 100%;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #0b5cd7;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 200px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

  textarea{
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    color:#fff;
    width: 100%;
    padding: 15px;
    margin: 30px 0 40px;
    font-size:0.9rem;
  }

  textarea:focus{
    outline:focus;
  }
/* Carousel */

.carousel-indicators{
  right:5% !important;
  left:auto !important;
  bottom:35px;
  height:40px;
  position: relative;
}

.carousel-control-next{
  position: absolute;
  top: none;
  bottom: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .9;
  right: 5% !important;
  margin-top: -48px;
}

.carousel-control-prev{
  position: absolute;
  top: none;
  bottom: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .9;
  right: 5% !important;
  margin-top: -48px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  outline: none;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 22px;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 22px;
  color:#fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

.carousel-indicators .active{
  background-color: #f52230;
}

.carousel-indicators li{
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-right: 9px;
  margin-left: 9px;
  border-radius: 5px;
}

.progress{
  height: 3px;
  left: 3%;
  right: 0;
  position: absolute;
  margin-top: -10px;
  width:90%;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.progress-bar{
  height: 2px;
  border: 2px solid #fff;
  vertical-align: middle;
}


/* Footer */

footer h5{
  font-family: 'skf_sans', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color:#494949;
  padding-bottom: 22px;
  height: 98px;
}

footer ul li{
  padding-bottom: 12px;
  font-size: 0.9rem;
  color:#6c757d;
}

footer ul li .login{
  color:#f52230 !important;
}

footer ul li .active{
  color:#0b5cd7 !important;
}

footer p{
  font-size: 0.9rem;
  padding-bottom:12px;
  color:#6c757d;
}




/*  Estilos Carrito */
.btn-info {
background: #004bbb;
border-color: #004bbb;
margin-left: 15px;
border-radius: 0px !important;
font-size: 9px !important;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
margin-bottom: 10px;
}
.badge-danger {
color: #fff;
background-color: #0b5cd7;
}
.btn-info span {
margin-left: 8px;
font-size: 9px;
}
.btn-info:hover {
color: #fff;
background-color: #0b5cd7;
border-color: #0b5cd7;

}

.text-info{
color: #0b5cd7 !important;
}


.btn-primary{
  border-radius: 0px !important;
  background: #0b5cd7 !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

.btn-danger{
  border-radius:0px !important;
  color: #fff;
background-color: #f52230;
border-color: #f52230;
font-size: 11px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

.content-wrapper{
margin-top:-65px;
}

/******************************************************************************/
/*          nuevos estilos        */



.margen_derecho {
margin-left: 185px;
}
.ali1{
margin-left: -32px;
}
.ali15{
margin-left: -46px;
}
.actualidad {
margin-top: 200px;
margin-bottom: -300px;
margin-left: 9.4%;
}

.margen_derecho_certificaciones
{
  margin-left: 160px;
}


.solicite_margen_derecho
{
  margin-left: 230px;
}

ul{
  margin-left: -25px;
}

/******************************************************************************/
/*          Media queries              */


/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media only screen and (max-width: 1440px) {
  .margen_derecho {
  margin-left: 138px;
  }
  .card-normal-nosotros {
      padding-left: 81px;
      padding-right: 81px;
  }
  .m-top{
    margin-top:10%;
  }
  .margen2{
    margin-bottom: 28%;
  }
  .margen3{
    margin-bottom: 19%;
  }
  .q-top{
    margin-top: 0px !important;
  }
  .margen_derecho_certificaciones {
    margin-left: 82px;
  }
  .card-slide {
    padding-left: 4.7%;
  }
  .ali15{
    margin-left: -7.5%;
  }
  .ali1 {
    margin-left: 0px;
  }
  .card-normal {
    margin-left: -3px;
  }
  .card-normal-nosotros .quote{
    margin-bottom:0;
  }
}

@media only screen and (max-width:1366px)
{
  .card-normal-nosotros .text-card-normal{
    padding: 15px 0px 0px 0px !important;
  }
  .margen2 {
    margin-bottom: 39%;
  }
  .margen3 {
    margin-bottom: 29%;
  }
}

@media (min-width:1024px) and (max-width:1336px){
  .actualidad {
    margin-top: 200px;
    margin-bottom: -300px;
    margin-left: 10%;
  }
  .list-unstyled {
    margin-left: 10px;
  }
  .quitar-margen{
    margin-left: -10%;
  }
  .card-normal {
    margin-left: 6px;
  }
  .margen_derecho{
    margin-left: 10%;
  }
  .margen_derecho_certificaciones {
    margin-left: 78px;
  }
  .card-slide {
  padding-left: 6%;
  }
  .margen_derecho {
  margin-left: 10%;
  }
  .card-normal-nosotros {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1280px) {
.card-normal{
  padding-top: 10px;
}
.m-top{
  margin-top: 10%;
}
.card-normal-nosotros {
  padding-left: 40px;
  padding-right: 35px;
}
.content-card-nosotros {
  margin-left: 12%;
}
.card-slide h1 {
  padding: 20px 0px;
  font-family: 'skf_sans', sans-serif;
}
.card-slide p {
  padding: 0 20px 0px 0px;;
}
.margen_derecho {
  margin-left: 7.6%;
}
.ali1,.ali15{
  margin-left: -3%;
}
.ali2{
  margin-left: 0%;
}
.card-normal .quote, .card-normal p {
  padding: 20px 5px;
  font-weight: 300;
}
.q-top{
  margin-top: 0% !important;
}
.align{
  text-align: center;
}
.solicite_margen_derecho {
  text-align: justify;
}
.actualidad {
  margin-left: 8.1%;

}
.margen2{
  margin-bottom: 42%;
}
.margen3{
  margin-bottom: 32%;
}
}

@media (min-width:834px) and (max-width:1112px)
{
.imagen_skf{
  visibility: hidden;
  margin-top: -650px;
}
.centrado{
  text-align: center;
}
.content-card-nosotros {
  margin-left: 0%;
  bottom: -1000px;
}
.mar-top{
 margin-top:15%;
}
.margen_derecho {
margin-top:15% !important;
}
.margen3,.margen2 {
  margin-bottom: 35px;
}
.content-card {
  width: 100%;
  margin-left: 0%;
  margin-top: -216px;
}
.list-unstyled {
  margin-left: 0px;
}
.ali2 {
  margin-left: -4.6%;
}
.ali1 {
  margin-left: -4.8%;
}
.card-normal {
  padding-left: 7%;
}
.card-normal-nosotros {
  padding-left: 105px;
  padding-right: 90px;
}
.ali15,.ali16{
  margin-left: 0%;
}
.dejar-top {
  margin-top: -10%;
}
.content-slide {
  width: 110%;
}
.dejar-top{
  margin-top: -10%;
}
.actualidad {
  margin-left: 8%;
}
}
@media (min-width:768px) and (max-width:1024px)
{
.card-normal-nosotros .quote{
  margin-bottom: 0%;
}
.content-card-nosotros {
  margin-left: 0%;
  bottom: -1100px;
}
.content-slide {
  width: 165%;
  bottom: -150px;
  margin-left: 0%;
}
.card-normal-nosotros {
  padding-left: 67px;
  padding-right: 35px;
}
.card-normal {
padding-left: 4.5%;
padding-right: 2%;
}
.margen_derecho {
  margin-left: 5%;
  margin-right: 7.6%;
  margin-bottom: 1%;
  margin-top: 30% !important;
}
.ali1 {
  margin-left: 5%;
  margin-top: 10%;
}
.ali15 {
  margin-left: 0%;
}
.ali2 {

  margin-left: 4.9%;

}
.solicite_margen_derecho {
  margin-left: 126px;
}
.margen_derecho_certificaciones {
  margin-left: -52px;
  margin-right: 40px;
  margin-top: -10%;
}
.content-card {
  width: 100%;
  margin-left: 0%;
  margin-top: -215px;
}
.imagen_skf{
  visibility: hidden;
  margin-top: -100%;
}
.actualidad {
  margin-bottom: 1%;
  margin-left: 5%;
  padding-right: 5%;
}
.margen2,.margen3 {
  margin-bottom: 5%;
}
.m-top {
  margin-top: -10%;
}
}
@media (min-width:768px) and (max-width:1023px)
{
.w-100{
  width: 200% !important;
}
.menu a {
  margin-left: 5px;
}
.menu {
  margin-right: 40px;
}
.btn-info {
  margin-left: 5px;
}
.content-slide {
  width: 165%;
  bottom: -157px;
  margin-left: 0%;
}
.content-card-nosotros {
  margin-left: 0%;
  bottom: -1100px;
}
.actualidad {
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
}
.margen_derecho {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 1%;
  margin-top: 70% !important;
}
.margen_derecho_certificaciones {
  margin: 0% 2.7% 10% -1%;
}
.ali1 {
    margin-left: 5%;
    margin-top: 10%;
}
.content-card {
  width: 100%;
  margin-left: 0%;
  margin-top: -220px;
}
.solicite_margen_derecho {
  margin-left: 10%;
}
.imagen_skf{
  visibility: hidden;
  margin-top: -100%;
}
.card-slide {
  padding-left: 7%;
}
.card-normal-nosotros {
  padding-left: 93px;
  padding-right: 92px;
}
.centrado{
  text-align: center;
}
.mar-top{
  margin-top: 10%;
}
.card-normal{
  padding-top: 10px;
}
}

@media (min-width:320px) and (max-width:480px){
  .h1Custom{
    font-size: 30px !important;
    font-weight: 700 !important;
    font-family: 'skf_sans', sans-serif !important;
  }
#menu1{
  display: none;
}
.navTop{
  display: none !important
}
.navScroll{
  display: none !important;
}
#menu_movil{
  display: block !important;
}
.menu .active{
  color:#ccc !important;
}
.logoSKF {
  width: 80px;
  padding-left: 5px;
}
.btn-info {
  margin-left: 30px;
}
.content-card-nosotros {
  bottom: -560px;
  height: 400px;
  margin-left: 0%;
}
.text-card-normal {
  font-size: 16px;
  padding: 0px 0px 0px 0px;
}

.card-normal-nosotros {
  padding-left: 44px;
  padding-top: 20px;
  padding-right: 44px;
}
.imagen_skf{
  visibility: hidden;
  margin-top: -100%
}
.content-slide {
  width: 180%;
  height: 500px;
  margin: 0 auto -299px -15px;
}
.card-slide {
  padding-left: 13%;
  padding-top: 30px;
  padding-right: 5%;
}
.card-slide h1,.paragraph-title, .paragraph-title1,.content-card-nosotros h1,.h1, h1,.title-form h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'skf_sans', sans-serif;
}
.card-slide p,.text-card-normal {
  font-size: 14px;
  font-weight: 300;
}
#poli, #skf{
  font-size: 14px;
  font-weight: 300;
}
.card-normal .quote {
  padding: 20px 11px;
  font-size: 14px;
  font-weight: 300;
}
.down-buttons-card div {
  padding: 20px 0px;
  width: 70%;
}
.margen_derecho_certificaciones,.solicite_margen_derecho {
  margin-left: 0px;
  margin-top: 60% !important;
}
.margen_derecho{
  margin-left: 30px;
  margin-top: 200% !important;
  margin-bottom: 10%;
}
.actualidad {
  margin-left: 30px;
  margin-top: 130% !important;
  margin-bottom: 10%;
  padding-right: 15px;
}
.sticky-top {
  position: sticky;
  z-index: 1200;
}
.content-card {
    width: 100%;
    margin-left: 0%;
    margin-top: -220px;
    height: 555px;
}
input[type=email] {
  margin: 0px 0px;
  margin-left: 0px !important;
}
#redes h5, #infor h5, #mapa h5 {
  font-size: 20px;
  font-family: 'skf_sans', sans-serif;
}
.select-items div, .select-selected {
  padding: 19.5px 32px;
  width: 100%;
}
.placeholder{
  margin-left: -7.5%;
}
.card-normal {
  padding-top: 25px;
}
.list-unstyled {
  padding-left: 30px;
}
.card-normal p {
  padding: 0 11px;
}
.text_1{
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  text-align: justify;
  color: #494949;
  padding-left: 50px;
  padding-right: 25px;
  margin-left: -6.5%;
}
.text_2{
  padding-left: 25px;
}
.w-100{
  width: 200% !important;
}
.ali1,.ali15 {
  margin-left: 0px;
}
}
