header{
    height: auto;
}

header nav.fixed-top{
    background-color: #d1a000;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding-top:0;
    padding-bottom:0;
}   

header nav.fixed-top .container-fluid.sin-padding{
    background-image: url(../img/sintadorada.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip:;
    padding-top:0;
    padding-bottom:0;
}
header nav.fixed-top .container-fluid.sin-padding a{
    margin-left: 2rem;
    text-decoration: none;
    padding: 0;
} 
header nav.fixed-top .container-fluid.sin-padding a img{
    height: 50px;
    width: auto;
}


header nav.fixed-top .container-fluid.sin-padding #navbarNavDropdown ul li a{
    font-size: 16px;
    line-height: 3.14286;
    font-weight: 500;
    letter-spacing: -.01em;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #ffff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
    height: 50px;
    background: no-repeat;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline-offset: -7px;
}

.altura{
    height: 44px;
    display: block;
}


.sin-padding{
    padding-right: 0px;
    padding-left: 0px;
}

.sin-margin{
    margin-right: 0px;
    margin-left: 0px;
}

section.slider{
    background-image: linear-gradient(to right,#d8eddd,#c3e4e5,#a5d7f1);
    width: 100%;
    height: 100%;
/*    animation-name: fondo-anim;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;*/
}

/*@keyframes fondo-anim {
    from { background: linear-gradient(135deg,#d4e9bc 0%, #f2f5c0 100%);}
    30%  { background: linear-gradient(to bottom, #4c102a 0%, #151516 100%);}
    60%  { background: linear-gradient(to bottom, #203025 0%, #151516 100%);}
    90%  { background: linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%);}
    to   { background: linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%); }
}
*/
.linea{
    background-image: url(/img/sintadorada.jpg);
    height: 1px;
    display: block;
    background-repeat: initial;
    background-position: center;
    background-position: left center;
    background-size: cover;
}

section.precente{
    position: relative;
    background-color: #fff;
    height: 523px;
    display: block;
}


section.precente picture{
    width: 100%;
    height: 100%;
    display: flex;
}

section.precente picture img.img_uno{
    height: 500px;
    margin: auto;
    width: auto;
    display: block;
    object-fit: cover;
    mask-size: 7100% 100%;
}
section.precente picture img.img_uno:hover::before {
    transform: scale(1.05);
}

section.precente picture img.img_uno::before {
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}



section.precente .contenedor{
    background-image: linear-gradient(to right,#d8eddd,#c3e4e5,#a5d7f1);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
}
section.precente .contenedor .marco{
    padding: 40px;
    margin: auto;
    width: auto;
    display: block;
}




section.precente .contenedor .marco h3{
    color: #000;
}
section.precente .contenedor .marco span{
    color: #000;
}
section.precente .contenedor .marco p{
    color: #000;
}


section.precente .contenedor .marco a{
    display: block;
    position: relative;
    width: 4.125rem;
    height: 4.125rem;
    background: none;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    transition: background .3s,border-color .3s;
    cursor: pointer;
}




/*section.precente .contenedor .marco a svg {
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-180deg);
    transition: transform 1.2s,background-color .3s;
    border-radius: 100%;
    overflow: hidden;
}

section.precente .contenedor .marco a i{
    transform: translate(0px) rotate(90deg);
    animation: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.625rem;
    height: .9375rem;
    margin: -.46875rem 0 0 -.8125rem;
    overflow: hidden;
}

section.precente .contenedor .marco a > span {
    transform: translate(2.5rem,-50%);
    cursor: pointer;
position: absolute;
left: 100%;
top: 50%;
transform: translate(100%,-50%);
font-size: 1rem;
text-transform: uppercase;
white-space: nowrap;
line-height: 1.2;
overflow: hidden;
transition: transform 1s;
}

section.precente .contenedor .marco a > span span {
    transition: transform 1s;
    display: block;
    transform: translateX(-120%) scale(1.2);
    transform: translateX(0) scale(1);
}

section.precente .contenedor .marco a i::before,section.precente .contenedor .marco a i::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
        background-image: none;
        background-size: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E");
    background-size: contain;
    transition: transform .3s .2s;
    transform: translateX(0);
}

section.precente .contenedor .marco a i::after {
    transform: translateX(-120%);
    transition: transform .3s;
}
*/










section.precente picture img.bolita1{
    z-index: 99;
    position: absolute;
    max-width: 24px;
    bottom: 150px;
    left: 200px;
    animation: bubbleUp 8s 275ms infinite;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    background-image: none !important;
}
section.precente picture img.bolita2{
    z-index: 99;
    position: absolute;
    max-width: 24px;
    bottom: 350px;
    right: 280px;
    animation: bubbleUp2 15s 2575ms infinite;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    background-image: none !important;
}


section.precente picture img.bolita3{
    z-index: 99;
    position: absolute;
    max-width: 23px;
    bottom: 5px;
    left: 50%;
    animation: bubbleUp3 12s 675ms infinite;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    background-image: none !important;
}

section.precente picture img.bolita4{
    z-index: 99;
    position: absolute;
    max-width: 15px;
    bottom: 300px;
    right: 50px;
    animation: bubbleUp4 12s 675ms infinite;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
        background-image: none !important;
}

@keyframes bubbleUp {
  0% {bottom:210px;-webkit-transform:scale(.9);opacity:0}
  1% {bottom:210px;-webkit-transform:scale(.5);opacity:0}
  30% {bottom:310px;-webkit-transform:scale(.8);opacity:0.6}
  95% {bottom:545px;-webkit-transform:scale(.5);opacity:0.6}
  99% {bottom:550px;-webkit-transform:scale(1.2);opacity:0}
  100% {bottom:210px;-webkit-transform:scale(.9);opacity:0}
}

@keyframes bubbleUp2 {
  0% {bottom:310px;-webkit-transform:scale(.9);opacity:0}
  1% {bottom:310px;-webkit-transform:scale(.3);opacity:0}
  30% {bottom:310px;-webkit-transform:scale(.8);opacity:0.6}
  95% {bottom:745px;-webkit-transform:scale(.3);opacity:0.6}
  99% {bottom:750px;-webkit-transform:scale(1.2);opacity:0}
  100% {bottom:310px;-webkit-transform:scale(.9);opacity:0}
}

@-moz-keyframes bubbleUp {
  0% {bottom:210px; -moz-transform:scale(.9); opacity:0}
  1% {bottom:210px; -moz-transform:scale(.5); opacity:0}
  30% {bottom:310px; -moz-transform:scale(.8); opacity:0.6}
  95% {bottom:545px; -moz-transform:scale(.5); opacity:0.6}
  99% {bottom:550px; -moz-transform:scale(1.2); opacity:0}
  100% {bottom:210px; -moz-transform:scale(.9); opacity:0}
}

@-moz-keyframes bubbleUp2 {
  0% {bottom:310px; -moz-transform:scale(.9); opacity:0}
  1% {bottom:310px; -moz-transform:scale(.3); opacity:0}
  30% {bottom:310px; -moz-transform:scale(.8); opacity:0.6}
  95% {bottom:745px; -moz-transform:scale(.3); opacity:0.6}
  99% {bottom:750px; -moz-transform:scale(1.2); opacity:0}
  100% {bottom:310px; -moz-transform:scale(.9); opacity:0}
}

@keyframes bubbleUp3 {
  0% {bottom:710px;-webkit-transform:scale(.9);opacity:0}
  1% {bottom:710px;-webkit-transform:scale(.3);opacity:0}
  30% {bottom:715px;-webkit-transform:scale(.8);opacity:0.6}
  95% {bottom:910px;-webkit-transform:scale(.3);opacity:0.6}
  99% {bottom:910px;-webkit-transform:scale(1.2);opacity:0}
  100% {bottom:710px;-webkit-transform:scale(.9);opacity:0}
}

@-moz-keyframes bubbleUp3 {
  0% {bottom:710px; -moz-transform:scale(.9); opacity:0}
  1% {bottom:710px; -moz-transform:scale(.3); opacity:0}
  30% {bottom:715px; -moz-transform:scale(.8); opacity:0.6}
  95% {bottom:910px; -moz-transform:scale(.3); opacity:0.6}
  99% {bottom:910px; -moz-transform:scale(1.2); opacity:0}
  100% {bottom:710px; -moz-transform:scale(.9); opacity:0}
}

@keyframes bubbleUp4 {
  0% {bottom:110px;-webkit-transform:scale(.9);opacity:0}
  1% {bottom:110px;-webkit-transform:scale(.3);opacity:0}
  30% {bottom:115px;-webkit-transform:scale(.8);opacity:0.6}
  95% {bottom:610px;-webkit-transform:scale(.3);opacity:0.6}
  99% {bottom:610px;-webkit-transform:scale(1.2);opacity:0}
  100% {bottom:110px;-webkit-transform:scale(.9);opacity:0}
}

@-moz-keyframes bubbleUp4 {
  0% {bottom:110px; -moz-transform:scale(.9); opacity:0}
  1% {bottom:110px; -moz-transform:scale(.3); opacity:0}
  30% {bottom:115px; -moz-transform:scale(.8); opacity:0.6}
  95% {bottom:610px; -moz-transform:scale(.3); opacity:0.6}
  99% {bottom:610px; -moz-transform:scale(1.2); opacity:0}
  100% {bottom:110px; -moz-transform:scale(.9); opacity:0}
}

/*section.slider::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #d9dadb, rgba(217,218,219,0.5) 18%, transparent 35%);
    z-index: 2;
    pointer-events: none;
}
*/

/*section.slider::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #d9dadb, transparent 10%, transparent, #d9dadb 90%);
}

*/




section.slider picture{
    width: 100%;
    height: 100%;
}


section.slider picture img{
    height: 600px;
    width: 100%;
    display: block;
}

section.info{
    margin-bottom: 30px;
}


section.info .col-md-3{
    margin-bottom: 20px;
}


section.info .cuadrado {
/*    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    border: 1px #d1a000 solid;
    cursor: pointer;
    overflow: hidden;
*/

/*  background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: unset;
    */
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
cursor: pointer;
}






section.info .cuadrado .capa img{

 /*   background-image: url(../img/1.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    animation: mask-play 0.6s steps(70) forwards;
    mask: url(../img/mask-sprite.png);
    mask-size: 7100% 100%;
    max-width: 100%;
-webkit-animation: mask-play 0.6s steps(70) forwards;
animation: mask-play 0.6s steps(70) forwards;
}





section.info .cuadrado  picture{
    display: flex;
    height: 100%;
    width: 100%;
    opacity:1;
   background-image: linear-gradient(to left,#d8eddd,#c3e4e5,#a5d7f1); /*fondo*/
}

section.info .cuadrado .over{
     position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #c3e4e5;
  background-repeat: no-repeat;
  background-size: contain;
}

section.info .cuadrado:hover .over {
  opacity: 1;

}


section.info .cuadrado  picture img{
    height: 100%;
    width: auto 100%;
    display: block;
    margin: auto;
    animation: mask-play 0.6s steps(70) forwards;
    mask: url(../img/mask-sprite.png);
    mask-size: 7100% 100%;
    max-width: 100%;
    animation: mask-play 0.6s steps(70) forwards;
}

section.info .cuadrado picture::before {
 transform:scale(1);
 content: '';
 display: block;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
transition:transform 0.6s cubic-bezier(0.34, 0.615, 0.4, 0.985);

}


section.info .cuadrado picture:hover::before{
 transform:scale(1.05)
}




@-webkit-keyframes mask-play {
 from {
  -webkit-mask-position:100% 0;
  mask-position:100% 0
 }
 to {
  -webkit-mask-position:0% 0;
  mask-position:0% 0
 }
}
@keyframes mask-play {
 from {
  -webkit-mask-position:100% 0;
  mask-position:100% 0
 }
 to {
  -webkit-mask-position:0% 0;
  mask-position:0% 0
 }
}


section.contacto{
	flex-grow: 1;
    margin-bottom: 50px;
    margin-top: 40px;
    height: auto;
    width: 100%;
}

section.contacto h1 {
    width: 100%;
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: .5rem;
}


section.contacto .agradecimiento{
  display: none;
}
section.contacto .agradecimiento h3{
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: .5rem;
}
section.contacto .agradecimiento picture{
    width: 100%;
    display: flex;
    height: auto;
}
section.contacto .agradecimiento picture img{
    margin: auto;
}

.error {
    border: 1px solid red !important;
}
section.contacto form#frmcontcato input{
    display: block;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
    width: 100%;
    padding: 6px 12px;
    color: #555;
    box-shadow: inherit;
    border: 1px solid #565555;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


section.contacto form#frmcontcato textarea{
    height: 102px;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555;
    box-shadow: inherit;
    border: 1px solid #565555;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


section.contacto form#frmcontcato button {
    margin-top: 10px;
    background-color: #ef4129;
    color: #fff;
    display: block;
    font-size: .8125rem;
    display: inline-block;
    font-size: .75rem;
    line-height: 1.5rem;
    position: relative;
    padding: 16px 50px;
    border: 1px solid #000;
    font-weight: 500;
    letter-spacing: .0625rem;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    overflow: hidden;
    transition: background-color .3s,border-color .3s,color .3s;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-image: url(../img/fondo-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}



section.contacto form#frmcontcato button:before {
    background-color: #d1a000;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}


section.contacto form#frmcontcato button:hover{
color: #fff;
border: 1px solid #000;
}
section.contacto form#frmcontcato button:hover:before{
    -webkit-transform: none;
    transform: none;

}



