/* @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;
}
@font-face {
  font-family: 'SKFSans-Light';
  src: url('../fonts/SKFSans/skfsans-light-webfont.woff2') format('woff2'),
        url('../fonts/SKFSans/skfsans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*{
  font-family: 'SKFSans-Light', sans-serif;
}

a{
  color: #fff;
}

::-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,.titulo_link{
        text-decoration: none;
        color:#4a8df5;
    }
    .titulo_link{
        font-family: 'skfsans-light-webfont', sans-serif;
    }

    .cuadroCurso {
      height: 355px;
      background-size: contain;
  }
 .hover:hover{
   color:#f52230;
 }
  .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;
  }
  .titulo_link:hover{
    color:white;
  }
  #quienes{
    max-width: 1280px;
    margin-top: 100px;
    margin-bottom: -200px;
  }

  /*
   * 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: 150px;
    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;
  }

  @media (min-width: 810px) {
    .flex-md-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: #0E56D5;
    width: 35px;
    height: 45px;
    border-left: 5px solid #0E56D5;
}

.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 transparent;
}

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

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

  .bg-red{
    /*background-color: #f52230;*/
    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: left;
    padding:5px 30px;
    font-family: 'skf_sans', sans-serif;
    font-weight: 600;
    line-height: 1.3rem;
  }

  .text-card-normal{
    font-size:12px;
    text-align: justify;
    padding:30px 25px 0px 30px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 0.95rem;
    margin-bottom: 0.5rem;

    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-card-button,.text-card{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    cursor:pointer;
    text-align: center;
  }


  .cursor-plus{
    cursor:cell;
  }

  .list-steps{
    margin-left: -40px;
    width: 60%;
  }

  .list-steps li{
    font-weight: 800;
    margin-bottom:15px;
  }

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

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

  .img1{
    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;
     vertical-align: middle;
  }
  .img-cover{
    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;
     vertical-align: middle;
     margin-left: 0px;
  }

  .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;
  }
  .img{
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-slide{
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1030;
    bottom: -90px;
    margin-left: 10%;
  }

  .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;
  }
  .margen{
    margin-left: -4.5%;
  }

  .margen2{
    margin-left: -16.5%;
  }
.margen3{
  margin-left: -12%;
}
  .down-buttons-slide div{
    padding: 20px 0px;
    width: 35%;
    float: right;
    font-size: 12px;
  }

  .card-slide{
    padding-left:4.5% ;
    padding-top: 55px;
    padding-right: 5%;
  }

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

  .card-slide .quote{
    padding:20px 30px;
    font-size: 1.75rem;
    font-weight: 700;
  }

  .card-slide p{
    padding:0 30px;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    font-weight: 300;
  }

  .content-card {
    width: 45%;
    height: 400px;
    position: relative;
    z-index: 120;
    bottom: -20px;
    margin-left: 10%;
    margin-top: -420px;
}
    .alineado{
      margin-bottom: -60px;
    }
  .content-card-nosotros{
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 120;
    bottom: 0;
    margin-left: 10%;
  }

  .content-card-nosotros h1{
    font-size:2.5rem !important;
    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;
  }

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

  .card-normal-nosotros{
    padding-left:25%;
    padding-top: 55px;
    padding-right: 12%
  }

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

  .card-normal .quote{
    padding:20px 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
  }

  .card-normal p{
    padding:0 30px;
    font-size: 12px;
  }

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

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

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

  .paragraph-course-normal{
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400;
    text-align: left;
    color:#494949;
    padding-right:30px;
  }

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

  .list-course{
    list-style: disc inside outside;
    padding-right:30px;
  }

  .list-course-desc{
    list-style: disc inside url('../img/dot.png');
    padding-right:30px;
  }

  .list-course li{
    padding-bottom:5px;
    margin-left:-25px;
  }

  .list-course-desc li{
    padding-bottom:25px;
    margin-left:-25px;
  }

  .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:#f1f1f1;
  }
  .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: 0px;
  }


  .placeholder{
    padding:40px;
  }
  .container {
    max-width: 1280px !important;
  }

  /* 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 60px 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:12px;
    cursor: pointer;
    letter-spacing: 2px;
  }
  input[type=submit]:hover{
    color:#0b5cd7;
  }
  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;
  }
  #ciudad div{
    width: 100%;
  }


  .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: 80px;
  color:#fff;
  font-size:0.9rem;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* 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%;
  padding-left: 35px;
}

/* 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: 20px 35px;
    margin: 30px 0 40px;
    font-size:0.9rem;
  }
  textarea:focus{
    outline: 0px;
  }

  #nuestros_courses {
    max-width: 1100px !important;
    padding-top: 25px;
  }
/* Carouse
l */

