#producto .singleHead{position:relative;display:flex;justify-content:center;align-items:center;height:110vh}#producto .singleHead .tituloSeccion{position:absolute;background:rgba(var(--blanco-rgb), 0.6);border-radius:15px;padding:15px;z-index:1;text-transform:uppercase;text-align:center}#producto .singleHead .imagenPrincipal{display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%;height:100%}#producto .singleHead .mascaraOscura{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(var(--negro-rgb), 0.5)}#producto .contenidoNota{background:var(--blanco-hex);box-shadow:0px 0px 10px #adadad;border-radius:25px;margin-top:-100px;position:relative;padding:20px}#producto .contenidoNota .infoProducto #slider #carouselExampleRide .carousel-control-prev i,#producto .contenidoNota .infoProducto #slider #carouselExampleRide .carousel-control-prev svg,#producto .contenidoNota .infoProducto #slider #carouselExampleRide .carousel-control-next i,#producto .contenidoNota .infoProducto #slider #carouselExampleRide .carousel-control-next svg{color:var(--color4-hex);font-size:20px}#producto .contenidoNota .infoProducto #slider #carouselExampleRide #galeriaCarrusel .carousel-inner .carousel-item{display:flex;justify-content:center}#producto .contenidoNota .infoProducto #slider #carouselExampleRide #galeriaCarrusel .carousel-inner .galeriaImagen{width:50%}#producto .contenidoNota .tablaProducto{position:relative}#producto .contenidoNota .tablaProducto .barraLateral{width:10px;height:100%;position:absolute;top:0;background:var(--color1-hex)}#producto .contenidoNota .tablaProducto .barraLateral.left{right:100%}#producto .contenidoNota .tablaProducto .barraLateral.right{left:100%}#producto .contenidoNota .tablaProducto .barraLateral::after{content:"";width:100%;height:85%;background:var(--color3-hex);position:absolute;bottom:0;right:0}#producto .contenidoNota .tablaProducto table,#producto .contenidoNota .tablaProducto th,#producto .contenidoNota .tablaProducto td{border:1px solid #000;border-collapse:collapse}#producto .contenidoNota .tablaProducto table{background-color:var(--blanco-hex)}#producto .contenidoNota .tablaProducto table thead th{padding:20px;width:340px;text-align:center}#producto .contenidoNota .tablaProducto table tbody{width:100%}#producto .contenidoNota .tablaProducto table tbody tr{transition:.5s}#producto .contenidoNota .tablaProducto table tbody tr:nth-child(odd){background:#ececec}#producto .contenidoNota .tablaProducto table tbody tr:hover{background-color:#adadad}#producto .contenidoNota .tablaProducto table tbody tr td{padding:20px;width:340px;text-align:left}@media(max-width: 810px){#producto .singleHead{height:60vh}#producto .contenidoNota .row .infoProducto #slider #carouselExampleRide #galeriaCarrusel .carousel-inner .galeriaImagen{width:100%}#producto .contenidoNota .row .infoProducto #slider #carouselExampleRide .test1{font-size:30px}}@media(min-width: 811px)and (max-width: 1024px){#producto .singleHead{height:50vh}#producto .contenidoNota .row .infoProducto #slider #carouselExampleRide #galeriaCarrusel .carousel-inner .galeriaImagen{width:100%}#producto .contenidoNota .row .infoProducto #slider #carouselExampleRide .test1{font-size:30px}}