section.about{
    background-image: linear-gradient(to right,#d8eddd,#c3e4e5,#a5d7f1);
    background-size: auto 50%;
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    flex-grow: 1;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
}

section.about picture{
   display: flex;
    height: 100%;
    width: 100%;
}

section.about picture img{
   height: 250px;
   margin: auto;
   width: auto%;
}
section.about .mrt{
    margin-top: 50px;
}

section.about .mrt label{
    display: block;
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;
margin-bottom: 1rem;

}
section.about .mrt span{
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;

}


section.about .mrt p{
font-size: 17px;
line-height: 1.47059;
font-weight: 400;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-style: normal;

}


section.about .mrt ul li{
display:block;

}





section.productos{
    flex-grow: 1;
    height: 100%;
    margin-bottom: 50px;
    width: 100%;
}

section.productos h1 {
    width: 100%;
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: .5rem;
}

section.productos .marco-div{
    width: 100%;
    display: inline-flex;
    height: 50px;
    margin-top: 20px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

section.productos .marco-div ul{
    display: inline-block;
    margin: auto 0;
}

section.productos .marco-div ul li{
    display: inline-block;
}
section.productos .marco-div ul li i{
    color: #000;
}
section.productos .marco-div ul li a{
    color: #000;
    text-decoration: none;
}


section.productos a{
    text-decoration: none;
    display: block;
    text-align: center;
}

section.productos .card{

    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(224 189 66 / 14%), 0 3px 1px -2px rgb(224 189 66/ 12%), 0 1px 5px 0 rgb(224 189 66 / 20%);
    box-shadow: 0 2px 2px 0 rgb(224 189 66 / 14%), 0 3px 1px -2px rgb(224 189 66 / 12%), 0 1px 5px 0 rgb(224 189 66 / 20%);   

}

section.productos .card .card-imagen{
    position: relative;
}
section.productos .card .card-imagen picture{
    position: relative;
    display: block;
    color: #d1a000;
    border-bottom: 3px solid;
}

section.productos .card .card-imagen picture img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}



section.productos .card .card-imagen picture a{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 24px;
    bottom: -28px;
    width: 56px;
    height: 56px;
    padding: 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    text-transform: uppercase;
    line-height: 54px;
    font-size: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    text-decoration: none;
}

section.productos .card .card-imagen picture a i{
    font-size: 30px;
    color: #000;
}


section.productos .card .card-content {
    padding: 5px 20px 0px 20px ;
    border-radius: 0 0 2px 2px;
}


section.productos .card .card-content .card-title {
display: block;
    /* line-height: 32px; */
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    height: 35px;
}
section.productos .card .card-content p {
    margin: 0;
    padding: 0;
}

section.productos .card .card-content ul{
    padding: 0;
}


section.productos .card .card-content ul li{
    display: block;
    width: 100%;
}

section.productos .card .card-content ul li picture img {
    height: 40px;
    width: auto;
}








footer{
    background-image: url(../img/fondo-footer.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: inherit;
    height: 100%;
    width: 100%;
}




footer .marco a picture{
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 50px;
}
footer .marco a picture img{
display: block;
height: 100px;
margin: auto;

}
footer .marco-fuooter{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

footer .marco-fuooter p{
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
}
footer h4 {
    font-size: 1.0rem;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    display: block;
    line-height: 23px;
    margin: 0px 30px 20px 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1a000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding-top: 30px;
}
footer .marco ul.ul_footer li a {
    text-decoration: none;
    color: #fff;
    height: auto;
    width: 100%;
    display: block;
}

footer .marco-info .footer-item-content{
    padding: 0px 30px;
} 
footer .marco-info .footer-item-content p a {
    text-decoration: none;
    color: #fff;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    display: inline-block;
}
footer .marco-info .footer-item-content h5 {
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    display: block;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 900;
    font-size: 0.8rem;
}





@media (max-width: 576px) { 

    section.slider picture img {
        height: auto;
    }
    section.precente picture img.img_uno{
        width: 100%;
    }
    section.precente picture img.bolita1{
    display: none;
    }
    section.precente picture img.bolita2{
    display: none;
    }
    section.precente picture img.bolita3{
    display: none;
    }
    section.precente picture img.bolita4{
    display: none;
    }

 }


@media (max-width: 768px) {


 }


@media (max-width: 992px) { 


 }


@media (max-width: 1200px) { 


}


@media (max-width: 1400px) { 


 }