.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: #004bbb;
}

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

.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;
}

#espacio_header{
  padding: 40px 0;
}
.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;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #004bbb;
  border-color: #004bbb;

}
.badge-danger {
  color: #fff;
  background-color:#f52230;
}
.btn-info:focus{
  border: none ;
}

.btn-info.focus{
  border: none ;
}


.btn-info span{
  margin-left:8px;
  font-size:9px;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(62, 95, 206, 0.664);
}

.dropdown-menu{
  border-radius:0px ;
}
.badge-danger1 {
  color: #fff;
  background-color: #dc3545;
}
.btn-all{
  width:60%;
  color:#fff;
  background:#f52230;
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size:10px !important;
  border:none;
  font-weight: 300;
}
/* Media Query*/
@media only screen and (min-width:2500px)
{
  input[type=submit] {
    margin: 98px 0px 0px;
  }
  .card-slide {
    padding-left: 22%;
  }
}

@media (max-width: 776px) {
  .facet_sidebar {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1440px) {

  .info-card {
    width: 85%;
  }

  .margen2{
    margin-left: 0%;
  }
  .margen{
    margin-left: 9%;
  }
  .margen3{
    margin-left: 13%;
  }
  #quienes {
    margin-bottom: -210px;
    max-width: 1100px !important;
  }
  .select-selected:after {
    right: 30px;
  }
  input[type=email] {
    padding: 20px 16px;
    margin: 0 38px 37px;
  }
  .card-slide {
    padding-left: 3.5%;
  }
  #nuestros {
    padding-top: 150px;
  }

  .img-cover1 {
    height: 133%;
  }
  .img-cover {
    margin-left: 0%;
    height:100%;
    width: 100%;
  }
  .imagen{
    margin-bottom: 105px;
  }
  .content-card{
    bottom: -157px;
  }
  .cuadroCurso{

    background-size: contain;
  }
  .img{
    margin-top: 5%;
  }
  .imagen1{
    margin-left: 59%;
    margin-top: -195px;
    z-index: -1;
  }
  .select-items div, .select-selected {
    padding: 19.5px 0px;
    width: 100%;
    padding-left: 35px;
    margin-left: 0 !important;
  }
}


