/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
a,
body,
h2,
h2,
h3,
h2,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:visited {
  color: rgb(0, 0, 0);
}
a {
  color: rgb(0, 0, 0);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
img {
  padding: 0;
  margin: 0;
}
picture {
  padding: 0;
  margin: 0;
}

/*---------------------------------------------------2560px */
/*--------------------------ESTRUCTURA PRINCIPAL DEL SLIDER */
@media only screen and (max-width: 2560px) {
  .slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    scroll-snap-align: center;
    margin-right: 0px;
    box-sizing: border-box;
    transform-origin: center center;
    transform: scale(1);
    padding-top: 90px;
  }
  .contprincipal {
    width: 80%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .slides {
    display: flex;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  .slide a {
    background: none;
    border: none;
  }
}
/*---------------------------------------------------1440px */
@media only screen and (max-width: 1680px) {
}
/*---------------------------------------------------1440px */
@media only screen and (max-width: 1440px) {
  .slide {
    padding-top: 80px;
  }
}
/*---------------------------------------------------1366px */
@media only screen and (max-width: 1366px) {
  .slide {
    padding-top: 60px;
  }
}
/*---------------------------------------------------1280px */
@media only screen and (max-width: 1280px) {
  .slide {
    padding-top: 45px;
  }
}
/*---------------------------------------------------1100px */
@media only screen and (max-width: 1100px) {
  .slide {
    padding-top: 50px;
    }
}
/*---------------------------------------------------900px */
@media only screen and (max-width: 900px) {
  .slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 60px;
    }
}
/*---------------------------------------------------800px */
@media only screen and (max-width: 800px) {
  .slide {
    padding-top: 50px;
    }
}
/*---------------------------------------------------750px */
@media only screen and (max-width: 750px) {
  .slide {
    padding-top: 40px;
    }
}
/*---------------------------------------------------650px */
@media only screen and (max-width: 650px) {
  .slide {
    padding-top: 50px;
    }
    .datos{
      width: 100%;
      padding-right: 5px;
    }
}
/*---------------------------------------------------500px */
@media only screen and (max-width: 500px) {
  .slide {
    padding-top: 50px;
    }
    .datos{
      width: 100%;
      padding-right: 5px;
    }
}
/*---------------------------------------------------414px */
@media only screen and (max-width: 414px) {
  .slide {
    padding-top: 0px;
    margin-top: 30px;
    scroll-margin-top: 30px;
    }

}
/*--------------------------ESTRUCTURA PRINCIPAL DEL SLIDER */
@media only screen and (max-width: 350px) {

}