@media only screen and (max-width: 1366px) {
  .img-cover1 {
    height: 140%;
  }
  .content-card {
    bottom: -178px;
  }
  .info-card {
    width: 90%;
  }
  .img-cover {
    margin-left: 0%;
  }
}
@media (min-width: 800px) and (max-width: 1280px) {
  .content-card{
    bottom: -266px;
  }
  .img-cover1 {
    height: 100%;
  }
  .content-slide {
    margin-left: 5%;
  }
  .imagen_skf{
    visibility: visible;
    margin-top: 0%;
  }
  .margen {
    margin-left: 9%;
  }
  .margen3 {
    margin-left: 13%;
  }
  .margen2 {
    margin-left: 0%;
}
}
@media (min-width:834px) and (max-width:1112px)
{
  .imagen_skf{
    visibility: hidden !important;
    margin-top: -900px !important;
  }
  .margen2 {
    margin-left: 6.8%;
  }
  .centrado{
    text-align: center;
  }
}


  @media only screen and (max-width: 1024px) {
    .w-100{
      width: 100% !important;
    }
  .img-cover {
    margin-left: 0%;
    height: 100%;
}
    .content-slide {
      width: 90%;
      bottom: -157px;
      margin-left: -2%;
    }
    .card-slide {
      padding-left: 0%;
    }
    .margen {
      margin-left: 0%;
    }
    .margen2 {
      margin-left: 0%;
    }
    .margen3 {
      margin-left: -2%;
    }
    .text-card-title {
      padding: 5px 10px;
      font-family: 'skf_sans', sans-serif;
    }
    .content-card{
      width: 90%;
      bottom: -300px;
      margin-left: -2%;
      height: 400px;
    }
    .imagen1{
      margin-left: 59%;
      margin-top: -195px;
      z-index: -1;
    }
    .info-card {
      width: 90%;
      height: 50%;
    }
    .img-cover1 {
      /* height: 100%; */
      background-size: cover;
      object-fit: cover;
      width: 103.5%;
      height: 100%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-position: center;
    }
    .alineado {
      margin-top: -80px;
    }
    .menu a {
      margin-left: 20px;
    }
    .imagen_skf {
      visibility: hidden;
      margin-top: -47%;
    }
    #nuestros {
      padding-top: 200px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .img{
      margin-top: 30%;
      padding-right: 0px;
      padding-left: 0px;
    }
    .controls-carousel {
      right: 65%;
    }

    .carousel-indicators {
      height: 200px;
    }

  }
  @media only screen and (max-width: 768px) {
    .w-100{
      width: 200% !important;
    }
    .content-slide {
      width: 90%;
      bottom: -200px;
      margin-left: -2%;
    }
    .controls-carousel {
      right: 65%;
    }

    .carousel-indicators {
      height: 170px;
    }
    .imagen1{
      margin-left: 59%;
      margin-top: -195px;
      z-index: -1;
    }
    .imagen_skf {
      visibility: hidden;
      margin-top: -100%;
    }
    .info-card {
      width: 90%;
      height: 45%;
    }
    .margen {
      margin-left: 4%;
    }
    .margen2 {
      margin-left: 1.5%;
    }
    .margen3{
      margin-left: 2%;
    }
    .imagen_skf {
      visibility: hidden !important;
      margin-top: -60% !important;
    }
    .menu a {
      margin-left: 5px;
    }
    .menu {
      margin-right: 40px;
    }
    .btn-info {
      margin-left: 5px;
  }
  }

  @media (min-width: 320px) and (max-width: 480px) {
    .ciudad_selector{
      padding-left: 0px !important;
    }

    #menu1{
      display: none;
    }
    .navTop{
      display: none !important
    }
    .navScroll{
      display: none !important;
    }
    #menu_movil{
      display: block !important;
    }
    .menu .active{
      color:#ccc !important;
    }
    .content-slide {
      width: 90%;
      height: 500px;
      margin: 0 auto -195px -15px;
  }
    .card-slide {
      padding-left: 0%;
      padding-top: 30px;
      padding-right: 0%;
      margin-left:-3%;
    }
    .logoSKF{
      width: 80px;
      padding-left: 5px;
    }
    .margen {
      margin-left: 0%;
   }
    .info-card {
      width: 90%;
      height: 50%;
    }
    .paragraph-title,.card-slide h1 {
      font-size: 30px;
      font-family: 'skf_sans', sans-serif;
    }
    .btn-info{
      margin-left: 30px;
    }
    input[type=email],input[type=tel], .text,textarea {
      width: 100%;
      margin: 0 0px 0px;
      font-size: 14px;
      margin-left: 0 !important;
    }
    .select-items div, .select-selected {
      width: 100%;
      font-size: 14px;
    }
    .select-selected:after {
      right: 10px;
    }
    .sticky-top {
      position: sticky;
      z-index: 1200;
  }
    #redes h5, #infor h5,#mapa h5{
      font-size: 20px;
      font-family: 'skf_sans', sans-serif;
    }
    .title-form h1{
      font-size: 30px;
      font-family: 'skf_sans', sans-serif;
    }
    #quienes {
      margin-top: 0px;
    }
    .margen,.margen3,.margen2{
      margin-left: 0%;
    }
    .imagen1{
      margin-left: auto;
      margin-top: -100px;
      z-index: -1;
    }
    .img-cover{
      margin-left: 0px;
      margin-top: 0px;
      height: 100%;
    }
    #nuestros_courses {
      padding-top: 0px;
    }
    .img {
      margin-top: 200px;
      padding-left: 0px;
      padding-right: 0px;
    }
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .content-card {
      width: 90%;
      height: 470px;
      margin-left: 0%;
      margin-top: -100px;
    }
    .down-buttons-card div,.down-buttons-slide div {
      padding: 15px 0px;
      width: 50%;
      float: right;
    }
    .paragraph-normal,.card-slide p,.card-normal .quote,#poli,#skf  {
      font-size: 14px;
    }
    .card-normal {
      padding-left: 0%;
    }
    #nuestros {
      padding-top: 400px;
    }
    .imagen_skf {
      visibility: hidden;
      margin-top: -47%;
    }
    .carousel-indicators {
      height: 55px;
    }
    .carousel-indicators li {
      width: 7px;
      height: 7px;
      margin-right: 2px;
    }
    .progress {
      left: 12%;
      right: 0;
      margin-top: -20px;
      width: 70%;
   }
    .controls-carousel {
      right: 20%;
    }
    .carousel-control-prev-icon {
      margin-left: 5px;
    }
   .carousel-control-next-icon{
    padding-right: 24px;
   }
   .carousel-indicators {
    right: 6% !important;
  }
  .img-cover1 {
    height: 100%;
  }
  .w-100{
    width: 200% !important;
  }
}
